@charset "utf-8";
/* CSS Document */

/*品牌栏目*/
.brand_box{
	width: 960px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}

.bd_tit{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-top: 3px solid #dadada;
}
.bd_tit_l{
	width: 285px;
	float: left;
	font-size: 18px;
	line-height: 46px;
}

.bd_tit_r{
	width: 675px;
	float: left;
	margin-top: 10px;
}
.bd_tit_r a,.bd_tit_r2 a{
	width: 74px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	margin-left: 1px;
	background-color: #dadada;
	text-align: center;
}
.bd_tit_r a:hover,.bd_tit_r a:focus,.bd_tit_r2 a:hover,.bd_tit_r2 a:focus{
	background-color: #288ff8;
	color: #fff;
}

/*品牌新闻*/
.bd_tit2{
	border-left: 3px solid #288ff8;
	font-size: 18px;
	padding-left: 10px;
}
.bd_news{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.bd_news_list{
	width: 960px;
	height: auto;
	overflow: hidden;
}
.bd_news_list li{
	width: 470px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}

.bd_news_list li:nth-child(2n){
	margin-left: 20px;
}

.bd_news_pic{
	width: 150px;
	height: 100px;
	float: left;
}
.bd_news_txt{
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.bd_news_txt h4 a{
	font-size: 16px;
	line-height: 26px;
	color: #444;
}
.bd_news_txt p{
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.bd_news_txt span{
	position: absolute;
	bottom: 0; 
	color: #999;
}


/*产品中心-视频*/
.bd_product,.bd_video{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.bd_video_list{
	width: 960px;
	height: auto;
	overflow: hidden;
}
.bd_video_list li{
	width: 225px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}
.bd_video_list li:nth-child(4n){
	margin-right: 0;
}
.bd_video_list li p{
	width: 225px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.bd_pic{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

/*康明斯供求信息*/
.bd_support{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.bd_support li{
	width: 470px;
	line-height: 28px;
	float: left;
}
.bd_support li:nth-child(2n){
	margin-left: 20px;
}

/*康明斯用户点评*/
.bd_comment{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.bd_comment_list{
	width: 960px;
	height: auto;
	overflow: hidden;
}

.bd_comment_list li{
	width: 470px;
	height: auto;
	padding: 12px 15px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	overflow: hidden;
	margin-top: 15px;
	border-radius: 6px;
	box-sizing: border-box;
	float: left;
}
.bd_comment_list li:nth-child(2n){
	margin-left: 20px;
}
.bd_comment_list li h4{
	font-size: 16px;
	color: #288ff8;
}
.bd_comment_list li p{
	line-height: 26px;
	margin-top: 2px;
}
.bd_comment_list li span{
	color: #999;
	line-height: 26px;
}



/*康明斯品牌介绍*/
.bd_intro{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.bd_intro_box{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.bd_intro_l{
	width: 150px;
	height: 100px;
	border: 1px solid #dadada;
	float: left;
}

.bd_intro_r{
	width: 790px;
	min-height: 102px;
	float: left;
	margin-left: 18px;
	line-height: 26px;
}

/*整车品牌页*/
.bd_tit_l2{
	width: 360px;
	float: left;
	font-size: 18px;
	line-height: 46px;
}

.bd_tit_r2{
	/*width: 600px;*/
	float: right;
	margin-top: 10px;
}
.bd_buses{
	width: 960px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.bd_hot_bus{
	width: 960px;
	height: auto;
	overflow: hidden;
}
.bd_hot_bus li{
	width: 180px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
}
.bd_hot_bus li:nth-child(5n){
	margin-right: 0;
}
.bd_hot_bus li img{
	margin-bottom: 6px;
}
.bd_hot_bus li p span{
	color: #ff2020;
}

.bd_hot_bus li p{
	width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.cx_zx_btn{
	width: 90px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #288ff8;
	color: #288ff8;
	box-sizing: border-box;
	display: block;
	border-radius: 30px;
	margin: 8px auto 0 auto;
}
.cx_zx_btn:hover{
	background-color: #288ff8;
	color: #fff;

}
/*全部车型*/
.bd_tit3{
	font-size: 16px;
	color: #288ff8;
	margin-top: 15px;
}
/*车型切换开始*/
.brand_infor{
    text-align: left;
    position: relative;
    border-bottom: 1px solid #ff6767;
    font-family: "microsoft yahei";
}
.brand_infor_tit{
    font-size: 18px;
    font-family: "微软雅黑";
    color: #2f2f2f;
    line-height: 33px;
    padding-right:10px;
}

.brand_infor_cat{
    float: right;
    margin-top: 9px;
    line-height: 24px;
}

.flashSale_wrap {
    /*display: none;*/
    width: 960px;
    height: 180px;
    margin:0 auto;
}
.flashSale{
    position: relative;
    height: 299px;
    overflow: hidden;
    margin-top: 33px !important;
}
.xlqg{
    font-size:0;
}
.xlqg a{
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    color: #ff6767;
    font: 12px/24px "microsoft yahei";
}
.xlqg em{
    margin:0;
}
.xlqg a.active{
    background: #ff6767;
    color: #fff;
    text-decoration: none;
}
.xlqg a:hover{
    background: #ff6767;
    color: #fff;
    text-decoration: none;
}
.tab-content{
    margin-top:12px;
}
.flashSale .tab-content .tab-pane {
    display: none;
}
.flashSale .tab-content .active {
    display: block;
}
.flashSaleDeals {
    width: 980px;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.flashSaleDeals ul li{
    width:990px;
    float:left;
    height:180px;
}
.xsq_deal_wrapper,.saleDeal{
    position: relative;
    display: block;
    float: left;
    width: 180px;
    height: 180px;
    background: #fff;
}
.dealCon{
    position: relative;
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.dealImg{
    width: 180px;
    height: 120px;
	border: none;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font: 12px/20px '微软雅黑';
    display: none;
    z-index: 2;
}
.overlay .xsqMask{
    opacity: .4;
    filter: alpha(opacity=40);
}
.overlay .xsqMask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.overlay p{
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
.word1{
    top: 48px;
    font-size: 16px;
}
.word2{
    top: 78px;
    font-size: 16px;
}
.word3{
    top: 145px;
    font-size: 14px;
}
.flashSaleDeals .saleDeal:hover .finish{
    display: block;
}
.soldOut {
    background: url("images/big_bg_img_v3.png") -216px -500px;
}
.finishIcon {
    background: url("images/big_bg_img_v3.png") -5px -101px;
}
.xsqIcon {
    width: 76px;
    height: 75px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 1;
}
.stock{
    width: 100%;
    height: 20px;
    overflow: hidden;
    font: 13px/20px '微软雅黑';
    color: #fff;
    text-align: center;
    position: absolute;
    border-bottom: 24px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    bottom: -24px;
    left: 0;
    z-index: 1;
}
.saleDeal:hover .dealCon .stock{
    bottom: 0;
}
.xsqMask {
    opacity: .4;
    filter: alpha(opacity=40);
}
.xsqMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.stockWord {
    position: relative;
    z-index: 2;
}
.title_new {
    padding: 6px 0;
    color: #060606;
}
.title_new p {
    width: 172px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
}
.title_new p span.green{
	color: #34A064;
}
.title_new p span.red{
	color: #FE3D3E;
}

.dealInfo {
    height: 35px;
    padding: 0;
    text-align: left;
    margin-top: -1px;
}
.price {
    color: #f13422;
    font: 14px/28px '微软雅黑';
}
.price em{
    font: 700 16px/33px Arial;
}
.shop_preferential{
    color: #919191;
}

.flashSaleDeals .saleDeal:hover .finishIcon, .flashSaleDeals .saleDeal.zt2:hover .finish {
    display: none;
}

.trigger {
    width: 17px;
    height: 43px;
    background-image: url(../images/icon5.png);
    position: absolute;
    top: 40px;
    z-index: 3;
}
.zuo{
    background-position: -60px -43px;
    left: 0px;
}
.zuo:hover{
    background-position: 0px 0px;
}
.you{
    background-position: -90px -43px;
    right: 0;
}
.you:hover{
    background-position: -30px -43px;
}

.zuo2{
    background-position: -60px -43px;
    left: 0px;
}
.zuo2:hover{
    background-position: 0px 0px;
}
.you2{
    background-position: -90px -43px;
    right: 0;
}
.you2:hover{
    background-position: -30px -43px;
}


/*检测屏幕宽度适配宽度*/
@media screen and (min-width: 1280px) {

    .flashSale_wrap,.flashSale,.flashSaleDeals{
        width:960px;
    }
    .flashSaleDeals ul li{
        width:960px;
    }
    .xsq_deal_wrapper,.saleDeal{
        width: 180px;
		margin-right: 15px;
    }
	.xsq_deal_wrapper:last-child{
		margin-right: 0;
	}	
    .dealInfo {
        height: 29px;
    }
}
/*车型切换结束*/
