.bg-gray{
    background-color: #f5f5f5;
    padding: 80px 0 60px;
    margin: 60px 0 0;
    overflow: hidden;
}
.custom-list{
    margin-left: -7px;
    margin-right: -7px;
    display: flex;
    flex-wrap: wrap;
}
.custom-list li {
    float: left;
    border-width: 0 7px;
    border-style: solid;
    border-color: #f5f5f5;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
    flex:1;
    transition: .5s;
}
.info{padding: 30px;}
.info .line{
    display: inline-block;
    height: 3px;
    background-color: #EA3A01;
    width: 86px;
    transition: .5s ease-in-out;
}
.custom-list li:hover .line{
    width: 20px;
}
.info .tit{
    font-size: 20px;
    min-width: 86px;
    font-weight: bold;
    color: #3F3F3F;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
}
.info .desc{
    color: #7F7F7F;
    font-size: 14px;
}
.custom-list .pic{
    position: relative;
}
.custom-list .pic > img{
    vertical-align: bottom;
    max-width: 100%;
}
.fg{
    position: absolute;
    width: 100%;
    height: 59px;
    background-repeat: no-repeat;
    top: -1px;
    background-image: url(../images/fg.png);
    background-size: 100%
}
@media(max-width: 767px){
    .custom-list{display: block;}
    .custom-list li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .bg-gray{padding: 40px 0;}
    .fg{display: none;}
    .pic{order: -1;flex:1;}
    .info{padding: 0;flex:1;}
}
.sad{background-color: #c5383f;}
.a-aboutus .title{
    border-left: #eb3a08 solid 5px;
    padding: 0 20px;
    margin: 15px 0;
}
@media(min-width: 1024px){
    .picMarquee-left .swiper-slide{
        display: block;
    }
}