body{
    background-color: #f2f3f5;
}
.nav_check ul{
    width: 1100px;
    line-height: 2rem;
    overflow: hidden;
}
.nav_check ul li{
    float: left;
    margin: 0 22px;
    cursor: pointer;
}
.nav_check{
    padding: 30px;
    background-color: white;
    margin-bottom: 1px;
    overflow: auto;
}
.nav_check .nav_check_title{
    line-height: 2rem;
}
.bold{
    font-weight: bold;
}
.car_type_check{
    width: 1209px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-left: 0px;
}
.car_type_check li{
    float: left;
    width: 120px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}
.car_type_checked{
    background-color: white;
    border: 0px;
    border-top:2px solid #ff8c2b;
    line-height: 47px;
    height: 49px;
}
.car_type_check_detail{
    width: 560px;
    height: 184px;
    background-color: white;
    padding: 46px 22px 26px 22px;
    margin:  0 1px 1px 0;
    transition: all .4s linear;
}
.car_type_check_detail img{
    width: 280px;
    margin-right: 40px;
    transition: all .5s;
}
.car_type_check_detail:hover img{
	margin-top: -10px;
	transition: all .5s;
}
.car_type_check_detail p{
    line-height: 2rem;
}
.dashed{
    width: 220px;
    border-bottom:1px dashed #dadada;
    margin: 16px 0;
}
.car_type{
    margin-top: 20px;
}
.car_type_check_detail .yuding{
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ff8c2b;
    color: white;
    border-radius: 5px;
    margin-top: 14px;
}
.prince_nav{
    height: 50px;
    line-height: 50px;
}
.fenye{
    margin-bottom: 46px;
    padding: 40px 26px;
    background-color: white;
}
/*.car_type_check_detail:hover{
	box-shadow: 0px 0  5px gray;
	transition: all .4s linear;
}*/
