body{
	background:#fff;
	font-family: "SimHei";
	overflow-x: hidden;
}

input {
	font-family: "SimHei";
}
/*轮播图*/

.js-silder{
	position: relative;	
	min-width: 320px;
	width: 1920px;
	height: 528px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.silder-scroll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	height: 528px;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.silder-main-img img{
	width: 100%;
	height: 528px;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
	display: none;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}
/*顶部搜索栏*/
.search_box{
	width: 70%;
	height: 30px;
	line-height: 30px;
	background:#fff;
	position: absolute;
	left: 15%;
	top: 14px;
	border-radius: 4px;
	border:1px solid #f2f2f2;
}
.search{
	width: 100%;
	display: block;
}
.search_text01{
	width: 16%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-right: 4%; 
	background:url(../images/phone-icon01.png) no-repeat;
	background-position: 80%;
	background-size: 10px 10px;
}
.search_text02{
	width: 74%;
	float: left;
	padding-left: 6%;
	background:url(../images/phone-icon02.png) no-repeat;
	background-position: left center;
	background-size: 12px 12px;
	font-size: 12px;
	color: #ccc;
}
.clearfix{
	clear: both;
}
/*导航*/
.dg_navbox{
	width: 100%;
	margin-top: 20px;
}
.dg_navbox_li{
	width: 20%;
	float: left;
}
.dg_navbox_icon{
	width: 44px;
	height: 44px;
	display: block;
	margin: 0 auto;
}
.dg_navbox_p{
	font-size: 14px;
	text-align: center;
	color: #353535;
	height: 32px;
	line-height: 32px;
}
.dg_navbox_a{
	display: block;
}
.dg_title{
	margin-top: 20px;
	width: 96%;
	padding: 0 2%;
	font-size: 18px;
	color: #000;
	border-top: #f9f9f9 1px solid;
	height: 40px;
	line-height: 40px;
}
.dg-home{
	width: 92%;
	margin: 0 auto;
	border-top: 1px solid #f1f1f1;
	
	padding-top: 10px;
	padding-bottom: 10px;
}
.dg-home-quick01{
	width: 98%;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
}
.dg-home-quick-a{
	width: 25%;
	text-align: center;
	display: block;
	float: left;
	color: #5a5a5a;
	font-size: 14px;
	height: 48px;
	line-height: 48px;

}
.dg-home-quick-a02{
	width: 16%;
	padding-left: 9%;
	
}
.dg-home-img01{
	background:url(../images/b_84.png) no-repeat  left;	
	background-position: 10px;
	background-size: 28px 28px;
}
.dg-home-img02{
	background:url(../images/b_89.png) no-repeat  left center ;	
	background-position: 10px;
	background-size: 28px 28px;
}
.dg-home-img03{
	background:url(../images/b_59.png) no-repeat  left center ;	
	background-position: 10px;
	background-size: 28px 28px;
}
.dg-home-img04{
	background:url(../images/b_62.png) no-repeat  left center ;	
	background-position: 10px;
	background-size: 28px 28px;
}
.dg-home-img05{
	background:url(../images/b_47.png) no-repeat  left center ;
	background-position: 10px;	
	background-size: 28px 28px;
}
.dg-home-img06{
	background:url(../images/b_38.png) no-repeat  left center ;
	background-position: 10px;	
	background-size: 28px 28px;
}
.dg-home-img07{
	background:url(../images/b_34.png) no-repeat  left center ;	
	background-position: 10px;
	background-size: 28px 28px;
}
.dg-home-img08{
	background:url(../images/b_98.png) no-repeat  left center ;	
	background-position: 10px;
	background-size: 28px 28px;
}

.dg_bottom{
	display: block;
	width: 96%;
	height: 38px;
	margin:20px auto;
	line-height: 38px;
	background:#22b7ff;
	color: #fff;
	text-align: center;
}
.dg_bottom:hover{
	color: red;
}
.dg_content_box{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.dg_content_a{
	display: block;
	float: left;
	width: calc(100% / 3);
	position: relative;
}
.dg_content_img{
	width: 68px;
	height: 68px;
	border:1px solid #f1f1f1;
	margin: 0 auto;
}
.dg_content_p{
	font-size: 20px;
	color: #000;
	height: 40px;
	line-height: 40px;
}
.dg_car_navbar_box{
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #f2f2f2;
}
.dg_car_navbar_a{
	width: 24.6%;
	float: left;
	margin-top: 9px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #f2f2f2;
	position: relative;
}
.bg_color{
	background: #f2f2f2;
	width: 100%;
	height: 20px;
}
.dg_content_line{
	width: 1px;
	height: 100px;
	background:#f2f2f2;
	position: absolute;
	left: 100%;
	top: -4px;
}
.border-0{
	border:0;
}
.dg_car_navbar_img{
	width: 10px;
	height: 10px;
}
.dg_car_list_box{
	display: block;
	width: 94%;
	margin: 20px auto;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;

}
.dg_car_imgbox{
	float: left;
	width: 40%;	
	position: relative;
}
.dg_carimg{
	width: 100%;
}
.dg_car_list_content{
	width: 58%;
	float: right;
}
.dg_car_text01{
	font-size: 16px;
}
.dg_car_text{
	font-size: 12px;
}
.dg_car_text02{
	color: #999;
}
.dg_car_text03{
	font-size: 14px;
	color: #7bbedf;
	width: 100%;
}
.dg_car_text04{
	font-size: 14px;
	color: #000;
	line-height: 26px;
	height: 26px;
	position: relative;
}
.dg_car_span{
	display: block;
	float: left;
	width: 22%;
	height: 20px;
	line-height: 20px;
	background:#009BF8;
	color: #fff;
	text-align: center;
}
.dg_car_span02{
	display: block;
	float: right;
	width: 78%;
}
.dg_postion{
	display: block;
	font-size: 14px;
	background:#E0E9F4;
	color: #7799D1;
	width: 30%;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.dg_hotcar{
	width: 50px;
	height: 40px;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 0px;
	font-size: 16px;
	background: url(../images/hot_icon.png) no-repeat;
	background-size: 100% 100%;
	height: 50px;
	line-height: 50px;
}




.screening{
    width: 100%;
    overflow: hidden;
    background: #fff;
    /*position: fixed;*/
    z-index: 4;
}
.screening>ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #d3d3d3;
    overflow: hidden;
}
.screening>ul>li{
    float: left;
	font-size:14px;
    width: 24.6%;
    text-align: center;
    margin-top: 10px;
   	margin-bottom: 10px;
    border-left: solid 1px #d3d3d3;
    
}
.screening>ul>li>span{
	background: url("../images/on_1.png") no-repeat right center; 
	background-size:0.75em; 
	padding-right:15px;
	}
.screening>ul>.current>span{
    background: url("../images/on_2.png") no-repeat  right center;
    background-size:0.75em; 
    color:#3cb9f3;
}

/* grade */

.meishi22,.grade-eject,.Category-eject,.Sort-eject{
    position:fixed;
    top: -65%;
    width: 100%;
    height: 63%;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
}

.meishi22>ul,.grade-eject>ul,.Category-eject>ul,.Sort-eject>ul{
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.meishi22>ul>li,.grade-eject>ul>li,.Category-eject>ul>li,.Sort-eject>ul>li{
	height: 3rem;
    line-height: 3rem;
    font-size: 0.75em;
    padding-left: 1rem;
    border-bottom: solid 1px #eee;
}
.meishi22>ul.meishia-w,.grade-eject>ul.grade-w,.Category-eject>ul.Category-w{
    background: #fff;
    position: absolute;
    z-index: 1; 
}
.meishi22>ul.meishia-t,.grade-eject>ul.grade-t,.Category-eject>ul.Category-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.meishi22>ul.meishia-t>li,.grade-eject>ul.grade-t>li,.Category-eject>ul.Category-t>li{
    border-bottom: solid 1px #e5e5e5;
}
.meishi22>ul.meishia-s,.grade-eject>ul.grade-s,.Category-eject>ul.Category-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.meishi22>ul.meishia-s>li,.grade-eject>ul.grade-s>li,.Category-eject>ul.Category-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-w-roll{
top: 38px; 
}
.grade-w-roll::after{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background:rgba(0,0,0,0.2);
    top: 0;
}
/*Sort-eject*/
.Sort-Sort{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 0;
    list-style-type: none;
}
.Sort-Sort>li{
    border-bottom: solid 1px #eee;
    padding: 0;
}
.Sort-height{
    height: 63%;
}
.Category-li{
	width: 29%;
	float: left;
	border:none;
	text-align: center;
}
.Category-li02{
	padding-top: 20px;
}

.dg_categort_a{
	display: block;
	width: 80%;
	height: 36px;
	line-height: 36px;
	border:1px solid #f2f2f2;
	border-radius: 4px;
}
.dg_categort_a:hover{
	border:1px solid #3cb9f3;
	background:#fff;
	color: #3cb9f3;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.da_buycar_input{
	width: 64%;
	background:#fff;
	outline-style: none;
	outline: none;
	border:1px solid #f2f2f2;
	height: 32px;
    line-height:32px;
    color: #999;
    border-radius: 4px;
    border:0;
    background:#f2f2f2;
    padding-left: 4%;
    float: left;
    margin-top: 8px;
}
.header{
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	height: 48px;
	line-height: 48px;
}
.dg_buycar_head_img{
	display: block;
	float: left;
	width: 8%;
	padding-top: 9px;
	padding-left: 14px;
	padding-right: 14px;
}
.dg_buycar_city{
	padding-right: 2%;
	width: 13%;
	float: left;
}
.dg-sellcar-header{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	font-size:20px;
}
.dg-sellcar-img{
	position: absolute;
	left: 20px;
	top: 10px;
	width: 28px;
}
.dg-sellcar-bannerbox{
	width: 100%;
	height: 200px;
}
.dg-sellcar-banner{
	width: 100%;
	height: 100%;
}
.dg-sellcar-text{
	height: 50px;
	line-height: 60px;
	width: 92%;
	margin: 0 auto;

}
.dg-sellcar-botton{
	padding-top: 20px;
}
.dg-sellcar-text01{
	font-size: 28px;
	float: left;
	color: #008cd6;
	display: block;
	height: 60px;
	line-height: 60px;
}
.dg-sellcar-text02{
	float: left;
	display:block;
	height: 60px;
	line-height: 60px;
}
.dg-sellcar-botton01{
	display: block;
	width: 92%;
	margin: 0 auto;
	text-align: center;
	background:#008cd6;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border-radius: 4px;
}
.dg-sellcar-botton02{
	padding-top: 10px;
	width: 92%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.dg-sellcar-botton-left{
	float: left;
	width: 48%;
	display: block;
	border:1px solid #008cd6;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
}
.dg-sellcar-botton-right{
	float: right;
	width: 48%;
	display: block;
	border:1px solid #008cd6;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
}
.dg-consultant-text{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin: 0 auto;
	border-radius: 4px;
	background: #fff;
	border-top: 1px solid #ccc;
	height: 160px;

}
.dg-consultant-text-left{
	width: 50%;
	float: left;
	text-align: center;

}
.dg-consultant-text-right{
	width: 50%;
	float: right;
	text-align: center;

}
.dg-consultant-text-p{
	font-size: 16px;
	padding-top: 18px;
}
.dg-consultant-text-p02{
	font-size: 20px;
	font-weight: bold;
	color: #008cd6;
	height: 40px;
	line-height: 40px;
}
.dg-consultant-botton{
	width: 60%;
	background: #008cd6;
	color: #fff;
	display: block; 
	height: 32px;
	line-height: 32px;
	margin: 10px auto;
	border-radius: 20px;
}
.dg-consultant-iput{
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	margin-top: 10px;
	line-height:28px;
	outline: none;
	border: 1px solid #f2f2f2;
}
.dg-consultant-botton02{
	display: block;
	outline: none;
	width: 80%;
	border: 0;
	background: #008cd6;
	color: #fff;
	margin: 0 auto;
	margin-top: 8px;
}


/*pc端样式*/
.pc_header_mainbox{
	margin: 0 auto;
	background: #008cd6;
	width:100%;
	
}
.pc_header_navbox{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	
}
.pc_header_nav_title{
	float: left;
	width: 30%;
}
.pc_header_nav_ul{
	float: right;
	width: 50%;
	display: block;
}


.pc_header_nav_a{
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.pc_inputbox{
	width: 58%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -29%;
}
.dg_pc_input{
	width: 76%;
	height: 48px;
	outline: none;
	border: 0;
	font-size: 18px;
	display: block;
	float: left;
	padding-left: 12px;
}
.dg_pc_input01{
	width: 62%;
	border: 1px solid #ccc;
	float: left;
	margin-left: 10%;
}
.dg_pcfist_botton{
	width: 22.2%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align:center;
	display: block;
	float: left;
	outline-style: none;
	border: none;
	font-size: 18px;
	background: #37DBFF;
}
.dg_pcfist_botton02{
	width: 16%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block; 
	float: left;
	background:#008cd6;
	border: 1px solid #ccc;
	margin-left: 20px;
	color: #fff;
}
.dg-pc-select-box{
	width: 100%;
	position: relative;
	height: 240px;
}
.dg-pc-select-content{
	width: 1200px;
	position: absolute;
	top: -64%;
	left: 50%;
	margin-left: -600px;
	background: #fff;
	padding-bottom: 3%;
	border: 1px solid #ccc;
}
.dg-pc-brand{
	width: 50%;
	float: left;
}
.dg-pc-price{
	width: 25%;
	float: left;
}
.dg-pc-brand-title{
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.dg-pc-brand-main{
	width: 88%;
	margin: 0px auto;
	text-align: center;
	padding-top: 5%;

}
.dg-pc-brand-a{
	width: calc(100% / 6);
	display: block;
	float: left;
}
.dg-pc-brand-img{
	width: 44px;
	height: 44px;
	display: block;
	margin: 0 auto;
}
.dg-pc-brand-img02{
	width: 72px;
	height: 29px;
	display: block;
	margin: 0 auto;
}
.dg-pc-price-a{
	display: block;
	width: 33.3%;
	text-align: center;
	float: left;
	padding-top: 16%;
	font-size: 14px;
}
.dg-pc-text02{
	font-size: 14px;
	padding-top: 10px;
}
.dg-pc-price-a02{
	padding-top: 14%;
}
.pc-car-mainbox{
	width: 1280px;
	margin: 0 auto;
}
.pc-car-title{
	width: 100%;
	font-size: 20px;
	line-height: 48px;
	position: relative;
}
.pc-car-content1{
	width: 100%;
	margin-top: 20px;
}
.pc-car-content1-a{
	margin-top: 20px;
	float: left;
	display: block;
	width: 24.2%;
	margin-right: 0.6%;
	border:1px solid #ccc;
	position: relative;
}
.pc-car-content1-a:hover {
 	  box-shadow: -1.413px 26.963px 24px 0px rgba(0, 0, 0, 0.09);
  margin-top: 16px;
}
.pc-car-content1-rz{
	width: 66px; 
	height: 30px; 
	background: #008cd6; 
	position: absolute; 
	right: 0; 
	top: 20px; 
	color: #fff; 
	line-height: 30px; 
	text-align: center;
}

.pc-car-content1-img{
	height: 197px;
    max-height: 197px;
    max-width: 85%;
}
.pc-car-content1-p{
	height: 54px;
	line-height: 54px;
	width: 92%;
	margin: 0 auto;
}
.pc-car-content1-span{
	display: block;
	float: left;
	/*font-size: 20px;*/
	width: 50%;
}
.pc-car-content1-span02{
	float: right;
	font-size: 20px;
	display: block;
	color: #008cd6;
	width: 50%;
	text-align: right;
}

.pc-carlist-mainbox{
	width: 25%;
	float: left;
	background: #fff;
	display: block;
	margin-top: 45px;
	position: relative;
	text-decoration: none;
}
.dg-rz-positon{
	width: 24%;
	background: #c3e2f3;
	color: #008cd6;
	position: absolute;
	right: 4%;
	bottom: 15%;
	line-height:20px;
	text-align:center;
}


.pc-car-content2-img{
	display: block;
	margin: 0 auto;
	padding-top: 2%;
}
.pc-carlist-mainbox:hover{
	 box-shadow: -1.15px 10.94px 59px 0px rgba(0, 140, 214, 0.16);
	 border-radius: 6px;
}

.pc-carlist-content1{
	width: 96%;
	margin: 0 auto;
	display: block;
	font-size: 14px;
}
.pc-carlist-main-text{
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
}
.pc-carlist-main-text03{
	font-size: 18px;
	color: red;
	font-weight: 500;
	line-height: 42px;
	height: 42px;
}
.pc-carlist-main-text04{
	font-size: 16px;
	padding-bottom: 40px;
}
.pc-carlist-main-span{
	float: left;
	width: 20%;
	display: block;
	background: #008cd6;
	text-align: center;
	color: #fff;
}
.pc-carlist-main-span02{
	display: block;
	width: 76%;
	padding-left: 4%;
	color: #008cd6;
	float: right;
}

.pc-car-title-h3-a{
	font-size: 16px;
	 color: #008cd6;
	 font-weight: normal;
	 position: absolute; 
	 right: 10px;
	 top:0;
	 display: block;
}

.pc-carlist-main-text05{
	font-size: 12px;
	color: #333;
}
@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 10px;
		height: 10px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}