html,body{
    max-width: 100%;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Regular';
    src: url(../fonts/ROBOTO-REGULAR.TTF);
}

@font-face {
    font-family: 'Bold';
    src: url(../fonts/ROBOTO-BOLD.TTF);
}
*{
    font-family: 'Regular';
}
.newfooterboxtotop{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #0378FF;
    position: fixed;
    bottom: 50px;
    right: 25px;
    cursor: pointer;
}
.newindexbanner{
   position: relative; 
}
.newindexbannerimg{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.newindexcontent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newindexcontent{
   font-size: 35px;
   color: white;
}
.newindexcontent a{
    font-size: 35px;
    color: white;
}
.newheaderboxgs{
    width: 1400px;
    margin: 0 auto;
    height: 120px !important;
    padding: 0px !important;
}
.headertopbox{
    width: 100%;
    height: 50px;
    background: #0378FF;
}
.headertopboxgs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.headertopboxgs .leftbox{
    display: flex;
}
.headertopboxgs .leftbox .emailbox{
    margin-right: 41px;
}
.headertopboxgs .leftbox .emailbox img{
    margin-right: 11px;
}
.headertopboxgs .leftbox .phonebox img{
    margin-right: 11px;
}
.headertopboxgs .leftbox .phonebox a,.headertopboxgs .leftbox .emailbox a{
    font-size: 16px;
    color: white;
    font-weight: 400;
    font-family: 'Regular';
}
.layout1400px{
    width: 1400px;
    margin: 0 auto;
}
.shareimggs .img{
    display: block;
}
.shareimggs .img2{
    display: none;
}
.headertopboxgs .rightbox{
    display: flex;
    align-items: center;
}
.headertopboxgs .rightbox .shareimgbox{
    display: flex;
    align-items: center;
}
.shareimgbox .shareimggs{
    margin-left: 15px;
}
.headertopboxgs .rightbox .language .inner_lang a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
}
.header .inner .language:hover .inner_lang{
    background: none !important;
    box-shadow: none !important;
}
.lang-none{
    width: 570px;
}
.language-flag span{
    width: 140px;
}
.headertopboxgs .rightbox .language .inner_lang ul li span{
    color: black !important;
}
.header .inner nav ul li{
    margin-right: 0px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000D44;
}
.header .inner nav ul{
    max-width: 950px;
    display: flex;
    justify-content: space-between;
    width: 950px;
}
.header .inner nav ul li>a:hover{
    color: #0378FF !important;
}
.header .inner nav ul li .child a:hover{
    color: #0378FF !important;
}
.header .inner nav ul li .child{
    padding: 0px;
    box-shadow: 0px 2px 16px 0px rgba(12,7,7,0.09);
}
.header .inner nav ul li .child a{
    line-height: 49px;
}
.header .inner nav ul li>a{
    display: flex;
    align-items: center;
    height: 100%;
}
.header .inner nav ul li .child p{
    height: 49px;
    border-bottom: 1px solid #EFF1F9;
    padding-left: 24px;
    padding-right: 24px;
}
.clearfix:after, .layout:after, .container:after{
    display: none;
}
.searchbox{
    display: flex;
    width: 55px;
    height: 55px;
    background: #EBF4FF;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.mkbtn1{
    width: 150px;
    height: 55px;
    background: linear-gradient(90deg, #00A1E7 0%, #1C61E7 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.mkbtn1 span{
    display: block;
    height: fit-content;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
}
.mkbtn1 img{
    width: 16px;
    height: 12px;
}
.mkbtn1:hover{
    background: #000D44;
}
.newfooterbox{
    width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newfooterbox .footerbottombox{
    background: #0378FF;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footerbottombox .copyright,.footerbottombox .copyright a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footerbottombox .tagsbox{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footerbottombox .tagsbox a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.contentoffooter{
    max-width: 258px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000D44;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 44px;
}
.bottomsharebox .img{
    display: block;
}
.bottomsharebox .img2{
    display: none;
}
.contentofsharebox{
    display: flex;
}
.contentofsharebox .bottomsharebox{
    margin-right: 8px;
}
.footertopbox{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.footerlistbox span{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 24px;
    color: #000D44;
    line-height: 25px;
}
.footerlistbox{
    display: flex;
    flex-direction: column;
}
.footerlistbox img{
    width: 106px;
    height: 10px;
    margin-top: 14px;
    margin-bottom: 29px;
}
.footerlista{
    display: flex;
    flex-direction: column;
}
.hrefoffooterbox{
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}
.hrefoffooterbox img{
    width: 8px;
    height: 14px;
    margin: 0px;
    margin-right: 14px;
}
.hrefoffooterbox span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000D44;
    transition: all 0.5s;
}
.hrefoffooterbox:hover span{
    color: #0378FF;
}
.footerlistbox .contactbox{
    max-width: 226px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000D44;
    line-height: 28px;
}
.contactboxbottomgs{
    display: flex;
    margin-top: 28px;
    align-items: center;
}

.contactboxbottomgs img{
    width: 44px;
    height: 44px;
    margin: 0px !important;
    margin-right: 15px !important;
}
.contactboxgsfot{
    display: flex;
    flex-direction: column;
}
.contactboxgsfot span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #000D44;
    line-height: 25px !important;
}
.contactboxgsfot a{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 16px;
    color: #000D44;
    line-height: 25px;
}

.contactboxgsfot:hover a{
    color: #000D44;
}
.mySwiper{
    position: relative;
}
.mySwiper .swiper-slide img{
    width: 100%;
}
.mySwiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    top: 50%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    width: 55px !important;
    height: 55px !important;
    background: #FFFFFF !important;
    border-radius: 50%;
    opacity: 1;
}
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before{
    display: none;
}
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before{
    display: none;
}
.mySwiper .container{
    width: 1400px;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    transform: translate(20%, -50%);
}
.mySwiper .container .title{
    max-width: 500px;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 60px;
    color: #0378FF;
    line-height: 75px;
    font-style: italic;
    display: block;
}
.mySwiper .container .ctitle{
    font-family: 'Bold';
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 75px;
    margin-top: 50px;
    display: block;
}
.mySwiper .container .content{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    padding-left: 20px;
}
.mySwiper .container .content li{
    list-style: disc;
}
.indexmk1{
    width: 100%;
    min-height: 1298px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.titleline{
    display: block;
    width: 40px;
    height: 2px;
    background: #0378FF;
}
.alltitlemkbox{
    margin-top: 100px;
}
.alltitlemkbox .toptitlebox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.alltitlemkbox .toptitlebox .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 16px;
    color: #0378FF;
    line-height: 60px;
    margin-left: 18px;
    margin-right: 18px;
    text-transform: uppercase;
}
.alltitlemkbox .bottomtitlebox{
    width: 100%;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 40px;
    color: #000D44;
    line-height: 50px;
    text-align: center;
}
.indexmk1contentbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mk1cpboxgs{
    width: 420px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin: 23px;
}
.mk1cpboxgs:hover{
        box-shadow: 0px 2px 16px 0px rgba(12,7,7,0.09);
}
.mk1cpboxgs .imgbox{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.mk1cpboxgs img{
    width: 100%;
    height: 100%;
    transition: all 0.45s;
    object-fit: contain;
}


.mk1cpboxgs .btnbox{
    width: 100%;
    height: 50px;
    background: #EBF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 14px;
    color: #0378FF;
    transition: all 0.45s;
}
.mk1cpboxgs .title{
    width: 100%;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 24px;
    color: #000D44;
    display: block;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.45s;
}
.mk1cpboxgs .content{
    max-width: 296px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #788094;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 29px;
    text-align: center;
    min-height: 96px;
}
.mk1cpboxgs .btnbox .btntitle{
    margin-right: 11px;
}
.mk1cpboxgs:hover .btnbox{
    background: linear-gradient(90deg, #00A1E7 0%, #1C61E7 100%);
    color: white;
}
.mk1cpboxgs:hover .imgbox img{
    transform: scale(1.2);
}
.mk1cpboxgs:hover .title{
    color: #0378FF;
}
.indexmk2{
    width: 100%;
    max-height: 1765px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.indexmk2contentbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mk2cpboxgs{
    width: 420px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin: 23px;
}
.mk2cpboxgs .imgbox{
    width: 100%;
    height: 425px;
    overflow: hidden;
}
.mk2cpboxgs img{
    width: 100%;
    height: 100%;
    transition: all 0.45s;
}
.mk2cpboxgs .ctitle{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #788094;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
}
.mk2cpboxgs .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 20px;
    color: #000D44;
    line-height: 28px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}
.mk2cpboxgs .btnbox{
    width: 367px;
    height: 50px;
    background: #EBF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 14px;
    color: #0378FF;
    transition: all 0.45s;
    margin: 26px auto;
}
.mk2cpboxgs:hover{
    box-shadow: 0px 2px 16px 0px rgba(12,7,7,0.09);
}
.mk2cpboxgs .btnbox .btntitle{
    margin-right: 11px;
}
.mk2cpboxgs:hover .btnbox{
    background: linear-gradient(90deg, #00A1E7 0%, #1C61E7 100%);
    color: white;
}
.mk2cpboxgs:hover .imgbox img{
    transform: scale(1.2);
}
.mk2cpboxgs:hover .title{
    color: #0378FF;
}
.indexmk4{
    width: 100%;
    min-height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mySwiper2{
    margin-top: 60px;
    width: 1400px;
    overflow: hidden;
    margin-bottom: 122px;
}
.indexmk3{
    width: 100%;
    min-height: 1175px;
    padding: 119px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}
.mk3geshibox{
    width: 100%;
    height: 985px;
    background-color: white;
    padding: 45px;
}
.disboxgs{
    width: 100%;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #788094;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 48px;
}
.mk3xianding{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px !important;
}
.mk3xianding .title{
    margin-left: 0px !important;
}
.mk3xianding .bottomtitlebox{
    text-align: left;
}
.mk3xianding .mk3contentbox{
    margin-top: 45px;
    max-width: 676px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #788094;
    line-height: 28px;
}
.mk3geshibox .topbox{
    display: flex;
    justify-content: space-between;
}
.mySwiper3{
    padding-left: 122px;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.mk3shuzibox{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mk3shuzi{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 104px;
}
.mk3shuzi .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 38px;
    color: #0378FF;
    line-height: 24px;
    margin-top: 19px;
    margin-bottom: 19px;
}
.mk3shuzi .content{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 19px;
    color: #0378FF;
    line-height: 24px;
}
.mk5xianding{
    margin-top: 100px !important;
}
.mk5newsboxgs{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mk5newsbox{
    display: flex;
    justify-content: space-between;
    margin-top: 51px;
    flex-wrap: wrap;
}

.mk5newsboxbox{
    width: 417px;
    background: #FFFFFF;
    border: 1px solid #EFF1F9;
}

.mk5newsboxbox  .imgbox{
    width: 100%;
    height: 255px;
    overflow: hidden;
}

.mk5newsboxbox img{
    width: 100%;
    height: 100%;
    transition: all 0.45s;
    object-fit: contain;
}

.mk5newsboxbox .timebox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 26px;
    margin-top: 35px;
}
.mk5newsboxbox .timebox img{
    width: 15px;
    height: 16px;
}
.mk5newsboxbox .timebox span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #788094;
    margin-left: 9px;
}
.mk5newsboxbox .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 20px;
    color: #000D44;
    line-height: 28px;
    margin-left: 26px;
    margin-right: 26px;
    display: block;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EFF1F9;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mk5newsboxbox .btnbox{
    width: 153px;
    height: 50px;
    background: #EBF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 14px;
    color: #0378FF;
    transition: all 0.45s;
    margin-top: 34px;
    margin-left: 26px;
    margin-bottom: 30px;
}
.mk5newsboxbox:hover{
    box-shadow: 0px 2px 16px 0px rgba(12,7,7,0.09);
}
.mk5newsboxbox:hover .title{
    color: #0378FF;
    text-decoration-line: underline;
}
.mk5newsboxbox:hover .btnbox{
    background: linear-gradient(90deg, #00A1E7 0%, #1C61E7 100%);
    color: white;
}
.mk5newsboxbox:hover .imgbox img{
    transform: scale(1.2);
}
.mk2cpboxgs:hover .title{
    color: #0378FF;
}
@media (max-width: 1500px) {
    html{
        zoom: 0.8;
    }
    .inquiry-pop-bd *{
        zoom: 1.1;
    }
}
@media (max-width: 1250px) {
    html{
        zoom: 0.7;
    }
    .inquiry-pop-bd *{
        zoom: 1.15;
    }
}
@media (max-width: 992px) {
    
    .newfooterboxtotop{
        display: none;
    }
    
    .newindexbannerimg{
        height: 200px;
    }
    
    .indexmk2{
        height: fit-content;
        max-height: fit-content;
    }
    
    html{
        zoom: 1;
    }
    
    .inquiry-pop-bd *{
        zoom: 1;
    }
    
    .index-search{
       display: none; 
    }
    
    .newheaderboxgs .mkbtn1{
        display: none;
    }
    
    .layout1400px{
        width: 100%;
        padding: 0px 30px;
    }
    
    .newheaderboxgs{
        width: 100%;
        height: 60px !important;
    }
    
    .newheaderboxgs img{
        height: 100%;
        width: auto !important;
    }
    
    .header .inner .logo{
        height: 100%;
    }
    
    .header .inner .flex{
        line-height: 60px !important;
    }
    
    .headertopbox{
        display: none;
    }
    
    .mySwiper .container{
        width: 100%;
        zoom: 0.5;
    }
    
    #scrollsidebar{
        top: auto !important;
        position: fixed;
        bottom: 50px;
        z-index: 99999;
        zoom: 0.7;
    }
    
    .indexmk1contentbox{
        justify-content: center;
    }
    
    .mk1cpboxgs{
        width: 80%;
    }
    
    .mk1cpboxgs img{
        object-fit: contain;
    }
    
    .indexmk2contentbox{
        justify-content: center;
    }
    
    .mk2cpboxgs{
        width: 90%;
    }
    
    .mk2cpboxgs .btnbox{
        width: 100%;
    }
    
    .mk2cpboxgs img{
        object-fit: contain;
    }
    
    .mk3geshibox{
        height: fit-content;
        padding: 0px;
    }
    .mk3geshibox .topbox{
        flex-direction: column;
        align-items: center;
    }
    .mk3xianding{
        width: 100%;
    }
    .mk3shuzi .title{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .mk3shuzi .content{
        font-size: 12px;
    }
    .mk3shuzi{
        margin-top: 30px;
        justify-content: space-between;
        align-items: center;
    }
    .mk3xianding .mk3contentbox{
        margin-top: 30px;
    }
    .mySwiper2{
        width: 100%;
    }
    .mySwiper3{
        width: 100%;
        padding: 60px;
    }
    .mySwiper3 .swiper-slide img{
        margin: 0 auto;
        width: 100%;
    }
    .indexmk4{
        min-height: 540px;
    }
    .indexmk4 img{
        width: 100%;
        height: auto;
    }
    .mk5newsboxgs{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .mk5newsboxgs .mkbtn1{
        margin-top: 25px;
    }
    .mk5newsbox{
        justify-content: center;
    }
    .mk5newsboxbox{
        width: 90%;
    }
    .footertopbox{
        flex-direction: column;
    }
    .footerlistbox{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .newfooterbox{
        height: fit-content;
    }
}

@media (max-width: 700px) {
    .mySwiper .container{
        zoom: 0.4;
    }
}
@media (max-width: 600px) {
    .mySwiper .container{
        zoom: 0.3;
    }
}
@media (max-width: 500px) {
    .mySwiper .container{
        zoom: 0.25;
    }
}