﻿.jx-inner-banner {
    width: 100%;
    height: 350px;
    background: url(../images/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.jx-inner-banner-inner {
    height: 350px;
    display: flex;
    align-items: center;
}

.jx-inner-banner h1 {
    margin: 0;
    color: #111827;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}


.jx-about-intro {
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

.jx-about-intro-inner {
    display: flex;
    align-items: center;
    gap: 62px;
}

.jx-about-intro-pic {
    width: 46%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

.jx-about-intro-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.jx-about-intro-content {
    flex: 1;
    min-width: 0;
}

.jx-about-intro-label {
    display: inline-flex;
    min-height: 42px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #f4f7fd;
    color: #0a5ef3;
    font-size: 13px;
    line-height: 20px;
}

.jx-about-intro-content h2 {
    margin: 15px 0 0;
    color: #111;
    font-size: 20px;
    line-height: 1.4;
}

.jx-about-intro-content p {
    margin: 12px 0 0;
    color: #404040;
    font-size: 15px;
    line-height: 27px;
}

.jx-about-services {
    width: 100%;
    padding: 55px 0 60px;
}

.jx-about-services-head {
    margin-bottom: 42px;
    text-align: center;
}

.jx-about-services-head h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}

.jx-about-services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 70px;
}

.jx-about-service-item {
    position: relative;
    min-height: 140px;
    margin-left: 42px;
    padding: 26px 34px 26px 60px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 9px;
    border-right: 6px solid #0a5ef3;
    transition: all .25s ease;
}

.jx-about-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(10, 94, 243, .10);
}

.jx-about-service-icon {
    position: absolute;
    left: -42px;
    top: 50%;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
}

.jx-about-service-icon img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.jx-about-service-content {
    min-width: 0;
}

.jx-about-service-content h3 {
    margin: 0;
    color: #172033;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}

.jx-about-service-content p {
    margin: 10px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 21px;
}


.jx-about-advantages {
    width: 100%;
    padding: 10px 0 60px;
}

.jx-about-advantages-box {
    padding: 40px 20px 60px;
    background: #fff;
    border-radius: 12px;
}

.jx-about-advantages-head {
    margin-bottom: 38px;
    text-align: center;
}

.jx-about-advantages-head h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    line-height: 42px;
}

.jx-about-advantages-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.jx-about-adv-item {
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 10px;
    transition: all .25s ease;
}

.jx-about-adv-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(10, 94, 243, .10);
}

.jx-about-adv-pic {
    width: 100%;
    aspect-ratio: 315 / 246;
    overflow: hidden;
}

.jx-about-adv-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.jx-about-adv-item:hover .jx-about-adv-pic img {
    transform: scale(1.04);
}

.jx-about-adv-content {
    padding: 18px 18px 20px;
}

.jx-about-adv-content h3 {
    margin: 0;
    color: #172033;
    font-size: 15px;
    line-height: 28px;
}

.jx-about-adv-content p {
    margin: 10px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.jx-about-brands {
    width: 100%;
    padding: 0 0 60px;
}

.jx-about-brands-head {
    margin-bottom: 30px;
    text-align: center;
}

.jx-about-brands-head h2 {
    margin: 0;
    color: #111827;
    font-size: 32px;
    line-height: 42px;
}

.jx-about-brands-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 30px;
}

.jx-about-brand-item {
    width: 100%;
    aspect-ratio: 2 / 1;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
    text-decoration: none;
    transition: all .25s ease;
}

.jx-about-brand-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(10, 94, 243, .10);
}

.jx-about-brand-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media screen and (max-width: 767px) {

    .jx-inner-banner {
        height: 180px;
        background-position: center center;
    }

    .jx-inner-banner-inner {
        height: 180px;
    }

    .jx-inner-banner h1 {
        font-size: 28px;
    }
	
	
	.jx-about-intro {
	        padding: 35px 0;
	        background: #fff;
	    }
	
	    .jx-about-intro-inner {
	        display: block;
	    }
	
	    .jx-about-intro-pic {
	        width: 100%;
	        margin-bottom: 28px;
	        border-radius: 7px;
	    }
	
	    .jx-about-intro-content {
	        width: 100%;
	    }
	
	    .jx-about-intro-label {
	        min-height: 36px;
	        padding: 0 18px;
	        font-size: 12px;
	    }
	
	    .jx-about-intro-content h2 {
	        margin-top: 16px;
	        font-size: 22px;
	        line-height: 1.4;
	    }
	
	    .jx-about-intro-content p {
	        margin-top: 17px;
	        font-size: 14px;
	        line-height: 24px;
	    }
		
		
	 .jx-about-services {
	        padding: 35px 0;
	    }
	
	    .jx-about-services-head {
	        margin-bottom: 28px;
	    }
	
	    .jx-about-services-head h2 {
	        font-size: 25px;
	        line-height: 34px;
	    }
	
	    .jx-about-services-list {
	        grid-template-columns: 1fr;
	        gap: 22px;
	    }
	
	    .jx-about-service-item {
	        min-height: 0;
	        margin-left: 32px;
	        padding: 20px 18px 20px 48px;
	        border-right-width: 4px;
	    }
	
	    .jx-about-service-icon {
	        left: -32px;
	        width: 64px;
	        height: 64px;
	    }
	
	    .jx-about-service-icon img {
	        width: 64px;
	        height: 64px;
	    }
	
	    .jx-about-service-content h3 {
	        font-size: 16px;
	        line-height: 24px;
	    }
	
	    .jx-about-service-content p {
	        margin-top: 7px;
	        font-size: 13px;
	        line-height: 20px;
	    }	

  .jx-about-advantages {
        padding: 35px 0;
    }

    .jx-about-advantages-box {
        padding: 28px 12px 30px;
        border-radius: 8px;
    }

    .jx-about-advantages-head {
        margin-bottom: 24px;
    }

    .jx-about-advantages-head h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .jx-about-advantages-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .jx-about-adv-content {
        padding: 15px 15px 18px;
    }

    .jx-about-adv-content h3 {
        font-size: 17px;
        line-height: 25px;
    }

    .jx-about-adv-content p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 21px;
    }

  .jx-about-brands {
        padding: 35px 0;
    }

    .jx-about-brands-head {
        margin-bottom: 22px;
    }

    .jx-about-brands-head h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .jx-about-brands-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .jx-about-brand-item {
        padding: 10px 12px;
        border-radius: 7px;
    }

}