
        .products-banner {
            background: url(/img222/banner/contact.png) no-repeat center center;
        }

        .contactll-info-section {
            display: flex;
            justify-content: space-between;
        }

        .contactll-image {
            flex: 1;
            height: 600px;
            position: relative;
            overflow: hidden;
        }

        .contactll-image img {
            height: 100%;
        }

        .image-section {
            flex: 1;
            min-width: 300px;
            position: relative;
            overflow: hidden;
            background-color: #f8f9fa;
        }

        .image-container {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .image-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .image-item.active {
            opacity: 1;
        }

        .contactll-box {
            display: flex;
            /*background-color: rgba(0, 0, 0, 0.8);*/
            background-color: rgba(4, 30, 65, 0.8);
            align-items: center;
            margin: -58px 0 0 0;
            position: relative;
            z-index: 8;
            color: #fff;
        }

        .contactll-box span {
            display: flex;
            flex: 1;
            aspect-ratio: 1 / 1;
            border-left: 1px solid #ccc;
            justify-content: center;
            font-size: 24px;
            height: 58px;
            line-height: 58px;
        }

        .contactll-box span:first-child {
            border-left: none;
        }

        .contactll-box span:hover {
            background-color: #f8c300;
            color: #333;
        }

        .tab.active {
            background-color: #f8c300;
            color: #333;
        }

        .text-section {
            width: 480px;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #F2F5F7;
            position: relative;
            margin: 0 0 0 40px;
        }

        .contactll-details {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: absolute;
            opacity: 0;
            transform: translateY(800px);
            transition: all 0.5s ease;
            /*height: 480px;*/
        }

        .contactll-details.active {
            opacity: 1;
            transform: translateY(0);
        }

        .contactll-details h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #000000;
        }

        .contactll-details>img {
            width: 30%;
        }

        .contactll-item {
            display: flex;
            align-items: center;
            color: #5D6366;
            white-space: nowrap;
            position: relative;
            margin: 0 0 12px 26px;
        }

        .contactll-icon {
            position: absolute;
            left: 0;
            top: 12px;
            margin: -8px 0 0 -26px;
        }

        .text-section ul{
            display: flex;
            text-align: center;
        }

        .text-section li{
            width: 30%;
            margin: 0 5% 0 0;
        }

        .text-section img{
            width: 100%;
        }

        .contactll-actions{
            margin: 20px 0 0 0;
        }

        .btn {
            padding: 12px 24px;
            border: none;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            color: #fff;
        }

        .btn-primary {
            background-color: rgba(4, 30, 65, 0.8);
            color: white;
            flex: 2;
        }

        .btn-secondary {
            background: #F8C300;
            color: #333;
            border: 1px solid #ddd;
            flex: 1;
        }

        .btn:hover {
            opacity: 0.9;
        }

        .form-box {
            position: relative;
        }

        .intro-section img {
            position: absolute;
            left: -80px;
            bottom: -80px;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            backdrop-filter: blur(10px);
            padding: 40px;
            margin-bottom: 40px;
        }

        .intro-section {
            flex: 1;
            min-width: 300px;
            padding-right: 20px;
        }

        .intro-section h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: #fff;
        }

        .intro-section p {
            font-size: 1.05rem;
            opacity: 0.9;
        }

        .intro-Tel {
            border-bottom: 1px solid rgba(93, 99, 102, 1);
            border-top: 1px solid rgba(93, 99, 102, 1);
            margin: 20px 0;
            padding-bottom: 20px;
        }

        .intro-Tel a {
            display: flex;
            color: rgba(93, 99, 102, 1);
            align-items: flex-end;
            margin-top: 25px;
        }

        .intro-Tel p {
            font-size: 32px;
            margin-left: 8px;
            margin-bottom: -10px;
            font-weight: 900;
        }

        .benefits-list {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
        }

        .benefits-list div {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 30%;
            font-size: 14px;
            text-align: center;
        }

        .benefits-list img {
            margin-bottom: 20px;
        }

        .form-section {
            flex: 1;
            min-width: 300px;
        }

        .dealer-form {
            width: 100%;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            flex: 1;
            min-width: 200px;
            position: relative;
            margin-bottom: 10px;
        }

        .full-width p {
            margin: 40px 0 0 0;
        }

        .required {
            color: #ff5252;
        }

        .form-control {
            width: 100%;
            padding: 12px 0;
            border: none;
            border-bottom: 1px solid rgba(93, 99, 102, 1);
            color: #000;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            outline: none;
            border-bottom-color: #fff;
            box-shadow: 0 2px 0 0 #000;
        }

        .form-control::placeholder {
            color: #BAC4CC;
        }

        textarea.form-control {
            resize: vertical;
            min-height: 150px;
        }

        .privacy-notice {
            margin: 25px 0;
            padding: 15px 0;
            font-size: 0.9rem;
        }

        .privacy-notice a {
            color: #4fc3f7;
            text-decoration: none;
        }

        .privacy-notice a:hover {
            text-decoration: underline;
        }

        .submit-btn {
            background: #F8C300;
            color: #fff;
            border: none;
            padding: 14px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
        }

        .submit-btn:hover {
            background: #041e41;
        }

        .form-span {
            display: flex;
            flex-wrap: wrap;
            color: #8B9399;
        }

        .form-span span {
            border: 1px solid #000;
            padding: 5px 10px;
            margin: 18px 18px 0 0;
            cursor: pointer;
        }

        .highlighted {
            background-color: #041e41 !important;
            color: #fff;
        }


        /*地图*/

        .dt {
            background: #F2F5F7;
            overflow: hidden;
            background: url(/img222/conc/con71.png) no-repeat center center;
            height: 500px;
            position: relative;
        }

        .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 #F8C300;
        }

        .dt-flex a:hover{
            color: #F8C300;
        }

        .dt-flex>div{
            position: relative;
            margin: 0 0 0 20px;
        }
        .dt-flex-icon{
            position: absolute;
            left: 0;
            top: 12px;
            margin: -8px 0 0 -20px;
        }

        .dt-flex-img{
            position: absolute;
            left: -20px;
            bottom: -20px;
        }

        .dt-actions {
            display: flex;
            width: 100%;
            padding: 30px 0;
        }

        .dt-left {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 60px 80px 90px 0;
        }
        .dt-left-title{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dt-left h1 {
            position: relative;
            font-size: 36px;
            color: #333;
        }

        .dt-left-jd{
            width: 25%;
            height: 3px;
            background: #F8C300;
            margin-top: 55px;
            transition: width 0.3s ease-in-out;
        }

        .dt-left>img {
            width: 100%;
            height: auto;
            margin: 60px 0 0 0;
        }

        .sjdt-title {
            font-size: 36px;
            color: #333;
            margin: 0 0 26px 0;
            position: relative;
            text-align: center;
        }

        .intro-section h2 {
            font-size: 36px;
            position: relative;
            margin-bottom: 30px;
            padding-bottom: 10px;
            color: #333;
        }

        .intro-section h2::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 250px;
            height: 4px;
            background: #F8C300;
        }

        /* Swiper 按钮样式 */
        .swiper-button {
            display: flex;
            gap: 15px;
        }

        .swiper-button-next, .swiper-button-prev {
            background: #fff;
            padding: 10px;
            margin-right: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 43, 69, 0.2);
            color: #333;
        }

        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: #E6E6E6;
        }

        .dt-details {
            display: none;
            margin-bottom: 30px;
        }

        .dt-details.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }

        .dt-image-item {
            display: none;
            margin-top: 30px;
            overflow: hidden;
            height: 234px;
        }

        .dt-image-item.active {
            display: block;
            animation: slideIn 0.5s ease;
        }

        .dt-image-item img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .dt-image-item:hover img {
            transform: scale(1.03);
        }

        .slide-indicator {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
            display: none;
        }

        .indicator-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(0, 43, 69, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator-dot.active {
            background: #333;
            transform: scale(1.2);
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from { 
                opacity: 0;
                transform: translateY(20px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .dt-section {
                flex-direction: column;
            }
            
            .dt-left {
                padding: 30px 20px;
            }
        }

        .offices-map {
            width: 1110px;
            margin: 0 auto;
            position: relative;
            margin-bottom: 60px;
        }
        .office-info {position: absolute;}
        .mexico{top:246px; left:195px;}
        .colombia{top:323px; left:286px;}
        .peru{top:363px; left:276px;}
        .jamaica{top:290px; left:276px;}
        .chile{top:438px; left:291px;}
        .brazil{top:360px; left:317px;}
        .ghana{top:307px; left:491px;}
        .nigeria{top:323px; left:553px;}
        .algeria{ top: 240px; left: 520px; }
        .east-africa{top:306px; left:647px;}
        .saudi-arabia{top:253px; left:651px;}
        .africa{top:443px; left:581px;}
        .saudi-arabia2{top:253px; left:681px;}
        .kazakhstan{top:132px; left:655px;}
        .russia{top:112px; left:815px;}
        .india{top:289px; left:745px;}
        .mongolia{top:147px; left:788px;}
        .indonesia{top:341px; left:830px;}
        .vietnam{top:287px; left:841px;}
        .malaysia{top:329px; left:861px;}
        .philippines{top:302px; left:889px;}
        .aus{top:402px; left:939px;}
        .zhengzhou{top:212px; left:869px;}
        .qingdao{top:222px; left:849px;}

        .office-info{ position:absolute;}
        .maphamac{background:url(/templets/temp2017/contact/hamac.png) center center no-repeat; cursor:pointer; width:25px; height:25px; float:left;}
        .mapIco{background:url(/templets/temp2017/contact/mapicon.png) center center no-repeat; cursor:pointer; width:21px; height:35px; float:left;}
        .mapIco:hover ~.info{ display: block; }
        .info{display:none;background: url(/templets/temp2017/contact/infobg.png) left center no-repeat;width:320px;height:51px;margin-top:-8px;float:left;position:relative;z-index:1;    background-size: 100% 100%;}
        .info img, .info .img{ float:left; padding:10px 6px 0 20px;}
        .info p{color: #333; font-family:Arial; font-size:12px; padding-top:4px;}
        .info p span{display: block; font-weight:bold;}



        /* 响应式设计 */
        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                padding: 30px 20px;
                margin-bottom: 0;
            }

            .contactll-info-section{
                max-width: 100%;
                flex-direction: column;
                flex-wrap: wrap;
                gap: 0;
            }
            .contactll-image{
                width: 100%;
                height: 210px;
                flex: auto;
            }
            .text-section{
                width: 100%;
                height: 550px;
                flex: auto;
                justify-content: flex-start;
                padding: 10px;
                margin: 0;
            }
            .contactll-image img{
                width: 100%;
                height: auto;
            }

            .intro-section {
                padding-right: 0;
                margin-bottom: 20px;
                text-align: center;
            }

            .intro-section h3 {
                font-size: 1.5rem;
            }

            .intro-Tel p {
                font-size: 16px;
                margin: 0;
            }
            .intro-section h2{
                text-align: left;
                font-size: 24px;
            }
            .intro-section p{
                    font-size: .8rem;
            }
            .contactll-box{
                text-align: center;
                margin: -48px 0 0 0;
            }
            .contactll-box span{
                font-size: 14px;
                height: 48px;
                line-height: 48px;
            }
            .btn{
                width: 45%;
                padding: 12px 0;
            }
            .contactll-details{
                /*width: 100%;*/
            }
            .form-box{
                margin: 0;
            }
            .intro-section img{
                left: 0;
                bottom: 80px;
                width: 100%;
                z-index: -1;
            }
            .dt-box{
                flex-direction: column;
                border-bottom: none;
            }
            .dt-left-jd{
                margin-top: 25px;
            }
            
            .dt-section img{
                width: 100%;
            }
            .dt-actions>.contactll-icon>img{
                width: 54px;
            }
            .dt-left h1{
                font-size: 22px;
            }
            .dt-section>div{
                width: 100%;
            }
            .sjdt-title{
                font-size: 24px;
            }
            .dt-actions{
                align-items: flex-start;
                border-bottom: 1px solid #D9D9D9;
            }
            .contactll-text p{
                white-space: normal;
            }
            .contactll-icon{
                top: 4px;
            }
            .dt{
                margin: 60px 0 60px -600px !important;
            }
            .dt-flex{
                width: 300px;
                height: 260px;
                top: 50px;
            }
            .dt-flex .dt-flex-img1{
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .form-row {
                flex-direction: column;
                gap: 0;
            }

            .form-group {
                min-width: 100%;
            }
        }
