#map {
    margin-top: .5rem;
    margin-bottom: .7rem;
    margin-left: 4.9rem;
    width: 14.3rem;
    height: 5.8rem;
}

#tag1 {
    padding-top: 1.5rem;
}

.p1-list {
    margin-top: .7rem;
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: space-between;
    background: url(../img/line1.png) 0 1.05rem no-repeat;
    background-size: 100%;
}

.p1-list .item {
    width: 4.05rem;
}

.p1-list .item .tit {
    margin: 0 auto;
    width: 2.32rem;
    height: 2.32rem;
    background: url(../img/contact_us/p1-txt-bg.png) center no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #3e3a39;
}

.p1-list .item .tit strong {
    font-size: .66rem;
}

.p1-list .item .desc {
    height: 4em;
    font-size: .31rem;
    text-align: center;
    color: #3e3a39;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p2-tit {
    margin-bottom: .7rem;
    display: flex;
    align-items: baseline;
}
.p2-tit strong{
    padding-right: .25rem;
    font-size: 1.2rem;
    line-height: 1em;
    color: #00da6b;
    font-weight: normal;
}
.p2-tit .ar{
    width: .46rem;
    height: .46rem;
}
.p2-tit span{
    padding-left: .6rem;
    font-size: .6rem;
    line-height: 1em;
    color: #3e3a39;
}
.p2 .job-list{
    
    display: flex;
    justify-content: space-between;
}
.p2 .job-list .item {
    padding-top: .15rem;
    margin-bottom: .55rem;
    width: 3.5rem;
    flex: 0 0 3.5rem;
    border-left: 1px solid #3e3a39;
}
.p2 .job-list .item  dt{
    background: #00da6b;
    height: .5rem;
    line-height: .5rem;
    border-radius: 0 .25rem .25rem 0;
    font-size: .41rem;
    line-height: .5rem;
    padding-left: .2rem;
}
.p2 .job-list .item dd{
    padding-left: .2rem;
    padding-top: .4rem;
    font-size: .3rem;
    color: #3e3a39;
    line-height: 1.8em;
}
.p2 .job-list .item .item-tit{
    
    position: relative;
}
.p2 .job-list .item .item-tit::before{
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    border:1px solid #3e3a39;
    box-sizing: border-box;
    background: #00da6b;
    left: -.25rem;
    top: 50%;
    margin-top: -.05rem;
}
.p2-img {
    padding-bottom: 1.35rem;
}

.p2-img .line {
    margin-bottom: .8rem;
}

#tag2{
    padding-top: .6rem;
}
.p3-info{
    padding-bottom: 1.3rem;
    display: flex;
    justify-content: space-between;
}
.p3-info .company-info{
    display: flex;
    border-bottom: 1px solid #3e3a39;
}
.p3-info .company-info .tel-box,
.p3-info .company-info .addr-box{
    display: flex;
    align-items: center;
}
.p3-info .company-info .tel-box{
    position: relative;
    padding-right: .25rem;
    margin-right: .15rem;
}
.p3-info .company-info .tel-box::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .65rem;
    background: #cfcece;
}
.p3-info .company-info .tel-box img,
.p3-info .company-info .addr-box img{
    width: .65rem;
    height: .65rem;
    margin-right: .1rem;
}
.p3-info .company-info .tel-box .desc{
    font-size: .21rem;
    color: #3e3a39;
}
.p3-info .company-info .tel-box .tel{
    font-size: .36rem;
    color: #3e3a39;
}
.p3-info .company-info .addr-box{
    font-size: .25rem;
    line-height: .28rem;
    color: #3e3a39;
}
.p3-info .code-box{
    width: 5.75rem;
    height: 1.85rem;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: .15rem;
    border-radius:.9rem 0 0 .9rem;
    box-sizing: border-box;

}
.p3-info .code-box .item{
    margin-left: .35rem;
    display: flex;
}
.p3-info .code-box .item img{
    width: 1.1rem;
    height: 1.1rem;
}
.p3-info .code-box .item .txt{
    position: relative;
    margin-left: .15rem;
    writing-mode: vertical-lr;
    text-align: end;
    font-size: .16rem;
    color: #606060;
}
.p3-info .code-box .item .txt::before{
    content: "";
    position: absolute;
    top: 0;
    width: .22rem;
    height: .23rem;
    background: url(../img/contact_us/p4-icon3.png) top center no-repeat;
    background-size: 100%;
}