.schad-banner{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.old-schad-p{
    padding: 100px 0 195px 0;
}
.mar-cen{
    display: block;
    margin: 0 auto;
}
.old-schad-list{
    display: flex;
    justify-content: space-around;
    padding: 95px 0 0 0;
}
.old-schad-item{
    text-align: center;
}
.old-schad-line{
    border-top: 1px solid #3D7CFF;
    width: 140px;
    margin: 20px auto 0 auto;
}
.old-schad-desc{
    font-size: 16px;
    color: #4D4D4D;
    width: 145px;
    padding: 20px 0 0 0;
}
.sfa-top-s{
    height: 97px;
}
.sfa-tr{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.sfa-tr-1{
    height: 360px;
    background: #F5F5F5;
}
.sfa-img-left{
    position: absolute;
    left: 0;
    bottom: 20px;
}
.sfa-img-right{
    position: absolute;
    right: 0;
    bottom: 20px;
}
.sfa-right{
    width: 545px;
    padding: 0 0 0 42px;
    border-left: 1px solid #3D7CFF;
    position: absolute;
    left: 440px;
    top: 50%;
    transform: translateY(-50%);
}

.sfa-left{
    width: 545px;
    padding: 0 42px 0 0px;
    border-right: 1px solid #3D7CFF;
    position: absolute;
    right: 440px;
    top: 50%;
    transform: translateY(-50%);
}

.sfa-tr-2{
    height: 395px;
   
}
.sfa-name{
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.sfa-desc{
    font-size: 20px;
    color: #4D4D4D;
    padding: 40px 0 0 0;
}
.sccne-p{
    padding: 100px 0 200px 0;
}
.sccne-list{
    display: flex;
    justify-content: space-around;
    padding: 60px 0 0 0;
}
.sccne-item{
    position: relative;
    width: 285px;
    height: 500px;
    overflow: hidden;
}
.sccne-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sccne-item:hover .sccne-mask{
    
    background: rgba(0,0,0,0.6);
}
.sccne-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.sccne-item:hover .sccne-title{
   
    position: absolute;
    top: 100px;
    left: 30px;
    transform: translate(0%, 0%);
}
.sccne-title{
    transition: 0.5s;
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sccne-name{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
.sccne-item:hover .sccne-desc{
   
    position: absolute;
    top: 260px;
    left: 30px;
}
.sccne-desc{
   transition: 0.5s;
    position: absolute;
    top: 560px;
    left: 30px;
}
.sccne-desc-1{
    font-size: 20px;
    color: #fff;
    padding: 0 0 20px 0;
}
.sccne-desc-line{
    width: 80px;
    border-top: 1px solid #fff;
}
.sccne-desc-2{
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #fff;
}

