body {
    min-width: 1200px;
    color: #333;
    background: #fff;
}

a {
    text-decoration: none;
}

.htop,
.xymob-head,
.xymob-search,
.so,
.ss,
.x-footer-r,
#toolbar,
.footer3,
.xymob-menu-jt,
.x-sub-menu,
.xymob-sub-menu {
    display: none !important;
}

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

.hbot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 94px;
}

.lloo,
.nav {
    float: none !important;
}

.logo {
    display: flex;
    align-items: center;
    max-width: 420px;
}

.logo a {
    display: inline-block;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #0d2d63;
    letter-spacing: 0;
}

.nav .x-menu {
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0;
}

.nav .x-menu > li,
.nav .x-menu > span,
.nav .lastli {
    float: none;
    margin: 0;
}

.nav .x-menu > span,
.nav .lastli {
    display: none !important;
}

.nav .x-menu > li > a {
    display: inline-block;
    height: 94px;
    line-height: 94px;
    font-size: 16px;
    color: #333;
}

.nav .x-menu > li > a:hover,
.nav .x-menu > li.active > a {
    color: #005cac;
}

.page-banner {
    position: relative;
    height: 320px;
    overflow: hidden;
    background: #102f63;
}

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

.page-banner .nybt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-banner .nybt h3 {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.page-position {
    padding: 18px 0;
    background: #f7f9fc;
    border-bottom: 1px solid #edf1f6;
}

.page-position .container,
.page-position a {
    font-size: 14px;
    color: #666;
}

.page-wrap {
    padding: 18px 0 70px;
}

.page-wrap .container {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.page-wrap-left,
.page-wrap-right {
    float: none !important;
    width: auto !important;
}

.xypg-left-box {
    border: 1px solid #e7edf5;
    margin-bottom: 12px;
    background: #fff;
}

.xypg-left-title {
    padding: 10px 12px;
    background: #005cb9;
}

.xypg-left-title h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
}

.xypg-left-title h3 span {
    display: inline;
    margin-top: 0;
    margin-left: 4px;
    font-size: 10px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
}

.xypg-left-con {
    padding: 8px 10px 10px;
}

.xypg-left-nav,
.latest-news,
.hot-keys,
.sidebar-news {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xypg-left-nav li + li,
.latest-news li + li,
.hot-keys li + li,
.sidebar-news li + li {
    margin-top: 6px;
}

.xypg-left-nav li a,
.latest-news li a,
.hot-keys li a,
.sidebar-news li a {
    display: block;
    color: #333;
    line-height: 1.6;
    font-size: 12px;
}

.xypg-left-nav li a:hover,
.latest-news li a:hover,
.hot-keys li a:hover,
.sidebar-news li a:hover {
    color: #005cac;
}

.page-wrap-contact h4 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #142b52;
    font-weight: 700;
}

.page-wrap-contact p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

.xypg-right-content {
    border: 0;
    background: transparent;
    padding: 0;
}

.page-main-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
    color: #142b52;
    font-weight: 700;
}

.page-main-subtitle {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.8;
    color: #7b7b7b;
}

.content-text {
    font-size: 15px;
    line-height: 2;
    color: #4c4c4c;
}

.content-text p {
    margin: 0 0 16px;
}

.about-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.about-summary .item {
    padding: 14px 12px;
    background: #f6f9fd;
    border: 1px solid #e7edf5;
}

.about-summary .item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #142b52;
}

.about-summary .item span {
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-grid > li {
    margin: 0;
}

.product-grid > li > a {
    display: block;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .25s ease;
}

.product-grid > li > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 33, 82, 0.08);
}

.product-grid .img {
    display: block;
    width: 100%;
    height: 180px;
    background: #f4f7fb;
    overflow: hidden;
    padding: 4px;
}

.product-grid .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-grid h3 {
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #1e1e1e;
    text-align: center;
    border-top: 1px solid #ececec;
}

.page--product .page-banner {
    height: 300px;
}

.page--product .page-banner .nybt h3,
.page--about .page-banner .nybt h3 {
    font-size: 30px;
    font-weight: 500;
}

.page--product .page-wrap {
    padding-top: 10px;
}

.page--product .page-position {
    padding: 8px 0;
    background: #fff;
    border-bottom: 0;
}

.page--product .page-position .container,
.page--about .page-position .container {
    font-size: 11px;
    color: #8a8a8a;
}

.page--product .xypg-left-nav li a {
    position: relative;
    padding: 7px 18px 7px 4px;
    border-bottom: 1px solid #f0f0f0;
}

.page--product .page-wrap .container,
.page--about .page-wrap .container {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
}

.page--product .page-wrap-left,
.page--about .page-wrap-left {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
    margin-right: 0 !important;
}

.page--product .page-wrap-right,
.page--about .page-wrap-right {
    flex: 1 1 auto !important;
    width: calc(100% - 240px) !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
}

.page--product .xypg-right-content,
.page--about .xypg-right-content {
    width: 100% !important;
    max-width: none !important;
}

.page--product .xypg-left-box,
.page--about .xypg-left-box {
    margin-bottom: 12px;
}

.page--product .xypg-left-title,
.page--about .xypg-left-title {
    padding: 10px 12px;
}

.page--product .xypg-left-title h3,
.page--about .xypg-left-title h3 {
    font-size: 14px;
    line-height: 1.4;
}

.page--product .xypg-left-title h3 span,
.page--about .xypg-left-title h3 span {
    font-size: 10px;
}

.page--product .xypg-left-con,
.page--about .xypg-left-con {
    padding: 8px 10px 10px;
}

.page--product .xypg-left-nav li + li,
.page--product .sidebar-news li + li,
.page--about .xypg-left-nav li + li,
.page--about .sidebar-news li + li {
    margin-top: 0;
}

.page--product .xypg-left-nav li a,
.page--about .xypg-left-nav li a {
    font-size: 12px;
    line-height: 1.6;
}

.page--product .xypg-left-nav li a::after,
.page--about .xypg-left-nav li a::after {
    content: ">";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a8a8a;
    font-size: 11px;
}

.page--product .sidebar-news li,
.page--about .sidebar-news li {
    position: relative;
    padding-left: 10px;
}

.page--product .sidebar-news li::before,
.page--about .sidebar-news li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    font-size: 11px;
}

.page--product .page-wrap-contact,
.page--about .page-wrap-contact {
    border: 1px solid #e6e6e6;
    padding: 0;
}

.page--product .page-wrap-contact h4,
.page--about .page-wrap-contact h4 {
    margin: 0;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
}

.page--product .page-wrap-contact p,
.page--about .page-wrap-contact p {
    margin: 0;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.9;
    word-break: break-word;
}

.page--product .xypg-right-content {
    min-height: 520px;
    padding-top: 2px;
}

.page--product .page-main-title,
.page--product .page-main-subtitle {
    display: none !important;
}

.page--product .product-grid,
.page--product .xypg-product-list {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.page--product .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
}

.page--product .xypg-product-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    font-size: 0;
}

.page--product .xypg-product-list li,
.page--product .product-grid > li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page--product .product-grid > li > a {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.page--product .xypg-product-list li {
    border: 1px solid #e6e6e6 !important;
    box-shadow: none !important;
    transition: none !important;
}

.page--product .product-grid > li > a:hover {
    transform: none;
    box-shadow: none;
    border-color: #d7d7d7;
}

.page--product .product-grid .img,
.page--product .xypg-product-list li .img {
    height: 150px;
    padding: 3px;
    background: #fff;
}

.page--product .xypg-product-list li .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.page--product .product-grid h3,
.page--product .xypg-product-list li h3 {
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.5;
    color: #666;
    border-top: 1px solid #ededed;
    margin: 0 !important;
    text-align: center;
}

.page--product .xypg-product-list li h3 a {
    display: block !important;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    white-space: normal !important;
    word-break: break-all !important;
}

.page--product .xypg-pagination {
    margin-top: 12px;
    font-size: 11px;
    width: 100%;
}

.page--about .page-banner {
    height: 330px;
}

.page--about .page-position {
    padding: 8px 0;
    background: #fff;
    border-bottom: 0;
}

.page--about .xypg-right-content {
    min-height: 520px;
    padding-top: 0;
}

.page--about .page-main-title {
    font-size: 22px;
    color: #0d2d63;
    font-weight: 700;
    margin-bottom: 8px;
}

.page--about .page-main-subtitle {
    display: block !important;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.9;
    color: #666;
}

.page--about .content-text {
    font-size: 14px;
    line-height: 2;
    color: #666;
    max-width: 820px;
}

.page--about .content-text p {
    margin-bottom: 14px;
}

.page--about .about-summary {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 820px;
    margin-top: 14px;
}

.page--about .about-summary .item {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #efefef;
}

.page--about .about-summary .item strong {
    margin-bottom: 6px;
    font-size: 14px;
}

.page--about .about-summary .item span {
    font-size: 13px;
    line-height: 1.9;
}

.xypg-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xypg-news-list li + li {
    margin-top: 18px;
}

.xypg-news-list li a {
    display: block;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid #e8edf5;
    transition: all .25s ease;
}

.xypg-news-list li a:hover {
    border-color: #bdd2ef;
    box-shadow: 0 10px 24px rgba(0, 33, 82, 0.06);
}

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

.xypg-news-list .tit h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #142b52;
    font-weight: 700;
}

.xypg-news-list .date {
    flex-shrink: 0;
    font-size: 13px;
    color: #8a8a8a;
}

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

.xypg-news-list .more {
    margin-top: 16px;
    color: #005cac;
    font-size: 14px;
    font-weight: 600;
}

.xypg-news-detail .news-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.35;
    color: #142b52;
    font-weight: 700;
}

.xypg-news-detail .news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9edf4;
    font-size: 14px;
    color: #7a7a7a;
}

.xypg-news-detail .news-content {
    margin-top: 28px;
    font-size: 15px;
    line-height: 2;
    color: #4c4c4c;
}

.xypg-news-detail .news-extra-row {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
    color: #666;
}

.xypg-news-detail .news-extra-row span {
    color: #142b52;
    font-weight: 600;
}

.product-detail {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 34px;
}

.product-detail-media {
    border: 1px solid #e7edf5;
    background: #fff;
    overflow: hidden;
}

.product-detail-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.product-detail-info h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.35;
    color: #142b52;
    font-weight: 700;
}

.product-meta {
    margin-top: 18px;
    padding: 20px 22px;
    background: #f7f9fc;
    border: 1px solid #e7edf5;
}

.product-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #666;
}

.product-meta p + p {
    margin-top: 8px;
}

.detail-section {
    margin-top: 34px;
}

.detail-section h2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.4;
    color: #142b52;
    font-weight: 700;
}

.detail-section .desc {
    font-size: 15px;
    line-height: 2;
    color: #4c4c4c;
}

.detail-section .desc p {
    margin: 0 0 14px;
}

.sitemap-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap-links li {
    margin: 0;
}

.sitemap-links li a {
    display: block;
    padding: 16px 18px;
    border: 1px solid #e7edf5;
    background: #f8fbff;
    color: #333;
}

.sitemap-links li a:hover {
    color: #005cac;
    border-color: #bdd2ef;
}

.friend-links-footer {
    width: 58%;
    padding-right: 50px;
}

.friend-links-footer .title {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.friend-links-footer .links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
}

.friend-links-footer .links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.05);
    transition: all .25s ease;
}

.friend-links-footer .links a:hover {
    color: #fff;
    border-color: rgba(255,255,255,.38);
    background: rgba(255,255,255,.12);
}

footer .fb1 {
    padding: 64px 0 32px;
}

footer .fb1 .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .fb1 .lx {
    width: 42%;
    padding-left: 0;
    float: none;
}

footer .fb1 .lx .fl {
    width: 100%;
    float: none;
}

footer .ftcontact {
    margin: 0;
}

footer .ftcontact p:nth-child(1) {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}

footer .ftcontact p:nth-child(2),
footer .ftcontact p:nth-child(3) {
    line-height: 1.8;
    margin-top: 0;
}

footer .bq {
    background: #161616;
    padding: 18px 0;
}

footer .bq .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

footer .bq .fl,
footer .bq .fr {
    float: none;
    font-size: 14px;
    line-height: 1.9;
    color: #8f8f8f;
}

footer .bq a {
    color: #8f8f8f;
}

footer .bq a:hover {
    color: #fff;
}

.footer-meta {
    display: inline;
}

.footer-meta .sep {
    margin: 0 6px;
    color: #555;
}

.footer-regions {
    text-align: right;
}

@media (max-width: 1400px) {
    body {
        min-width: 0;
    }

    .product-grid,
    .sitemap-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .hbot .container,
    .page-wrap .container,
    .product-detail,
    footer .fb1 .container,
    footer .bq .container {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 24px;
    }

    .friend-links-footer,
    footer .fb1 .lx {
        width: 100%;
        padding-right: 0;
    }

    .footer-regions {
        text-align: left;
    }

    .product-grid,
    .about-summary,
    .sitemap-links {
        grid-template-columns: 1fr;
    }
}

/* hard override for wuliu product/about pages */
.template-product-page > .container,
.template-about-page > .container {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.template-product-side,
.template-about-side {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
    margin-right: 0 !important;
}

.template-product-main,
.template-about-main {
    flex: 1 1 auto !important;
    width: calc(100% - 240px) !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
}

.template-product-content,
.template-about-content {
    width: 100% !important;
    max-width: none !important;
}

.template-product-main .xypg-product-list,
.template-product-main .product-grid {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.template-product-main .xypg-product-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
    font-size: 0 !important;
}

.template-product-main .xypg-product-list li,
.template-product-main .product-grid > li {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: none !important;
}

.template-product-main .xypg-product-list li .img,
.template-product-main .product-grid .img {
    display: block !important;
    width: 100% !important;
    height: 150px !important;
    padding: 3px !important;
    background: #fff !important;
}

.template-product-main .xypg-product-list li .img img,
.template-product-main .product-grid .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.template-product-main .xypg-product-list li h3,
.template-product-main .product-grid h3 {
    margin: 0 !important;
    padding: 6px 8px !important;
    border-top: 1px solid #ededed !important;
    text-align: center !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    color: #666 !important;
}

.template-product-main .xypg-product-list li h3 a,
.template-product-main .product-grid h3 a {
    display: block !important;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    white-space: normal !important;
    word-break: break-all !important;
}

.template-product-main .page-main-title,
.template-product-main .page-main-subtitle {
    display: none !important;
}

.template-product-side .page-wrap-contact,
.template-about-side .page-wrap-contact {
    padding: 0 !important;
}

.template-product-side .page-wrap-contact h4,
.template-about-side .page-wrap-contact h4 {
    margin: 0 !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
}

.template-product-side .page-wrap-contact p,
.template-about-side .page-wrap-contact p {
    margin: 0 !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
    word-break: break-word !important;
}

.template-about-main .page-main-title {
    margin: 0 0 12px !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    color: #0d2d63 !important;
    font-weight: 700 !important;
}

.template-about-main .page-main-subtitle {
    display: block !important;
    margin: 0 0 18px !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
    color: #666 !important;
}

.template-about-main .content-text {
    max-width: 820px !important;
    font-size: 14px !important;
    line-height: 2 !important;
    color: #666 !important;
}

.template-about-main .content-text p {
    margin: 0 0 14px !important;
}

.template-about-main .about-summary {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    max-width: 820px !important;
    margin-top: 14px !important;
}

.template-about-main .about-summary .item {
    padding: 14px 16px !important;
    background: #fff !important;
    border: 1px solid #efefef !important;
}

.template-about-main .about-summary .item strong {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
    color: #0d2d63 !important;
}

.template-about-main .about-summary .item span {
    font-size: 13px !important;
    line-height: 1.9 !important;
    color: #666 !important;
}
