.index_wrap{
    width: 100%;
    height: auto;
    background-size: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
/*轮播图*/
.lunbo{
    width: 1000px;
    height: 450px;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden;
}
.lunbo .pic{
    width: 4000px;
    height: 450px;
    position: absolute;
}
.lunbo img{
    width: 1000px;
    height: 100%;
    float: left;
}
.lunbo_list{
    width: 150px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.lunbo_list li{
    width: 20px;
    height: 8px;
    float: left;
    margin-right: 10px;
    background-color: #000;
    opacity: 0.7;
}
.lunbo_list li.active{
    background-color: #fff;
}
.lunbo_list li:hover{
    cursor: pointer;
}
/*车辆推荐列表*/
.list{
    width: 1000px;
    margin: 20px auto;
}
/*车辆推荐列表左边*/
.list .list_left{
    width: 800px;
    height: auto;
    float: left;
    background: #f8f8f8;
}
.list .list_left .list_left_top{
	border-bottom:3px solid #ccc230;
}
.list .list_left h1{
    width: 100px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-indent: 15px;
    float: left;
}
.list .list_left a{
    width: 100px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    float: right;
    color: #373736;
}
.list_left_list{
    width: 100%;
    height: 80px;
    margin-top: 10px;
   
}
.list_left_list h2{
    font-size: 16px;
    float: left;
    width: 79px;
  
    text-align: center;
    line-height:95px;
    border-right:1px solid #ccc;
}
.list_left_list #modelList{
	width:89%;
	height:95px;
	overflow:hidden;
	 float: left;
	 position:relative;
	  z-index: 200;
}
.list_left_list ul{
    width:3600px;
    height:95px;
    position:absolute;
	 float: left;

}
.list_left_list ul li{
	 float: left;
    width: 119px;
    text-align: center;
    cursor: pointer;
     border-right:1px solid #ccc;
}
/* .list_left_list ul li:hover{
    background: rgba(241,243,166,.5);
} */
.list_left_list ul li img{
    width: 60%;
    height: 60px;

}
.list_left_list ul li p{
    line-height: 35px;
}
#modelList button{
	width:30px;
	height:100%;
	background:rgba(0,0,0,.3);
	color:#fff;
	font-size:25px;
	border:none;
	cursor:pointer;
	position:absolute;
	  z-index: 100;
	  display:none;
}
#modelList #logoBtnRight{
	right:0;
}
.list .list_left .list_left_con{
    width: 100%;
}
.list_left_con dl{
    width: 258px;
    height: 350px;
    background: #fff;
    float: left;
    margin-right: 6px;
    margin-top: 20px;
    transition: all 0.5s linear;
    cursor: pointer;
    border: 1px solid #ccc;
}
.list_left_con dl:hover{
    transform: translate(0,-10px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
}
/* .list_left_con dl.firstdl{
    margin-left: 0;
} */
.list_left_con dl dt,.list_left_con dl dt img{
    width: 100%;
    height: 200px;
}
.list_left_con dl dd{
    text-align: center;
    margin-top: 10px;
}
.list_left_con dl dd .price{
    color: red;
}
/*车辆推荐列表右边*/
.list .list_right{
    width: 190px;
    height: auto;
    float: right;
}
.list .list_right .inform{
    width: 170px;
    height: 345px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
}
.list_right .inform .inform_top{
    width: 100%;
    height: 38px;
    border-bottom:3px solid #ccc230;
}
.inform .inform_top h4{
    float: left;
    font-size: 18px;
    line-height: 38px;
    color: #212121;
}
.inform .inform_top a{
    float: right;
    font-size: 14px;
    line-height: 38px;
    color: #ccc;
}
.inform .inform_top a:hover{
    text-decoration: underline;
    color: red;
}
.inform .inform_con{
    width: 100%;
    margin-top: 10px;
    background: #f8f8f8;
}
.inform .inform_con li{
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
        cursor: pointer;
}
.inform .inform_con li i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../img/public_img.png") no-repeat 0 -58px;
}
.inform .inform_con li a:hover{
    text-decoration: underline;
    color: red;
}
.list .list_right .news{
    margin-top: 10px;
}
.list_right .list_right_pic{
    width: 100%;
    height: 120px;
    margin-top: 7px;
    overflow: hidden;

}
.list_right .list_right_pic img{
    width: 100%;
    height: 120px;
    transition: all 3s;
}
.list_right .list_right_pic:hover img{
    transform: scale(1.5);
}
/*网点查询*/
.website{
    width: 1000px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #d2d2d2;
}
.website h2{
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    border-bottom: 3px solid #ccc230;

}
.city,.distri,.place{
    float: left;

}
.city{
    width: 20%;
    height: 300px;
    border-right:1px solid #d2d2d2 ;
}
.city_con{
    padding: 10px 15px;
  /*   margin-top: 4rem; */
}
.city_con .pic{
    float: left;
    width: 100px;
    height: 130px;
}
.city_con .pic img{
    width: 100%;
    height: 100%;
}
.city_con li{
    float: left;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
     padding: 5px 10px;
}
.distri{
    width:24%;
    height: 300px;
    border-right:1px solid #d2d2d2 ;
}
.distri li{
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.dietri_con ul{
    display: none;
    margin-top: 1rem;
}
.place{
    width: 55%;
    height: 300px;
}
.place #allmap{
    width: 100%;
    height: 87%;
}
.website h4{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    background: #f9f7d5;
    border-bottom:1px solid #d2d2d2 ;
}


