body{
    margin:0;
    padding:0;
}

@font-face {
    font-family: "iconfont"; /* Project id 4937155 */
    src: url('../font/iconfont.woff2?t=1748697284068') format('woff2'),
    url('../font/iconfont.woff?t=1748697284068') format('woff'),
    url('../font/iconfont.ttf?t=1748697284068') format('truetype');
}
img{
    width: 100%;
    overflow: hidden;
}
a{
    text-decoration: none;
}

.hide{
    display:none;
}

.bg-white{
    background: #FFFFFF;
}
.container{
    width:80%;
    margin:auto;
}
.header{
    width:100%;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.mobileHeader{display:none;}
.header_fix{
    position: fixed;
    top:0;
    left:0;
    z-index:99999;
}
.companyImg{
    display:block;
    width:100%;
}
.header_nav{
    margin:auto;
    width:80%;
    height:90px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo{
    height:70px
}
.navList{
    display:flex;
    flex-direction: row;
    flex: 1;
    justify-content:flex-end;
}
.navItem{
    width:130px;
    height: 90px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    color:#000000;
}
.navItem>a{
    color:#000000;

}
.navItem:hover{
    background: red;
    color:#FFFFFF;
}
.navItem:hover>a{
    background: #ed312f;
    color:#FFFFFF;
}
.navCheckIcon{
    display: none;
}

.navChildList{
    position: absolute;
    top:90px;
    left:0;
    background: #FFFFFF;
    width: 130px;
    color:#000000;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 999;
}
.navItem:hover .navChildList{
    display:block;
    opacity: 1;
    pointer-events: auto;
}
.navChildItem{
    display:block;
    color: #000000;
    width: 130px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
}

.navChildItem:hover{
    color: #ed312f;
}

.changeLanguage{
    font-size: 14px;
    margin-left:50px;
    color:#222222
}
.changeLanguage>a{
    color:#222222
}
.swiper-container {
    width: 100%;
    height: 800px;
}
.swiper-view{
    position: relative;
}
.swiper-text{
    position: absolute;
    color:#FFFFFF;
    z-index:999;
    margin: auto;
    top:30%;
    left:10%;
    font-size: 30px;
    font-weight: bold;
}
.indexNumber{
    font-size:50px;
    font-weight: bold;
    color:#ed312f;
}
.copyright{
    width:100%;
    background:#262626;
    color:#A9A9A9;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.footer_container{
    width:80%;
    margin:auto;
    display:flex;
    flex-direction: row;
}
.icp{
    margin-left:100px;
}

.footer{
    height: 300px;
    background-image:url("https://omo-oss-image1.thefastimg.com/portal-saas/new2023053118575907006/cms/image/590cd78f-1402-4d28-9fce-0081b23befa9.jpg");
}

.footer_item{
    flex:1;
    color:#FFFFFF;
    margin:50px 0;
}
.footer_item_title{
    color:rgba(255,255,255,0.5);
}
.footer_nav_list{
    display: flex;
    flex-direction: column;
    margin-top:20px;
    line-height: 200%;
    font-size: 14px;
}
.footer_nav{
    display:block;
    overflow: hidden;
    color:#FFFFFF;
}
.footer_nav:hover{
    color:#ed312f;
}
.service-container{
    background: rgba(17,22,34,1);
    background-image: url("../img/serviceBg.png");
    background-repeat: no-repeat;
    position: relative;
}
.service-container-title{
    padding-top:30px;
    font-size: 50px;
    font-weight: bold;
    color:#FFFFFF;
}
.service-container-sTitle{
    font-size:20px;
    color:#FFFFFF;
    line-height: 300%;
}
.service-logo-container{
    overflow: hidden;
    width: 100%;
    padding:20px 0;
    position: relative;
    height: 100px;
}
.service-logo-track{
    display: flex;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    will-change: left; /* 优化动画性能 */
    backface-visibility: hidden; /* 防止闪烁 */
    min-width: max-content; /* 确保轨道足够宽 */
}

.service-logo-item{
    flex-shrink: 0;
    margin:0 20px;
    transition: all 0.3s;
    background: #FFFFFF;
    width:145px;
    height:75px;
    border-radius: 15px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.service-logo-item img{
    filter: none;
    opacity: 1;
    transform: scale(1.1);
    width: 130px;
}
.new-container-nav{
    display:flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    margin-bottom:40px;
}
.red-block{
    width:70px;
    height:50px;
    overflow: hidden;
    display: block;
    background: #ed312f;
}
.container-title{
    font-size:30px;
    flex: 1;
    padding-left: 10px;
    font-weight: bold;
    color: #222222;
}

.new-container-nav-showMore{
    background: #ed312f;
    height:50px;
    padding:0 30px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 14px;
}

.padding-top-bottom-30{
    padding:30px 0;
}

.padding-top-bottom-50{
    padding:50px 0;
}

.padding-top-80{
    padding-top:80px;
}

.margin-top-50{
    margin-top:50px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-top-80{
    margin-top:80px;
}
.margin-bottom-50{
    margin-bottom:50px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.padding-bottom-80{
    padding-bottom:80px;
}

.margin-bottom-80{
    margin-bottom:80px;
}
.new-index-container{
    display: flex;
    flex-direction: row;
}

.new-index-img-container{
    flex:1;
}
.new-index-list{
    flex:1;
    padding-left:50px;
    box-sizing: border-box;
}
.new-index-img-info{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.new-index-title{
    white-space: nowrap; /* 强制不换行 */
    overflow: hidden;    /* 隐藏溢出部分 */
    text-overflow: ellipsis; /* 溢出时显示省略号，可选 */
    display:block;
    font-size: 26px;
    line-height: 200%;
    border-bottom:1px solid #dedede;
}
.new-index-list-title{
    white-space: nowrap; /* 强制不换行 */
    overflow: hidden;    /* 隐藏溢出部分 */
    text-overflow: ellipsis; /* 溢出时显示省略号，可选 */
    display:block;
    font-size: 20px;
    line-height: 300%;
    border-bottom:1px solid #dedede;
}
.product-detail-more-list{
    display:flex;
    flex-direction: row;
}
.new-index-item{
    background: rgba(247,247,247,1);
    padding: 30px;
    box-sizing: border-box;
    margin-bottom:30px;
}
.new-index-item:hover{
    background: #ed312f;
    color:#FFFFFF;
}
.new-index-showMore{
    margin-top:10px;
    font-size: 14px;
    color:#000000;
}
.new-index-time{
    width: 200px;
    font-size: 30px;
    font-weight:bold;
}
.product-detail-more{
    margin-top:20px;padding:40px;box-sizing: border-box
}
.color-red{
    color:#ed312f;
}
.new-index-desc{
    line-height: 200%;
    font-size: 14px;
    color:#6c757d;
}

.index-product-list{
    display:flex;
    flex-direction: row;
}

.index-product-item{
    flex:1;
    margin-right:20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.index-product-item::after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.6); /* 红色遮罩，透明度30% */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.index-product-item:hover::after {
    opacity: 1;
}
.index-product-item img{
    width: 100%;
    height: 100%;
}
.index-product-title{
    position: absolute;
    left:50%;
    top:50%;
    z-index:999;
    transform: translateX(-50%) translateY(-50%);
    color:#FFFFFF;
    font-size: 30px;
}

.red-view{
    flex:1;
    background: #ed312f;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.index-fanan{
    display:flex;
    flex-direction: row;
    height: 400px;
}
.index-fanan-item{
    flex:1;
    position: relative;
    overflow: hidden;
}
.index-fanan-info{
    position: absolute;
    width: 100%;
    left: 50%;
    top:50%;
    color:#FFFFFF;
    transform: translateX(-50%) translateY(-50%);
    display:flex;
    flex-direction: column;
    align-items: center;
}
.index-fanan-title{
    font-size: 30px;
}
.index-fanan-viewmore{
    border:1px solid #FFFFFF;
    padding:10px 20px;
    margin-top:20px;
    font-size: 14px;
    color:#FFFFFF;
}
.index-fanan-item:hover{
    cursor: pointer;
}
.index-fanan-item:hover .index-fanan-title{
    /*color:#ed312f;*/
}
.index-fanan-item:hover .index-fanan-viewmore{
    background: #ed312f;
    border:1px solid #ed312f;
}
.index-company{
    background-image: url("https://omo-oss-image1.thefastimg.com/portal-saas/sop_tp_2022021500021/cms/image/3e79c31b-b903-4c89-a9fa-fa68cfcbbcd6.jpg");
}
.index-companyInfo{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.index-companyName{
    display:flex;
    flex-direction: row;
}
.companyName{
    font-size: 30px;
    font-weight: bold;
    margin-left:20px;
}
.index_companyDesc{
    padding:30px 30px 0 0;
    box-sizing: border-box;
    font-size: 18px;
}
.index-company-showMore{
    display: inline-block;
    border:1px solid #ed312f;
    padding:10px 20px;
    background: #ed312f;
    margin-top:20px;
    color: #FFFFFF;
    font-size: 14px;
}

.rightFix{
    position: fixed;
    right: 0;
    top:300px;
    background: #ed312f;
    z-index:1000;
}
.callPhone{
    position: fixed;
    right: 0;
    top:300px;
    display:flex;
    flex-direction: row;
}
.callPhoneImg{
    background: #ed312f;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.callPhoneImg>img{
    width: 25px;
    height: 25px;
    display: block;
}
.callPhone:hover .callPhoneInfo{
    display: block;
}
.callPhoneInfo{
    background: #222222;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 14px;
    padding:0 20px;
    display:none;
}


.Email{
    position: fixed;
    right: 0;
    top:350px;
    display:flex;
    flex-direction: row;
}
.EmailImg{
    background: #ed312f;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.EmailImg>img{
    width: 20px;
    height: 20px;
    display: block;
}
.Email:hover .EmailInfo{
    display: block;
}
.EmailInfo{
    background: #222222;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 14px;
    padding:0 20px;
    display:none;
}
.breadcrumb{
    font-size: 14px;
}
.breadcrumb-nav-main{
    height: 80px;
    /*background: red;*/
    /*background: rgba(245,245,245,1);*/
}
.bg-ash{
    background: rgba(245,245,245,1);
}
.breadcrumb-nav{
    display:flex;
    height: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.category{
    flex:1;
    display:flex;
    flex-direction: row;
}


.breadcrumb{
    display:flex;
    flex-direction: row;
}

.category-item{
    border:1px solid #dedede;
    background: #FFFFFF;
    margin-right:20px;
    padding:10px 30px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
}
.category-item-active{
    background: #ed312f;
    border: 1px solid #ed312f;
    color: #FFFFFF;
}
.category-item:hover{
    background: #ed312f;
    border: 1px solid #ed312f;
    color: #FFFFFF;
}
.home_icon{
    margin-right:10px;
}
.home_icon>img{
    width: 18px;
    height: 18px;
    display: block;
}

.breadcrumb_nav{
    color:#6c757d;
}

.breadcrumb_nav>a{
    color:#6c757d;
    margin-right:6px;
}

.breadcrumb_nav>span{
    color:#6c757d;
    margin-right:6px;
}

.breadcrumb_nav>a:hover{
    color:#ed312f;
}

.page_nav{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.prev_next{
    color:#222222;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}
.page_item{
    width:30px;
    height:30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
}
.page_item:hover{
    background: #ed312f;
    color: #FFFFFF;
    cursor: pointer;
}
.prev_next:hover{
    color:#ed312f;
}
.page_item_active{
    background: #ed312f;
    color: #FFFFFF;
}

.new-item{
    display:flex;
    flex-direction: row;
    background: #f5f5f5;
    padding:30px 0;
}
.new-info{
    flex:1;
    padding-left: 30px;
}
.new-title{
    font-size: 26px;
    color:#222222;
    font-weight: bold;
}
.new-desc{
    font-size: 16px;
    margin-top:20px;
    color:rgba(119,119,119,1);
}
.new-item:hover .new-times{
    color: #ed312f;
}

.new-item:hover .new-title{
    color: #ed312f;

}
.new-times{
    color:#222222;
    display:flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding:0 30px;
}
.new-days{
    font-size: 50px;
    font-weight: bold;
}

.solution-list{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.solution-item{
    flex:30%;
    overflow: hidden;
    padding-right:20px;
    box-sizing: border-box;
    margin-top:40px;
    color: #000000;
}

.solution-item-img{
    width:100%;
}
.solution-item-img>img{
    width: 100%;
}

.solution-item-title{
    margin-top:20px;
}

.new-detail-main{
    display:flex;
    flex-direction: row;

}

.content{
    flex:1;
    margin-right:80px;
    padding:50px;
    box-sizing: border-box;
}
.content-title{
    font-size:30px;
    font-weight: bold;
    color: #222222;
}
.content-time{
    margin-top:20px;
}
.hr-ash{
    height: 2px;
    border: none;
}
.content-main{
    margin-top:40px;
}
.new-detail-more-list{
    width:400px;
    padding:30px;
}
.new-detail-more-list-title{
    font-size: 20px;
}

.new-detail-more-news-item{
    border-bottom:1px solid #dedede;
    padding-bottom:20px;
    margin-top:20px;
    display: block;
}
.new-detail-more-news-item-title{
    color:#000000;
}
.new-detail-more-news-item-time{
    color:#6c757d;
    font-size: 14px;
}

.new-detail-more-news-item-img>img{
    width: 100%;
    display: block;
}

.product-container{
    display:flex;
    flex-direction: row;
}

.product-category{
    width:320px;
}

.product-category-top{
    background: #ed312f;
    height: 80px;
    box-sizing: border-box;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
    color:#FFFFFF;
    padding-left: 20px;
}

.product-main-list{
    flex:1;
    margin-left:80px;
}

.product-category-item-main{
    height: 60px;
    line-height: 60px;
    padding-left:20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:1px solid #ebebeb
}
.product-category-item-main>a{
    color:#000000;
}
.product-category-item-main_active{
    border-bottom:1px solid #ed312f;
    color: #ed312f;
}
.product-category-item-open{
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left:1px solid #ebebeb;
}

.product-category-item-open-active{
    background: #ed312f;
    color: #FFFFFF;
}

.product-category-item-arrow {
    width: 20px;
    line-height: 60px;
    color:#222222;
}

.product-category-item-arrow::after {
    font-family: "iconfont";
    content: '\e685';
    font-size:20px;

}

.product-category-item-open-active .product-category-item-arrow::after {
    font-family: "iconfont";
    content: '\e687';
    font-size:20px;
    color:#FFFFFF;

}

.product-category-item-chile-list{

}

.childCategoryDiv{
    display:none;
}

.product-main-list-main{
    height: 60px;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding-right:20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.category-name{
    background: #ed312f;
    color: #FFFFFF;
    height: 60px;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.product-main-list-product{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left:20px;
    padding-bottom:50px;
}

.product-item{
    width:30%;
    display:flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-top:30px;
    margin-right:30px;
    border:1px solid #FFFFFF;
}
.product-item>div{
    color:#222222;
}
.product-item:hover{
    border:1px solid #ed312f;
}

.product-item-img>img{
    width: 100%;
}

.contact_main{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.companyMoreInfo{
    margin-top:20px;
}

#map{
    width: 50%;
    height: 400px;
}

.job_item{
    padding: 30px;
    margin-bottom:20px;
}
.job_name{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.job_main{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.job_main>div{
    flex:1;
    color:#6c757d;
}
.job_name_title{
    font-size: 20px;

}

.leaveMessageInput{
    width: 45%;
    float:left;
    margin-right:5%;
    margin-top:20px;
}

.leaveMessageInput>input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding:0 10px;
    box-sizing: border-box;
}

.leaveMessageArea{
    width:100%;
    margin-top:20px;
}

.leaveMessageArea>textarea{
    width:95%;
    height:300px;
    margin-top:20px;
    padding: 10px;
    box-sizing: border-box;

}
.subLeaveMessage{
    margin-top: 20px;
    width:95%;
    height: 40px;
    background: #ed312f;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.product-main{
    display:flex;flex-direction: row;padding:20px;box-sizing: border-box
}
.product-main-img-div{
    width:624px;height:400px;overflow: hidden;border:1px solid #dedede;
}

.product-main-info-div{
    flex:1;padding-left:20px;box-sizing: border-box
}
.product-main-info-title{
    font-size:24px;font-weight: bold
}
.product-main-info-desc{
    margin-top:20px;color:rgba(119,119,119,1)
}
.product-main-btn-div{
    display:flex;flex-direction: row;margin-top:20px;
}

.product-main-btn-price{
    width:200px;height:54px;background: #ed312f;color:#FFFFFF;text-align: center;line-height: 54px;margin-right:20px;
}
.product-main-btn-more{
    width:200px;height:54px;background: #212529;color:#FFFFFF;text-align: center;line-height: 54px;
}

.product-content{
    box-sizing: border-box;padding:40px;margin-top:20px;
}
.product-content-title-div{
    border-bottom:1px solid #dedede;height:54px;
}
.product-content-title{
    width:200px;height:54px;
    line-height:54px;background: #ed312f;color:#FFFFFF;text-align:center;display:block;
}

.product-prev-next{
    margin-top:20px;
    display:flex;flex-direction: row;justify-content: space-between;    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    box-sizing: border-box;
}

.product-prev-next>div>a{
    color:#000000;
}

.product-prev-next>div>a:hover{
    color:#ed312f;
}

.history-item{
    display:flex;flex-direction: row;min-height: 150px;
}
.history-item-left{
    width:300px;border-right: 1px solid #dedede;
}
.history-item-right{
    flex:1;display:flex;flex-direction: column;justify-content: flex-start;padding-left:20px;position: relative
}

.history-item-year{
    display:block;margin:auto;
    width:200px;background: #ed312f;height: 54px;text-align: center;line-height: 54px;color:#FFFFFF;
}

.history-item-point{
    width: 10px;height:10px;border-radius: 100%;background: #ed312f;position: absolute;left:-5px;top:12px;
}

.history-item-title{
    font-weight: bold;font-size: 24px;
}

.history-item-desc{
    color: #6c757d;margin-top:20px;
}