.nr_p p:nth-child(1){
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 44px;
    font-size: 30px;
    color: rgb(0, 100, 153);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
.nr_p p:nth-child(2){
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 38px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
.nr_p p:nth-child(3){
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 34px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    word-break: normal;
    display: flex;
    text-indent: 0;
}

.twopart{
    margin: 30px 0;
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: auto hidden;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-bottom: 20px;
}
.twopart .scrool{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    display: flex;
    width: 1200px;
    height: 210px;
}

.twopart .scrool div:nth-child(1){
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    min-height: 210px;
    max-height: 210px;
    height: 210px;
    flex: 1 0 0%;
    background-image: url('../images/about4/pic1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    background-color: rgb(177, 175, 175);
    padding: 20px;
    transform-origin: 0% 0% 0px;
    margin-right: 15px;
}
.twopart .scrool div:nth-child(2){
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    min-height: 210px;
    max-height: 210px;
    height: 210px;
    flex: 1 0 0%;
    background-image: url('../images/about4/pic2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    background-color: rgb(177, 175, 175);
    padding: 20px;
    transform-origin: 0% 0% 0px;
}
.hdpic{
    display: block;
    height: 30px;
    width: auto;
    margin: 20px auto;
}

.twopart div p:nth-child(1){
    width: 100%;
    line-height: 44px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: justify;
    align-items: flex-start;
    font-weight: bold;
    display: flex;
}
.twopart div p:nth-child(2){
    width: 100%;
    line-height: 38px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: justify;
    align-items: flex-start;
    display: flex;
}
.detail{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}
.detail .l{
    width: 80%;
    height: 120px;
    background-image: url(../images/about4/bj1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail .r{
    width: 20%;
    height: 120px;
}

.detail .l p:nth-child(1){
    font-size: 30px;
    color: rgb(0, 100, 153);
    font-weight: bold;
    margin-bottom: 10px;

}
.detail .l p:nth-child(2){
    font-size: 24px;
    color: rgb(51, 51, 51);
}