   
        body{
            background: #fff;
            color: #4D4D4D;
        }
        .form26-outer{
            background: linear-gradient(to bottom, #fff 80%, #D62A29 20%) !important;
        }
        .form26-inner {
            box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);
        }
        .banner{
            background: url(/images/banner/cont-ban.png) no-repeat center center;
            height: 660px;
        }
        @media (max-width: 768px) {
            .banner{
                background: url(/images/banner/mob/cont.jpg) no-repeat center center;
            }   
        }
        /* 联系我们主体布局 */
        .contact-section {
            display: grid;
            grid-template-columns: 1fr 500px;
            align-items: center;
            position: relative;
        }

        /* 左侧文案 */
        .contact-left h2 {
            font-size: 44px;
            line-height: 1.35;
            font-weight: bold;
            width: 66%;
            margin-bottom: 40px;
            color: #000;
        }

        /* 中间联系信息卡片 */
        .contact-info-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .contact-info-card {
            border: 1px solid #ddd;
            padding: 34px 20px;
            text-align: center;
            transition: box-shadow 0.2s ease;
        }

        .contact-info-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

        .info-icon {
            width: 48px;
            height: 48px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #d81018;
            
        }
        .info-icon *{
            font-size: 42px;
        }

        .contact-info-card h3 {
            margin-bottom: 14px;
            color: #000;
            font-weight: bold;
            font-size: 24px;
        }

        .contact-info-card p {
            line-height: 1.6;
        }

        /* 右侧人物图 */
        .contact-right {
            justify-self: end;
        }

        .contact-right img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* ========== 响应式适配 ========== */
        @media (max-width: 1200px) {
            .contact-section {
                grid-template-columns: 1fr;
            }

            .contact-left h2 {
                text-align: center;
                font-size: 36px;
            }

            .contact-right img {
                max-height: 420px;
            }
        }

        @media (max-width: 768px) {
            .contact-info-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
                padding-bottom: 10px;
            }

            .contact-left h2 {
                font-size: 24px;
                width: 100%;
                text-align: left;
                margin-bottom: 14px;
            }

            .contact-right{
                position: absolute;
                bottom: 0;
                width: 45%;
            }

            .wrap-1920 {
                padding: 30px 0;
            }
        }
        
        .bullet{
          display: flex;
          gap: 5px;
          justify-content: center;
          margin-bottom: 20px;
        }
        .bullet span{
          border-radius: 50%;
        }
        .bullet span:nth-child(1),.bullet span:nth-child(3){
            border: 1px solid #D62A29;
            background: #fff;
            width: 10px;
            height: 10px;
            margin: 0 !important;
        }
        .bullet span:nth-child(2){
            border: 1px solid #D62A29;
            background: #D62A29;
            width: 10px;
            height: 10px;
            margin: 0 !important;
        }   



        /*地图*/
        .dt {
            background: #F2F5F7;
            overflow: hidden;
            background: url(/images/contact/con71.png) no-repeat center center;
            height: 500px;
            position: relative;
            max-width: 1520px;
            margin: 0 auto 80px auto;
        }

        .dt-section {
            display: flex;
            max-width: 1520px;
            margin: 0 auto;
        }

        .dt-section>div {
            width: 50%;
        }

        .dt-section img {
            height: 100%;
        }

        .dt-box {
            border-bottom: 1px solid #D9D9D9;
            display: flex;
            width: 100%;
        }

        .dt-flex{
            position: relative;
            display: flex;
            background: #fff;
            flex-direction: column;
            justify-content: space-between;
            align-items: stretch;
            padding: 24px;
            width: 500px;
            height: 300px;
            left: 50%;
            top: 10px;
            margin: 0 0 0 180px;
            border-bottom: 2px solid #D62A29;
        }

        .dt-flex a:hover{
            color: var(--red);
        }

        .dt-flex>div{
            position: relative;
            margin: 0 0 0 20px;
        }
        .dt-flex-icon{
            position: absolute;
            left: 0;
            top: 0;
            margin: 0 0 0 -20px;
        }
        .dt-flex-icon i{
            color: var(--red);
        }

        .dt-flex-img{
            position: absolute;
            left: -20px;
            bottom: -20px;
        }
        @media (max-width: 768px) {
            .dt{
                margin: 60px 0 60px -600px !important;
            }
            .dt-flex {
                width: 300px;
                height: 260px;
                top: 50px;
            }
            .contact-info-card{
                padding: 20px 10px;
            }
        }   
