.mkBox1{
   
    padding: 100px 0 110px 0 ;
    background-image: url(../images/Culture/bg_img1.png);
    background-size: 100% 180%;
    background-repeat: no-repeat;
}

.mk1_t{
	display: flex;
	align-items: center;
	min-height: 65px !important;
    background: rgb(245, 247, 250);
    border-radius: 40px;
    border: 1px solid rgb(174, 184, 206);
    padding: 2.5px 40px;
    min-width: 400px;
    box-shadow: 0px 0px 0px 3px rgba(223, 230, 242, 0.4);
}
.mk1_tp{
    display: flex;
    padding: 0 3.7%;
    align-items: center;
    color: #000;
}
  
.mk_line{
    width: 28px;
    height: 2px;
    background: rgb(174, 184, 206);
    margin: 0 11px;
}

.mk1_c{
    color: #222;
    text-align: center;
    margin-top: 75px;
}
.mk1_bt{
    margin-top: 48px;
}
.mk1_bt ul{
    display: flex;
}
.mk1_bt ul li{
    position: relative;
}
.mk1_bt ul li p{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.mk1_bt ul li:nth-child(1){
    margin-left: -45px;
    z-index: 4;
}
.mk1_bt ul li:nth-child(2){
    margin-left: -45px;
    z-index: 3;
}
.mk1_bt ul li:nth-child(3){
    margin-left: -45px;
    z-index: 2;
}
.mk1_bt ul li:nth-child(4){
    margin-left: -45px;
    z-index: 1;
}

.mkBox2{
    padding: 140px 0 90px 0 ;
    background-image: url(https://jltech-global.com/wp-content/uploads/2025/09/background-principle.jpg);
    background-size: 100% 180%;
    background-repeat: no-repeat;
}
.mk2_slide{
    color: #fff;
}
.swiper{
    overflow: hidden;
}


.mk2_q{
    margin-top: 12px;
}
.mk2_w{
    margin-top: 13px;
}
.mk2_e{
   margin-top: 70px;
}
.mk2_r{
    margin-top: 19px;
    line-height: 36px;
	text-align: justify;
}
.mk3_btn{
    display: flex;
    margin-top: 35px;
}
.mk3_btn .sh_next{
    margin-left: 15px;
}
.icon{
    fill: #fff;
}
.icon:hover{
    cursor: pointer;
}

.icon1{
    fill: #555;
    transform: rotate(-90deg);
}
.mkBox3{
    padding: 145px 0 150px 0;
    background-image: url(../images/Culture/bg_img3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mk3_li{
    color: #fff;
    padding: 50px 0;
}
.mk3_t{
    color: #222;
    padding: 0 50px;
    white-space: nowrap;
}
.mk3_m{
    color: #555;
    padding: 0 100px;
    line-height: 36px;
}
.mk3_li:first-child{
    border-top: 1px solid rgb(221, 221, 221);
}
.mk3_li{
    display: flex;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.icon1:hover{
    cursor: pointer;
}
.mk3_logger{
    display: flex;
    flex-direction: column;
}
.mk3_li_b{
    color: #555;
    padding: 0 100px;
    line-height: 36px;
}


@media screen and (max-width: 1600px) {
    .mk1_bt ul li img{
        /* width: 83%; */
        /* height: 83%; */
        width: 350px;
    }
    .mk1_bt ul{
        margin-left: 50px;
        display: flex;
        justify-content: center;
    }
    .mk1_t{
        min-width: 332px;
        padding: 2.5px 29px;
    }
}

@media screen and (max-width: 1024px) {
    .mk1_t{
        min-width: 280px;
        padding: 2.5px 10px;
    }

    .mk1_bt ul li img{
        width: 260px;
    }
    
}
@media screen and (max-width: 768px) {
    .mk1_tp{
        flex-direction: column;
    }
    .mk1_t{
        margin-top: 20px;
    }
    .mk_line{
        display: none;
    }
    .mkBox1{
        padding: 50px 0 55px 0 ;
    }

    .mk1_bt ul li img{
        width: 125px;
    }
    .mk2_r{
        width: 100%;
    }
    .mk3_li{
        flex-direction: column;
    }
    .mk3_t{
        padding: 0;
    }
    .mk3_m{
        padding: 0;
    }
    .sh_top{
        text-align: right;
    }
    .mk3_li_b{
        padding: 0;
    }
    .mkBox3{
        padding: 70px 0 70px 0;
    }
    .mkBox2{
        padding: 70px 0 45px 0;
    }

    .mk1_bt ul li p{
        font-size: 18px;
    }
    .mk1_c{
        margin-top: 30px;
    }
    .mk1_bt{
        margin-top: 30px;
    }
    .mk2_e{
        margin-top: 30px;
    }
    .mkBox2{
        padding: 40px 0;
    }

    .mk3_btn{
       margin-top: 20px;
    }
    .mk3_li{
        padding: 20px 0;
    }
}