/*公司名字*/
.home-name {
    width: 100%;
    height: 470px;
    background: #2c2c2c;
}

.name {
    width: 1200px;
    display: flex;
    /*justify-content: space-between;*/
    margin: 0 auto;
    height: 470px;

}

.name div:nth-of-type(1) {
    display: flex;
    align-items: center;
    position: relative;
}

.name div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    flex-direction: column;
}

.name div:nth-of-type(2) p:nth-of-type(1) {
    color: #858585;
    font-size: 14px;
    padding: 30px 0;
    line-height: 1.5;
    width: 580px;
}

.name div:nth-of-type(2) p:nth-of-type(2) {

}

.name div:nth-of-type(1) p:nth-of-type(1) {
    width: 550px;
    height: 365px;
}

.name div:nth-of-type(1) p:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 40px;
    width: 150px;
    height: 210px;
    opacity: 0.8;
}

.name div:nth-of-type(1) p img {
    width: 100%;
    height: 100%;
}