.contact-us-box {
    width: 90%;
    margin: 1rem auto;
}
.contact-us-content {
    width: 100%;
    border-top: 2px solid #ccc;
}
.tel-warp {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 2rem;
}
.tel-c-box {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}
.tel-c-box .l-iocn {
    width: 60px;
    margin-right: 0.7em;
}
.tel-c-box .l-iocn img {
    width: 100%;
}
.tel-c-box .r-txt {
    
}
.tel-num ,.c-time {
    font-size: 0.825em;
}
.c-tit {
    font-size: 1em;
    font-weight: 600;
}
.tel-num {
    color: #50BDB7;
    font-size: 20px;
}
.c-time-box {
    min-height: 3em;
}
.c-time {}

/*办公地点*/
.work-place {
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
}
.work-place-1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
}
.work-p-tit {
    text-align: center;
    line-height: 4rem;
    font-size: 1.5em;
    font-weight: bold;
}
.work-p-tit i {
    color: #77CBC7;
    padding-right: 0.8em;
    font-size: 1.25em;
}
.work-place-content {
    background: #f5f5f5;
    padding: 0.8em 1.7em;
}
.work-place-content .place-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.place-btn .place-btn-item {
    width: 20%;
    text-align: center;
    color: #514848;
    font-size: 1.165em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.place-btn .place-btn-item1 {
    width: 50%;
    text-align: center;
    color: #514848;
    font-size: 1.165em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.place-btn-item .active {
    border-bottom: 2px solid #77CBC7;
}
.place-content1 {
    display: flex;
}
.place-content-items {
    display: none;
    padding: 0.7em 2.5em;
}
.place-content-items.active {
    display: block;
}
.place-item-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
}
.place-item-box1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.place-content-item {
    width: 45%;
    margin-top: 0.85em;
}
.place-content-item1 {
    width: 100%%;
    margin-top: 0.85em;
}
.place-content-item1 .address-mian {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 40px;
}
.place-content-item1 .address-sub {
    font-size: 1.15em;
    line-height: 40px;
}
.place-content-item .address-mian {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 40px;
}
.place-content-item .address-sub {
    font-size: 1.15em;
    line-height: 40px;
}
.place-content-item .address-box {
    
}
.address-box .detail-address {
    
}
.address-box .detail-num {
    
}

.media-content {
    width: 100%;
    margin: 3em auto;
}
.media-content .media-tit, .media-icon {
    display: inline-block;
}
.media-content .media-tit {
    margin-right: 2em;
    color: #7b7777;
}
.media-content .media-icon {
    margin-left: 2em;
}
.media-content .media-icon a {
    
}
.media-content .media-icon a img {
    width: 50px;
}
.image-show {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 7em;
}
.image-show img {
    width: 100%;
    border-radius: 12px;
}
.place-content-items1 ,.place-content-items2 {
    width: 50%;
    padding-left: 20px;
}













