 html,body{
    max-width: 100%;
    overflow-x: hidden;
}

html {
  scroll-padding-top: 6rem;
}

@font-face {
    font-family: "bahnschrift";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}


@font-face {
    font-family: "Regular";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

@font-face {
    font-family: "Normal";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

@font-face {
    font-family: "Light";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

@font-face {
    font-family: "Heavy";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}


* {
    font-family: 'Regular';
}
 
.layout1200px{
    width: 1200px;
    margin: 0 auto;
}

.layout1500px{
    width: 1500px;
    margin: 0 auto;
}

.header{
    width: 100%;
    padding-top: 24px;
    padding-bottom: 20px;
    background: #000000;
    top: 0px;
}

.header .topbpxgs{
    display: flex;
    justify-content: space-between;
}

.header .topbpxgs .leftbox{
    display: flex;
    align-items: center;
}

.header .topbpxgs .leftbox .telbox{
    margin-left: 26px;
}

.header .topbpxgs .leftbox a{
    display: flex;
    align-items: center;
    font-family: 'Normal' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.header .topbpxgs .leftbox a:hover{
    text-decoration: underline;
}


.header .topbpxgs .leftbox a .img1{
    display: block;
    margin-right: 8px;
}

.header .topbpxgs .leftbox a .img2{
    display: none;
    margin-right: 8px;
}

.header .topbpxgs .leftbox a:hover .img1{
    display: none;
}

.header .topbpxgs .leftbox a:hover .img2{
    display: block;
}

.header .topbpxgs .rightbox .inner{
    display: flex;
    align-items: center;
}
.header .inner .language .inner_lang>a{
    display: flex;
    align-items: center;
    padding-left: 49px;
}
.language a .img1{
    display: block;
    margin-right: 8px;
}

.language a .img2{
    display: none;
    margin-right: 8px;
}

.language a:hover .img1{
    display: none;
}

.language a:hover .img2{
    display: block;
}
.header .inner .language:hover .inner_lang>a{
    color: #00FF00 !important;
}

.header .inner .index-search i{
    color: white !important;
}

.header .inner .index-search i:hover{
    color: #00FF00 !important;
}

.header .inner .language::after{
    display: none;
}

.btngs{
    padding: 11px 15px;
    display: flex;
    align-items: center;
    font-family: 'bahnschrift';
    font-weight: bold;
    font-size: 18px;
    color: #1B1E1B;
    width: fit-content;
    background: #00FF00;
    border-radius: 10px;
    transition: all 0.5s;
}

.btngs:hover{
    background: #000000;
     color: white;
}

.header .flex{
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}
.header.active .inner nav ul li.active>a,.header .inner nav ul li>a:hover{
    color: #00FF00 !important;
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #00FF00;
}

.header .inner nav ul li>a{
    display: flex;
    align-items: center;
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.header .inner nav ul li .child{
    padding: 0px;
}
.header .inner nav ul li .child p{
    margin: 0px;
}
.header .inner nav ul li .child p a{
    display: block;
    padding: 5px 18px;
    font-family: 'Bold' !important;
    font-weight: bold;
    font-size: 16px;
    color: #1B1E1B;
    border-bottom: 1px solid #E2E2E2;
    transition: all 0.5s;
}

.header .inner nav ul li .child p a:hover{
    background: #00FF00;
    color: black;
}

.header .inner .index-search .content .fa-search{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header .inner .index-search .content .fa-close{
    color: black !important;
}

.swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    opacity: 1;
    background: white;
}

.swiper-pagination-bullet-active{
    background: #00FF00;
}

.swiper-pagination{
    bottom: 61px !important;
}

.newfooterbox{
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 93px;
    padding-bottom: 50px;
}

.newfooterbox .newfootercontentgs{
    display: flex;
    justify-content: space-between;
    padding-bottom: 96px;
    border-bottom: 1px solid #FFFFFF39;
    margin-bottom: 52px;
}

.newfootergsbox .contentbox{
    max-width: 450px;
}

.newfootergsbox .contentbox .companyname{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 30px;
}

.newfootergsbox .contentbox .companycontent{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 22px;
}
.newfootergsbox .title{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 31px;
    color: #00FF00;
    line-height: 36px;
}
.newfootergsbox .childbox {
    display: flex;
    margin-top: 23px;
    flex-direction: column;
}

.newfootergsbox .childbox a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 34px;
    transition: all 0.5s;
}

.newfootergsbox .childbox a:hover{
    color: #00FF00;
}

.newfootergsbox .contactbox .img1{
    display: block;
    margin-right: 10px;
}

.newfootergsbox .contactbox .img2{
    display: none;
    margin-right: 10px;
}

.newfootergsbox .contactbox:hover .img1{
    display: none;
}

.newfootergsbox .contactbox:hover .img2{
    display: block;
}

.newfootergsbox .contactbox{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.newfootergsbox .contactbox{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 18px;
}
.newfootergsbox .contactbox p{
    max-width: 318px;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 22px;
}

.newfootergsbox .contactbox:hover{
    color: #00FF00;
}

.newfootergsbox .contactbox:hover p{
    color: #00FF00;
}
.newfooterbox .newfooterbottomgs{
    display: flex;
    justify-content: space-between;
}

.newfooterbox .newfooterbottomgs .leftbox{
    display: flex;
    align-items: center;
    font-family: 'Normal' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.newfooterbox .newfooterbottomgs .leftbox a{
    font-family: 'Normal' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.newfooterbox .newfooterbottomgs .leftbox a:hover{
    color: #00FF00;
}

.newfooterbox .newfooterbottomgs .rightbox{
    display: flex;
    font-family: 'Normal' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.newfooterbox .newfooterbottomgs .rightbox a{
    display: flex;
    font-family: 'Normal' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.newfooterbox .newfooterbottomgs .rightbox a:hover{
    color: #00FF00;
}

.sharebox .img1{
    display: block;
    margin-right: 10px;
}

.sharebox .img2{
    display: none;
    margin-right: 10px;
}

.sharebox:hover .img1{
    display: none;
}
.sharebox:hover .img2{
    display: block;
}

.newindexmk1 .topcontentgs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 86px;
}
.newindexmk1{
    margin-top: 126px;
    margin-bottom: 126px;
}
.newindexmk1 .topcontentgs .leftbox{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 70px;
    color: #1B1E1B;
}
.newindexmk1 .topcontentgs .rightbox{
    position: relative;
}
.newindexmk1 .layout1500px{
    overflow: hidden;
}
.newindexmk1 .swiper-button-next:before,.newindexmk1 .swiper-button-prev:before{
    display: none;
}
.newindexmk1 .swiper-button-next,.newindexmk1 .swiper-button-prev{
    opacity: 1;
    width: 52px;
    height: 52px;
    background: #1B1E1B;
}

.newindexmk1 .swiper-button-next{
    left: auto;
    right: 0;
}

.newindexmk1 .swiper-button-prev{
    left: auto;
    right: 73px;
}

.newindexmk1 .swiper-button-next:hover,.newindexmk1 .swiper-button-prev:hover{
    background: #00FF00;
}
.newindexmk1 .swiper-button-next:hover svg,.newindexmk1 .swiper-button-prev:hover svg{
    fill: #1B1E1B;
}

.mySwiperindexmk1 .imgbox{
    max-width: 359px;
    max-height: 359px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.mySwiperindexmk1 .imgbox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.mySwiperindexmk1 .swiper-slide:hover .imgbox img{
    transform: scale(1.15);
}

.mySwiperindexmk1 .swiper-slide{
    background: #FFFFFF;
}
.mySwiperindexmk1 .swiper-slide .content{
    padding: 17px;
}
.mySwiperindexmk1 .swiper-slide .content .title{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 22px;
    color: #1B1E1B;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.mySwiperindexmk1 .swiper-slide .content .contentbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mySwiperindexmk1 .swiper-slide .content .contentbox .leftbox{
    width: 49%;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 11px;
    font-family: 'bahnschrift' !important;
    font-weight: 600;
    font-size: 14px;
    color: #1B1E1B;
    line-height: 18px;
}

.mySwiperindexmk1 .swiper-slide .content .contentbox .rightbox{
    width: 49%;
    display: flex;
    justify-content: flex-end;
}

.newindexmk2{
    padding-top: 89px;
    padding-bottom: 118px;
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newindexmk2 .topcontentbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newindexmk2 .centercontentbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.newindexmk2 .centercontentbox .leftbox{
    width: 50%;
    position: relative;
}

.newindexmk2 .centercontentbox .leftbox img{
    width: 100%;
    height: auto;
}
.newindexmk2 .centercontentbox .rightbox{
    width: 47%;
}
.newindexmk2 .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: #1B1E1B;
    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 #00FF00;
    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;
}

.newindexmk2 .centercontentbox .rightbox .righttitle{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.newindexmk2 .centercontentbox .rightbox .rightctitle{
    font-family: 'Medium' !important;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}
.newindexmk2 .centercontentbox .rightbox .rightcontent{
    font-family: 'Normal' !important;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
}
.newindexmk2 .bottomcontentbox .title{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 87px;
}
.newindexmk2 .bottomcontentbox .content{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 73px;
}

.newindexmk2 .bottomcontentbox .content .contentbox{
    display: flex;
    align-items: center;
}

.newindexmk2 .bottomcontentbox .content .contentbox img{
    margin-right: 20px;
}

.newindexmk2 .bottomcontentbox .content .contentbox .numtitle {
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 44px;
}

.newindexmk2 .bottomcontentbox .content .contentbox .numcontent{
    font-family: 'bahnschrift' !important;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-left: 5px;
}

.newindexmk3{
    margin-top: 126px;
    margin-bottom: 126px;
}
.newindexmk3 .topcontentgs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 86px;
    align-items: center;
}
.newindexmk3 .topcontentgs .leftbox{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 70px;
    color: #1B1E1B;
}

.newindexmk3 .imgbox{
    max-width: 478;
    max-height: 394px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.newindexmk3 .imgbox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.newindexmk3 .bottomcasebox{
    display: flex;
    flex-wrap: wrap;
}

.newindexmk3 .bottomcasebox .casebox{
    width: 32%;
    margin: 0.6%;
    background: #FFFFFF;
    margin-bottom: 30px;
    height: fit-content;
}

.newindexmk3 .bottomcasebox .casebox:hover .imgbox img{
    transform: scale(1.15);
}

.newindexmk3 .bottomcasebox .casebox .contentbox{
    padding: 26px 40px;
}

.newindexmk3 .bottomcasebox .casebox .contentbox .title{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 25px;
    color: #1B1E1B;
    line-height: 28px;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置盒子的垂直布局 */
    -webkit-line-clamp: 2; /* 限制在两行内显示文本 */
    overflow: hidden; /* 隐藏溢出的内容 */
    transition: all 0.5s;
}

.newindexmk3 .bottomcasebox .casebox .contentbox .title:hover{
    color: #00FF00;
}

.newindexmk3 .bottomcasebox .casebox .contentbox .datebox{
    font-family: 'Bold' !important;
    font-weight: bold;
    font-size: 15px;
    color: #1B1E1B;
    margin-top: 18px;
}

.seamless03-swiper .swiper-slide{
    background: white;
}

.seamless03-swiper .swiper-slide .title{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 17px;
    color: #1B1E1B;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: all 0.5s;
}
.seamless03-swiper .swiper-slide .title:hover{
    color: #00FF00;
    text-decoration: underline;
}
.seamless03-swiper .swiper-slide .contentbox{
    padding: 12px;
}
.seamless03-swiper .swiper-slide .datebox{
    margin-top: 9px;
    font-family: 'bahnschrift' !important;
    font-weight: normal;
    font-size: 14px;
    color: #1B1E1B;
    line-height: 15px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.seamless02-swiper .swiper-slide{
    background: white;
}

.seamless02-swiper .swiper-slide .title{
    font-family: 'bahnschrift' !important;
    font-weight: bold;
    font-size: 17px;
    color: #1B1E1B;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: all 0.5s;
}
.seamless02-swiper .swiper-slide .title:hover{
    color: #00FF00;
    text-decoration: underline;
}
.seamless02-swiper .swiper-slide .contentbox{
    padding: 12px;
}
.seamless02-swiper .swiper-slide .datebox{
    margin-top: 9px;
    font-family: 'bahnschrift' !important;
    font-weight: normal;
    font-size: 14px;
    color: #1B1E1B;
    line-height: 15px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1550px)  {
    .layout1500px{
        width: 100%;
        padding: 0 2.5%;
    }
}
@media screen and (max-width: 1400px)  {
    .newfooterbox .newfootercontentgs{
        zoom: 0.7;
    }
    .newindexmk2 .bottomcontentbox .content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .newindexmk2 .bottomcontentbox .content .contentbox{
        margin: 20px;
    }
    .newindexmk2 .rightbox .imgboxgs{
        zoom: 0.75;
    }
}
@media screen and (max-width: 1230px)  {
    .layout1200px{
        width: 100%;
        padding: 0 2.5%;
    }
    .newindexmk2 .topcontentbox{
        flex-direction: column;
    }
}
@media screen and (max-width: 992px)  {
    .newfooterbox .newfootergsbox:last-child{
        margin-bottom: 0px;
    }
    
    .window_content{
        width: 100% !important;
        padding: 0px 30px !important;
    }
    
    .newfooterbox{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .newfooterbox .newfootercontentgs{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    .newindexmk3 .bottomcasebox .casebox .contentbox .title{
        font-size: 20px;
    }
    
    .newindexmk2 .bottomcontentbox .title{
        font-size: 20px;
    }
    
    .newindexmk2 .centercontentbox .rightbox .rightctitle{
        font-size: 18px;
    }
    
    .newindexmk2 .centercontentbox .rightbox .righttitle{
        font-size: 20px;
    }
    
    .mySwiperindexmk1 .swiper-slide .content .title{
        font-size: 20px;
    }
    
    #col-index-banner{
        padding-top: 92px;
    }
    
    .newindexmk2 .rightbox .imgboxgs{
        zoom: 1;
        flex-direction: column;
    }
    
    .newindexmk2 .rightbox .imgboxgs img{
        width: 100%;
    }
    
    .newindexmk2 .centercontentbox{
        align-items: flex-start;
        flex-direction: column;
    }
    
    .newindexmk2 .centercontentbox .leftbox{
        width: 100%;
    }
    
    .newindexmk2 .centercontentbox .rightbox{
        width: 100%;
        margin-top: 35px;
    }
    
    .newindexmk1 .topcontentgs{
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .newindexmk1 .topcontentgs .rightbox{
        zoom: 0.55;
    }
    
    .newindexmk1 .topcontentgs .leftbox{
        font-size: 20px;
    }
    
    .mySwiperindexmk1 .imgbox{
        margin: 0 auto;
    }
    
    .newindexmk2 .topcontentbox img{
        width: 100%;
        margin-top: 15px;
    }
    
    .newindexmk2 .bottomcontentbox .content .contentbox{
        zoom: 0.55;
    }
    
    .newindexmk3,.newindexmk1{
        margin: 15px 0px;
    }
    
    .newindexmk3 .topcontentgs .leftbox{
        font-size: 55px;
    }
    
    .newindexmk3 .bottomcasebox .casebox{
        width: 100%;
    }
    
    .newindexmk3 .topcontentgs{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .newfooterbox .newfooterbottomgs{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .newfooterbottomgs .rightbox{
        margin: 15px 0px;
    }
    
    .newfooterbox .newfooterbottomgs .leftbox{
        flex-wrap: wrap;
    }
    .newfooterbox .newfootergsbox{
        margin-bottom: 35px;
    }
    
    .newfooterbox .newfootercontentgs{
        zoom: 1;
    }
    .newfooterbox .newfootercontentgs{
        flex-direction: column;
        align-items: flex-start;
    }
    .newfootergsbox .contentbox,.newfootergsbox .contactbox p{
        max-width: 100%;
    }
    .banner-container .swiper-pagination{
        zoom: 0.25;
    }
    .header .topbpxgs{
        display: none;
    }
    .detail-tabs{
        padding-right: 0px !important;
        zoom: 0.8;
    }
    .item_title a{
        font-size: 16px !important;
    }
    .blog-item .item-wrap{
        display: flex;
        flex-direction: column;
    }
    .blog-item .item-img{
        width: 100%;
        max-width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
}