.swiper_tit.product_type {
    top: 50%;
    transform: translateY(-50%);
}
.nav_list {
    display: flex;
    border-bottom: 1px solid #357cbc;
}
.nav_list .nav_item.active {
    color: #fff;
    background-color: #035cac;
    border: none;
} 
.nav_list .nav_item {
    cursor: pointer;
    padding: 10px 40px;
    margin-right: 10px;
    background-color: #fff;
    border: 0.5px solid #ccc;
    color: #0b58bd;
}
.company_content {
    font-size: 18px;
    line-height: 2.0;
}
.company_tit {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    background-color: #035cac;
    color: #fff;
}
.city_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.city_title img {
    width: 180px;
    height: 70px;
}
.gave_info {
    /* font-size: 12px; */
    color: #5f5f5f;
    line-height: 2;
}
.principal_phone {
    line-height: 2;
    margin-bottom: 40px;
}
.principal_phone div:nth-child(1){
    color: #0f64af;
}
