/**/
#fact-video{position: relative;margin:100px 0;}
#fact-video .video{position: absolute;top: -50px;display: flex;width: 46.5%;z-index: 1;}
#fact-video .video .img{width: 680px;position: relative;}
#fact-video .video .full-box{ width: calc(100% - 680px);height: 100%;}
#fact-video .video .img::after{ content: "";display: block;width: 100%;height: 100%;position: absolute;top:0;left:0;background-color: rgba(0,0,0,0.5);
background-image: url(../images/play-small.png);background-repeat: no-repeat;background-position: center;}


#fact-video .con {float: right;width: 70%;background-color: #2da766;display: flex;}
#fact-video .con .con-box{padding:45px 0;padding-left: 19vw;width: 1030px;}
#fact-video .con .full-box {width: calc(100% - 1030px);height: 100%;}
#fact-video .con h2{margin-bottom: 50px;}
#fact-video .con *{color: #fff;}

@media(max-width:1540px){
    #fact-video .video{top:-50px}
}

@media(max-width:1440px){
    

}

@media(max-width:1100px){
    #fact-video{margin:30px 0;}
    #fact-video .full-box{display: none;}
    #fact-video .video{width: 100%;top: 0;position: relative;}
    #fact-video .video .img{width: 100%;}

    #fact-video .con{width: 100%;}
    #fact-video .con .con-box{padding:20px;}

    #fact-video .con h2{margin-bottom: 20px;}
}

@media(max-width:768px){
    
}


/**/
#odmoem{padding-bottom: 100px;}

#odmoem h2{text-align: center;}
#odmoem .des-url{margin:50px auto;text-align: center;}
#odmoem .des-url a{display: inline-block;margin:0 10px;
width: 95px;height: 35px;text-align: center;line-height: 35px;border:1px solid #2da766;background-color: transparent;color: #2da766;border-radius: 5px;
transition: all 0.6s ease;-webkit-transition: all 0.6s ease;}

#odmoem .des-url a.active{background-color: #2da766;color: #fff;}

#odmoem .odmoem_box>ul{display: none;}
#odmoem .odmoem_box>ul.active{display: flex;flex-wrap: wrap;gap:2%;animation: toShow 0.6s forwards;}
#odmoem .odmoem_box>ul>li{width: 23.5%;position: relative;}
#odmoem .odmoem_box>ul>li span{font-size: 72px;position: absolute;top: 0;left: 10px;transform: translateY(-50%);color: #dcdcdc;font-weight: bold;z-index: 1;}
#odmoem .odmoem_box>ul>li .tit{position: absolute;width: 100%;bottom: 0;left:0;background-color: #e1e1e1;padding:15px 18px;opacity: 1;transition: all 0.6s ease;-webkit-transition: all 0.6s ease;}
#odmoem .odmoem_box>ul>li .con{position: absolute;width: 100%;bottom: 0;left:0;background-color: #2da766;padding:28px 18px;opacity: 0;transition: all 0.6s ease;-webkit-transition: all 0.6s ease;}

#odmoem .odmoem_box>ul>li:hover .tit{opacity: 0;}
#odmoem .odmoem_box>ul>li:hover .con{opacity: 1;}


#odmoem .odmoem_box>ul>li b{font-size: 18px;line-height: 24px;display: block;}
#odmoem .odmoem_box>ul>li .des{margin-top: 10px;}
#odmoem .odmoem_box>ul>li .des li{list-style: inside;}
#odmoem .odmoem_box>ul>li .des li::marker{color: #fff;}

#odmoem .odmoem_box>ul>li .con b{color: #fff;}
#odmoem .odmoem_box>ul>li .con .des{color: #fff;}

@media(max-width:1540px){
    #odmoem .odmoem_box>ul>li b{font-size: 16px;line-height: 23px;}
}

@media(max-width:1440px){
    #odmoem .odmoem_box>ul>li span{font-size: 50px;}
}

@media(max-width:1100px){
    #odmoem{padding-bottom: 30px;}

    #odmoem .des-url{margin:20px auto 35px;}
    #odmoem .odmoem_box>ul>li{width: 49%;margin-bottom: 30px;}

    #odmoem .odmoem_box>ul>li span{font-size: 40px;}

    #odmoem .odmoem_box>ul>li .tit{display: none;}
    #odmoem .odmoem_box>ul>li .con{display: block;position: relative;opacity: 1;}
}

@media(max-width:768px){
    #odmoem .odmoem_box>ul>li{width: 100%;}
}


/*#quality*/
#quality{padding-bottom: 200px;}
#quality h2{text-align: center;margin-bottom: 35px;}

#quality .qual-box{position: relative;}
#quality ul{display: flex;gap:2%;flex-wrap: wrap;position: relative;top: 65px;}
#quality ul li{background-color: #ededed;margin-bottom: 2%;padding:35px 25px;padding-right: 260px;width: 49%;}
#quality ul li.active{background-color: #2da766;transition: all 0.6s ease;-webkit-transition: all 0.6s ease;}
#quality ul li.active *{color: #fff;}
#quality ul li:nth-child(2n){text-align: right;padding-left: 260px;padding-right: 25px;}

#quality ul li b{display: block;margin-bottom: 15px;}


#quality .qual-box .qual-swiper{position: absolute;top: 0;left:0;right: 0;z-index: 1;margin:0 auto;width: 560px;border:25px solid #fff;border-radius: 50%;
overflow: hidden;background-color: #fff;}
#quality .qual-box .qual-swiper .swiper-slide{ }



@media(max-width:1540px){
    
}

@media(max-width:1440px){

}

@media(max-width:1100px){
    #quality{padding-bottom: 30px;}
    #quality ul{top: 0;}
    #quality .qual-box .qual-swiper{position: relative;}

    #quality ul li{padding: 20px;}
    #quality ul li:nth-child(2n){padding:20px;text-align: left;}
}

@media(max-width:768px){
    #quality .qual-box .qual-swiper{width: 100%;border-radius: 0;border: 0;}
    #quality ul li{width: 100%;}
}






