@charset "utf-8";
/* CSS Document */

/*-----初始化----- */
body,div,p,span,strong,ul,li,a,img,h1,h2,h3,h4,h5,h6,table,tr,th,td,form,input,select,option{margin:0;padding:0;}
body{font-size:12px; font-family:宋体; color:#464646;}

a{ text-decoration:none;color:#f0f1f7;}
h1, h2, h3, h4, h5, h6,strong,b{font-size:100%; font-weight: normal;}
li{list-style-type:none;}
img{border:none;}


/*-----头部----- */

#head{
	width:1000px;height:140px;
	margin:0 auto;}
#head .logo{
	margin-top:35px;
	}
#head .phone{
	width:1000px;height:20px;
	margin-top:10px;}
#head .phone p{
	float:right;
	}

	
#head .nav{
	width:1000px;
	margin:0 auto;
	}	
#head .nav .topnav{
	width:1000px;height:33px;
	margin-top:5px;
	background:url(../images/1_36.png) repeat-x;
	border:1px solid #efefef;
	
	box-shadow:2px 2px 3px #999;
	-webkit-box-shadow:1px 1px 2px #999;
	-moz-box-shadow:2px 2px 3px #999;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
	}
#head .nav .topnav ul{margin-left:5px;}
#head .nav .topnav ul li{
	float:left;
	width:90px;height:33px;
	text-align:center;
	line-height:26px;
	font-size:14px;
	font-family:微软雅黑;
	background:url(../images/2_11.png) right no-repeat;
	}
	
#head .nav .topnav ul li a{
	color:#2e2e2e;
	width:90px;height:33px;
	margin-top:3px;
	display:inline-block;
	}		
#head .nav .topnav ul li a:hover{
	background:#2274ac;
	color:#fff;
	width:85px;height:27px;
	margin-right:3px;
	text-align:center;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	}
#head .nav .topnav ul .cars a{
	color:#e89319;
	}



#foot{
	min-width: 1000px;
	width: 100%;
	background-color: #333333;
	height:115px;
	margin:0 auto;
	padding-top:25px;
	}
#foot p{
	color:#fdfcfc;
	line-height:20px;
	margin-left: 35px;
	}

#foot ul{
	width:214px;height:16px;
	float:right;
	margin-top:-20px;
	}
#foot ul li{
	float:left;
	}
	
#foot ul .z a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat left;
	display:inline-block;
	}
#foot ul .xw a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -21px 0;
	display:inline-block;
	}
#foot ul .tx a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -42px 0;
	display:inline-block;
	}
#foot ul .bd a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -63px 0;
	display:inline-block;
	}
#foot ul .rr a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -85px 0;
	display:inline-block;
	}
#foot ul .sh a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -107px 0;
	display:inline-block;
	}
#foot ul .txw a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -130px 0;
	display:inline-block;
	}
#foot ul .db a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -152px 0;
	display:inline-block;
	}
#foot ul .kx a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -174px 0;
	display:inline-block;
	}
#foot ul .more a{
	width:21px;height:16px;
	background:url(../images/icon_53.png) no-repeat -195px 0;
	display:inline-block;
	}
.car_item {
	width: 282px;
	height: 300px;
	background-color: #fff;
	padding: 12px;
	margin-top: 24px;
	border: 1px solid transparent;
	vertical-align: top;
}
.container2 .carlist .car_item .img_box {
	height: 152px;
}
.car_item .img_box {
	width: 100%;
	height: 150px;
	position: relative;
}
.car_item .img_box .img_tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 60px;
}
.car_item .img_box .img_car {
	position: relative;
	z-index: 2;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	height: 133px;
}
.car_item .info_box {
	padding: 0 15px;
}
.car_item .brand {
	display: flex;
	align-items: center;
	margin: 4px 0;
}
.car_item .brand .brand_name {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-right: 12px;
}
.car_item .name {
	color: #100f0f;
	font-size: 14px;
	padding: 6px 0;
}
.car_item .tag {
	/* margin-top: 2px; */
	white-space: nowrap;
	overflow: hidden;
	padding: 2px 0 5px;
}
.car_item .price {
	padding-top: 6px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-weight: bold;
}
.car_item .price .first_price {
	color:red;
	font-size: 14px;
}
.car_item .price .first_price .price_num {
	color: #FFAA00;
	font-size: 20px;
	font-weight: bold;
}
.car_item .price .guide_price {
	color: #999;
	font-size: 12px;
}
.regist_btn {
	display: inline-block;
	width: 68px;
	height: 24px;
	margin: 0 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ff4040;
	background-color: #fff;
	color: #ff4040;
	line-height: 24px;
	text-align: center;
}
.tip1 {
	font-size: 16px;
	font-weight: bold;
	color: #fdfcfc;
	margin-top: 8px;
	padding-bottom: 4px;
}
