#philosophy{
    position: relative;
    padding: 80px 0;
}
#philosophy .scaldown{
    bottom: auto;
    top: -72px;
    left: 46%;
}
#philosophy:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 842px;
    top: 0;
    background-image: url(/images/38/index-ph_bg.png);
    z-index: 0;
}
#philosophy .mmiminfo{
    display: flex;
    margin: 70px 0 0px;
}
#philosophy .fexxJ{
    display: flex;
}
#philosophy .fexxJ .leftboxx{
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
}
#philosophy .fexxJ .rightboxx{
    display: flex;
    flex-direction: column;
    width: 57%;
    position: absolute;
    right: -12%;
    bottom: -100px;
}
#philosophy .malixt{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#philosophy .malixt .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
}
#philosophy .malixt  .jan01{
    background-color: #d99c5b;
    border-radius: 90px;
}
#philosophy .malixt .jan01 img{
    padding: 20px;
}
#philosophy .malixt .jan02{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}
#philosophy .malixt .jan02 h3{
    color:#342c21;
    font-size:23px;
}
#philosophy .malixt .jan02 p{
    font-size: 15px;
}
@media screen and (max-width: 1460px) {
	#philosophy .malixt .jan01 img{
        width: 120px;
    }
    #philosophy .fexxJ .rightboxx{
        width: 53%;
        right: -5%;
    }
}
@media screen and (max-width: 1160px) {
    #philosophy .fexxJ .leftboxx{
    width: 100%;
}
    #philosophy .fexxJ .rightboxx{
        display: none;
    }
    #philosophy:before{
    height: 100%;
    background-size: cover;
}
}
@media screen and (max-width: 980px){
    #philosophy .malixt .item{
        width: 50%;
    }
    #philosophy .malixt .jan01 img{
        width: 100px;
    }
    #philosophy .scaldown{
    width: 120px;
    left: auto;
}
}