h4,dd,dl,dt,p{
	margin: 0;
	padding: 0;
}
h6{
	font-weight: normal;
}
img{
	width: 100%;
	height: auto;
}
.fontSize14{
	font-size: 14px;
}
#kv{
	/*margin-top: 80px;*/
	position: relative;
}
.pagination{
	position: absolute;
    bottom: -7px;	
    text-align: center;
    z-index: 1;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.swiper-pagination-switch{
	width: 7px;
	height: 7px;
	background: white;
	display: inline-block;
 	border-radius:100% ;
 	margin: 0 10px;
 	vertical-align: middle;
 	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	cursor: pointer;
}
.swiper-active-switch{
	background: #8e8b89;
	border: 3px solid white;
}
.banner-arrow{
	position: absolute;
	width: 30px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	cursor: pointer;
	z-index: 1;	
	transition: 0.3s;
	opacity: 0;
}
.banner-arrowLeft{
	left: 0%;
	background: url(../../images/homeImg/banner-arrowLeft.png) no-repeat center;
}

.banner-arrowRight{
	right: 0%;
	background: url(../../images/homeImg/banner-arrowRight.png) no-repeat center;
}
#kv:hover .banner-arrowLeft{
	left: 5%;
	opacity: 1;
}
#kv:hover .banner-arrowRight{
	right: 5%;
	opacity: 1;
}
#kv:hover .pagination{
	opacity: 1;
	bottom: 20px;
}
#kv .swiper-slide:not(:nth-child(2)){
	height: 0;
}

.arrow{
	position: absolute;
	width: 19px;
	height: 29px;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	
}
.carType-arrowLeft{
	left: -20px;
	background: url(../../images/homeImg/carType-arrowLeftClick.png) no-repeat center;
}
.carType-arrowRight{
	right: -20px;
	background: url(../../images/homeImg/carType-arrowRightClick.png) no-repeat center;
}
.carType-arrowLeft.unclick{
	background: url(../../images/homeImg/carType-arrowLeft.png) no-repeat center;
}
.carType-arrowRight.unclick{
	background: url(../../images/homeImg/carType-arrowRight.png) no-repeat center;
	
}


/*carType*/
.carType{
	overflow: hidden;
	
}
.carType-honda{
	width: 84.03%;
	
	box-sizing: border-box;
	
}
.swiper-containerWrap{
	position: relative;
	/*padding: 0 2.94%;*/
	width: 940px;
	margin: 0 auto;	
}
.carType-title{
	color: #da251c;
	font-size: 16px;
	text-align: center;
	margin-top: 60px;
	font-weight: normal;
}
.carType-honda .carType-title{
	padding: 0 2.94%;
	font-weight: normal;
	text-align: left;
}

.carType-linian{
	width: 15.96%;
}
.carType-honda-car{
	width: 80%;
	margin: 0 auto;
}
.carType-honda-logo{
	width: 50%;
	margin-left: 15%;
}
.carType-linian-car{
	width: 70%;
	margin: 0 auto;
}
.carType-linian-logo{
	width: 35%;
	margin: 15px auto 0;
}
.honda-car-avancier{
	width: 75%;
	margin: 0 auto;
}



/*活动专区*/
.container-title{
	font-size: 28px;
	color: #5f5e5e;
	margin: 40px 0 20px;
	line-height: 100%;
	font-weight: normal;
}
.container-title-more{
	font-size: 14px;
	border: 1px solid #737373;
	border-radius: 50px;
	padding: 4px 20px;
	line-height: 100%;
	margin-left: 10px;
}
.container-title-more:hover{
	color: #da251c;
	border: 1px solid #da251c;
}
.container-listWrap{
	overflow: hidden;
}
.container-list{
	width: 101.84%;
	margin-left: -0.92%;
	overflow: hidden;
}
.container-list li{
	width: 23.18%;
	margin: 0.9%;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 180%;
	color: #5f5e5e;
}
.container-list-txt{
	margin-top: 10px;
}
.transform-scaleWrap{
	overflow: hidden;
	position: relative;
	
}
.container-list-more{
	color: white;
	bottom: -15%;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 12px;
	z-index: 2;
}
.transform-scaleWrap:hover .transparentWrap{
	background: url(../../images/homeImg/transparentBg.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}
.transform-scale{
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition:0.6s;
}
.transform-scaleWrap:hover .transform-scale{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);

}
.transform-scaleWrap:hover .container-list-more{
	bottom: 5%;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.activity .container-list-more,.newsCenter .container-list-more{
	padding-right: 5px;
	left: 50%;
	margin-left: -14.14%;
	width: 28.28%;
	background: url(../../images/homeImg/container-list-more.png) no-repeat right center;
}
.micro .container-list-more{
	text-align: right;
	box-sizing: border-box;
}
.micro .container-list-more *{
	display: inline-block;
	vertical-align: middle;
}
.micro .container-list-more .vertical{
	margin-right: 18px;
}
.micro-icon{
	width: 20px;
	height: 18px;
	background: url(../../images/homeImg/microIcon.png) no-repeat;
	margin-right: 5px;
}
.micro-heart{
	background-position:0 0 ;
}
.micro-heart.active{
	background-position:-46px 0 ;
}
.micro-share{
	background-position:-25px 0 ;
}
.micro-share.active{
	background-position:-71px 0 ;
}
.container-list-more .vertical span{
	padding: 0 2px;
}
/*moreList*/
.moreListWrap{
	margin-top: 50px;
	padding-top:50px ;
	border-top: 1px solid #e0e0e0;
	color:#5f5e5e ;
}
.moreList{
	width: 48.73%;
	border: 1px solid #b7b7b7;
}
.moreList-pic,.moreList-p{
	width: 48%;
	font-size: 14px;
	vertical-align: top;
}
.moreList-p{
	padding-left: 3%;
	box-sizing: border-box;
}
.moreList-p h3{
	margin: 10px 0;
	font-size: 30px;
	font-weight: normal;
}


/*经销商查询*/
.deal{
	margin-bottom: 230px;
}
.deal-title{
	font-size: 30px;
	color:#5f5e5e ;
	text-align: center;
	padding-top: 55px;
	background: url(../../images/deal-icon.png) no-repeat top center;
	margin-top: 130px;
	margin-bottom: 40px;
	font-weight: normal;
}

.deal-search{
	width: 21.42%;
	height: 250px;
	position: relative;
}
.btn{
	background: #da251c;
	color: white;
	margin: 0 auto;
	text-align: center;
	width: 166px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	font-size: 18px;
}
.search-btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -84px;
}
.box-shadow{
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.deal-map{
	height: 250px;
	width: 77.14%;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	position: relative;
	font-size: 12px;
	overflow: hidden;
}
#map{
	height: 100%;
}
.deal-map-detail{
	position: absolute;
	right: -27%;
	height: 100%;
	top: 0;
	color: #737373;
	padding: 2.18% 0;
	box-sizing: border-box;
	padding-right: 30px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	background: white;
	z-index: 1;
 	-webkit-box-shadow: -4px 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: -4px 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: -4px 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: -4px 0 10px rgba(0,0,0,0.2);
	box-shadow: -4px 0 10px rgba(0,0,0,0.2);
}
.deal-map-arrow{
	width: 20px;
	height: 20px;
	background: url(../../images/mapIcon.png) no-repeat center;
	background-position: 0 -18px;
	cursor: pointer;
	
}
.deal-map-detail.active{
	right: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.deal-map-detail.active .deal-map-arrow{
	background-position: -24px -18px;
}

.deal-map-result{
	height: 100%;
}
.deal-map-result h3{
	margin: 0;
	border-bottom: 1px solid #b4b3b3;
	font-size: 14px;
	padding-bottom:8px ;
}
.deal-map-result p{
	padding-left:25px ;
	position: relative;
	margin-bottom: 5px;
}
.deal-map-result-name{
	font-size: 14px;
	padding: 10px 0;
}
.deal-map-result-icon{
	position: absolute;
	width: 20px;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background: url(../../images/mapIcon.png) no-repeat center;
}
.deal-map-result-address{
	background-position: 0 0;
}
.deal-map-result-phone{
	background-position: -23px 0;
}
.deal-map .btn{
	width: 120px;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	display: block; 
}
/*模拟select*/
.simulateSelect{
	position: relative;
	font-size: 12px;
	margin-bottom: 20px;
}
.simulateSelect-select{
	width: 100%;
	padding:0 30px 0 10px;
	box-sizing: border-box;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	color: #727272;
	position: relative;
	cursor: pointer;
}
.simulateSelect-select em{
	position: absolute;
	right: 8px;
	top: 0;
	height: 100%;
	width: 30px;
	background: url(../../images/simulateSelect-select-arrow.png) no-repeat center;
	
}
.selectList{
	position: absolute;
	top: 30px;
	width: 100%;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	height: 120px;
	overflow-y:scroll ;
	z-index: 2;
	background: white;
}
.selectList p{
	cursor: pointer;
	height: 22px;
    line-height: 22px;
    text-indent: 8px;
}
.selectList p:hover{
	background: #da251c;
	color: white;
}
.ie8 .banner-arrowLeft{
	left: -30px;
}

.ie8 .banner-arrowRight{
	right: -30px;
}