/* 维修点点 - 首屏 banner 区域 */
.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.3s ease;
    background: transparent;
    height: 80px;
}
.header_wrap.scroll {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 头部 logo 文字（专业高效 服务放心） */
.sf_logo {
    display: flex;
    align-items: center;
}
.sf_logo img {
    width: 42px;
    height: 42px;
    border-radius: 5px;
}
.sf_logo_txt {
    margin-left: 10px;
    line-height: 1.2;
}
.sf_logo_txt .sf_logo_name {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 4px;
}
.sf_logo_txt .sf_logo_desc {
    font-size: 12px;
    color: #FFE6E6;
    margin-top: 2px;
}
.header_wrap.scroll .sf_logo_txt .sf_logo_name {
    color: #FF6445;
}
.header_wrap.scroll .sf_logo_txt .sf_logo_desc {
    color: #999;
}

/* 头部按钮覆盖（橙红色主题） */
.sf_head_btn {
    border: 1px solid #FFFFFF;
    height: 36px;
    line-height: 34px;
    border-radius: 6px;
    margin-left: 16px;
    font-size: 16px;
    color: #FFFFFF;
    min-width: 80px;
    padding: 0 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.sf_head_btn.act {
    background: #FFFFFF;
    color: #FF6445;
}
.header_wrap.scroll .sf_head_btn {
    border-color: #FF6445;
    color: #FF6445;
}
.header_wrap.scroll .sf_head_btn.act {
    background: #FF6445;
    color: #fff;
}

/* 头部锚点导航 */
.sf_nav{display: flex;align-items: center;height: 100%;}
.sf_nav_item{
    position: relative;
    display: inline-block;
    padding: 0 14px;
    height: 100%;
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.sf_nav_item:hover{opacity: 0.85;}
.sf_nav_item.act{font-weight: bold;}
.sf_nav_item.act::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}
.header_wrap.scroll .sf_nav_item{color: #333;}
.header_wrap.scroll .sf_nav_item:hover{color: #FF6445;}
.header_wrap.scroll .sf_nav_item.act{color: #FF6445;}
.header_wrap.scroll .sf_nav_item.act::after{background: #FF6445;}

/* 首屏 banner */
.sf_banner {
    position: relative;
    height: 608px;
    background: url('https://img01.jhcms.com/gw/images/zt/weixiudd/banner.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 125px 0 0;
    overflow: hidden;
}
.sf_banner_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sf_banner_left {
    flex: 1;
    min-width: 0;
    margin-top: 65px;
}
.sf_banner_title {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
}
.sf_banner_sub {
    margin-top: 18px;
    font-size: 30px;
    color: #FFE6E6;
}
.sf_banner_btn {
    margin-top: 80px;
    display: inline-block;
    background: #FFFFFF;
    height: 54px;
    line-height: 54px;
    min-width: 160px;
    text-align: center;
    padding: 0 30px;
    font-size: 22px;
    color: #FF6445;
    letter-spacing: 2px;
    border-radius: 54px;
    cursor: pointer;
    transition: all 0.3s;
}
.sf_banner_btn:hover {
    box-shadow: 0 8px 18px rgba(255,100,69,0.25);
}
.sf_banner_right {
    margin-left: 30px;
}
.sf_banner_right img {
    display: block;
    width: 657px;
}

/* 公共章节标题 */
.sf_sec_title {
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}
.sf_sec_sub {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    color: #838896;
}

/* 完善流程，自主搭建 */
.sf_liucheng {
    padding: 52px 0;
    background: #FFFFFF;
}
.sf_liucheng_list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 36px;
}
.sf_liucheng_item {
    width: 300px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 6px 0px rgba(129,136,154,0.25);
    padding: 22px 10px 10px;
    transition: all 0.3s;
    cursor: pointer;
}
.sf_liucheng_item1{
    padding: 0 10px 0;
}
.sf_liucheng_item:hover {
    transform: translateY(-4px);
}
.sf_liucheng_head {
    display: flex;
    align-items: center;
}
.sf_liucheng_bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF6445;
    border-radius: 2px;
    margin-right: 10px;
}
.sf_liucheng_name {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.sf_liucheng_desc {
    margin-top: 10px;
    font-size: 16px;
    color: #838896;
    min-height: 44px;
}
.sf_liucheng_pic {
    margin-top: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.sf_liucheng_pic img {
    display: block;
    width: 100%;
    height: 217px;
    object-fit: cover;
    transition: all 0.5s;
}
.sf_liucheng_item:hover .sf_liucheng_pic img {
    transform: scale(1.05);
}

/* 全类型全品类，一站式服务覆盖 */
.sf_pinlei {
    padding: 52px 0;
    background: url(https://img01.jhcms.com/gw/images/zt/weixiudd/pl_bg.png) no-repeat center center;
    background-size: 100% 100%;
}
.sf_pinlei_desc{
    font-size: 28px;
    color: #777777;
    margin-top: 26px;
}
.sf_pinlei_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.sf_pinlei_item {
    width: 12.5%;
    box-sizing: border-box;
    text-align: center;
    padding: 18px 0 22px;
    cursor: pointer;
    transition: all 0.3s;
}
.sf_pinlei_item img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    transition: all 0.3s;
}
.sf_pinlei_name {
    margin-top: 12px;
    font-size: 16px;
    color: #333333;
}
.sf_pinlei_item:hover img {
    transform: translateY(-4px);
}
.sf_pinlei_item:hover .sf_pinlei_name {
    color: #FF6445;
}

/* 模块化随心组合 */
.sf_module {
    padding: 52px 0;
    background: #FFFFFF;
}
.sf_module_tabs {
    margin-top: 54px;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.sf_module_tab {
    position: relative;
    padding-bottom: 18px;
    font-size: 26px;
    color: #838896;
    cursor: pointer;
    transition: all 0.3s;
}
.sf_module_tab::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #FF6445;
    border-radius: 3px;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.sf_module_tab.act {
    color: #FF6445;
    font-weight: bold;
}
.sf_module_tab.act::after {
    width: 64px;
}
.sf_module_panels {
    margin: 50px auto 0;
    width: 1360px;
}
.sf_module_panel {
    display: none;
    height: 683px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.sf_module_panel.act {
    display: block;
}
.sf_module_pages {
    height: 100%;
    display: flex;
    align-items: center;
}
.sf_module_pages4 {
    justify-content: center;
    padding: 0 100px;
    gap: 60px;
}
.sf_module_pages3 {
    justify-content: center;
    gap: 98px;
}
.sf_module_page {
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
}
.sf_module_page img {
    display: block;
    height: 504px;
    margin: 0 auto 26px;
}

/* 315报道 */
.sf_315 {
    padding: 52px 0 52px;
    background: url('https://img01.jhcms.com/gw/images/zt/weixiudd/315_bg.png') no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.sf_315_hd {
    text-align: center;
    color: #FFFFFF;
}
.sf_315_title {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
}
.sf_315_sub {
    margin-top: 16px;
    font-size: 18px;
    color: #FFFFFF;
}
.sf_315_panel {
    width: 1360px;
    margin: 50px auto 0;
    padding: 40px 0;
    box-sizing: border-box;
    border-radius: 28px;
    background: rgba(255,255,255,0.9);
}
.sf_315_panel_title {
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.sf_315_swiper_wrap {
    position: relative;
    width: calc(100% - 260px);
    margin: 30px auto 0;
    padding: 10px;
}
.sf_315_swiper {
    width: 100%;
    overflow: hidden;
}
.sf_315_card {
    background: #fff;
    width: 334px;
    border-radius: 16px;
    padding: 22px 18px;
    background: linear-gradient( 180deg, #FFE4E4 0%, #FFFFFF 21.63%);
    box-shadow: 0px 0px 16px 0px rgba(123,131,152,0.15);
    border: 2px solid #FFFFFF;
}
.sf_315_card_hd {
    display: flex;
    align-items: center;
}
.sf_315_icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.sf_315_card_title {
    margin-left: 10px;
    font-size: 26px;
    color: #333;
}
.sf_315_card_desc {
    margin-top: 15px;
    font-size: 20px;
    color: #777777;
    min-height: 56px;
}
.sf_315_card_img {
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden;
}
.sf_315_card_img img {
    display: block;
    width: 100%;
    height: 189px;
}
.sf_315_topic img {
    display: block;
    width: 1211px;
    margin: 30px auto 0;
}
.sf_315_prev,
.sf_315_next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.sf_315_prev img,
.sf_315_next img {
    width: 100%;
    height: 100%;
}
.sf_315_prev {
    left: -72px;
}
.sf_315_next {
    right: -72px;
}

/* 八大类市场 */
.sf_market8 {
    padding: 52px 0;
    background: #FFFFFF;
    overflow: hidden;
}
.sf_market8_wrap {
    width: 100vw;
    margin-top: 50px;
    overflow: hidden;
}
.sf_market8_swiper {
    width: 100%;
    overflow: visible;
}
.sf_market8_swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.sf_market8_swiper .swiper-slide {
    width: 346px;
}
.sf_market8_item {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.sf_market8_item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.sf_market8_info {
    margin-top: -68px;
    min-height: 260px;
    padding: 36px 22px 10px;
    border-radius: 0px 42px 52px 52px;
    background: #F3F6FF;
    position: relative;
}
.sf_market8_label {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #333333;
}
.sf_market8_label::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    margin-top: 20px;
    background: #2E8BFF;
    border-radius: 3px;
}
.sf_market8_swiper .swiper-slide:nth-child(even) .sf_market8_label::after {
    background: #FF6445;
}
.sf_market8_swiper .swiper-slide:nth-child(even) .sf_market8_info {
    background: #FFF8F1;
}
.sf_market8_desc {
    margin-top: 40px;
    font-size: 20px;
    line-height: 36px;
    color: #838896;
}

/* 平台发展优势 */
.sf_fazhan {
    position: relative;
    padding: 52px 0;
    background: #FFFFFF;
}
.sf_fazhan_list {
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 36px;
}
.sf_fazhan_item {
    position: relative;
    height: 182px;
    width: 689px;
    display: flex;
    align-items: center;
    padding: 0 56px;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient( 0deg, #FFEDE8 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 8px 0px rgba(129,136,154,0.12);
    cursor: pointer;
    transition: all 0.3s;
}
.sf_fazhan_item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
    height: 108px;
    background-repeat: no-repeat;
    background-position: right top;
}
.sf_fazhan_item:nth-child(1)::before {
    background-image: url('https://img01.jhcms.com/gw/images/zt/weixiudd/fazhan_bg1.png');
    background-size: 100% 100%;
}
.sf_fazhan_item:nth-child(2)::before {
    background-image: url('https://img01.jhcms.com/gw/images/zt/weixiudd/fazhan_bg2.png');
    background-size: 100% 100%;
}
.sf_fazhan_item:nth-child(3)::before {
    background-image: url('https://img01.jhcms.com/gw/images/zt/weixiudd/fazhan_bg3.png');
    background-size: 100% 100%;
}
.sf_fazhan_item:nth-child(4)::before {
    background-image: url('https://img01.jhcms.com/gw/images/zt/weixiudd/fazhan_bg4.png');
    background-size: 100% 100%;
}
.sf_fazhan_icon {
    position: relative;
    z-index: 1;
    width: 76px;
    height: 76px;
    margin-right: 22px;
    flex-shrink: 0;
}
.sf_fazhan_text {
    position: relative;
    z-index: 1;
    min-width: 0;
}
.sf_fazhan_title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.sf_fazhan_hover{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient( 180deg, rgb(255, 123, 103, 0.8) 0%, rgb(254, 66, 48, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
}
.sf_fazhan_hover1{
    font-size: 36px;
    color: #FFFFFF;
}
.sf_fazhan_hover2 {
    margin-top: 18px;
    font-size: 20px;
    color: #FFFFFF;
}
.sf_fazhan_item:hover .sf_fazhan_hover {
    opacity: 1;
}

/* 精美界面 */
.sf_page_show {
    padding: 52px 0;
    background: url('https://img01.jhcms.com/gw/images/zt/weixiudd/page_bg.png') no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
}
.sf_page_tabs {
    margin-top: 38px;
    display: flex;
    justify-content: center;
    gap: 56px;
}
.sf_page_tab {
    position: relative;
    padding-bottom: 16px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s;
}
.sf_page_tab::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: #FF6445;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.sf_page_tab.act {
    color: #FF6445;
}
.sf_page_tab.act::after {
    width: 58px;
}
.sf_page_panel{display: none;}
.sf_page_panel.act{display: block;animation: sfFadeIn 0.5s ease;}
.sf_page_swiper{width: 100%;overflow: hidden;}
.sf_page_ul{display: flex;align-items: flex-start;justify-content: center;gap: 52px;}
.sf_page_li{text-align: center;}
.sf_page_li img{width: 269px;display: block;}
.sf_page_name{margin-top: 25px;font-size: 20px;color: #6D1515;}
/* 翻页箭头 */
.sf_page_btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 2;
}
.sf_page_btn:hover{opacity: 0.85;}
.sf_page_btn img{width: 100%;display: block;height: 100%;}
.sf_page_prev{left: -50px;}
.sf_page_next{right: -50px;}
/* 了解更多 */
.sf_page_more{
    margin: 45px auto 0;
    display: inline-block;
    min-width: 150px;
    height: 44px;
    line-height: 42px;
    padding: 0 30px;
    border: 1px solid #FF6445;
    border-radius: 44px;
    color: #FF6445;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s;
}
.sf_page_more:hover{background: #FF6445;color: #FFFFFF;}

/* 真实案例 */
.sf_anli {
    padding: 52px 0;
    background: #F6F8FA;
}
.sf_anli_list {
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}
.sf_anli_item {
    width: 322px;
    overflow: hidden;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(129,136,154,0.25);
    transition: all 0.3s;
    cursor: pointer;
}
.sf_anli_item:hover {
    transform: translateY(-4px);
}
.sf_anli_pic {
    display: block;
    width: 100%;
    height: 208px;
    object-fit: cover;
}
.sf_anli_body {
    padding: 16px;
}
.sf_anli_hd {
    display: flex;
    align-items: center;
}
.sf_anli_logo {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    flex-shrink: 0;
}
.sf_anli_title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sf_anli_desc {
    margin-top: 10px;
    font-size: 18px;
    color: #838896;
}
.sf_anli_meta {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
    font-size: 18px;
    color: #333333;
}
.sf_anli_meta span {
    display: inline-flex;
    align-items: center;
}
.sf_anli_meta img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    flex-shrink: 0;
}


.header_lianxi{position: absolute;box-shadow: 0 6px 16px 0 rgba(0,0,0,0.06);background: #FFFFFF;border-radius: 10px;padding: 28px 40px 26px;text-align: center;top: 55px;left: 50%;transform: translateX(-50%);display: none;}
.header_lianxi2{width: 140px;height: 140px;}
.header_lianxi3{padding-top: 22px;color: #4D4D4D;font-size: 14px;line-height: 1;}
.sf_head_btn:hover .header_lianxi{display: block;}

.new_tan .btn_sub{background: #FF6445;}
.sub_kefu1 span{color: #FF6445;}