@font-face {
    font-family: 'OpenSansMedium';
    src: url(../../fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url(../../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSansBold';
    src: url(../../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url(../../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: 'JostMedium';
    src: url(../../fonts/Jost-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../../fonts/Poppins-SemiBold.ttf);
}

.mySwiperindexnewvideo{
    width: 100%;
    position: relative;
    top: -64px;
}

.video-background {
    min-width: 100%;
    min-height: 100%;
    /*max-height: 100vh;*/
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-background:focus {
    outline:none;
}

.mySwiperindexnewvideo .swiper-pagination-bullet{
    width: 35px;
    height: 2px;
    border-radius: 0px;
}

.mySwiperindexnewvideo .swiper-pagination{
    bottom: 55px;
    top: auto;
    text-align: left;
    padding: 0px 60px;
}

.mySwiperindexnewvideo .content{
    position: absolute;
    top: 80%;
    left: 60px;
    transform: translate(0px, -80%);
}

.mySwiperindexnewvideo .content .title{
    font-family: 'Poppins-SemiBold' !important;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mySwiperindexnewvideo .content .ctitle{
    font-family: 'OpenSansMedium';
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.mySwiperindexnewvideo .content a{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 35px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.mySwiperindexnewvideo .swiper-pagination-bullet{
    position: relative;
}
.mySwiperindexnewvideo .swiper-pagination-bullet span{
    width: 35px;
    height: 2px;
    border-radius: 0px;
    background: black;
    opacity: 0.2;
}
.swiper-pagination-bullet-active{
    background: #00000082;
}
.mySwiperindexnewvideo .swiper-pagination-bullet i{
    background-color: white;
    width: 35px;
    height: 2px;
    position: absolute;
    top: 0px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}
.mySwiperindexnewvideo .swiper-pagination-bullet-active i{
    animation: middle 5s forwards;
}
@keyframes middle{
    0%{
        transform: scaleX(0);
        left: 0;
    }
    100%{
        transform: scaleX(1);
        left: 0;
    }
}
.mySwiperindexnewvideo .content a:hover{
    color: #0080FF;
    text-decoration: underline;
}
.newindexmk1{
    width: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newindexmk1 .newindexmk1box{
    min-height: 696px;
    max-width: 49.8%;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 15px;
    transition: all 0.5s;
    aspect-ratio: 4 / 3;
}

.newindexmk1 .newindexmk1box:hover{
    background-size: 102.5% 102.5%;
}
.newindexmk1 .newindexmk1box .ytitle{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #8C8C8C;
    text-align: center;
    margin-top: 55px;
}
.newindexmk1 .newindexmk1box .title{
    font-family: 'Poppins-SemiBold' !important;
    font-weight: 500;
    font-size: 45px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
}

.newindexmk1 .newindexmk1box .ctitle{
    font-family: 'OpenSansMedium';
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    text-align: center;
}

.newindexmk1 .newindexmk1box a{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #262626;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transition: all 0.5s;
}

.newindexmk1 .newindexmk1box a:hover{
    color: #0080FF;
    text-decoration: underline;
}
.newindexmk2{
    padding: 0px 130px;
    margin-top: 75px;
}
.newindexmk2 .titlebox{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.newindexmk2 .titlebox .title{
    font-family: 'OpenSansBold';
    font-weight: bold;
    font-size: 40px;
    color: #262626;
}
.newindexmk2 .titlebox a{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #262626;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.newindexmk2 .titlebox a:hover{
    color: #0080FF;
    text-decoration: underline;
}
.newindexmk2 .bigproductbox{
    position: relative;
    margin-top: 55px;
}
.newindexmk2 .bigproductbox img{
    width: 100%;
    border-radius: 8px;
}
.newindexmk2 .bigproductbox .content{
    position: absolute;
    top: 50%;
    left: 64px;
    transform: translate(0px, -50%);
}
.newindexmk2 .bigproductbox .content .titlegs{
    font-family: 'OpenSansBold';
    font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
}
.newindexmk2 .bigproductbox .content .ctitlegs{
    font-family: 'OpenSansMedium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 20px;
}
.newindexmk2 .bigproductbox .content a{
    display: flex;
    align-items: center;
    padding: 13px 21px;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid white;
    width: fit-content;
    border-radius: 23px;
    margin-top: 37px;
    transition: all 0.5s;
}
.newindexmk2 .bigproductbox .content a:hover{
    background: rgba(245,245,245,0.15);
}
.newindexmk2 .smproductbox{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.newindexmk2 .smproductbox .smproductboxgs{
    width: 49.6%;
    min-height: 402px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.newindexmk2 .smproductbox .smproductboxgs .leftbox{
    max-width: 60%;
    width: 100%;
    position: relative;
    height: 100%;
}
.newindexmk2 .smproductbox .smproductboxgs .leftbox img{
    width: 100%;
    height: auto;
    min-height: 402px;
    aspect-ratio: 1;
    object-fit: cover;
}
.newindexmk2 .smproductbox .smproductboxgs .leftbox .bgzz{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000000, #000000d8);
    top: 0;
    left: 0;
    padding: 35px;
    border-radius: 8px 0px 0px 8px;
}
.newindexmk2 .smproductbox .smproductboxgs .leftbox .bgzz .zzcontent{
    font-family: 'OpenSansRegular';
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 23px;
}
.newindexmk2 .smproductbox .smproductboxgs .leftbox:hover .bgzz{
    display: flex;
    align-items: flex-end;
}
.newindexmk2 .smproductbox .smproductboxgs .rightbox{
    max-width: 40%;
    width: 100%;
    padding: 0px 44px;
}
.newindexmk2 .smproductbox .smproductboxgs .rightbox h2{
    font-family: 'OpenSansSemiBold';
    font-weight: 600;
    font-size: 25px;
    color: #262626;
}
.newindexmk2 .smproductbox .smproductboxgs .rightbox .ctitle{
    font-family: 'OpenSansMedium';
    font-weight: 500;
    font-size: 15px;
    color: #595959;
    line-height: 20px;
}
.newindexmk2 .smproductbox .smproductboxgs .rightbox a{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #262626;
    display: flex;
    align-items: center;
    margin-top: 35px;
    transition: all 0.5s;
}
.newindexmk2 .smproductbox .smproductboxgs .rightbox a:hover{
    color: #0080FF;
    text-decoration: underline;
}
.mySwiperindexnewapp{
    position: relative;
    margin-top: 45px;
}
.mySwiperindexnewapp .swiper-slide{
    position: relative;
}
.mySwiperindexnewapp .content{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mySwiperindexnewapp .content .type{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
.mySwiperindexnewapp .content .title{
    font-family: 'OpenSansSemiBold';
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
}
.mySwiperindexnewapp .content a{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: 25px;
    transition: all 0.5s;
}
.mySwiperindexnewapp .content a:hover{
    color: #0080FF;
    text-decoration: underline;
}
.mySwiperindexnewapp .video-mySwiperindexnewapp{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}
.mySwiperindexnewapp .swiper-pagination-bullet{
    width: 16px;
    height: 2px;
    border-radius: 0px;
}
.mySwiperindexnewapp .swiper-pagination{
    top: auto;
    bottom: 55px;
}
.mySwiperindexnewapp .swiper-button-next,.mySwiperindexnewapp .swiper-button-prev{
    width: 48px;
    height: 48px;
    background: #26262600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.mySwiperindexnewapp .swiper-button-next:hover,.mySwiperindexnewapp .swiper-button-prev:hover{
    background: #26262675;
}
.mySwiperindexnewapp .swiper-button-next{
    right: 18%;
}
.mySwiperindexnewapp .swiper-button-prev{
    left: 18%;
}
.newindexmk2 .newsbox{
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}
.newindexmk2 .newsbox .leftbox{
    width: 35.25%;
}
.newindexmk2 .newsbox .leftbox iframe{
    width: 100%;
    height: 622px;
}
.newindexmk2 .newsbox .leftbox .title{
    font-family: 'OpenSansSemiBold';
    font-weight: 600;
    font-size: 25px;
    color: #262626;
    margin-top: 41px;
}
.newindexmk2 .newsbox .rightbox{
    width: 64.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newindexmk2 .newsbox .rightbox .newsboxgs{
    width: 49.5%;
    margin-bottom: 57px;
}
.newindexmk2 .newsbox .rightbox .imgbox{
    width: 100%;
}
.newindexmk2 .newsbox .rightbox .imgbox img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.newindexmk2 .newsbox .rightbox .datetime{
    font-family: 'OpenSansMedium';
    font-weight: 500;
    font-size: 15px;
    color: #8C8C8C;
    margin-top: 41px;
}

.newindexmk2 .newsbox .rightbox .title{
    font-family: 'OpenSansSemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #262626;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 17px;
    transition: all 0.5s;
}

.newindexmk2 .newsbox .rightbox .newsboxgs:hover .title{
    color: #0080FF;
    text-decoration: underline;
}
.newindexmk3{
    width: 100%;
    padding: 56px 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0px 25px;
    min-height: 500px;
    margin-top: 50px;
}
.newindexmk3 .topcontent{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newindexmk3 .topcontent .title{
    font-family: 'OpenSansBold';
    font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
}

.newindexmk3 .topcontent .ctitle{
    font-family: 'OpenSansMedium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.newindexmk3 .topcontent a{
    display: flex;
    align-items: center;
    padding: 13px 21px;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid white;
    width: fit-content;
    border-radius: 23px;
    margin-top: 37px;
    transition: all 0.5s;
}
.newindexmk3 .topcontent a:hover{
    background: rgba(245,245,245,0.15);
}
.newindexmk3 .bottomcontent{
    display: flex;
    justify-content: center;
    margin-top: 112px;
}
.newindexmk3 .bottomcontent .numboxgs{
    display: flex;
    flex-direction: column;
    margin: 0px 75px;
}
.newindexmk3 .bottomcontent .numboxgs .numboxtop{
    font-family: 'OpenSansBold';
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}
.newindexmk3 .bottomcontent .numboxgs .numboxbottom{
    font-family: 'OpenSansSemiBold';
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
}
.newindexmk4{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.newindexmk4 .mk4contentgs{
    margin: 0px 7.5px;
}
.newindexmk4 .mk4contentgs img{
    max-width: 823px;
    max-height: 466px;
}
.newindexmk4 .mk4contentgs .contentbox{
    width: 100%;
    height: 210px;
    background: #FAFAFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newindexmk4 .mk4contentgs .contentbox .title{
    font-family: 'OpenSansSemiBold';
    font-weight: 600;
    font-size: 25px;
    color: #262626;
}

.newindexmk4 .mk4contentgs .contentbox .content{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #595959;
    margin-top: 18px;
}

.newindexmk4 .mk4contentgs .contentbox a{
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 15px;
    color: #262626;
    margin-top: 35px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.newindexmk4 .mk4contentgs .contentbox a:hover{
    color: #0080FF;
    text-decoration: underline;
}

.newindexmk2content{
    font-family: 'OpenSansMedium' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #595959 !important;
    line-height: 1.5 !important;
    margin-top: 20px;
}

.newindexmk2content *{
    font-family: 'OpenSansMedium' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #595959 !important;
    line-height: 1.5 !important;
    margin-top: 20px;
}
.wz-1{
    width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: -1;
}

@media (max-width: 1650px) {
    .newindexmk1{
        zoom: 0.85;
    }
    .newindexmk2{
        padding: 0px 15px;
    }
    .newindexmk4 .mk4contentgs img{
        width: 100%;
        max-width: none;
        max-height: none;
        height: auto;
    }
    .newindexmk4 .mk4contentgs .contentbox .content{
        padding: 0px 25px;
        text-align: center;
    }
    .newindexmk4 .mk4contentgs .contentbox .title{
        text-align: center;
        padding: 0px 25px;
    }
}
@media (max-width: 1400px) {
    .newindexmk1{
        zoom: 0.65;
    }
    .newindexmk2 .smproductbox .smproductboxgs .rightbox{
        padding: 0px 22px;
    }
    .newindexmk2 .smproductbox .smproductboxgs .leftbox .bgzz .zzcontent{
        zoom: 0.7;
    }
}
@media (max-width: 1300px) {
    .newindexmk3{
        zoom: 0.85;
    }
}
.pcappli{
    display: block;
}
.ydappli{
    display: none;
}
@media (max-width: 992px) {
    .pcappli{
        display: none;
    }
    .ydappli{
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .ydappli img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .newindexmk2 .smproductbox .smproductboxgs .leftbox .bgzz .zzcontent{
        font-size: 12px;
        zoom: 0.4;
        line-height: 28px;
    }
    
    .newindexmk2 .bigproductbox img{
        min-height: 200px;
        object-fit: cover;
        object-position: left;
        aspect-ratio: 5 / 2;
    }
    
    .mySwiperindexnewvideo{
        top: 0px;
    }
    
    .newindexmk4 .mk4contentgs .contentbox{
        padding: 25px 0px;
        height: auto;
    }
    
    .newindexmk3{
        margin: 0px;
    }
    .newindexmk3 .bottomcontent{
        flex-wrap: wrap;
    }
    .newindexmk3 .bottomcontent .numboxgs{
        width: 30%;
        align-items: center;
        margin-bottom: 25px;
    }
    
    .newindexmk2 .newsbox .leftbox{
        width: 100%;
    }
    .newindexmk2 .newsbox .rightbox{
        width: 100%;
        margin-top: 25px;
    }
    .newindexmk2 .newsbox{
        flex-direction: column;
        align-items: center;
    }
    .newindexmk2{
        margin-top: 50px;
    }
    .newindexmk2 .bigproductbox{
        margin-top: 35px;
    }
    .mySwiperindexnewapp .content{
        zoom: 0.65;
    }
    
    .newindexmk2 .titlebox .title{
        font-size: 30px;
    }
    .newindexmk2 .titlebox a{
        margin-top: 25px;
    }
    .newindexmk2 .titlebox{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .newindexmk2 .bigproductbox .content{
        zoom: 0.65;
    }
    .newindexmk2 .smproductbox{
        flex-direction: column;
        align-items: center;
    }
    .newindexmk2 .smproductbox .smproductboxgs{
        width: 100%;
    }
    .newindexmk2 .smproductbox .smproductboxgs{
        min-height: auto;
        margin-bottom: 15px;
    }
    .newindexmk1{
        zoom: 0.65;
    }
    .newindexmk1 .newindexmk1box{
        max-width: 100%;
        aspect-ratio: 4 / 3;
        min-height: 256px;
    }
    .mySwiperindexnewvideo .content{
        zoom: 0.5;
    }
    .mySwiperindexnewvideo .swiper-pagination{
        zoom: 0.5;
    }
    .newindexmk2 .smproductbox .smproductboxgs .leftbox img{
        min-height: auto;
    }
    .newindexmk4 .mk4contentgs img{
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
}
@media (max-width: 670px) {
    .newindexmk3 .bottomcontent .numboxgs{
        margin: 0px 25px;
        margin-bottom: 25px;
    }
    .newindexmk3 .bottomcontent .numboxgs .numboxbottom{
        text-align: center;
    }
    .newindexmk4{
        flex-direction: column;
        align-items: center;
    }
    .newindexmk4 .mk4contentgs{
        margin-bottom: 25px;
    }
}
@media (max-width: 500px) {
    
    .mySwiperindexnewvideo .content .title,.newindexmk2 .bigproductbox .content .titlegs,.mySwiperindexnewapp .content .title{
        font-size: 20px;
        zoom: 0.8;
    }
    
    .mySwiperindexnewvideo .content .ctitle,.newindexmk2 .bigproductbox .content .ctitlegs{
        font-size: 12px;
        zoom: 0.8;
    }
    
    .mySwiperindexnewvideo .content a,.newindexmk2 .bigproductbox .content a,.newindexmk2 .smproductbox .smproductboxgs .rightbox a{
        font-size: 12px;
        zoom: 0.8;
    }
    .newindexmk2 .smproductbox .smproductboxgs .rightbox h2,.newindexmk2 .newsbox .leftbox .title,.newindexmk2 .newsbox .rightbox .title{
        font-size: 16px;
        zoom: 0.8;
    }
    .newindexmk3 .topcontent .ctitle{
        text-align: center;
    }
    .newindexmk3{
        background-attachment: initial;
        background-position: center;
        background-size: cover;
    }
    
    .newindexmk2 .smproductbox .smproductboxgs .rightbox .ctitle{
        font-size: 12px;
        zoom: 0.8;
    }
    .newindexmk3 .bottomcontent{
        margin-top: 62px;
    }
    .newindexmk3 .bottomcontent .numboxgs{
        width: 100%;
    }
    .newindexmk2 .newsbox .rightbox .newsboxgs{
        width: 100%;
    }
    .newindexmk2 .newsbox .leftbox iframe{
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .mySwiperindexnewapp .swiper-button-prev{
        zoom: 0.4;
        left: 4%;
    }
    .mySwiperindexnewapp .swiper-button-next{
        zoom: 0.4;
        right: 4%;
    }
    .mySwiperindexnewapp .swiper-pagination{
        zoom: 0.4;
    }
    .mySwiperindexnewapp .content{
        zoom: 0.4;
    }
    .newindexmk2 .bigproductbox .content{
        zoom: 0.25;
    }
    .newindexmk2 .smproductbox .smproductboxgs .rightbox{
        zoom: 0.5;
    }
    .mySwiperindexnewvideo .content{
        zoom: 0.35;
        top: 70%;
    }
    .mySwiperindexnewvideo .swiper-pagination{
        zoom: 0.4;
    }
    .newindexmk1 .newindexmk1box .ytitle,.newindexmk1 .newindexmk1box .title,.newindexmk1 .newindexmk1box .ctitle,.newindexmk1 .newindexmk1box a{
        zoom: 0.45;
    }
}