body {
    color: #666;
    background: #fff;
    font: 14px/1.8 "Microsoft YaHei", Arial, sans-serif;
}

a {
    text-decoration: none;
}

.wenhua-page {
    min-width: 320px;
}

.top1 {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

.top1 .wh {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.top1 .wel p,
.top1 .topLink {
    color: #666;
    font-size: 13px;
    line-height: 38px;
}

.top1 .topLink a {
    color: inherit;
}

.top1 .topLink a:hover,
.sample-foot a:hover,
.page-position a:hover,
.xypg-left-nav li.clicked a,
.xypg-left-nav li a:hover,
.latest-news li a:hover,
.hot-keys li a:hover,
.xypg-right-content a:hover,
.wm-region-content .city_list dd a:hover {
    color: #19addb;
}

.sample-head {
    position: relative;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    z-index: 10;
}

.sample-head .vn1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sample-head .logo {
    float: none;
    flex: 1 1 auto;
    min-height: 100px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.sample-head .logo .site-text-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    min-height: 54px;
    max-width: 520px;
    color: #111;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
    word-break: break-word;
}

.sample-head .x-menu {
    float: none;
    flex: 0 0 auto;
}

.sample-head .x-menu > li {
    float: left;
    margin-left: 0;
}

.sample-head .x-menu > li > a {
    position: relative;
    display: block;
    padding: 0 22px;
    color: #222;
    font-size: 16px;
    line-height: 100px;
    font-weight: 400;
    white-space: nowrap;
}

.sample-head .x-menu > li > a:hover,
.sample-head .x-menu > li.active > a {
    color: #19addb;
}

.sample-head .x-menu > li > a::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 24px;
    height: 2px;
    background: #19addb;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

.sample-head .x-menu > li > a:hover::after,
.sample-head .x-menu > li.active > a::after {
    transform: scaleX(1);
}

.sample-title h3 {
    color: #101010;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 400;
}

.sample-title span {
    color: #999;
    font-size: 16px;
    line-height: 1.8;
}

.wm-home-banner .owl-carousel > div,
.wm-home-banner .banner-item {
    font-size: 0;
}

.wm-home-banner img {
    width: 100%;
    display: block;
}

.wm-home-products {
    margin-top: 68px;
    padding-bottom: 20px;
}

.wm-home-products .wm-home-product-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 37px;
    margin-top: 45px;
    font-size: 0;
}

.wm-home-products .wm-home-product-list,
.product-grid,
.xypg-product-list,
.wm-home-news .xypg-news-list,
.xypg-news-list,
.latest-news {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wm-home-products .wm-home-product-list li {
    width: auto !important;
    margin: 0 !important;
    display: block;
}

.wm-home-products .wm-home-product-list li a {
    display: block;
}

.wm-home-products .wm-home-product-list li .img,
.wm-home-products .wm-home-product-list li .com-img {
    display: block;
    overflow: hidden;
    background: #f4f4f4;
}

.wm-home-products .wm-home-product-list li .img img,
.wm-home-products .wm-home-product-list li .com-img img {
    width: 100%;
    aspect-ratio: 375 / 220;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.wm-home-products .wm-home-product-list li a:hover img {
    transform: scale(1.08);
}

.wm-home-products .wm-home-product-list li h3,
.wm-home-products .wm-home-product-list li .tit {
    display: block;
    margin: 0;
    padding-top: 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
}

.wm-home-company {
    min-height: 713px;
    height: auto;
    padding: 90px 0 100px;
    background-size: cover;
}

.wm-home-company .sample-title {
    margin-bottom: 60px;
}

.wm-home-company .wm-home-company-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.wm-home-company .sample2-left {
    width: 46%;
}

.wm-home-company .sample2-left .sample2-con {
    margin-top: 0;
}

.wm-home-company .sample2-left .sample2-con strong {
    display: block;
    margin-bottom: 18px;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

.wm-home-company .sample2-left .sample2-con .desc {
    color: #999;
    font-size: 14px;
    line-height: 28px;
    word-break: break-word;
    max-height: 224px;
    overflow: hidden;
}

.wm-home-company .sample2-left .about-more {
    margin-top: 42px;
}

.wm-home-company .wm-home-company-media {
    width: 46%;
    text-align: right;
}

.wm-home-company .wm-home-company-media img {
    width: 100%;
    max-width: 533px;
    display: inline-block;
}

.wm-home-news {
    margin-top: 40px;
    padding-bottom: 60px;
}

.wm-home-news .wm-home-news-layout {
    margin-top: 65px;
}

.wm-home-news .wm-home-news-main {
    width: 100% !important;
    max-width: none !important;
    float: none;
}

.wm-home-news .xypg-news-list {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 52px;
    align-items: start;
}

.wm-home-news .xypg-news-list li {
    padding: 0 0 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #999;
}

.wm-home-news .xypg-news-list li:nth-child(n+5) {
    display: none;
}

.wm-home-news .xypg-news-list li:first-child {
    grid-row: 1 / span 3;
    margin-bottom: 0;
    padding-right: 52px;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
}

.wm-home-news .xypg-news-list li:first-child .tit {
    display: block;
}

.wm-home-news .xypg-news-list li:first-child .tit h3 {
    font-size: 28px;
    line-height: 1.5;
}

.wm-home-news .xypg-news-list li:first-child .date {
    display: block;
    margin-top: 16px;
}

.wm-home-news .xypg-news-list li:first-child .info {
    margin-top: 24px;
    line-height: 28px;
}

.wm-home-news .xypg-news-list li:first-child .more {
    margin-top: 22px;
}

.wm-home-news .xypg-news-list li:last-child {
    margin-bottom: 0;
}

.wm-home-news .xypg-news-list li .tit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.wm-home-news .xypg-news-list li .tit h3 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    white-space: normal;
    overflow: visible;
}

.wm-home-news .xypg-news-list li .date {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: none !important;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    color: #aaa9a9;
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
}

.wm-home-news .xypg-news-list li .info {
    margin-top: 12px;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

.wm-home-news .xypg-news-list li .more {
    margin-top: 14px;
    color: #19addb;
    font-size: 13px;
}

.wm-home-news .xypg-news-list li > a,
.xypg-news-list li > a {
    display: block;
}

.page-banner {
    position: relative;
    overflow: hidden;
}

.page-banner img {
    display: block;
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

.page-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
}

.page-banner .nybt {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-banner .nybt h3 {
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 400;
}

.page-position {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.page-position .container,
.page-wrap .container {
    width: 1200px !important;
    max-width: calc(100% - 32px);
}

.page-position .container {
    padding: 18px 0;
    color: #888;
    font-size: 14px;
    line-height: 1.8;
}

.page-wrap {
    padding: 42px 0 60px;
    background: #fff;
}

.page-wrap .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.page-wrap-left {
    flex: 0 0 290px;
    width: 290px;
    margin-right: 0 !important;
    float: none;
}

.page-wrap-right {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: calc(100% - 330px);
    float: none;
}

.xypg-left-box {
    margin-bottom: 24px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .03);
}

.xypg-left-title {
    padding: 0 26px;
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

.xypg-left-title h3 {
    color: #000;
    font-size: 20px;
    line-height: 68px;
    font-weight: 400;
    word-break: break-word;
}

.xypg-left-title h3 span {
    margin-left: 8px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.xypg-left-con {
    padding: 18px 22px 20px;
}

.xypg-left-nav li,
.latest-news li {
    position: relative;
    border-bottom: 1px solid #efefef;
}

.xypg-left-nav li:last-child,
.latest-news li:last-child {
    border-bottom: none;
}

.xypg-left-nav li a {
    display: block;
    padding: 14px 24px 14px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
}

.xypg-left-nav li .first-nav-btn {
    position: absolute;
    right: 0;
    top: 21px;
}

.latest-news li a,
.hot-keys li a {
    display: block;
    padding: 12px 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    white-space: normal;
    word-break: break-word;
}

.hot-keys {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hot-keys li {
    margin: 0;
}

.hot-keys li a {
    padding: 6px 14px;
    background: #f7f7f7;
}

.page-wrap-contact h4 {
    margin: 0 0 14px;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    word-break: break-word;
}

.page-wrap-contact p {
    margin: 0 0 10px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    white-space: normal;
    word-break: break-word;
}

.xypg-right-content,
.wm-generic-content {
    min-height: 520px;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    word-break: break-word;
}

.page-wrap-right .xypg-right-content {
    padding-top: 4px;
}

.wm-generic-content h2 {
    margin-bottom: 24px;
    color: #000;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}

.product-grid,
.xypg-product-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 37px;
}

.product-grid li,
.xypg-product-list li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    display: block;
}

.product-grid li > a,
.xypg-product-list li > a {
    display: block;
}

.product-grid li .img,
.xypg-product-list li .img {
    display: block;
    overflow: hidden;
    background: #f4f4f4;
}

.product-grid li .img img,
.xypg-product-list li .img img {
    width: 100%;
    aspect-ratio: 375 / 220;
    object-fit: cover;
    display: block;
}

.product-grid li h3,
.xypg-product-list li h3 {
    margin: 0 !important;
    padding-top: 18px;
    color: #555;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 400;
    text-align: center;
}

.product-grid li h3 a,
.xypg-product-list li h3 a {
    color: #555;
}

.xypg-news-list li {
    margin-bottom: 26px;
    padding: 0 0 26px;
    border-bottom: 1px solid #e5e5e5;
}

.xypg-news-list li:last-child {
    margin-bottom: 0;
}

.xypg-news-list li .tit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.xypg-news-list li .tit h3 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    white-space: normal;
    overflow: visible;
}

.xypg-news-list li .date {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: none !important;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    color: #aaa;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}

.xypg-news-list li .info {
    margin-top: 12px;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

.xypg-news-list li .more {
    margin-top: 14px;
    color: #19addb;
    font-size: 13px;
}

.xypg-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #ececec;
    color: #999;
    font-size: 14px;
}

.xypg-pagination a,
.xypg-pagination span,
.xypg-pagination select {
    color: inherit;
    font-size: inherit;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.xypg-pagination .pc-pagin-mid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.xypg-pagination a,
.xypg-pagination #current,
.xypg-pagination .pc-pagin-mid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.xypg-pagination #current {
    color: #fff;
    background: #19addb;
    border-color: #19addb;
}

.xypg-pagination .pagin-select select {
    min-width: 110px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.wm-detail-card {
    color: #666;
}

.wm-detail-card .wm-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.wm-detail-card .wm-detail-image {
    border: 1px solid #ececec;
    background: #fff;
}

.wm-detail-card .wm-detail-image img {
    width: 100%;
    display: block;
}

.wm-detail-card .wm-detail-info h1 {
    margin: 0 0 24px;
    color: #000;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}

.wm-detail-card .wm-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wm-detail-card .wm-detail-meta li {
    margin: 0;
    padding: 14px 16px;
    background: #f8f8f8;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.wm-detail-card .wm-detail-meta strong {
    color: #000;
    font-weight: 400;
}

.wm-detail-card .wm-detail-block {
    margin-top: 28px;
}

.wm-detail-card .wm-detail-block h3 {
    margin: 0 0 14px;
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
}

.wm-detail-card .wm-detail-block .content {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    word-break: break-word;
}

.xypg-news-detail {
    color: #666;
    font-size: 15px;
    line-height: 30px;
}

.xypg-news-detail .news-title {
    margin: 0 0 20px !important;
    color: #000 !important;
    font-size: 32px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}

.xypg-news-detail .news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}

.xypg-news-detail .news-content,
.xypg-news-detail .news-extra-row {
    color: #666;
    font-size: 15px;
    line-height: 30px;
}

.xypg-news-detail .news-extra-row {
    margin-top: 10px;
}

.xypg-news-detail .news-extra-row a {
    color: #19addb;
}

.wm-region-content .city_list .item {
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
}

.wm-region-content .city_list dt {
    float: left;
    width: 110px;
    color: #000;
    font-weight: 400;
}

.wm-region-content .city_list dd {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.wm-region-content .city_list dd a {
    color: #666;
}

.sample-foot .foot-link p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 0;
}

.sample-foot .foot-contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 70px;
}

.sample-foot .foot-contact ul li {
    float: none;
    min-width: 260px;
    max-width: 320px;
    margin-left: 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.sample-foot .foot-contact ul li h3,
.sample-foot .foot-contact ul li span {
    float: none;
    word-break: break-word;
}

.sample-foot .foot-copyRight,
.sample-foot .x-region {
    word-break: break-word;
}

.sample-foot .x-region a {
    margin-right: 12px;
}

@media (max-width: 1199px) {
    .sample-head .vn1200,
    .wm-home-company .wm-home-company-body {
        gap: 30px;
    }

    .wm-home-products .wm-home-product-list,
    .xypg-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-detail-card .wm-detail-grid {
        grid-template-columns: 1fr;
    }

    .wm-home-news .xypg-news-list {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .wm-home-news .xypg-news-list li:first-child {
        grid-row: auto;
        padding-right: 0;
        margin-bottom: 35px;
        border-right: none;
        border-bottom: 1px solid #999;
    }

    .page-wrap-left,
    .page-wrap-right {
        width: 100%;
        float: none;
        max-width: none;
        flex: none;
    }

    .page-wrap-left {
        margin-bottom: 28px;
    }

    .page-wrap .container {
        display: block;
    }
}

@media (max-width: 991px) {
    .wm-home-company {
        min-height: 0;
        padding: 70px 0;
    }

    .wm-home-company .wm-home-company-body {
        flex-direction: column;
        align-items: stretch;
    }

    .wm-home-company .sample2-left,
    .wm-home-company .wm-home-company-media {
        width: 100%;
    }

    .wm-home-company .wm-home-company-media {
        text-align: center;
    }

    .sample-foot .foot-contact ul {
        gap: 18px 30px;
    }
}

@media (max-width: 767px) {
    .top1 {
        display: none;
    }

    .sample-head .vn1200 {
        display: block;
        padding: 18px 16px;
    }

    .sample-head .logo {
        min-height: 0;
        margin-bottom: 14px;
    }

    .sample-head .logo .site-text-logo {
        max-width: none;
        font-size: 28px;
    }

    .sample-head .x-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
    }

    .sample-head .x-menu > li {
        margin-left: 0;
        margin-right: 24px;
    }

    .sample-head .x-menu > li > a {
        padding: 0;
        line-height: 42px;
    }

    .sample-head .x-menu > li > a::after {
        left: 0;
        right: 0;
        bottom: 2px;
    }

    .page-banner .nybt h3 {
        font-size: 28px;
    }

    .wm-home-products .wm-home-product-list,
    .xypg-product-list,
    .wm-detail-card .wm-detail-meta {
        grid-template-columns: 1fr;
    }

    .wm-home-news .xypg-news-list li .tit,
    .xypg-news-list li .tit {
        display: block;
    }

    .wm-home-news .xypg-news-list li .date,
    .xypg-news-list li .date {
        display: block;
        margin-top: 8px;
        margin-left: 0;
        text-align: left;
        white-space: normal;
    }

    .sample-foot .foot-contact ul {
        display: block;
    }

    .sample-foot .foot-contact ul li {
        max-width: none;
        min-width: 0;
        margin-bottom: 18px;
    }

    .xypg-news-detail .news-title {
        font-size: 28px !important;
    }

    .xypg-pagination {
        display: block;
    }

    .xypg-pagination .pagin-left,
    .xypg-pagination .pagin-mid,
    .xypg-pagination .pagin-right,
    .xypg-pagination .pagin-select {
        margin-top: 12px;
    }
}

/* nav-flex-repair */
.xy-head-navbar .xy-menu,
.wuliu-header .x-menu,
.fz-top-head .x-menu,
.hg-nav-wrap .x-menu,
.sample-head .x-menu,
.x-header .x-menu,
.nav .x-menu,
#menu .x-menu,
.topnav .x-menu,
.nnav .x-menu,
.shipin-inner-page #nav_main .nav {
    display: flex;
    align-items: center;
}

.xy-head-navbar .xy-menu.clearfix::before,
.xy-head-navbar .xy-menu.clearfix::after,
.wuliu-header .x-menu.clearfix::before,
.wuliu-header .x-menu.clearfix::after,
.fz-top-head .x-menu.clearfix::before,
.fz-top-head .x-menu.clearfix::after,
.hg-nav-wrap .x-menu.clearfix::before,
.hg-nav-wrap .x-menu.clearfix::after,
.sample-head .x-menu.clearfix::before,
.sample-head .x-menu.clearfix::after,
.x-header .x-menu.clearfix::before,
.x-header .x-menu.clearfix::after,
.nav .x-menu.clearfix::before,
.nav .x-menu.clearfix::after,
#menu .x-menu.clearfix::before,
#menu .x-menu.clearfix::after,
.topnav .x-menu.clearfix::before,
.topnav .x-menu.clearfix::after,
.nnav .x-menu.clearfix::before,
.nnav .x-menu.clearfix::after,
.shipin-inner-page #nav_main .nav.clearfix::before,
.shipin-inner-page #nav_main .nav.clearfix::after {
    content: none !important;
    display: none !important;
}

.xy-head-navbar .xy-menu > li,
.wuliu-header .x-menu > li,
.fz-top-head .x-menu > li,
.hg-nav-wrap .x-menu > li,
.sample-head .x-menu > li,
.x-header .x-menu > li,
.nav .x-menu > li,
#menu .x-menu > li,
.topnav .x-menu > li,
.nnav .x-menu > li,
.shipin-inner-page #nav_main .nav > li {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.xy-head-navbar .xy-menu > li > a,
.wuliu-header .x-menu > li > a,
.fz-top-head .x-menu > li > a,
.hg-nav-wrap .x-menu > li > a,
.sample-head .x-menu > li > a,
.x-header .x-menu > li > a,
.nav .x-menu > li > a,
#menu .x-menu > li > a,
.topnav .x-menu > li > a,
.nnav .x-menu > li > a,
.shipin-inner-page #nav_main .nav > li > a {
    width: auto !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}
