.new-page-pc-title{
    height: 1.6rem;
    position: relative;
    background: #fff;
    font-family: 'Arial';
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.new-page-pc-title .cn{
    color: #424A52;
    font-weight: bold;
    font-size: .5rem;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translate(0,-50%)
}
.new-page-pc-title .en{
    font-size: 1rem;
    color: #f4f4f4;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%)

}

.new-center-1600{
    clear: both;
    width: 90%;
    max-width: 1600px;
    position: relative;
}