/* Migration-only compatibility and responsive fixes. */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.header { position: relative; z-index: 1000; }
.h_con { position: relative; z-index: 1001; }
.h_con h1 { width: 590px; }
.h_city { position: relative; float: left; margin-top: 25px; font-family: "Microsoft Yahei", sans-serif; }
.city-trigger { display: flex; align-items: center; height: 38px; padding: 0 11px; border: 1px solid #dedede; border-radius: 3px; background: #fff; color: #323232; font-size: 15px; line-height: 36px; cursor: pointer; transition: border-color .2s, color .2s, box-shadow .2s; }
.city-trigger:hover, .h_city.is-open .city-trigger { border-color: #c33; color: #c33; box-shadow: 0 3px 12px rgba(0, 0, 0, .08); }
.city-pin { display: block; flex: 0 0 17px; width: 17px; height: 17px; margin-right: 6px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.city-arrow { width: 0; height: 0; margin-left: 8px; border-top: 5px solid currentColor; border-right: 4px solid transparent; border-left: 4px solid transparent; transition: transform .2s; }
.h_city.is-open .city-arrow { transform: rotate(180deg); }
.city-panel { position: absolute; top: 49px; left: -615px; display: none; width: 1000px; border: 1px solid #e4e4e4; border-radius: 4px; box-sizing: border-box; background: #fff; box-shadow: 0 14px 42px rgba(0, 0, 0, .18); color: #222; text-align: left; }
.h_city.is-open .city-panel { display: block; }
.city-panel:before { position: absolute; top: -8px; left: 650px; width: 14px; height: 14px; border-top: 1px solid #dedede; border-left: 1px solid #dedede; background: #fff; content: ""; transform: rotate(45deg); }
.city-panel-head { display: flex; align-items: center; justify-content: space-between; height: 67px; padding: 0 28px; border-bottom: 1px solid #eee; box-sizing: border-box; }
.city-panel-head strong { margin-right: 12px; font-size: 20px; }
.city-panel-head span { color: #999; font-size: 13px; }
.city-close { padding: 4px 8px; border: 0; background: transparent; color: #999; font-size: 28px; line-height: 1; cursor: pointer; }
.city-close:hover { color: #c33; }
.city-search { display: block; margin: 22px 28px 16px; }
.city-search input { width: 100%; height: 42px; padding: 0 15px; border: 1px solid #ddd; border-radius: 3px; box-sizing: border-box; outline: none; color: #333; font: 14px/40px "Microsoft Yahei", sans-serif; }
.city-search input:focus { border-color: #c33; box-shadow: 0 0 0 3px rgba(204, 51, 51, .08); }
.city-hot { display: flex; align-items: flex-start; margin: 0 28px; padding: 5px 0 18px; border-bottom: 1px solid #eee; }
.city-hot > strong { flex: 0 0 80px; padding-top: 5px; font-size: 15px; }
.city-hot > div { display: flex; flex-wrap: wrap; gap: 6px 10px; }
.city-hot a { padding: 4px 8px; border-radius: 3px; color: #444; font-size: 14px; line-height: 22px; }
.city-hot a:hover, .city-hot a.is-current { background: #c33; color: #fff; }
.city-list { max-height: 500px; margin-top: 4px; padding: 0 28px 22px; overflow-y: auto; overscroll-behavior: contain; }
.city-group { display: flex; padding: 15px 0 10px; border-bottom: 1px solid #f0f0f0; }
.city-letter { flex: 0 0 48px; color: #c33; font: bold 26px/32px Arial, sans-serif; }
.city-links { display: flex; flex: 1; flex-wrap: wrap; gap: 3px 8px; }
.city-links a { min-width: 54px; padding: 5px 7px; border-radius: 3px; box-sizing: border-box; color: #333; font-size: 14px; line-height: 22px; }
.city-links a:hover, .city-links a.is-current { background: #fff1f1; color: #c33; }
.city-links a.is-current { font-weight: bold; }
.city-empty { display: none; padding: 55px 0; color: #999; text-align: center; }
.city-list.is-empty .city-empty { display: block; }
@media (max-height: 800px) {
    .city-list { max-height: 390px; }
}
.ty-banner-1 { height: 280px; overflow: hidden; background: #eee; text-align: center; line-height: 0; }
.ty-banner-1 img { display: block; width: 100%; min-width: 1200px; height: 280px; object-fit: cover; }
.page-empty { padding: 60px 20px; text-align: center; color: #888; }
.friend-links { width: 1000px; margin: -35px 0 28px; color: #aaa; font-size: 14px; line-height: 26px; }
.friend-links strong { color: #fff; }
.friend-links a { margin-right: 18px; color: #ccc; }
.friend-links a:hover { color: #fff; }
.imglist dl dd a { display: block; box-sizing: border-box; overflow: hidden; border-bottom: 2px solid transparent; text-overflow: ellipsis; white-space: nowrap; }
.pagination { display: flex; justify-content: center; gap: 6px; padding: 30px 0; }
.pagination li a, .pagination li span { display: block; padding: 7px 12px; border: 1px solid #ddd; color: #555; }
.pagination .active span { background: #00998a; border-color: #00998a; color: #fff; }
.pagination .disabled span { color: #aaa; }
.rich-content { overflow: hidden; line-height: 1.9; }
.rich-content img { max-width: 100%; height: auto !important; }
.search-results h2 { border-bottom: 2px solid #00998a; padding: 10px 0; margin: 20px 0; }
.search-results li { padding: 12px 0; border-bottom: 1px dashed #ddd; }
.search-results li a { color: #333; }
.message-form { max-width: 760px; margin: 30px auto; }
.message-form input, .message-form textarea { box-sizing: border-box; width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #ddd; }
.message-form button { padding: 12px 36px; border: 0; background: #00998a; color: #fff; cursor: pointer; }
.detail-title { padding: 20px 0; text-align: center; font-size: 26px; }
.detail-related-title { color: #00998a !important; font-size: 22px !important; font-weight: bold; }
.detail-image { text-align: center; margin-bottom: 20px; }
.detail-image img { max-width: 100%; height: auto; }
.detail-pagination { position: relative; min-height: 62px; margin: 24px 0 30px; padding: 16px 110px 16px 0; border-top: 1px dashed #b5b5b5; border-bottom: 1px dashed #b5b5b5; }
.detail-pagination p { overflow: hidden; margin: 0 !important; font-size: 14px !important; line-height: 31px !important; text-overflow: ellipsis; white-space: nowrap; }
.detail-pagination a { color: #4b4a4a; }
.detail-pagination a:hover { color: #c33; }
.detail-pagination .detail-back { position: absolute; top: 50%; right: 0; padding: 6px 12px; background: #282828; color: #fff; transform: translateY(-50%); }
.detail-pagination .detail-back:hover { color: #fff; background: #c33; }
.contact-table { width: 100%; border-collapse: separate; border-spacing: 10px; }
.contact-table td { width: 50%; padding: 0; vertical-align: top; }
.contact-table p { font-size: 24px !important; line-height: 48px !important; }
.contact-table .sales-hotline { color: #c00; }
.contact-map { width: 100%; height: 400px; margin-top: 20px; overflow: hidden; background: #f3f3f3; }
.contact-map img { max-width: none; }
@media (max-width: 900px) {
    body { min-width: 1200px; }
    .yb_conct { display: none; }
}
