/* banner */
.yu_banner{
    width: 100%;
}
.yu_banner a{
    width: 100%;
    display: flex;
}
.yu_banner a img{
    width: 100%;
}

/* list */
.home_list{
    width: 100%;
    align-items: flex-start;
    padding-top: 40px;
}
.home_list a{
    width: 23%;
    margin-right: 2.66666%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    background-color: #F5F5F5;
    color: #232830;
}
.home_list a:nth-child(4n){
    margin-right: 0;
}
.home_list a .image{
    width: 100%;
    overflow: hidden;
}
.home_list a .image img{
    width: 100%;
    transition: all .3s;
}
.home_list a:hover .image>img{
    transform: scale(1.1);
}
.home_list a .title{
    padding: 20px 20px 14px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.home_list a .title::after{
    position: absolute;
    content: "";
    top: 56%;
    transform: translateY(-50%);
    left: 10px;
    width: 3px;
    height: 18px;
    background-color: #2FAAFF;
}
.home_list a .text{
    padding: 0 20px 30px;
    font-size: 12px;
}
.home_list a:hover .title{
    color: #2FAAFF;
}

/* 自助下单流程 */
.liucheng_ul{
    width: 100%;
    align-items: center;
    margin-bottom: 120px;
}
.liucheng_ul li{
    width: 21.5%;
    height: 236px;
    border: 3px solid #97D4FF;
    padding: 14px;
    background-color: #fff;
}
.liucheng_ul li .liucheng_div{
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.liucheng_ul li .liucheng_div img{
    width: auto;
}
.liucheng_ul li .liucheng_div .title{
    font-size: 18px;
    font-weight: bold;
    margin: 24px 0;
    text-align: center;
}
.liucheng_ul li .liucheng_div .text{
    width: 68%;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.liucheng_ul .image{
    width: auto;
    margin: 0 -12px 0 -12px;
    z-index: 9;
}





@media (max-width:767px){
    .home_list{padding: 30px 15px 0;}
    .home_list a{width: 49%;margin-right: 2%;}
    .home_list a:nth-child(2n){margin-right: 0;}
    .home_list a .text{padding: 0 15px;}
    .public_title{padding: 50px 0 30px;}
    .public_title .title{font-size: 24px;}
    .liucheng_ul{padding: 0 15px;margin-bottom: 50px;}
    .liucheng_ul li{width: 44%;margin-bottom: 15px;padding: 8px;}
    .liucheng_ul .image{width: 12%;margin: 0;}
    .liucheng_ul .image img{width: 100%;}
    .liucheng_ul .image:nth-child(4){display: none;}
    .liucheng_ul li .liucheng_div .title{font-size: 14px;}
}

@media (min-width:768px) and (max-width:819px){
}

@media (min-width:900px) and (max-width:1023px){
    .liucheng_ul .image{width: 60px;display: flex;justify-content: center;}
    .liucheng_ul .image img{width: 92%;}
}


@media (min-width:1024px) and (max-width:1279px){
    .liucheng_ul .image{width: 60px;display: flex;justify-content: center;}
    .liucheng_ul .image img{width: 92%;}
}

@media (min-width:1280px) and (max-width:1360px){
    
}

