#tag1{
    margin-top: 1.5rem;
}

.p1-img {
    margin-top: .5rem;
    margin-bottom: .65rem;
}

.p1-tit {
    margin-bottom: .55rem;
    display: flex;
    align-items: end;
}

.p1-tit img {
    width: 3.77rem;
    height: 1.57rem;
}

.p1-tit span {
    font-size: .6rem;
    line-height: 1em;
    color: #3e3a39;
}

.p1-cont {
    column-count: 2;
    column-gap: .80rem;
    max-width: 12.4rem;
    margin: 0 auto;
    height: 2.6rem;

}

.p1-cont p {
    font-size: .24rem;
    color: #595757;
    line-height: 1.8em;
    font-family: 'myfont_l';
}

.p2 {
    margin-top: .4rem;
    margin-bottom: .75rem;
    background: url(../img/about/p2-img.jpg) center no-repeat;
    background-size: cover;
    height: 6.76rem;
    width: 12.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 2.6rem;
    box-sizing: border-box;
}

.p2 .item {

    margin-bottom: .6rem;
    width: 45%;
    flex: 0 0 45%;
}

.p2 .item:nth-of-type(2n) {
    text-align: right;
}

.p2 .item .en {
    position: relative;
    margin-bottom: .2rem;
    padding-bottom: .3rem;
    font-size: .63rem;
    color: #585757;
}

.p2 .item .en::after {
    content: "";
    position: absolute;
    width: 4.21rem;
    height: .38rem;
    background: url(../img/about/p2-line.png) center no-repeat;
    background-size: 100%;
    bottom: 0;
}

.p2 .item .en span {
    position: relative;
}

.p2 .item:nth-of-type(odd) .en span::before {
    content: "";
    position: absolute;
    right: -.3rem;
    top: 50%;
    transform: translateY(-50%);
    border-left: .1rem solid #c4c4c4;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
}

.p2 .item:nth-of-type(even) .en span::before {
    content: "";
    position: absolute;
    left: -.3rem;
    top: 50%;
    transform: translateY(-50%);
    border-right: .1rem solid #c4c4c4;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
}

.p2 .item:nth-of-type(odd) .en::after {
    left: .2rem;
}

.p2 .item:nth-of-type(even) .en::after {
    right: .2rem;
    transform: rotate(180deg);
}

.p2 .item .en strong {
    color: #00da6b;
}

.p2 .item .cn {
    margin-bottom: .1rem;
    font-size: .34rem;
    font-weight: bold;
    color: #00da6b;
}

.p2 .item .item-cont {
    font-size: .22rem;
    line-height: .31rem;
    color: #585757;
}

#tag2 {
    padding-top: .7rem;
}

.p3 {
    padding-top: .7rem;
}

.p3-tit {
    font-size: .7rem;
    color: #00da6b;
    margin-bottom: .5rem;
}

.p3-cont {
    margin-bottom: .8rem;
}

.p3-cont .item {
    padding: .2rem 0;
    border-bottom: 1px solid #848484;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p3-cont .item:last-child {
    border-bottom: none;
}

.p3-cont .item .img-box {
    width: 5.6rem;
    flex: 0 0 5.6rem;
    height: 2.78rem;
}

.p3-cont .item .img-box img {
    width: 5.6rem;
    height: 2.78rem;
}

.p3-cont .item .item-txt {
    position: relative;
    width: 5.6rem;
    flex: 0 0 5.6rem;
}

.p3-cont .item .item-txt::before {
    content: "";
    position: absolute;
    left: -.8rem;
    width: .26rem;
    height: .37rem;
    background: url(../img/about/p3-ar.png) center no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.p3-cont .item:nth-of-type(3) .item-txt::before {
    right: -.6rem;
    left: auto;
    transform: rotate(180deg);
}

.p3-cont .item .item-tit {
    margin-bottom: .2rem;
    font-size: .4rem;
    font-weight: bold;
    color: #3e3a39;
}

.p3-cont .item .item-desc {
    font-size: .24rem;
    line-height: .37rem;
    color: #595757;
}

#tag3 {
    padding-top: .8rem;
}

.p4-list {
    position: relative;
    margin-bottom: .6rem;
}

.p4-list::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #aeadad;
    left: 6.85rem;
    top: 0;
}

.p4-list .item {
    padding: .4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p4-list .item:last-child {
    padding-bottom: 0;
}

.p4-list .item .img-box {
    width: 6.38rem;
    height: 2.87rem;
    flex: 0 0 6.38rem;
}

.p4-list .item .img-box img {
    width: 6.38rem;
    height: 2.87rem;
}

.p4-list .item .item-tit {
    position: relative;
    margin-bottom: .25rem;
    font-size: .37rem;
    color: #221714;
}

.p4-list .item .item-tit::before {
    content: "";
    position: absolute;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background: #221714;
    top: 50%;
    margin-top: -.08rem;
    left: -.73rem;
    z-index: 1;
}

.p4-list .item .item-tit strong {
    color: #00da6b;
}

.p4-list .item .item-txt {
    width: 4.9rem;
    flex: 0 0 4.9rem;
}

.p4-list .item .item-desc {
    font-size: .26rem;
    line-height: .4rem;
    color: #585757;
}

.p4 .p4-img {
    margin-bottom: 1.35rem;
}

#tag4 {
    padding-top: .8rem;
}

.p5 {
    margin-bottom: 1.3rem;
}

#tag5 {
    padding-top: .8rem;
    padding-bottom: .6rem;
}

.p5-tit {
    margin: .6rem 0;
    display: flex;
    justify-content: space-between;
}

.p5-tit .tit {

    font-size: .7rem;
    color: #00da6b;
    white-space: nowrap;
    margin-left: -.3rem;
}

.p5-tit .desc {
    font-size: .24rem;
    line-height: .37rem;
    color: #595757;
}

.p5 .p5-list .item {
    margin-bottom: .25rem;
    display: flex;
    justify-content: space-between;
}

.p5 .p5-list .item .img-box {
    width: 6.16rem;
    height: 3.56rem;
}

.p5 .p5-list .item .item-tit {
    width: 2.1rem;
    height: 2.1rem;
    background: url(../img/about/p5-txt-bg.png) center no-repeat;
    background-size: 100%;
    font-size: .51rem;
    color: #fff;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p5 .p5-list .item .desc {
    padding-top: .2rem;
    margin-top: .2rem;
    border-top: 1px solid #585757;
    font-size: .27rem;
    line-height: .34rem;
    color: #585757;
}

.p5 .p5-list .item:nth-of-type(odd) .item-tit {
    left: -1.05rem;
}

.p5 .p5-list .item:nth-of-type(even) .item-tit {
    right: -1.05rem;
}

.p5 .p5-list .item:nth-of-type(odd) .item-right {
    padding-left: 1.5rem;
}

.p5 .p5-list .item:nth-of-type(even) .item-right {
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.p5 .p5-list .item .item-right {
    position: relative;
    flex: 1;
}

.p5 .p5-list .item .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.p6-tit {
    margin-top: .7rem;
    margin-bottom: .4rem;
    padding: .1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e7e7e7;
}

.p6-tit .logo {
    width: 3rem;
}

.p6-tit .desc {
    font-size: .54rem;
    line-height: .62rem;
    color: #3d3a39;
}

.p6-tit .desc strong {
    color: #00da6b;
}

.p6-list {
    padding-top: .6rem;
    position: relative;
}

.p6-list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -.12rem;
    width: .24rem;
    height: .17rem;
    background: url(../img/about/p6-ar2.png) center no-repeat;
    background-size: 100%;
}

.p6-list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #040000;
}

.p6-list .item {
    margin-bottom: .45rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p6-list .item .img-box {
    position: relative;
    width: 5.59rem;
    height: 2.41rem;
    flex: 0 0 5.59rem;
}

.p6-list .item .img-box img {
    width: 5.59rem;
    height: 2.41rem;
}

.p6-list .item .img-box::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.3rem;
    left: -.5rem;
    width: .36rem;
    height: .6rem;
    background: url(../img/about/p6-ar1.png) center no-repeat;
    background-size: 100%;
}

.p6-list .item:nth-of-type(even) .img-box::before {
    left: auto;
    right: -.5rem;
    transform: rotate(180deg);
}

.p6-list .item .txt-box {
    width: 5.59rem;
    flex: 0 0 5.59rem;
}

.p6-list .item .item-tit {
    display: flex;
    align-items: center;
    width: 100%;
}

.p6-list .item:nth-of-type(odd) .item-tit {
    justify-content: end;
}

.p6-list .item:nth-of-type(odd) .item-tit .txt {
    text-align: right;
    margin-right: .2rem;
}

.p6-list .item:nth-of-type(even) .item-tit .txt {
    text-align: left;
    margin-left: .2rem;
}

.p6-list .item:nth-of-type(even) .item-tit {
    justify-content: flex-start;
}

.p6-list .item .item-tit .txt {
    font-size: .31rem;
    font-weight: bold;
    line-height: .35rem;
    color: #3d3a39;
}

.p6-list .item .item-tit .year {
    width: 2.71rem;
    height: 1.08rem;
}

.p6-list .item .item-desc {
    padding-top: .2rem;
    margin-top: .2rem;
    border-top: 1px solid #585757;
    font-size: .27rem;
    line-height: .4rem;
    color: #585757;
}

.p6-list .item:nth-of-type(odd) .item-desc {
    text-align: right;
}

.p6-list .item:nth-of-type(even) .item-desc {
    text-align: left;
}