.changeTitleColor{
    color: #fff !important;
}
/*关于我们*/
#ele .about .title{
    text-align: left;
}
#ele .about li{
    display: inline-block;
    padding:20px;
}
#ele .about li span{
    color: #555;
    font-size: 20px;
}
#ele .about li .num{
    font-size: 66px;
    font-weight: 700;
    color: #009e61;
}

#ele .about .content{
    width: 50%;
    color: #555;
}
@media (max-width: 991.89px) {
    #ele .about .title{
        text-align: center;
    }
    #ele .about li span{
        font-size: 16px;
    }
    #ele .about li .num{
        font-size: 26px;
    }
    #ele .about .content{
        width: 100%;
    }
    #ele .project .content .l div:hover::after{
        width: auto;
    }
    .all{
        display: flex;
        justify-content:flex-end;
    }
}

/*重点项目*/
#ele .project{
    background: url();
}
#ele .project .title{
    text-align: left;
}
#ele .project .content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#ele .project .content .l div{
    padding: 30px 10% 30px 0;
    position: relative;
}
#ele .project .content .l div::before{
    content: '';
    display: block;
    left: -12.27106%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 2px;
    color: #fff;
    background: #fff;
    height: 0%;
    position: absolute;
    transition: all .6s;
}
#ele .project .content .l div:hover::before{
    height: 50%;
}
#ele .project .content .l div::after{
    content: '';
    display: block;
    left: -12.27106%;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    position: absolute;
    transition: all .6s;
}
#ele .project .content .l div:hover::after{
    width: 100%;
}
#ele .project .content .l div.active{
    position: relative;
}
#ele .project .content .l div.active::before{
    content: '';
    display: block;
    left: -12.27106%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 2px;
    color: #fff;
    background: #fff;
    height: 50%;
    position: absolute;
    transition: all .6s;
}
#ele .project .content .l div.active::after{
    content: '';
    display: block;
    left: -12.27106%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    position: absolute;
    transition: all .6s;
}
#ele .project .content .r .r-content{
    display: none;
    color: #fff;
}
#ele .project .content .r .active{
    display: block !important;
}
@media (max-width: 991.89px) {
    #ele .project .title{
        text-align: center;
    }
    #ele .project .content{
        grid-template-columns: repeat(1, 1fr);
    }
    #ele .project .content .l div::before{
        left: -2%;
    }
    #ele .project .content .l div.active::before{
        left: -2%;
    }
}



/*招商加盟*/

#ele .join .title{
    text-align: left;
}

@media (max-width: 991.89px) {
    #ele .project .title{
        text-align: center;
    }
}


/*新闻*/
#ele .news .title{
    text-align: left;
}
#ele .news .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}#ele .news .top .top-more:hover{
    color: #40ac83;
}
#ele .news .title{
    text-align: left;
}
#ele .news .newsList{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin-bottom: 3rem;
}


/*大新闻*/
#ele .news .newsList .news-main {
    word-break: break-all;
    padding:0 20px;
}
#ele .news .newsList .news-main .ico {
    margin-bottom: 10px;
    overflow: hidden;
}
#ele .news .newsList .news-main .caption {
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;    /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ele .news .newsList .news-main .content{
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ele .news .newsList .news-main .time{
    color: #999;
}
/*小新闻*/
#ele .news .newsList .news-sub {
    word-break: break-all;
    border-left: 1px solid #dee2e6;
    padding: 0 20px;
}
#ele .news .newsList .news-sub .caption {
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;    /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ele .news .newsList .news-sub .line{
    height: 4px;
    width: 20%;
    background: #36a77c;
    margin: 10px 0;
}
#ele .news .newsList .news-sub .content{
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ele .news .newsList .news-sub .time{
    color: #999;
}
/*小新闻-探索更多*/
#ele .news .newsList .news-sub .more-box{
    width: 60%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 3vw;
}
#ele .news .newsList .news-sub .more-box > span{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .3s;
    color: #aaa;
    border: 1px solid #dee2e6;
}
#ele .news .newsList .news-sub .more-box>span:hover {
    background: #36a77c;
    color: #fff;
    border: 1px solid #36a77c;
}
/*图片缩放/字体颜色hover*/
#ele .news .newsList .news-main .ico img{
    transition: all .3s;
}
#ele .news .newsList .news-main:hover .ico img{
    transform: scale(1.2);
}
#ele .news .newsList .news-main:hover .caption ,#ele .news .newsList .news-sub:hover .caption{
    color: #36a77c;
}

.mobile{
    display: none;
}
@media (max-width: 991.89px) {
    #ele .news .title{
        text-align: center;
    }
    #ele .news .newsList{
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        margin-bottom: 0px;
    }
    #ele .news .title{
        text-align: center;
    }
    #ele .news .newsList{
        grid-template-columns: repeat(1,1fr);
    }
    #ele .news .newsList .news-sub .more-box{
        display: none;
    }
    #ele .news .newsList .news-main {
        padding: 20px 0;
        border-bottom: 1px solid #dee2e6;
    }
    #ele .news .newsList .news-sub {
        border-left:none;
        padding: 20px 0;
        border-bottom: 1px solid #dee2e6;
    }
    #ele .news .newsList .news-sub .line{
        display: none;
    }
    .mobile{
        display: block;
    }
    .pc{
        display: none;
    }
    .health{
        flex-direction: column;
        margin-top: 2rem !important;
    }
    
    .health .bg-white{
        /*flex-direction: row;*/
        margin-bottom: 20px !important;
        background-color: transparent !important;
        border-radius: 6px;
    }
    #ele .join  .health  .flex_con{
        height: auto;
        flex: auto;
    }
    #ele .join  .health  .flex_con .y{
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        /*margin-right: 20px;*/
        font-size: 18px;
    }
    #ele .join  .health  .flex_con .y img{
        width: 60% !important;
    }
    #ele .join  .health  .flex_con .t{
        width:100%;
        /*height: 300px;*/
        position: static;
        opacity: 1;
        padding: 10px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    } 
    
    #ele .join  .health  .flex_con .t .title{
        display: none;
    }
    
     #ele .join  .health  .flex_con .t .title{
        display: none;
    }
    #Brand-Interpretation #ele .join  .health  .flex_con .t .title{
        display: block;
    }
    #ele .join  .health  .flex_con .t .content{
        font-size: 14px;
        margin-top: 0 !important;
    }
    
    #Brand-Interpretation #ele .join  .health  .flex_con .t .content{
        font-size: 14px;
        margin-top: 20px !important;
    }
    
    #development-experience .abcc{
        padding-top: 0 !important;
    }
    
    #ele .join  .mx-1rem{
        margin: 0 ;
    }
    .franchise-box,.health-box{
         padding: 2rem 0 0 0!important;
    }
    #ele .join .franchise-title{
        margin-top: 2rem !important;
    }
    
    #ele .join .franchise{
        flex-direction: column;
        margin-top: 2rem !important;
    } 
    
    #ele .join .franchise .bg-white{
        background-color: transparent !important;
        margin-bottom: 20px;
    }
    
    #ele .join .franchise .bg-white .content{
        height: 320px !important;
    }
    #ele .join .franchise .bg-white:hover {
        box-shadow: none!important; /* 悬浮时更强 */
    }
    
    .py-9{
        padding: 3rem 0 1rem 0 !important;
    }
    
    .zy{
        
    }
}

.btn-info:hover,.btn-info{
    background-color:#36a77c !important;
    border-color:#36a77c !important ;
}

.title-shadow {
   text-shadow: 
    1px 1px 2px rgba(0, 0, 0, 0.2), 
   -1px -1px 2px rgba(0, 0, 0, 0.2),
    1px -1px 2px rgba(0, 0, 0, 0.2),
   -1px  1px 2px rgba(0, 0, 0, 0.2);
}

.flex {
    display: flex;
}

.flex-1{
    flex:1
}

.flex_con{
    height: 520px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}


.flex_con2{
    height: auto !important;
}

.mx-1rem{
    margin: 0 20px 0 20px;
}

.flex_con .bg-red{
    width: 100%;
    height: 100%;
    background-color: #bb1b21;
}

#ele .join .flex_con .y{
    width: 100%;
    color: #000;
    font-size:28px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px;
}


#ele .join .flex_con .t{
    width: 100%;
    color: #fff;
    font-size:22px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px;
    
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    
}

#Brand-Interpretation .join .flex_con .t{
    position: static;
}

.zs .join .flex_con .t{
    opacity:1 !important;
}

#ele .join .flex_con .t .content{
    font-size: 16px;
    color: #fff;
}
.flex_con .t .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: calc(50% - 30px);
    /*bottom: 0;*/
    margin-top: 10px;
}
.flex_con2 .t .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #36a77c;
    position: absolute;
    left: calc(50% - 30px);
    /*bottom: 0;*/
    margin-top: 10px;
}

#ele .join .franchise .bg-white:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* 悬浮时更强 */
}

#ele .join .franchise .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

#ele .join .franchise img{
    border-radius: 5px;
}

#ele .join .franchise .content{
    display: flex;
    flex-direction: column;
    user-select:text;
    height: calc(100% - 172px);
}


#ele .join .franchise .content>div{
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 5px;

}
/* 奇数项样式 */
#ele .join .franchise .content .white {
    background-color: rgba(255, 255, 255, .3);
    color: #000;
}

/* 偶数项样式 */
#ele .join .franchise .content .green {
    background-color: #36a77c;
    color: #fff;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.top-0{
    top: 0;
}

.left{
    left: 0;
}

.right{
   right: 0
}

.bottom{
    bottom: 0;
}

.w-full{
    width: 100%;
}

.h-full{
    height: 100%;
}

.bg-ls{
    background-color: #36a77c;
}

.bg-d{
    background-color: #f7f7f7;
}


.thetitles::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../images/timg.png);
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 13px;
}

.title-en{
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 32px;
}

.bounceInLeft{
    animation-timing-function:3s;
}

.Corporate-Culture .title,.Corporate-Culture .content{
    display: flex;
    justify-content: center;
    align-items: center;
}