.bread-body {
    color: #555;
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
}
.tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin: 40px 0 30px;
}
.tabs-item {
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: -1px;
    color: #333;
    display: block;
    font-weight: 700;
    cursor: pointer;
}
.tabs-active {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.tabs-content {
    display: none;
    font-size: 14px;
}
.tabs-content p {
    font-size: 14px;
}
.tabs-content p strong{
    font-size: 18px;
}
.tabs-content:nth-child(2) {
    display: block;
}
.tabs-content .contact-list{
    display: flex;
    flex-wrap: wrap;
}
.tabs-content .contact-item {
    display: flex;
    flex: 1;
    align-items: center;
    margin-right: 45px;
}
.tabs-content .contact-item:last-child {
    margin-right: 0px;
}
.tabs-content .contact-item em {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 15px;   
}
.tabs-content .contact-item:nth-child(1) em {
    background: url(../images/contact_tel.png) center center no-repeat;
}
.tabs-content .contact-item:nth-child(2) em {
    background: url(../images/contact_email.png) center center no-repeat;
}
.tabs-content .contact-item:nth-child(3) em {
    background: url(../images/contact_address.png) center center no-repeat;
}
.tabs-content .contact-item p {
    font-size: 20px;
    padding-bottom: 10px
}
.tabs-content .contact-item span {
    font-size: 20px;
    white-space: nowrap
}