p{ margin: 0 !important;}
button, input, optgroup, select, textarea{ font: initial;}

.content h5{
	font-size:14px;
	height:16px;
	line-height:16px;
	color:#b5b5b5;
	font-weight:400;
}
.content .col_short{
	width:28px;
	height:2px;
	background: #dbdbdb;
	display: inline-block;
}
.section_01{
	background:url(../images/cx-bg-1.jpg) repeat-x center top;
}
.section_01>img{
	margin-top:56px;
}
.content h4{
	height:50px;
	line-height:50px;
	color:#525252;
	font-size:24px;
	color:#525252;
	font-weight:400;
}
.content .brand>p a{
	color:#545454;
	font-size:14px;
}
.content .brand>p{
	height:34px;
	margin-bottom: 32px;
}
.section_01 .model{
	width: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	flex-direction:  row ;
	flex-wrap: wrap ;
	justify-content:  space-between ;
}
.section_01 .model .item{
	float:left;
	position:relative;
	width:418px;
	height:370px;
	border:1px solid #ededed;
	color:#000;
	background:#fff;
	text-align: inherit;
	box-shadow: 0 0 0 rgba(0,0,0,0.07);
	transition: 0.3s all ease;
	overflow:hidden;
}
.section_01 .model .item a{
	color:#000;
}
/*
.section_01 .model .item:hover{
	background:#fff;
	box-shadow: 0 0 24px rgba(0,0,0,0.07);
}
*/
/*.section_01 .model .item img.car{
	margin: 0 -200px 0 0;
}*/
.section_01 .model .item .item-car{
	width: 418px;
	/*height:28px;*/
	background-color: #f8f8f8;
	position: absolute;
	left:0;
	bottom:0;
	padding:16px 10px;
	z-index:6;
}
.section_01 .model .item  .kind {
	line-height: 23px;
	color:#202020;
	font-size: 14px;
	font-weight: bolder;
}
/*.section_01 .model .item.list .kind{
	display:none;
}*/
.section_01 .model .item .item-car .pic {
	height:25px;
	float:left;
	margin:0 20px;
}
.section_01 .model .item.list .item-car .pic {
	/*margin:0 50px;*/
	margin: 0 32px;
}
.section_01 .model .more {
	font-size:12px;
	float:right;
	margin-right:20px;
}
/*.section_01 .model .list .more{
	display:none;
}*/
.section_01 .model .more .text{
	padding: 0 15px;
	height:25px;
	line-height: 25px;
	vertical-align:middle;
	background: #393939;
	color:#fff;
	transition: 0.3s all ease;
}
.section_01 .model .item:hover .more .text{
	background:#df0606;
}
.section_01 .model .more .text img{
	width:10px;
	height:10px;
	transition: 0.5s all ease;
}
.section_01 .model .item:hover .more .text img{
	transform: rotate(180deg);
}
.section_01 .model .more .text{
	float: left;
}
.section_01 .model .more .text a{
	color:#fff;
}
.section_01 .item .more img{
	margin:3px 0 0 15px;
}



.section_01 .model .item .slist{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	display:none;
}
.section_01 .model .item .slist a{
	width:60%;
	color:#fff;
	border-bottom:1px solid #999;
	text-align:center;
	padding:12px 0;
	cursor:pointer;
}
.section_01 .model .item .slist a:last-child{
	border:0;
}
.section_01 .model .item .slist .close{
	background:url(../images/bigclose.png)  no-repeat center center;
	width:18px;
	height:18px;
	background-size:cover;
	display:block;
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}
.section_01 .model .list{
	/*width:115px;*/
	-webkit-box-flex:1;/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1;/* OLD - Firefox 19- */
	-webkit-flex:1;/* Chrome */
	-ms-flex:1;/* IE 10 */
	flex:1;/* NEW, Spec - Opera 12.1, Firefox 20+ */
	height:370px;
	overflow: hidden;
	background-color: #000;
	/*opacity: 0.6;*/
	transition: 0.3s all ease;
}
/*.section_01 .model .list img{
	width:100%;
	height:100%;
}*/
.section_01 .model .jiao{
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-right: 30px solid #fff;
	border-bottom: 27px solid transparent;
	z-index: 2;
	right: 0;
	bottom: 33px;
	position: absolute;
}
.section_01 .model .minicar{
	left: 0;
	top: 0;
	position: absolute;
	z-index:3;
}
.section_01 .model .car{
	left: 0;
	top: 0;
	position: absolute;
	z-index:4;
	opacity:0;
	transition: 0.3s all ease;
}
.section_01 .model .i .car{
	opacity:1;
}
.section_01 .model .plus{
	right: 0;
	bottom: 0;
	position: absolute;
	cursor: pointer;
	width: 134px;
	height: 370px;
	z-index:7;
}
.section_01 .model .plus img {
	width:10px;
	height:10px;
	position:absolute;
	right:5px;
	bottom:55px;
	z-index: 5;
}





@media (max-width:1190px){
	.section_01 .model{
		-webkit-transform:scale(0.95);
		transform:scale(0.95);
	}
	.promotion .swiper-slide{
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
	}
	.section_03 .news{
		width:100%;
		justify-content:space-around;
	}
	.section_03 .news .news_item{
		margin-bottom:20px;
		background:#FFFFFF;
	}
}
@media (max-width:1150px){
	.section_01 .model{
		-webkit-transform:scale(0.85);
		transform:scale(0.85);
	}
}
@media (max-width:1100px){
	.section_01 .model{
		-webkit-transform:scale(0.75);
		transform:scale(0.75);
	}
	.promotion .swiper-slide{
		-webkit-transform:scale(0.8);
		transform:scale(0.8);
	}
}
@media (max-width:1024px){
	body{
		font-size:19px;
	}
	.section_01 .model{
		width: 100%;
		margin:0 auto;
		display:-webkit-flex;
		justify-content:center;
		-webkit-transform:none;
		transform:none;
	}
	.section_01 .model .list{
		opacity:1;
		border:0;
	}
	.section_01 .model .item{
		width:300px;		
		height:280px;
		position:relative;
		margin:0 10px 20px 10px;
		border:0;
		-webkit-box-flex:inherit;/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex:inherit;/* OLD - Firefox 19- */
		-webkit-flex:inherit;/* Chrome */
		-ms-flex:inherit;/* IE 10 */
		flex:inherit/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
	.section_01 .model .minicar{
		display:none;
	}
	.section_01 .item .car{
		display:block;
		width:100%;
		opacity:1;
	}
	.section_01 .model .plus{
		display:none;
		visibility:hidden;
	}
	.section_01 .model .more{
		
	}
	.section_01 .model .list .more{
		display:block;
	}
	.section_01 .model .more .text{
		background:none;
	}
	.section_01 .model .item:hover .more .text{
		background:none;
	}
	.section_01 .model .more .text a{
		position:absolute;
		display:block;
		z-index:100;
		width:300px;
		height:280px;
		left:0;
		top:-220px;
		text-indent:-2000px;
		overflow:hidden;
	}
	
	.section_01 .model .item  .kind{
		font-size:18px;
	}
	.section_01 .model .item .item-car .pic{
		margin:0 25px;
	}
	.section_01 .model .item.list .item-car .pic{
		margin:0 25px;
	}
	.section_01 .model .item.list .kind{
		display:inline;
	}
	.content h4 {
		font-size: 30px;
	}
	.content .brand>p a {
		font-size: 18px;
	}
	.section_01 .item .car_name {
		font-size: 20px;
	}
	.section_01 .model .more p {
		width: 163px;
		height: 32px;
		line-height: 32px;
		font-size:15px;
	}

}




@media (max-width:640px){
	.content{
		padding:0;
		background:none !important;
	}


	.section_01 .model{
		width: 100%;
		margin:0 auto;
		display:-webkit-flex;
		justify-content:center;
		-webkit-transform:none;
		transform:none;
	}
	.section_01 .model .list{
		opacity:1;
		border:0;
	}

}
