
ul,li{
	margin: 0;
	padding: 0;
}
#header a{
	display: block;
}
ul{
	list-style: none;
}

#header .inline{
	display:inline;
}
#main{
	margin-top:-50px;
}
#header{
	text-align: right;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 15;
	color: #878585;
	background: white;
	height: 80px !important;
	font-size: 16px;
	box-sizing: border-box;
	/*position: relative;*/
	/*border-bottom: 1px solid #b7b7b7;*/
	-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);
}
#header .content{
	position: relative;
	padding-top: 8px;
	overflow: visible;
}
.logo{
	width: 15.79%;
	margin-top:12px;
	height:auto;
}
/*banner*/
.header-banner{
	margin-bottom: 3px;
}
.header-banner li{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 35px;
	text-align: center;
	/*padding: 0 16px;*/
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.header-banner li a{
	height: 100%;
}
.header-banner-callme{
	background: url(../../images/homeImg/header-icon-callme.png) no-repeat center;	
}
.header-banner-tmall{
	background: url(../../images/homeImg/header-icon-tmall.png) no-repeat center;	
}
.header-banner-sina{
	background: url(../../images/homeImg/header-icon-sina.png) no-repeat center;	
}
.header-banner-wechat{
	background: url(../../images/homeImg/header-icon-wechat.png) no-repeat center;	
}
.header-banner .header-banner-Acura{
	border: none;
	width: auto;
	margin-left: 16px;
	background: none;
	height: auto;
	font-size: 16px;
    font-weight: bold;
}
.header-nav .header-banner-Acura a{
	position: relative;
}
.header-nav .header-banner-Acura div{
	position: absolute;
    height: 31px;
    width: 20px;
    top: -5px;
    left: -20px;
    transform:rotate(20deg);
	-ms-transform:rotate(20deg); 	/* IE 9 */
	-moz-transform:rotate(20deg); 	/* Firefox */
	-webkit-transform:rotate(20deg); /* Safari 和 Chrome */
	-o-transform:rotate(20deg);
	background-color: rgba(255,255,255,0.8);
	background: -webkit-linear-gradient(left top, transparent, rgba(255,255,255,0.2) ,rgba(255,255,255,0.5),rgba(255,255,255,0.2),transparent); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, transparent, rgba(255,255,255,0.2) ,rgba(255,255,255,0.5),rgba(255,255,255,0.2),transparent); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, transparent, rgba(255,255,255,0.2) ,rgba(255,255,255,0.5),rgba(255,255,255,0.2),transparent); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, transparent, rgba(255,255,255,0.2) ,rgba(255,255,255,0.5),rgba(255,255,255,0.2),transparent); /* 标准的语法（必须放在最后）*/

}
.header-banner .header-banner-Acura a{
	height:auto;
}
.header-banner em{
	position: absolute;
	right: 0;
	width: 1px;
	height: 40%;
	top: 30%;
	background: #bfbfbf;
}



.QRcode{
    position: absolute;
    width: 127px;
	height: 0;
    left: 50%;
    top: 30px;
    /*display: none;*/
    z-index: 1;
    background:url(../../images/homeImg/QRcode.png) bottom center no-repeat;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    margin-left: -63.5px;
}

.header-banner-callme:hover{
	background: url(../../images/homeImg/header-icon-callmeHover.png) no-repeat center;
}
.header-banner-tmall:hover{
	background: url(../../images/homeImg/header-icon-tmallHover.png) no-repeat center;
}
.header-banner-sina:hover{
	background: url(../../images/homeImg/header-icon-sinaHover.png) no-repeat center;
}
.header-banner-wechat:hover{
	background: url(../../images/homeImg/header-icon-wechatHover.png) no-repeat center;
}
.header-banner-wechat:hover .QRcode{
	/*display: block;*/
    height: 154px;
    /*transition: 0.8s;*/
    /*animation: QRcode 0.8s forwards;*/
	
}
.header-banner li.header-banner-fit{
	width: 90px;
}
.header-banner-fit a{
	background: url(/images/FIT_2018/top_fit01.png) no-repeat center;
}
.header-banner-fit:hover a{
	background: url(/images/FIT_2018/top_fit02.png) no-repeat center;
}
.header-banner li.header-banner-city{
	width: 90px;
}
.header-banner-city a{
	background: url(/images/homeImg/city.png) no-repeat center;
}
.header-banner-city:hover a{
	background: url(/images/homeImg/city.png) no-repeat center;
}
/*@keyframes QRcode{
	from{height: 0;}
	to{height: 154px;}
}*/
/*nav*/
.header-nav{
	height: 35px;
	/*line-height: 50px;*/
}
.header-nav>li{
	display: inline-block;
	vertical-align: middle;
	/*width: 90px;*/
	margin-left: 20px;
	height: 100%;
	text-align: center;
	/*padding-top: 10px;*/
	box-sizing: border-box;
	font-weight: bold;
}
.header-nav > li>a:hover{
	color: #da251c;
	text-decoration: none;
}
.header-banner .header-nav-search{
	width: 132px;
	overflow: hidden;
	padding:2px 20px 2px 0;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	box-sizing: border-box;
	height: auto;
	position: relative;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 20px;
}
.header-nav-search input{
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-right: 1px solid #bfbfbf;
	padding-left: 5px;
}
.header-nav-search em{
	display: block;
	position: absolute;
	background: url(../../images/homeImg/header-nav-searchIcon.png) no-repeat  center;
	width: 20px;
	height: 100%;
	top: 0;
	right: 0;
	
}
/*nav   总览车型*/
.header-nav-allCar{
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: 11;
	left: 0;
	/*background: url(../img/transparentBg.png) repeat;*/
	background: white;
	box-sizing: border-box;
	font-size: 16px;
	display: none;
	color: #878585;
	/*padding-bottom: 100%;*/
	border-top: 4px solid #da251c;
	padding: 0 2.8%;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}
/*.header-nav-allCar .content{
	background: white;
	padding: 0 2.8%;
	border-top: 4px solid #da251c;
}*/
.header-nav-honda{
	width: 77.25%;
}
.header-nav-linian{
	width: 18.37%;
}
.h-n-a-title{
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	font-size: 18px;
	line-height: 200%;
	margin: 20px 0;
}
.header-nav-honda{
	width: 77.34%;
	/*overflow: hidden;*/
	
}
.header-nav-honda-list{
/*	width: 104.15%;
	margin-left: -2.075%;*/
    width: 108.15%;
    margin-left: -3.075%;
}
.header-nav-honda-list li{
	float: left;
	width: 26.84%;
	/*width: 235px;*/
	text-align: left;
	/*overflow: hidden;*/
	padding: 15px 0;
    margin: 0 2.4%;
	
	
/*	    width: 24.71%;
    margin: 0 4.31%;*/
	
}
.header-nav-honda-list img{
	width: 56.81%;
	/*margin-left: 4%;*/
}
.header-nav-honda-list span,.header-nav-linian-list span{
	display: block;
	/*min-width: 64px;*/
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.header-nav-linian-list li{
	padding: 20px 0;
	text-align: left;
	width: 100%;
	margin: 0;
}
.header-nav-linian-list img{
	width: 42.67%;
	height: auto;
}
.header-nav-allCarWrap:hover .header-nav-allCar{
	display: block;
}
.header-nav-allCar li{
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
	transition: 0.3s;
}
.header-nav-allCar li:hover{
	transform:  translateX(15px);
	/*box-shadow: -4px -4px 4px rgba(0,0,0,0.5) inset;*/ 
	position: relative;
}
.header-nav-allCar li:hover:before{
	position: absolute;
	content: ">";
	left: 0;
	top: 15%;
	color: red;
	transform:  translateX(-150%) scale(0.8);
}


/*购车指南hover*/
.header-nav-hover{
	background: white;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	padding:20px 0;
	border-top: 4px solid #da251c;
	text-align: left;
}
.header-nav-hover>.fl{
	font-weight: normal;
	font-size: 14px;
}
.header-nav-hover>.border-left{
	border-left: 1px solid #d1d1d1;
}
.header-nav-hover li{
	display: block;
	padding: 5px 0 5px 8px;
}
.header-nav-hover li em{
	width: 5px;
	height: 5px;
	color: #da251c;
	font-family: simsun;
	font-weight: bold;
	font-size: 12px;
	margin-right: 3px;
}

.header-nav-buyGuide{
	display: none;
}
.header-nav-buyGuide-listWrap{
	width: 29.59%;
}
.header-nav-buyGuide>.fr{
	width: 45.91%;
	margin-right: 10.51%;
}
.header-nav-buyGuide-list{
	margin-left: 17.24%;
}


.header-nav-buyGuide-process{
	padding-left: 20.38%;
}
.header-nav-buyGuide-process h6{
	font-size: 24px;
	margin: 0 0 20px;
}
.header-nav-buyGuide-step{
	margin-top: 20px;
}
.header-nav-buyGuide-step>*{
	display: block;
}
.header-nav-buyGuide-step em{
	color: #e20821;
}
.header-nav-buyGuide-step2{
	margin-left: 24%;
}


/*活动专区*/
.header-nav-activity{
	display: none;
}
.header-nav-activity-listWrap{
	width: 31.63%;
	/*width: 300px;*/
	
}
.header-nav-activity-list{

	margin-left: 12.9%;
	
}
.header-nav-hover-right{
	/*width: 870px;*/
	width: 60%;
	padding-left: 8.99%;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.header-nav-hover-right img{
	width: 39.92%;
	margin-right: 20px;
}
.header-nav-hover-right>div.vertical{
	width: 54%;
}
.header-nav-activity-title{
	color: #e20821;
	font-size: 24px;
	margin-bottom: 20px;
}

/*走进广本*/
.header-nav-gohonda{
	display: none;
}
.header-nav-gohonda-listWrap{
	width: 19.38%;
	padding-left: 4.08%;
	box-sizing: border-box;
}
.header-nav-gohonda-right{
	width: 75.51%;
	padding-left: ;
}

/*客户服务*/
.header-nav-hover-right-list li{
	float: left;
	width: 44%;
}


.header-nav-hoverWrap:hover{
	background: url(../../images/homeImg/allCarType-arrow.png) center bottom no-repeat;
}
.header-nav-hoverWrap:hover .header-nav-hover{
	display: block;
}

#fixedNav{
	position: fixed;
	right: 15px;
	bottom: 20%;
	z-index: 20;
}
#fixedNav li{
	width: 43px;
	height: 43px;
	margin-bottom: 10px;
}
#fixedNav li a{
	display: block;
	width: 43px;
	height: 43px;
	background: url(../../images/homeImg/fix-icon.png) no-repeat;
	position: relative;
	
	cursor: pointer;
	overflow: hidden;
}
#fixedNav .fixedNav-li-01{
	background-position:0 0 ;
}
#fixedNav .fixedNav-li-02{
	background-position:-59px 0 ;
}
#fixedNav .fixedNav-li-03{
	background-position:-119px 0 ;
}
#fixedNav .fixedNav-li-04{
	background-position:-178px 0 ;
}
#fixedNav .fixedNav-li-05{
	background-position:-237px 0 ;
}
#fixedNav li span{
	position: absolute;
	right: 50px;
	width: 0;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	background: #8f8e8e;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	border-radius: 8px;
	overflow: hidden;
}
#fixedNav li a:hover{
	overflow: visible;
}
#fixedNav .fixedNav-li-01:hover{
	background-position:0 -57px ;
}
#fixedNav .fixedNav-li-02:hover{
	background-position:-59px -57px ;
}
#fixedNav .fixedNav-li-03:hover{
	background-position:-119px -57px ;
}
#fixedNav .fixedNav-li-04:hover{
	background-position:-178px -57px ;
}
#fixedNav .fixedNav-li-05:hover{
	background-position:-237px -57px ;
}
#fixedNav li:hover span{
	width: 100px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.simulateSelect>select{
	display: none;
}

.ie8 .header-nav-allCar li:hover:before{
	content: "";
}
/*170405 add
.swiper-containerWrap  .swiper-slide{
    width: 235px;
    height: 143px;
}
.swiper-containerWrap  .swiper-slide{
    width: 235px;
    height: 143px;
}

.swiper-containerWrap  .swiper-wrapper{
    max-height: 143px;
    overflow: hidden;
}*/