html {
    max-width: 100%;
    /*overflow-x: hidden;*/
}
.layout1500px{
    width: 100%;
    max-width: 1540px;
    padding: 0px 20px;
    margin: 0 auto;
}

#header2{
    display: flex;
}

#header2 .nav .ui.menu .menu-box ul.menu>li{
    margin: 0px 11px;
}

#header2 .nav .ui.menu .menu-box ul.menu>li>a{
    font-weight: bold;
    font-size: 16px;
    color: #1F1F1F;
    padding: 38px 0px;
}

.showheaderbox{
    display: flex;
    align-items: center;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #1F1F1F;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover{
    background: white;
    color: #E51F16;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a:hover{
    color: #E51F16;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a:before{
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #E51F16;
    margin-right: 5px;
    transition: all 0.5s;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a:hover:before{
    width: 11px;
}

#header2 .nav .ui.menu .h-search{
    margin-right: 27px;
}

.ui.container{
    width: 100%;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
    min-width: 300px;
    flex-direction: column;
}

#header2 .nav .ui.menu .h-search img{
    width: 100%;
}

.h-search .img1{
    display: block;
}

.h-search .img2{
    display: none;
}

#header2 .language .sub-menu li a{
    padding: 15px 18px;
}

.newfooterboxtopbox{
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 73px 0px 63px 0px;
}

.newfooterboxtopbox .layout1500px .leftbox .title{
     
    font-weight: bold;
    font-size: 45px;
    color: #FFFEFE;
}

.newfooterboxtopbox .layout1500px .leftbox .ctitle{
     
    font-weight: 300;
    font-size: 35px;
    color: #FFFEFE;
    margin-top: 17px;
    margin-bottom: 42px;
}

.newfooterboxtopbox .layout1500px .leftbox .line{
    width: 46px;
    height: 2px;
    background: #EDEDEE;
}

.newfooterboxtopbox .sharebox{
    display: flex;
    align-items: center;
}
.sharebox .shareboxa{
    margin: 0px 15px;
}
.sharebox .shareboxa .img1{
    display: block;
}

.sharebox .shareboxa .img2{
    display: none;
}

.sharebox .shareboxa:hover .img1{
    display: none;
}

.sharebox .shareboxa:hover .img2{
    display: block;
}

.newfooterboxtopbox .layout1500px{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newfooterboxtopbox .rightbox .tybtnbox{
     
    font-weight: bold;
    font-size: 20px;
    color: #5A8A34;
    padding: 16px 19px;
    background: white;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.newfooterboxtopbox .rightbox .tybtnbox svg path{
    transition: all 0.5s;
}

.newfooterboxtopbox .rightbox .tybtnbox:hover{
    color: #E51F16;
}
.newfooterboxtopbox .rightbox .tybtnbox:hover svg path{
    fill: #E51F16;
}

.newfooterbox{
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 38px;
}

.newfooterbox .topboxgs{
    display: flex;
}

.newfooterbox .topboxgs .contentbox_topbox{
    width: 33.3%;
    border-bottom: 1px solid #ffffff6b;
    border-right: 1px solid #ffffff6b;
    padding: 45px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newfooterbox .topboxgs .contentbox_topbox a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.newfooterbox .topboxgs .contentbox_topbox a img{
    margin-right: 10px;
}

.newfooterbox .topboxgs .contentbox_topbox a span{
     
    font-weight: 500;
    font-size: 16px;
    color: #DEDEDE;
    line-height: 21px;
    display: block;
    max-width: 456px;
    transition: all 0.5s;
}

.newfooterbox .topboxgs .contentbox_topbox a:hover span{
    color: #70B738;
    text-decoration: underline;
}

.newfooterbox .centerboxgs{
    padding: 70px 0px;
    display: flex;
    justify-content: space-between;
}

.newfooterbox .centerboxgs .footergsbox{
    width: 24%;
}

.newfooterbox .centerboxgs .footergsbox p{
    max-width: 334px;
     
    font-weight: 500;
    font-size: 16px;
    color: #DEDEDE;
    line-height: 24px;
    display: block;
    margin-top: 44px;
}

.newfooterbox .centerboxgs .footergsbox .title{
     
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 41px;
}

.newfooterbox .centerboxgs .footergsbox .contentbox{
    max-width: 295px;
}

.newfooterbox .centerboxgs .footergsbox .contentbox a{
     
    font-weight: 500;
    font-size: 16px;
    color: #DEDEDE;
    line-height: 24px;
    transition: all 0.5s;
    margin-bottom: 36px;
    display: block;
}

.newfooterbox .centerboxgs .footergsbox .contentbox a:hover{
    color: #70B738;
    text-decoration: underline;
}

.newfooterbox .centerboxgs .productsgs .contentbox a{
    margin-bottom: 24px;
}
.newfooterbox .bottomboxgs{
    border-top: 1px solid #ffffff6b;
    padding-top: 38px;
}
.newfooterbox .bottomboxgs .layout1500px{
    display: flex;
    justify-content: space-between;
}

.newfooterbox .bottomboxgs .layout1500px .leftbox *{
     
    font-weight: 500;
    font-size: 12px;
    color: #DEDEDE;
}
.newfooterbox .bottomboxgs .layout1500px .rightbox{
     
    font-weight: 500;
    font-size: 12px;
    color: #DEDEDE;
}
.newfooterbox .bottomboxgs .layout1500px .rightbox *{
     
    font-weight: 500;
    font-size: 12px;
    color: #DEDEDE;
}

.newfooterbox .bottomboxgs .layout1500px{
     
    font-weight: 500;
    font-size: 12px;
    color: #DEDEDE;
}

.init-1{
    max-height: fit-content;
    padding-top: 0px;
}

.slick-slide img{
    position: static;
}

.ui.container{
    padding: 0px;
}

.newindexmk1{
    padding-top: 100px;
}

.newindexmk1 .title{
     
    font-weight: bold;
    font-size: 60px;
    color: #1F1F21;
    text-align: center;
}

.newindexmk1 .title span{
    color: #84D700;
    display: inline-block;
    margin-left: 5px;
}

.newindexmk1 .content{
    text-align: center;
     
    font-weight: 400;
    font-size: 25px;
    color: #1F1F21;
    margin-top: 27px;
}

.newindexmk1 .contentboxgs{
    display: flex;
    margin-top: 61px;
    margin-bottom: 99px;
    flex-wrap: wrap;
}

.newindexmk1 .contentboxgs .contentimgbox{
    width: 24%;
    margin: 0.5%;
    position: relative;
}

.newindexmk1 .contentboxgs .contentimgbox img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.newindexmk1 .contentboxgs .contentimgbox_content{
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF75;
    border-radius: 10px;
    display: none;
}

.newindexmk1 .contentboxgs .contentimgbox:hover .contentimgbox_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newindexmk1 .contentboxgs .contentimgbox_content .contentimgbox_content_title{
    max-width: 90%;
     
    font-weight: bold;
    font-size: 25px;
    color: #1F1F21;
    text-align: center;
    margin-bottom: 19px;
}

.newindexmk1 .contentboxgs .contentimgbox_content .contentimgbox_content_a{
     
    font-weight: 400;
    font-size: 15px;
    color: #1F1F21;
    transition: all 0.5s;
}

.newindexmk1 .contentboxgs .contentimgbox .contentimgbox_content .contentimgbox_content_a:hover{
    color: #70B738;
    text-decoration: underline;
}

.newindexmk2{
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
}

.newindexmk2 .title{
     
    font-weight: bold;
    font-size: 60px;
    color: #1F1F21;
    text-align: center;
    color: white;
}

.newindexmk2 .title span{
    color: #84D700;
    display: inline-block;
    margin-left: 5px;
}

.newindexmk2 .content{
    text-align: center;
     
    font-weight: 400;
    font-size: 25px;
    color: white;
    margin-top: 27px;
    margin-bottom: 52px;
}

.newindexmk2 .fourboximggs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newindexmk2 .fourboximg{
    width: 24%;
    margin: 0.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: all 0.5s;
}

.newindexmk2 .fourboximg .fourboximg_title{
     
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    transition: all 0.5s;
}

.newindexmk2 .fourboximg .fourboximg_content{
     
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    margin: 14px 0px;
    text-align: center;
    transition: all 0.5s;
}

.newindexmk2 .fourboximg .fourboximg_a{
     
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.newindexmk2 .fourboximg:hover{
    background: white;
    border-radius: 10px;
}

.newindexmk2 .fourboximg:hover .fourboximg_title{
    color: #70B738;
}

.newindexmk2 .fourboximg:hover .fourboximg_content{
    color: #70B738;
}

.newindexmk2 .fourboximg:hover .fourboximg_a{
    color: #70B738;
    text-decoration: underline;
}

.newindexmk3 .title{
     
    font-weight: bold;
    font-size: 60px;
    color: #1F1F21;
    text-align: center;
}

.newindexmk3 .title span{
    color: #84D700;
    display: inline-block;
    margin-left: 5px;
}

.newindexmk3 .content{
    text-align: center;
     
    font-weight: 400;
    font-size: 25px;
    color: #1F1F21;
    margin-top: 27px;
    margin-bottom: 52px;
}

.newindexmk3{
    padding: 100px 0px;
}

.newindexmk3 .mk3content_content{
    display: flex;
    flex-wrap: wrap;
}

.newindexmk3 .mk3content_content .mk3content_content_box{
    width: 32%;
    margin: 0.6%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.newindexmk3 .mk3content_content .mk3content_content_box .imgbox{
    width: 100%;
    max-height: 420px;
    overflow: hidden;
}

.newindexmk3 .mk3content_content .mk3content_content_box .imgbox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox{
    background: #F6F7F8;
    border-radius: 0px 0px 10px 10px;
    padding: 31px 35px;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox .title{
    font-weight: bold !important;
    font-size: 26px !important;
    color: #1F1F21 !important;
    text-align: left !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 64px;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .leftbox{
    max-width: 55%;
     
    font-weight: 400;
    font-size: 15px;
    color: #737373;
    line-height: 20px;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .rightbox{
    max-width: 45%;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .rightbox a{
     
    font-weight: 400;
    font-size: 15px;
    color: #1F1F21;
    padding: 8px 15px;
    transition: all 0.5s;
}

.newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .rightbox a:hover{
    color: #E51F16;
    border: 1px solid #E51F16;
    border-radius: 20px;
}

.newindexmk4{
    width: 100%;
    height: fit-content;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    padding: 80px 0px;
}

.newindexmk4 .title{
     
    font-weight: bold;
    font-size: 60px;
    color: white;
    text-align: center;
}

.newindexmk4 .title span{
    color: #84D700;
    display: inline-block;
    margin-left: 5px;
}

.newindexmk4 .content{
    text-align: center;
     
    font-weight: 400;
    font-size: 25px;
    color: white;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 42px;
}

.newindexmk4 .mk4_content{
    display: flex;
    justify-content: space-between;
}

.newindexmk4 .mk4_content .mk4_content_box{
    width: 21%;
    padding: 21px 0px;
    background: linear-gradient(-90deg, #578334, #71B938);
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.newindexmk4 .mk4_content .mk4_content_box .toptitlebox{
     
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
}

.newindexmk4 .mk4_content .mk4_content_box .toptitlebox span{
    font-size: 20px;
}

.newindexmk4 .mk4_content .mk4_content_box .contenttitlebox{
     
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.newindexmk5{
    padding-bottom: 100px;
}

.newindexmk5 .layout1500px{
    display: flex;
}

.newindexmk5 .layout1500px .leftbox{
    width: 50%;
    position: relative;
}

.newindexmk5 .layout1500px .leftbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newindexmk5 .layout1500px .rightbox{
    width: 50%;
    padding-left: 85px;
}

.newindexmk5 .layout1500px .rightbox .title{
     
    font-weight: bold;
    font-size: 40px;
    color: #1F1F21;
}

.newindexmk5 .layout1500px .rightbox .content{
     
    font-weight: 400;
    font-size: 15px;
    color: #1F1F1F;
    line-height: 22px;
    margin-top: 17px;
    margin-bottom: 24px;
}

.centerplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.bofang {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: linear-gradient(-90deg, #578334, #71B938);
    border-radius: 50%;
    cursor: pointer;
}

.sanjiao {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.5) rotate(90deg);
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 40px solid white;
    width: 0px;
    height: 0px;
    cursor: pointer;
    margin-left: 3px;
    z-index: 2;
    pointer-events: none;
}

@keyframes opac {
    from {
        opacity: 1;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
    }

    to {
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.animate-wave * {
    border: 1px solid white;
    position: absolute;
    border-radius: 50%;
    background-color: white;
    animation: opac 4s infinite;
}

.animate-wave .w2 {
    animation-delay: 1s;
}

.animate-wave .w3 {
    animation-delay: 2s;
}

.animate-wave .w4 {
    animation-delay: 3s;
}

.animate-wave {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
}

.newindexmk5 .layout1500px .rightbox .bottombox{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.newindexmk5 .layout1500px .rightbox .bottom_left a{
     
    font-weight: 400;
    font-size: 16px;
    color: #6DB037;
    border-radius: 17px;
    border: 1px solid #6DB037;
    padding: 8px 26px;
    transition: all 0.5s;
}

.newindexmk5 .layout1500px .rightbox .bottom_right img{
    max-width: 200px;
    max-height: 125px;
    object-fit: cover;
}

.newindexmk5 .layout1500px .rightbox .bottom_left a:hover{
    color: #E51F16;
    border-color: #E51F16;
}
@media screen and (max-width: 1570px)  {
    .newindexmk4{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1540px)  {
    .layout1500px{
        width: 100%;
        max-width: 100%;
        padding: 0px 2.5%;
    }
    .newfooterbox .centerboxgs{
        padding: 50px 2.5%;
    }
}

@media screen and (max-width: 1420px)  {
    .newindexmk5 .layout1500px .rightbox .bottombox .bottom_right{
        display: none;
    }
}
@media screen and (max-width: 1250px)  {
    .newfooterbox .topboxgs .contentbox_topbox a span{
        font-size: 13px;
    }
    .newindexmk4 .mk4_content .mk4_content_box .toptitlebox{
        font-size: 30px;
    }
    #header2 .nav .ui.menu .h-search,#header2 .language{
        display: none;
    }
    #header2 .nav .ui.menu .menu-box ul.menu>li>a{
        font-size: 12px;
    }
    .newindexmk1 .contentboxgs .contentimgbox_content .contentimgbox_content_title{
        font-size: 18px;
    }
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox .title{
        font-size: 20px !important;
    }
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .leftbox{
        font-size: 12px;   
    }
}
@media screen and (max-width: 992px)  {
    .newfooterbox .centerboxgs{
        display: none;
    }
    .newfooterboxtopbox .rightbox .tybtnbox{
        zoom: 0.75;
    }
    .newfooterboxtopbox{
        padding: 15px 0px;
    }
    .show_btn{
        display: none !important;
    }
    .mySwipernewindextext .swiper-button-next, .mySwipernewindextext .swiper-button-prev{
        display: none !important;
    }
    .newfooterbox .centerboxgs .productsgs .contentbox a,.newfooterbox .centerboxgs .footergsbox .contentbox a,.newfooterbox .centerboxgs .footergsbox .title{
        margin-bottom: 15px;
    }
    .newfooterbox .bottomboxgs .layout1500px{
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .newfooterbox .centerboxgs .footergsbox{
        width: 100% !important;
        margin-bottom: 25px;
    }
    .newfooterbox .centerboxgs{
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    .newfooterbox .topboxgs .contentbox_topbox{
        width: 100%;
        border-top: 1px solid #ffffff6b;
        border-bottom: 1px solid #ffffff6b;
        justify-content: flex-start;
        padding: 15px 10px;
    }
    .newfooterbox .topboxgs .contentbox_topbox a{
        justify-content: flex-start;
    }
    .newfooterbox .topboxgs .contentbox_topbox a span{
        max-width: 100%;
    }
    .newfooterbox .topboxgs{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sharebox .shareboxa{
        zoom: 0.65;
    }
    .newfooterboxtopbox .rightbox .tybtnbox{
        font-size: 15px;
    }
    
    .newfooterboxtopbox .layout1500px .leftbox .title{
        font-size: 20px;
    }
    
    .newfooterboxtopbox .layout1500px .leftbox .ctitle{
        margin: 5px 0px;
        font-size: 20px;
    }
    
    .newfooterboxtopbox .layout1500px .leftbox .line{
        display: none;
    }
    
    .newfooterboxtopbox .contentbox{
        margin: 25px 0px;
    }
    
    .newfooterboxtopbox .layout1500px{
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .newindexmk5{
        padding-bottom: 50px;
    }
    
    .newindexmk5 .layout1500px{
        flex-direction: column;
        align-items: flex-start;;
    }
    
    .newindexmk5 .layout1500px .leftbox{
        width: 100%;
    }
    
    .newindexmk5 .layout1500px .rightbox{
        width: 100%;
        padding-left: 0px;
        margin-top: 35px;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox{
        padding: 10px;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox .title{
        font-size: 16px !important;
        text-align: center !important;
    }
    
    .newindexmk4 .mk4_content .mk4_content_box .toptitlebox{
        font-size: 16px;
    }
    
    .newindexmk4 .mk4_content .mk4_content_box .contenttitlebox,.newindexmk4 .mk4_content .mk4_content_box .toptitlebox span{
        font-size: 12px;
    }
    
    .newindexmk4 .mk4_content{
        flex-wrap: wrap;
    }
    
    .newindexmk4 .mk4_content .mk4_content_box{
        width: calc(50% - 15px);
        margin: 7.5px;
        margin-bottom: 15px;
        min-height: 100px;
    }
    
    .newindexmk4{
        padding: 15px 0px;
        margin-bottom: 15px;
    }
    .newindexmk4 .content{
        margin-bottom: 15px;
    }
    
    .newindexmk5 .layout1500px .rightbox .title{
        font-size: 20px;
    }
    .newindexmk5 .layout1500px .rightbox .content{
        font-size: 16px;
    }
    .newindexmk5 .layout1500px .rightbox .bottom_left a{
        font-size: 14px;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .rightbox{
        display: none;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox .leftbox{
        max-width: 100%;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box .contentbox .bottombox{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box{
        width: calc(50% - 15px);
        margin: 7.5px;
        margin-bottom: 15px;
    }
    
    .newindexmk2,.newindexmk3{
        padding: 15px 0px;
    }
    
    .init-1{
        padding-top: 40px;
    }
    
    .newindexmk1{
        padding-top: 15px;
    }
    
    .newindexmk1 .title,.newindexmk2 .title,.newindexmk3 .title,.newindexmk4 .title{
        font-size: 20px;
    }
    
    .newindexmk1 .content,.newindexmk2 .content,.newindexmk3 .content,.newindexmk4 .content{
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.5;
    }
    
    .newindexmk1 .contentboxgs .contentimgbox_content .contentimgbox_content_title{
        font-size: 16px;
    }
    .newindexmk1 .contentboxgs .contentimgbox_content .contentimgbox_content_a{
        font-size: 14px;
    }
    
    .newindexmk1 .contentboxgs{
        margin: 15px 0px;
    }
    
    .newindexmk1 .contentboxgs .contentimgbox{
        width: calc(50% - 15px);
        margin-bottom: 0px;
        margin: 7.5px;
    }
    
    .newindexmk2 .fourboximg{
        width: 100%;
        margin-bottom: 15px;
        padding: 0px;
    }
    
    .newindexmk2 .fourboximg .fourboximg_title{
        font-size: 14px;
        margin-top: 15px;
    }
    
    .newindexmk2 .fourboximg .fourboximg_content{
        font-size: 12px;
    }
    
    .newindexmk2 .content{
        margin-bottom: 15px;
    }
    
    .newindexmk3 .content{
        margin-bottom: 15px;
    }
    
    .newindexmk3 .mk3content_content .mk3content_content_box{
        
    }
}

.in_ap_imgbox{
    display: none;
}

.mySwipernewindextext{
    /*margin-top: 100px;*/
    position: relative;
}

.mySwipernewindextext .swiper-slide{
    z-index: 90;
}

.mySwipernewindextext .swiper-button-next,.mySwipernewindextext  .swiper-button-prev{
    z-index: 99;
    opacity: 1;
    background: none;
}

.mySwipernewindextext .swiper-button-next,.mySwipernewindextext  .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.mySwipernewindextext .swiper-button-next:hover,.mySwipernewindextext  .swiper-button-prev:hover{
    background: #84D700;
}

.mySwipernewindextext .swiper-button-next:hover svg,.mySwipernewindextext  .swiper-button-prev:hover svg{
    fill: white;
}

.swiper-button-next:before, .swiper-button-prev:before{
    display: none;
}

#header2.active{
    background: #ffffff00;
}

#header2.active .nav{
    background: #ffffff00;
}

.in_ap_imgbox{
    display: none;
}

@media screen and (max-width: 992px)  {
  .mySwipernewindextext{
        margin-top: 40px;
    }  
}