Hitachi Ekskavatör Arıza Tespit Cihazı | Profesyonel Ekskavatör Teşhis Cihazı
/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */
.hitachi-diagnostic {
--primary: #374151; /* Neutral Gray */
--primary-light: #F9FAFB;
--secondary: #1F2937; /* Dark Gray */
--accent: #6B7280; /* Gray Accent */
--text-dark: #0F172A;
--text-light: #64748B;
--background: #FFFFFF;
--background-light: #F8FAFC;
--background-dark: #1F2937;
--border: #E2E8F0;
--success: #10B981;
--warning: #F59E0B;
--info: #3B82F6;
--gradient-primary: linear-gradient(135deg, #374151 0%, #1F2937 100%);
--gradient-secondary: linear-gradient(135deg, #1F2937 0%, #374151 100%);
--gradient-dark: linear-gradient(135deg, #1F2937 0%, #111827 100%);
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
--shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);
color: var(--text-dark);
background-color: var(--background);
overflow-x: hidden;
position: relative;
width: 100%;
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
font-size: 115%;
}
.hitachi-diagnostic * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
.hitachi-diagnostic .container {
max-width: 100%;
margin: 0 auto;
padding: 0 16px;
position: relative;
z-index: 2;
box-sizing: border-box;
overflow-x: hidden;
}
.hitachi-diagnostic .btn {
padding: 12px 24px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 17px;
transition: all 0.3s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
white-space: nowrap;
}
.hitachi-diagnostic .btn-primary {
background: var(--gradient-primary);
color: white;
border: none;
box-shadow: var(--shadow-sm);
position: relative;
overflow: hidden;
}
.hitachi-diagnostic .btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
background: var(--gradient-secondary);
}
.hitachi-diagnostic .btn-secondary {
background-color: var(--primary-light);
color: var(--primary);
border: none;
}
.hitachi-diagnostic .btn-secondary:hover {
background-color: #fddddd;
}
/* Background Shapes */
.hitachi-diagnostic .bg-shape {
position: absolute;
z-index: 1;
border-radius: 50%;
}
.hitachi-diagnostic .bg-shape-1 {
top: -80px;
right: -80px;
width: 250px;
height: 250px;
background-color: var(--primary-light);
opacity: 0.5;
}
.hitachi-diagnostic .bg-shape-2 {
bottom: 10%;
left: -120px;
width: 200px;
height: 200px;
background-color: var(--primary-light);
opacity: 0.4;
}
/* Hero Section */
.hitachi-diagnostic .hero {
padding-top: 80px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
}
.hitachi-diagnostic .hero-grid {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
}
.hitachi-diagnostic .hero-content {
max-width: 800px;
text-align: center;
padding: 0 20px;
box-sizing: border-box;
margin: 0 auto;
}
.hitachi-diagnostic .hero-eyebrow {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background-color: var(--primary-light);
color: var(--primary);
border-radius: var(--radius-sm);
font-weight: 600;
font-size: 16px;
margin-bottom: 24px;
}
.hitachi-diagnostic .hero-title {
font-size: clamp(28px, 5vw, 55px);
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: var(--text-dark);
word-wrap: break-word;
overflow-wrap: break-word;
}
.hitachi-diagnostic .hero-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
.hitachi-diagnostic .hero-title span::after {
content: '';
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 10px;
background-color: rgba(55, 65, 81, 0.2);
z-index: -1;
border-radius: 10px;
}
.hitachi-diagnostic .hero-description {
font-size: clamp(16px, 2.5vw, 18px);
line-height: 1.6;
color: var(--text-light);
margin-bottom: 32px;
word-wrap: break-word;
overflow-wrap: break-word;
}
.hitachi-diagnostic .hero-buttons {
display: flex;
gap: 16px;
margin-top: 40px;
justify-content: center;
}
@media (min-width: 768px) {
.hitachi-diagnostic .hero-buttons {
justify-content: center;
}
}
.hitachi-diagnostic .hero-image-container {
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.hitachi-diagnostic .hero-image-wrapper {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
width: 100%;
max-width: 500px;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
}
.hitachi-diagnostic .hero-image-wrapper img {
width: 100%;
height: auto;
object-fit: contain;
}
/* Features Section */
.hitachi-diagnostic .features {
padding: 100px 0;
position: relative;
overflow: hidden;
background-color: var(--background-light);
}
.hitachi-diagnostic .section-header {
text-align: center;
max-width: 700px;
margin: 0 auto 80px;
}
.hitachi-diagnostic .section-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.hitachi-diagnostic .section-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.hitachi-diagnostic .section-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
}
.hitachi-diagnostic .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
justify-content: center;
}
.hitachi-diagnostic .feature-card {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 40px;
transition: all 0.3s ease;
border: 1px solid var(--border);
position: relative;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
}
.hitachi-diagnostic .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.hitachi-diagnostic .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 60px;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
}
.hitachi-diagnostic .feature-icon {
margin-bottom: 24px;
width: 60px;
height: 60px;
border-radius: var(--radius-md);
background-color: var(--primary-light);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--primary);
align-self: center;
}
.hitachi-diagnostic .feature-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
color: var(--text-dark);
text-align: center;
}
.hitachi-diagnostic .feature-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
flex-grow: 1;
text-align: center;
}
/* Product Section */
.hitachi-diagnostic .product {
padding: 100px 0;
background-color: var(--background);
position: relative;
overflow: hidden;
}
.hitachi-diagnostic .product-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.hitachi-diagnostic .product-image-container {
position: relative;
}
.hitachi-diagnostic .product-image-card {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
padding: 20px;
}
.hitachi-diagnostic .gallery-container {
width: 100%;
}
.hitachi-diagnostic .gallery-main {
width: 100%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f9fa;
border-radius: var(--radius-md);
margin-bottom: 20px;
}
.hitachi-diagnostic .gallery-main img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.hitachi-diagnostic .gallery-thumbs {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.hitachi-diagnostic .gallery-thumb {
width: 80px;
height: 80px;
border-radius: var(--radius-sm);
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
}
.hitachi-diagnostic .gallery-thumb.active {
border-color: var(--primary);
}
.hitachi-diagnostic .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hitachi-diagnostic .product-badges {
position: absolute;
top: 40px;
left: 40px;
display: flex;
flex-direction: column;
gap: 12px;
z-index: 5;
}
.hitachi-diagnostic .hero-image-wrapper .product-badges {
top: 20px;
right: 40px;
left: auto;
}
.hitachi-diagnostic .product-badge {
padding: 8px 16px;
border-radius: var(--radius-sm);
font-size: 14px;
font-weight: 600;
}
.hitachi-diagnostic .badge-full-chip {
background-color: var(--primary);
color: white;
}
.hitachi-diagnostic .badge-360 {
background-color: var(--primary);
color: white;
display: flex;
align-items: center;
gap: 8px;
}
.hitachi-diagnostic .product-content {
max-width: 480px;
}
.hitachi-diagnostic .product-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
text-align: center;
}
.hitachi-diagnostic .product-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
text-align: center;
}
.hitachi-diagnostic .product-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
text-align: center;
}
.hitachi-diagnostic .product-features {
margin-bottom: 40px;
display: inline-block;
text-align: left;
}
.hitachi-diagnostic .product-feature {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.hitachi-diagnostic .feature-check {
min-width: 22px;
height: 22px;
background-color: var(--success);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
margin-top: 4px;
}
.hitachi-diagnostic .feature-text {
font-size: 16px;
color: var(--text-dark);
line-height: 1.5;
}
.hitachi-diagnostic .feature-text strong {
font-weight: 600;
}
/* Software Section */
.hitachi-diagnostic .software {
padding: 100px 0 60px;
background-color: var(--background-light);
}
.hitachi-diagnostic .software-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.hitachi-diagnostic .software-image img {
width: 100%;
height: auto;
display: block;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
}
.hitachi-diagnostic .software-content {
max-width: 520px;
margin: 0 auto;
}
.hitachi-diagnostic .software-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
text-align: center;
}
.hitachi-diagnostic .software-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
text-align: center;
}
.hitachi-diagnostic .software-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
text-align: center;
}
.hitachi-diagnostic .software-list {
margin-bottom: 32px;
}
.hitachi-diagnostic .software-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.hitachi-diagnostic .software-icon {
width: 24px;
height: 24px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 12px;
flex-shrink: 0;
margin-top: 2px;
}
.hitachi-diagnostic .software-text {
font-size: 16px;
color: var(--text-light);
line-height: 1.5;
}
.hitachi-diagnostic .software-text strong {
color: var(--text-dark);
font-weight: 600;
}
.hitachi-diagnostic .software-note {
margin-top: 24px;
padding: 16px;
background-color: var(--warning);
border-radius: var(--radius-md);
font-size: 14px;
color: var(--text-dark);
line-height: 1.5;
border-left: 4px solid #d98e00;
}
.hitachi-diagnostic .software-bottom-note {
margin-top: 35px;
padding: 18px 24px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: var(--radius-md);
border: 1px solid #dee2e6;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.hitachi-diagnostic .software-note-icon {
color: var(--primary);
font-size: 20px;
margin-bottom: 8px;
display: block;
}
.hitachi-diagnostic .software-note-content {
color: var(--text-dark);
font-size: 15px;
line-height: 1.6;
}
.hitachi-diagnostic .software-note-content a {
color: var(--primary);
text-decoration: underline;
font-weight: 600;
}
.hitachi-diagnostic .software-note-content a:hover {
text-decoration: none;
}
/* Detailed Features Section */
.hitachi-diagnostic .detailed-features {
padding: 100px 0;
background-color: var(--background);
}
.hitachi-diagnostic .detailed-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 60px;
}
.hitachi-diagnostic .detailed-feature-item {
display: flex;
align-items: center;
gap: 16px;
padding: 20px;
background-color: var(--background-light);
border-radius: var(--radius-md);
border: 1px solid var(--border);
transition: all 0.3s ease;
cursor: pointer;
}
.hitachi-diagnostic .detailed-feature-item:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
background-color: var(--primary-light);
}
.hitachi-diagnostic .detailed-feature-icon {
width: 40px;
height: 40px;
background-color: var(--primary);
color: white;
border-radius: var(--radius-sm);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
flex-shrink: 0;
}
.hitachi-diagnostic .detailed-feature-text {
font-size: 15px;
font-weight: 500;
color: var(--text-dark);
line-height: 1.4;
}
/* Supported Models Section */
.hitachi-diagnostic .supported-models {
padding: 80px 0;
background-color: var(--background);
}
.hitachi-diagnostic .logo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 20px;
justify-items: center;
max-width: 800px;
margin: 40px auto 0;
}
.hitachi-diagnostic .brand-logo-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: transform 0.3s ease;
}
.hitachi-diagnostic .brand-logo-item:hover {
transform: scale(1.1);
}
.hitachi-diagnostic .brand-logo-item img {
max-height: 60px;
max-width: 120px;
object-fit: contain;
margin-bottom: 12px;
}
.hitachi-diagnostic .brand-logo-item p {
font-size: 16px;
font-weight: 600;
color: var(--text-dark);
}
.hitachi-diagnostic .compatibility-note {
text-align: center;
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
max-width: 700px;
margin: 40px auto 0;
padding: 20px;
background-color: var(--primary-light);
border-radius: var(--radius-md);
border-left: 4px solid var(--primary);
}
/* FAQ Section */
.hitachi-diagnostic .faq {
padding: 100px 0;
background-color: var(--background-light);
}
.hitachi-diagnostic .faq-container {
max-width: 900px;
margin: 0 auto;
}
.hitachi-diagnostic .faq-wrapper {
margin-top: 60px;
}
.hitachi-diagnostic .faq-item {
background-color: var(--background);
border: 1px solid var(--border);
border-radius: var(--radius-md);
transition: all 0.3s ease;
overflow: hidden;
margin-bottom: 16px;
}
.hitachi-diagnostic .faq-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.hitachi-diagnostic .faq-question {
padding: 24px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
color: var(--text-dark);
user-select: none;
}
.hitachi-diagnostic .faq-icon {
color: var(--primary);
transition: transform 0.3s ease;
}
.hitachi-diagnostic .faq-answer {
padding: 0 24px;
max-height: 0;
overflow: hidden;
color: var(--text-light);
line-height: 1.6;
transition: all 0.4s ease-in-out;
}
.hitachi-diagnostic .faq-item.active .faq-answer {
padding: 0 24px 24px;
max-height: 500px; /* Adjust as needed */
}
.hitachi-diagnostic .faq-item.active .faq-icon {
transform: rotate(180deg);
}
/* Lexia 360° Keşif Bölümü Stilleri */
/* Hitachi Özel Tasarım Elementleri */
.hitachi-diagnostic .btn-primary::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.6s ease;
}
.hitachi-diagnostic .btn-primary:hover::before {
left: 100%;
}
/* Animated Background */
.hitachi-diagnostic::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(30, 58, 138, 0.1) 0%, transparent 50%),
radial-gradient(circle at 40% 40%, rgba(6, 182, 212, 0.05) 0%, transparent 50%);
z-index: -1;
animation: hitachiBackgroundFloat 20s ease-in-out infinite;
}
@keyframes hitachiBackgroundFloat {
0%, 100% { transform: translateY(0px) rotate(0deg); }
33% { transform: translateY(-20px) rotate(1deg); }
66% { transform: translateY(10px) rotate(-1deg); }
}
/* Glowing Effects */
.hitachi-diagnostic .feature-card:hover {
box-shadow:
var(--shadow-md),
0 0 30px rgba(255, 107, 53, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Tech Grid Pattern */
.hitachi-diagnostic .hero::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 107, 53, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 107, 53, 0.03) 1px, transparent 1px);
background-size: 50px 50px;
z-index: 1;
pointer-events: none;
}
.hitachi-360-experience {
padding: 8rem 0;
background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
position: relative;
overflow: hidden;
color: var(--text-dark);
}
.lexia-360-experience::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 20% 20%, rgba(216, 45, 42, 0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(216, 45, 42, 0.05) 0%, transparent 50%),
radial-gradient(circle at 40% 60%, rgba(216, 45, 42, 0.03) 0%, transparent 50%);
animation: lexia360BackgroundPulse 8s ease-in-out infinite;
}
@keyframes lexia360BackgroundPulse {
0%, 100% { opacity: 0.5; }
50% { opacity: 0.8; }
}
.lexia-360-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
position: relative;
z-index: 2;
}
.lexia-360-header {
text-align: center;
margin-bottom: 5rem;
animation: lexia360FadeInUp 1s ease-out;
}
@keyframes lexia360FadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.lexia-360-header h2 {
font-size: clamp(2.2rem, 4.4vw, 2.75rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: var(--text-dark);
letter-spacing: -0.02em;
position: relative;
}
.hitachi-360-header h2 .hitachi-gradient-text {
background: linear-gradient(135deg, var(--primary), #ff6b6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.lexia-360-header p {
font-size: 1.2375rem;
line-height: 1.7;
color: var(--text-light);
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.lexia-360-main {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
margin-bottom: 6rem;
align-items: center;
}
.lexia-360-player-wrapper {
position: relative;
animation: lexia360SlideInLeft 1s ease-out 0.3s both;
}
@keyframes lexia360SlideInLeft {
from { opacity: 0; transform: translateX(-50px); }
to { opacity: 1; transform: translateX(0); }
}
.lexia-360-player {
position: relative;
width: 100%;
padding-top: 56.25%;
border-radius: 24px;
overflow: hidden;
box-shadow:
0 0 0 1px rgba(255, 255, 255, 0.1),
0 20px 60px rgba(0, 0, 0, 0.4),
0 0 100px rgba(216, 45, 42, 0.2);
transition: all 0.4s ease;
}
.lexia-360-player:hover {
transform: scale(1.02);
box-shadow:
0 0 0 1px rgba(255, 255, 255, 0.2),
0 30px 80px rgba(0, 0, 0, 0.5),
0 0 150px rgba(216, 45, 42, 0.3);
}
.lexia-360-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
border-radius: 24px;
}
.lexia-360-badges {
position: absolute;
top: 20px;
left: 20px;
display: flex;
flex-direction: column;
gap: 10px;
z-index: 10;
}
.lexia-360-badge {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
backdrop-filter: blur(10px);
color: #0a0e27;
padding: 0.5rem 1rem;
border-radius: 25px;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 1px solid rgba(255, 255, 255, 0.3);
animation: lexia360BadgeFloat 3s ease-in-out infinite;
}
.lexia-360-badge:nth-child(2) {
animation-delay: 1s;
}
@keyframes lexia360BadgeFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
.lexia-360-content {
animation: lexia360SlideInRight 1s ease-out 0.6s both;
}
@keyframes lexia360SlideInRight {
from { opacity: 0; transform: translateX(50px); }
to { opacity: 1; transform: translateX(0); }
}
.lexia-360-content h3 {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 1.5rem;
color: var(--text-dark);
text-align: center;
}
.lexia-360-content .lexia-360-intro-text {
font-size: 1.21rem;
line-height: 1.8;
color: var(--text-light);
margin-bottom: 2rem;
text-align: center;
}
.lexia-360-highlights {
display: grid;
gap: 1.5rem;
margin-bottom: 3rem;
}
.lexia-360-highlight {
display: flex;
align-items: center;
gap: 1.5rem;
padding: 2rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.4s ease;
cursor: pointer;
position: relative;
overflow: hidden;
}
.lexia-360-highlight::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
transition: left 0.6s ease;
}
.lexia-360-highlight:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateX(10px);
border-color: rgba(216, 45, 42, 0.3);
}
.lexia-360-highlight:hover::before {
left: 100%;
}
.lexia-360-highlight-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary), #ff6b6b);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
}
.lexia-360-highlight-icon::after {
content: '';
position: absolute;
inset: -2px;
background: linear-gradient(135deg, var(--primary), #ff6b6b);
border-radius: 18px;
z-index: -1;
opacity: 0;
transition: opacity 0.3s ease;
}
.lexia-360-highlight:hover .lexia-360-highlight-icon::after {
opacity: 0.5;
animation: lexia360IconGlow 1s ease-in-out infinite alternate;
}
@keyframes lexia360IconGlow {
to { transform: scale(1.1); }
}
.lexia-360-highlight-icon i {
color: white;
font-size: 1.8rem;
}
.lexia-360-highlight-content h4 {
font-size: 1.21rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 0.5rem;
line-height: 1.4;
}
.lexia-360-highlight-content p {
font-size: 0.9625rem;
line-height: 1.5;
color: var(--text-light);
margin: 0;
}
.lexia-360-features-showcase {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
margin-top: 5rem;
}
.lexia-360-feature-card {
text-align: center;
padding: 2rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.lexia-360-feature-card::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(216, 45, 42, 0.1) 0%, transparent 70%);
transform: scale(0);
transition: transform 0.6s ease;
}
.lexia-360-feature-card:hover::before {
transform: scale(1);
}
.lexia-360-feature-card:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-10px);
border-color: rgba(216, 45, 42, 0.3);
}
.lexia-360-feature-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, rgba(216, 45, 42, 0.2), rgba(255, 107, 107, 0.2));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
position: relative;
z-index: 1;
}
.lexia-360-feature-icon i {
color: var(--primary);
font-size: 2rem;
}
.lexia-360-feature-card h4 {
font-size: 1.1rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 1rem;
position: relative;
z-index: 1;
line-height: 1.4;
}
.lexia-360-feature-card p {
font-size: 0.9625rem;
color: var(--text-light);
line-height: 1.5;
margin: 0;
position: relative;
z-index: 1;
}
.lexia-360-floating-elements {
position: absolute;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.lexia-360-floating-element {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(216, 45, 42, 0.1), rgba(255, 107, 107, 0.1));
animation: lexia360FloatElement 8s ease-in-out infinite;
}
@keyframes lexia360FloatElement {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-30px) rotate(180deg); }
}
.lexia-360-floating-1 {
width: 120px;
height: 120px;
top: 15%;
left: 8%;
animation-delay: 0s;
}
.lexia-360-floating-2 {
width: 80px;
height: 80px;
top: 70%;
right: 10%;
animation-delay: 2s;
}
.lexia-360-floating-3 {
width: 60px;
height: 60px;
top: 40%;
left: 85%;
animation-delay: 4s;
}
/* Lexia 360° Responsive Design */
@media (max-width: 1024px) {
.lexia-360-experience {
padding: 5rem 0;
}
.lexia-360-main {
grid-template-columns: 1fr;
gap: 3rem;
}
.lexia-360-features-showcase {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.lexia-360-header {
margin-bottom: 3rem;
}
}
@media (max-width: 768px) {
.lexia-360-experience {
padding: 3rem 0;
}
.lexia-360-container {
padding: 0 1rem;
}
.lexia-360-header {
margin-bottom: 2.5rem;
}
.lexia-360-header h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
.lexia-360-header p {
font-size: 1rem;
line-height: 1.6;
}
.lexia-360-main {
gap: 2rem;
margin-bottom: 3rem;
}
.lexia-360-content h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
.lexia-360-content .lexia-360-intro-text {
font-size: 1rem;
margin-bottom: 1.5rem;
}
.lexia-360-highlight {
padding: 1.2rem;
flex-direction: column;
text-align: center;
gap: 0.8rem;
}
.lexia-360-highlight-content h4 {
font-size: 1rem;
}
.lexia-360-highlight-content p {
font-size: 0.85rem;
}
.lexia-360-features-showcase {
grid-template-columns: 1fr;
gap: 1.2rem;
margin-top: 2.5rem;
}
.lexia-360-feature-card {
padding: 1.2rem;
}
.lexia-360-feature-card h4 {
font-size: 1rem;
margin-bottom: 0.8rem;
}
.lexia-360-feature-card p {
font-size: 0.85rem;
}
}
@media (max-width: 480px) {
.lexia-360-experience {
padding: 2rem 0;
}
.lexia-360-container {
padding: 0 0.8rem;
}
.lexia-360-header {
margin-bottom: 2rem;
}
.lexia-360-header h2 {
font-size: 1.6rem;
line-height: 1.2;
margin-bottom: 0.8rem;
}
.lexia-360-header p {
font-size: 0.9rem;
line-height: 1.5;
}
.lexia-360-main {
gap: 1.5rem;
margin-bottom: 2rem;
}
.lexia-360-player {
border-radius: 12px;
padding-top: 65%;
}
.lexia-360-badges {
top: 8px;
left: 8px;
right: 8px;
flex-direction: row;
justify-content: space-between;
gap: 5px;
}
.lexia-360-badge {
font-size: 0.6rem;
padding: 0.3rem 0.6rem;
letter-spacing: 0.3px;
flex: 1;
text-align: center;
}
.lexia-360-content h3 {
font-size: 1.3rem;
margin-bottom: 0.8rem;
line-height: 1.3;
}
.lexia-360-content .lexia-360-intro-text {
font-size: 0.9rem;
margin-bottom: 1.2rem;
line-height: 1.5;
}
.lexia-360-highlights {
gap: 1rem;
margin-bottom: 1.5rem;
}
.lexia-360-highlight {
padding: 1rem;
gap: 0.6rem;
}
.lexia-360-highlight-icon {
width: 45px;
height: 45px;
border-radius: 12px;
}
.lexia-360-highlight-icon i {
font-size: 1.3rem;
}
.lexia-360-highlight-content h4 {
font-size: 0.9rem;
margin-bottom: 0.3rem;
line-height: 1.3;
}
.lexia-360-highlight-content p {
font-size: 0.8rem;
line-height: 1.4;
}
.lexia-360-features-showcase {
gap: 1rem;
margin-top: 2rem;
}
.lexia-360-feature-card {
padding: 1rem;
}
.lexia-360-feature-icon {
width: 50px;
height: 50px;
border-radius: 12px;
margin-bottom: 1rem;
}
.lexia-360-feature-icon i {
font-size: 1.3rem;
}
.lexia-360-feature-card h4 {
font-size: 0.9rem;
margin-bottom: 0.6rem;
line-height: 1.3;
}
.lexia-360-feature-card p {
font-size: 0.8rem;
line-height: 1.4;
}
.lexia-360-floating-elements {
display: none;
}
}
/* Contact Section Styling */
.hitachi-diagnostic .contact-section {
padding: 80px 0;
background-color: var(--background);
text-align: center;
}
.hitachi-diagnostic .contact-header {
margin-bottom: 60px;
}
.hitachi-diagnostic .contact-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 12px;
}
.hitachi-diagnostic .contact-title-underline {
width: 60px;
height: 4px;
background-color: var(--primary);
margin: 0 auto 24px;
border-radius: 2px;
}
.hitachi-diagnostic .contact-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.hitachi-diagnostic .contact-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto;
}
.hitachi-diagnostic .contact-card {
background-color: var(--background-light);
border-radius: var(--radius-lg);
padding: 30px;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
border: 1px solid var(--border);
}
.hitachi-diagnostic .contact-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.hitachi-diagnostic .contact-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--primary-light);
color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 20px;
}
.hitachi-diagnostic .contact-card-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.hitachi-diagnostic .contact-card-detail {
font-size: 16px;
color: var(--primary);
text-decoration: none;
font-weight: 500;
}
.hitachi-diagnostic .contact-card-detail:hover {
text-decoration: underline;
}
/* Responsive */
@media (max-width: 1024px) {
.hitachi-diagnostic .hero-title {
font-size: 40px;
}
.hitachi-diagnostic .product-container,
.hitachi-diagnostic .software-container {
gap: 40px;
}
}
@media (max-width: 768px) {
.hitachi-diagnostic .container {
padding: 0 16px;
}
.hitachi-diagnostic .hero {
padding-top: 50px;
padding-bottom: 70px;
text-align: center;
overflow-x: hidden;
}
.hitachi-diagnostic .hero-grid {
grid-template-columns: 1fr;
gap: 0;
}
.hitachi-diagnostic .hero-content {
text-align: center;
max-width: 100%;
padding: 0;
box-sizing: border-box;
width: 100%;
}
.hitachi-diagnostic .hero-buttons {
flex-direction: column;
align-items: center;
gap: 15px;
width: 100%;
padding: 0;
}
.hitachi-diagnostic .hero-eyebrow {
margin: 0 auto 20px;
font-size: 17px;
max-width: 100%;
text-align: center;
display: block;
word-wrap: break-word;
}
.hitachi-diagnostic .hero-title {
font-size: clamp(32px, 8vw, 40px);
margin-bottom: 20px;
word-break: break-word;
hyphens: auto;
line-height: 1.2;
padding: 0;
}
.hitachi-diagnostic .hero-description {
font-size: clamp(17px, 4.5vw, 19px);
margin-bottom: 30px;
word-break: break-word;
hyphens: auto;
line-height: 1.5;
padding: 0;
}
.hitachi-diagnostic .product-container,
.hitachi-diagnostic .software-container {
grid-template-columns: 1fr;
}
.hitachi-diagnostic .product-content, .hitachi-diagnostic .software-content {
max-width: 100%;
}
.hitachi-diagnostic .product-content {
order: 2;
}
.hitachi-diagnostic .product-image-container {
order: 1;
}
/* For software section on mobile, content (order: 1) comes before image (order: 2) */
.hitachi-diagnostic .software-content {
order: 1;
}
.hitachi-diagnostic .software-image {
order: 2;
}
.hitachi-diagnostic .gallery-main {
height: 300px;
}
.hitachi-diagnostic .faq-columns {
display: block;
}
}
@media (max-width: 576px) {
.hitachi-diagnostic .container {
padding: 0 16px;
}
.hitachi-diagnostic .hero-title {
font-size: 32px;
}
.hitachi-diagnostic .hero-image-wrapper {
max-width: 300px;
}
.hitachi-diagnostic .section-title,
.hitachi-diagnostic .product-title,
.hitachi-diagnostic .software-title {
font-size: 28px;
}
.hitachi-diagnostic .feature-card {
padding: 30px;
}
.hitachi-diagnostic .gallery-thumb {
width: 60px;
height: 60px;
}
.hitachi-diagnostic .gallery-main {
height: 250px;
}
.hitachi-diagnostic .product-badges {
top: 20px;
left: 20px;
}
.hitachi-diagnostic .hero-image-container .product-badges {
right: 20px;
left: auto;
}
}
@media (min-width: 768px) {
.hitachi-diagnostic .hero-buttons {
justify-content: center;
}
.hitachi-diagnostic .faq-column {
flex: 0 0 calc(50% - 12px);
}
}
/* Ek Mobil Uyumluluk İyileştirmeleri */
@media (max-width: 480px) {
.hitachi-diagnostic .container {
padding: 0 12px;
}
.hitachi-diagnostic .hero {
padding: 40px 0 60px;
}
.hitachi-diagnostic .hero-content {
padding: 0;
width: 100%;
}
.hitachi-diagnostic .hero-title {
font-size: clamp(28px, 7vw, 36px);
line-height: 1.2;
margin-bottom: 18px;
padding: 0;
}
.hitachi-diagnostic .hero-description {
font-size: clamp(16px, 4.5vw, 18px);
line-height: 1.5;
margin-bottom: 25px;
padding: 0;
}
.hitachi-diagnostic .hero-eyebrow {
font-size: 15px;
padding: 8px 16px;
margin-bottom: 18px;
max-width: 100%;
}
.hitachi-diagnostic .btn {
padding: 14px 20px;
font-size: 16px;
width: calc(100% - 20px);
max-width: 300px;
justify-content: center;
margin: 0 auto;
box-sizing: border-box;
}
.hitachi-diagnostic .hero-buttons {
gap: 12px;
padding: 0;
width: 100%;
box-sizing: border-box;
}
.hitachi-diagnostic .features-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.hitachi-diagnostic .detailed-features-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.hitachi-diagnostic .detailed-feature-item {
padding: 15px;
flex-direction: column;
text-align: center;
gap: 12px;
}
.hitachi-diagnostic .detailed-feature-icon {
width: 35px;
height: 35px;
font-size: 16px;
}
.hitachi-diagnostic .detailed-feature-text {
font-size: 14px;
}
.hitachi-diagnostic .contact-cards-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.hitachi-diagnostic .faq-columns {
display: block;
}
.hitachi-diagnostic .faq-question {
padding: 18px;
font-size: 15px;
}
.hitachi-diagnostic .faq-answer {
font-size: 14px;
line-height: 1.5;
}
}
/* Çok Küçük Ekranlar için */
@media (max-width: 360px) {
.hitachi-diagnostic .container {
padding: 0 8px;
}
.hitachi-diagnostic .hero {
padding: 30px 0 50px;
}
.hitachi-diagnostic .hero-title {
font-size: clamp(24px, 6.5vw, 30px);
line-height: 1.2;
margin-bottom: 15px;
padding: 0;
}
.hitachi-diagnostic .hero-description {
font-size: clamp(14px, 4vw, 16px);
line-height: 1.4;
margin-bottom: 20px;
padding: 0;
}
.hitachi-diagnostic .hero-eyebrow {
font-size: 13px;
padding: 6px 12px;
margin-bottom: 15px;
max-width: 100%;
}
.hitachi-diagnostic .btn {
padding: 12px 16px;
font-size: 14px;
width: calc(100% - 16px);
max-width: 250px;
}
.hitachi-diagnostic .hero-buttons {
gap: 10px;
}
.hitachi-diagnostic .section-title,
.hitachi-diagnostic .product-title,
.hitachi-diagnostic .software-title {
font-size: 18px;
}
.hitachi-diagnostic .feature-card {
padding: 12px;
}
.hitachi-diagnostic .feature-title {
font-size: 15px;
}
.hitachi-diagnostic .feature-description {
font-size: 12px;
}
}
/* Çok Küçük Ekranlar için */
@media (max-width: 360px) {
.hitachi-diagnostic .container {
padding: 0 12px;
}
.hitachi-diagnostic .hero-title {
font-size: 24px;
}
.hitachi-diagnostic .section-title,
.hitachi-diagnostic .product-title,
.hitachi-diagnostic .software-title {
font-size: 24px;
}
.hitachi-diagnostic .feature-card {
padding: 20px;
}
.hitachi-diagnostic .feature-title {
font-size: 18px;
}
.hitachi-diagnostic .feature-description {
font-size: 14px;
}
.hitachi-diagnostic .product-feature {
flex-direction: column;
text-align: center;
gap: 10px;
}
.hitachi-diagnostic .feature-check {
align-self: center;
}
}
/* Landscape Tablet Optimizasyonu */
@media (max-width: 1024px) and (orientation: landscape) {
.hitachi-diagnostic .hero-grid {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.hitachi-diagnostic .hero-content {
max-width: 100%;
}
.hitachi-diagnostic .features-grid {
grid-template-columns: repeat(2, 1fr);
}
}
/* Touch Optimizasyonu */
@media (hover: none) and (pointer: coarse) {
.hitachi-diagnostic .btn {
min-height: 44px;
padding: 12px 24px;
}
.hitachi-diagnostic .faq-question {
min-height: 44px;
padding: 20px;
}
.hitachi-diagnostic .gallery-thumb {
min-width: 60px;
min-height: 60px;
}
.hitachi-diagnostic .detailed-feature-item {
min-height: 60px;
padding: 20px;
}
}
Hitachi Construction Machinery Yetkili Servis Teknolojisi
Hitachi MaintenancePRO MPDr Arıza Tespit Cihazı
Profesyonel arıza tespit cihazı, Hitachi Construction Machinery Co., Ltd tarafından geliştirilen MaintenancePRO (MPDr) yazılımı ile donatılmıştır. Şantiye, saha, inşaat ve madencilik ekipmanlarında elektronik motor ve ECU teşhisi yapabilirsiniz. Cihaz kapsamlı diagnostik çözümü sunar ve adaptasyon, elektro-mekanik ve elektro-hidrolik bileşen testleri yapar.
Arıza Tespit Özelliklerini İnceleyin
Yazılım ve Uyumluluk

HITACHI CONSTRUCTION MACHINERY | MAINTENANCEPRo MPDr
Hitachi MaintenancePRO MPDr Arıza Tespit Cihazı
Bu cihaz, Hitachi Construction Machinery Co., Ltd tarafından geliştirilen yetkili servis arıza tespit cihazıdır. MaintenancePRO (MPDr) yazılımı elektronik motorların özelliklerini ve parametrelerini ayrıntılı olarak okur. Cihaz elektronik komponentlerin testini, adaptasyonu, elektro-mekanik ve elektro-hidrolik bileşen testlerini yapar. Kontrol ünitesi yeniden programlama ve sistem parametrelerini yapılandırma imkanı sunar.
Motor Sistem Teşhisi: Yakıt sistemi, turbo, egzoz ve motor performans parametrelerinde kapsamlı arıza tespiti.
Elektro-Hidrolik Bileşen Testi: Hidrolik sistem bileşenlerinin elektro-hidrolik testleri ve adaptasyon işlemleri.
Elektro-Mekanik Bileşen Testi: Tüm sistem parçalarını aktifleştirme, adaptasyon ve elektro-mekanik komponent testleri.
Kapsamlı Hata Teşhisi: Modüllerden hata kodlarını okuma ve silme, hata kodları ve sebeplerinin detaylı açıklaması.
Kontrol Sistemi Yeniden Programlama: Kontrol ünitesinin yeniden programlanması ve kontrol sistemi parametrelerinin yapılandırılması.
MAINTENANCEPRo MPDr YAZILIM ÇÖZÜMLERİ
Hitachi MaintenancePRO MPDr ile Profesyonel Diagnostik
MaintenancePRO (MPDr) yazılımı, Hitachi Construction Machinery tarafından geliştirilmiştir. Bu yazılım şantiye, saha, inşaat ve madencilik ekipmanlarında elektronik motor ve ECU teşhisi için kapsamlı çözümler sunar.
Araç Yapılandırması Okuma
Elektronik motorların özelliklerini ve parametrelerini ayrıntılı olarak okur. Sistem yapılandırmasını tam olarak analiz eder.
Sistem Parçalarını Aktifleştirme
Tüm sistem parçalarını aktifleştirme ve adaptasyon yapma. Elektro-hidrolik ve elektro-mekanik bileşen testleri.
Elektronik Komponent Testi
Elektronik komponentlerin test edilmesi ve hatalarının giderilmesi. Kapsamlı elektronik sistem analizi.
Hata Kodları ve Canlı Veri
Modüllerden hata kodlarını okuma ve silme. Motor sıcaklık ve hararet bilgileri ile canlı verileri görüntüleme.
Kontrol Sistemi Programlama
Kontrol ünitesinin yeniden programlanması ve kontrol sistemi parametrelerini yeniden yapılandırma.
Kalibrasyon ve Özelleştirme
Kalibrasyon ve motor özelliklerini önerilerinize göre değiştirme. Windows 10 64 Bit Pro uyumluluğu.
DETAYLI ÖZELLİKLER
Hitachi Ekskavatör Arıza Tespit Cihazı ile Yapabilecekleriniz
Hitachi ekskavatör arıza tespiti, sistem analizi ve performans değerlendirmesi alanında profesyonel düzeyde teşhis için gereken tüm fonksiyonlar tek cihazda.
Motor Sistem Teşhisi ve Analizi
Hidrolik Sistem Arıza Tespiti
Elektriksel Sistem Kontrolü
Hata Kodu Okuma ve Silme
Sıcaklık ve Basınç Sensör Kontrolü
Aktüatör ve Valf Testi
Yakıt Sistemi Analizi
Soğutma Sistemi Kontrolü
Sistem Kalibrasyonu
Uyarı Sistemi Kontrolü
Cihaz Kalibrasyonu
Sistem Bilgi Okuma
Güvenli Teşhis Protokolleri
Detaylı Performans Raporları
Hızlı Teşhis ve Analiz
Ve Daha Birçok Teşhis Özelliği
YAZILIM ÖZELLİKLERİ
Hitachi Ekskavatör Arıza Tespit Cihazı - Yazılım Özellikleri
MaintenancePRO MPDr yazılımının temel özellikleri ve sistem gereksinimleri aşağıda belirtilmiştir. Cihaz Windows 10 64 Bit Pro sistemlerde çalışır ve yazılım dili İngilizcedir.
Önemli Not: Bu ilan sadece donanım satışını kapsamaktadır. MaintenancePRO MPDr yazılımı opsiyonel bir hizmettir ve ayrıca temin edilebilir.
Akıllı Teşhis Modu: Olası arızaları tespit eder ve çözüm önerileri sunar. Kendi kendini test etme fonksiyonu güvenli analiz sağlar.
Donanım Özellikleri: USB bağlantılı profesyonel teşhis cihazı, çeşitli adaptör kabloları dahil.
Yazılım Bilgisi: MaintenancePRO MPDr yazılımı opsiyoneldir, İngilizce arayüz, Windows 10 64 Bit Pro gerektirir.
Çok Sayıda Teşhis Şeması: Hitachi teşhis cihazı içerisinde çok sayıda bağlantı ve teşhis şeması barındırmaktadır.

UYUMLU EKİPMANLAR
Desteklenen Hitachi Modelleri
MaintenancePRO MPDr yazılımı ile uyumlu tüm Hitachi Construction Machinery modelleri ve serileri.
Mini Excavator
(6 ton altı)
MC (OPT)
ZX-5B(ICF) (OPT)
ECU (with/without MF)
Hydraulic Excavator
Hidrolik Ekskavatörler
ZX-7
ZX-6 (MC/ECM, DCU)
ZX-5G/6G
ZX-5
ZH-6 (MC/ECM, DCU)
ZH-5
ZX-3G
EX-5
EX-3
Large Excavator
(40-100 ton)
ZX-7
ZX-6 (MC/ECM, DCU)
ZX-5
ZX-3
EX-5
EX-3
Mining Excavator
(100+ ton)
EX-1200-7 (MC, DLU3)
EX-1200-6 (MC, DLU3)
EX-7 (BPU, DLU3)
EX-5
EX-1
Wheel Loader
Tekerlekli Yükleyiciler
ZW-7
ZW-6 (MC, DCU, ECU)
ZW-5 (MC, ECU)
ZW-1
Diğer Ekipmanlar
Özel Makineler
Dump Truck (Rigid Dump)
Road Construction (CP, ZCP)
Crawler Carrier (RD, EG)
Wood/Soil Recycling
Önemli Bilgi
Bu liste MaintenancePRO MPDr yazılımı ile uyumlu temel modelleri içermektedir. Spesifik model uyumluluğu için lütfen bizimle iletişime geçiniz.
SIKÇA SORULAN SORULAR
Hitachi Ekskavatör Arıza Tespit Cihazı Hakkında Merak Edilenler
Hitachi ekskavatör arıza tespit cihazı ve teşhis özellikleri ile ilgili en çok sorulan soruları ve cevaplarını derledik.
Hangi Hitachi ekskavatör modellerinde çalışır?
Hitachi arıza tespit cihazı, tüm Hitachi ekskavatör modellerinde çalışır. ZX, EX ve diğer serilerde motor, hidrolik ve elektriksel sistem teşhisi yapabilir. Gelişmiş teşhis özellikleri kapsamlı analiz sağlar.
Akıllı teşhis modu nedir?
Hitachi teşhis cihazının akıllı analiz modu olası arızaları tespit eder ve çözüm önerileri sunar. Kendi kendini test etme fonksiyonu sayesinde cihaz kendini kontrol eder ve güvenilir teşhis sağlar.
Hangi sistemlerde teşhis yapabilir?
Hitachi teşhis cihazı motor sistemi, hidrolik sistem, elektriksel sistem, soğutma sistemi ve yakıt sisteminde kapsamlı teşhis yapabilir. Hata kodları okuma, sensör kontrolü ve performans analizi sağlar.
Cihazın garantisi var mı?
Evet, sattığımız tüm Hitachi ekskavatör arıza tespit cihazları sadece üretim kaynaklı oluşan hatalara karşı 12 ay boyunca firmamız garantisi altındadır. Kullanıcı kaynaklı hatalar garanti kapsamında değildir.
Destek ve İletişim
Ürünlerimizle veya donanım kullanımıyla ilgili her türlü sorunuz için bize ulaşabilirsiniz.
Telefon
0850 532 05 50
E-posta
info@otoeko.com
WhatsApp
WhatsApp Destek Hattı