.fy_content{
    /* margin-top: 150px; */
    width: 100%;
    height:auto;
    min-height: 600px;
    padding: 150px 3.5% 100px;
}
.about{
    padding-right:50%;
}
.case_more{

}
.more_tit_box{
    padding:60px 0;
    position: relative;
}
.more_tit_cn{
    font-size: 70px;
    color:#000;
}
.more_tit_en{
    font-size: 36px;
    color:#000;
}
.more_tit_box::after{
    position: absolute;
    content: "";
    display: block;
    bottom:20px;
    left:50%;
    border-style: solid;
    border-color:#000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(45deg)translateX(-24px);
    transition: all 0.4s ease;
}
.more_tit_box:hover::after{
    bottom:15px;
}
.more_content{
    padding-bottom: 50px;
    width: 100%;
}
.more_content ul{
    display: flex;
    justify-content: space-between;
}
.more_content ul li{
    width:31%;
    height:380px;
}
/* .case_more_tit{
    font-size: 16px;
    color:#333;
} */
.read img,.read p img{
    width:100% !important;
    height:auto !important;
}
@media (max-width: 1440px) {
    .fy_content{
        /* margin-top: 120px; */
        padding: 120px 3.5% 80px;
    }
    .more_tit_cn{
        font-size: 60px;
    }
    .more_tit_en{
        font-size: 30px;
    }
    .more_tit_box::after{
        padding:12px;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)translateX(-20px);
    }
    .more_content ul li{
        height:280px;
    }
}
@media (max-width:1024px) {
    .fy_content{
        padding: 80px 3.5% 50px;
    }
    .about{
        padding-right:0;
    }
    .more_content ul li{
        height:185px;
    }
}
@media (max-width:768px) {
    .more_tit_cn{
        font-size: 36px;
    }
    .more_tit_en{
        font-size: 20px;
    }
    .more_tit_box::after{
        padding:8px;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)translateX(-14px);
        bottom:30px;
    }
    .more_tit_box:hover::after{
        bottom:25px;
    }
}
@media (max-width:480px) {

    .more_content ul{
        flex-wrap: wrap;
    }
    .more_content ul li{
        width:100%;
        margin-bottom: 20px;
    }
}
@media (max-width:375px) {}