.banner{
    width:100%;
    height:500px;
    margin: 125px auto 0 auto;
}
.banner img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.title{
    margin-top:115px;
    margin-bottom:90px;
}
.title h3{
    color:#222;
    font-size:42px;
    text-align:center;
}
.title h3 span{
    border-bottom:6px solid #2AA3A3;
}
.aside{
    margin-top:120px;
}
.aside ul{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.aside ul li{
    width:48%;
    background:#fff;
    box-shadow: 0 2px 10px #e5e5e5;
    padding:30px 50px;
    box-sizing: border-box;
    margin-right:4%;
    margin-bottom:50px;
}
.aside ul li:nth-of-type(2n){
    margin-right:0;
}
.aside ul li h3{
    font-size:32px;
    color:#666;
    padding-bottom:25px;
    border-bottom:1px solid #A3A3A3;
    font-weight: normal;
}
.aside ul li p{
    font-size:26px;
    line-height:42px;
    color:#666;
    font-weight: lighter;
    margin-top:20px;
}
.main{
    margin-top:100px;
    height:680px;
    background:url('/Shared/images/homev1/newpart/car/bg.png') no-repeat center;
    background-size:cover;
    padding-top:87px;
    box-sizing: border-box;
}
.main h3{
    font-size:32px;
    color:#fff;
    padding-bottom:25px;
    border-bottom:1px solid #A3A3A3;
    font-weight: normal;
}
.main .car_list{
    display:flex;
    justify-content: flex-start;
    margin-top:80px;
}
.main .car_list li{
    width:25%;
    text-align:center;
}
.main .car_list li img{
    display:block;
    width:145px;
    height:145px;
    border-radius: 50%;
    margin:0 auto 50px;
}
.main .car_list li .name {
    font-size:26px;
    color:#9B9B9B;
}
.main .car_list li .name_detail {
    font-size: 22px;
    line-height:42px;
    color: #fff;
    margin-top:25px;
    font-weight: lighter;
}
.footer{
    margin-top:0!important;
    background: #3e3e3e !important;
}