*{

	padding: 0;

	margin: 0

}

body{

	min-width: 1100px;

	background: #f0eeee;

	font-family: Microsoft Yahei,Arial;

	height: 100%;

	color: #555;

}

ul{

	list-style: none;

}

a{

	color: #777;

	text-decoration: none;

	text-align: center;

	cursor: pointer;

	outline: none;

	transition: 

		all .25s linear;

}

a.link{

	color: #4bb2fc;

    transition: all .25s linear;

}

a:hover.link{

	color: #4bb2fc;

}

.agree{

	font-size: 12px

}

a.under,.red{

	color: #fb5358

}

a:hover.under{

	color: #fb5358;

	text-decoration: underline;

}

i{

	font-style: normal;

}

input{

	font-family: 'Microsoft Yahei';

	margin: 0;

	outline: none

}

a:hover{

	color: #555;

}

img{

	border: none;

}

h2{

	display: inline;

	font-size: 22px;

	font-weight: normal;

}

button{

	font-family: Microsoft Yahei

}

button:focus{

	outline: none

}

.clr{

	clear: both;

}

.fr{

	float: right;

}

.fl{

	float: left;

}

.ml5{

	margin-left: 5px;

}

.row{

	margin: 10px 0;

}

.short{

	width: 120px;

	float: left;

	margin-right: 10px;

}

.short ul{

	width: 120px;

}

.long{

	width: 156px;

	float: left;

	margin-right: 5px;

}

.mt20{

	margin-top: 20px;

}

.f22{font-size: 22px}

.f18{font-size: 18px}

.f16{font-size: 16px}

.f14{font-size: 14px}

.f13{font-size: 13px}

.f12{font-size: 12px}

button{color: #888;}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 

    color:    #bbb;

}

input:-moz-placeholder, textarea:-moz-placeholder { 

    color:    #bbb;

}

input::-moz-placeholder, textarea::-moz-placeholder { 

    color:    #bbb;

}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { 

    color:    #bbb;

}

/******选择框********/

.pwholder{

	position: relative;

}

.pwholder .pwtext{

	display: none;

	position: absolute;

	top: 20px;

	left: 13px;

	font-size: 15px;

	color: #bbb;

}

/*textbox */

.form-control {

  	border:  1px solid #ccc;

  	color: #555;

	box-shadow: inset 1px 1px 3px #f5f5f5;

	font-size: 15px;

	background-color: #fff;

	line-height: 1.467;

	padding: 10px;

	height: 20px;

	-webkit-appearance: none;

	border-radius: 2px;

	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;

	transition: border .25s linear, color .25s linear, background-color .25s linear;

} 

.form-control:focus {

  border-color: #faa3a5;

  outline: 0;

  box-shadow: 0 0 5px #faa3a5;

}

.placeholder{

	color: #bbb;

}

.btn{

	display: block;

	border: none;

	font-weight: normal;

	vertical-align: middle;

	border-radius: 2px;

	cursor: pointer;

	-webkit-font-smoothing: subpixel-antialiased;

	user-select: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	-o-user-select: none;

	transition: border .25s linear, color .25s linear, background-color .25s linear;

}

.submit{

	width: 100%;

}

.btn-red{

	color: #fff;

	background: #eb282e;

}

.btn-red:hover{

	color: #fff;

	background: #fb4853;

}

.btn-red:active{

	background: #df262c;

	transition: background-color .1s linear;

}

.btn-red img{

	vertical-align: middle;

}

.btn-inline{

	display: inline-block;

}

/***灰按钮***/

.gray{

	border: 1px #ccc solid;

	background: url(../images/gray.jpg) repeat-x;

}

.gray:hover{

	color: #555;

}

.gray:active{

	color: #555;

	background: #eee;

}

/***中按钮***/

.btn-normal{

	font-size: 18px;

	height: 42px;

	padding: 0 20px;

	line-height: 40px;

}

/***下拉框*****/



.select{

	display: block;

	position: relative;

	height: 36px;

	border: 1px #ccc solid;

	line-height: 36px;

	border-radius: 2px;

	text-align: left;

	text-indent: 10px;

	font-size: 14px;

}

.select:active{

	background: #fff;

}

a.select:after,a.select after{

	content: url(../images/arrow-down.png);

	position: absolute;

	right: 12px;

	top: -3px;

}



.short ul{

	width: 118px;

}




.img-btn{

	padding: 8px 0;

}



/***************top******************/

/*header*/.header-margin{

	width: 1200px;

	margin: 0 auto;

	height: inherit;

	clear: both;

}



/*header*//*column*/.header_column{

	width: 100%;

	background-color: #f5f5f5;

	height: 33px;

	border-bottom:1px solid #eee;

	position: relative;

	z-index: 102;

	clear: both;

}

/*header*//*menu*/.header_menu{

	width: 100%;

	background-color: #fff;

	height: 94px;

	border-bottom: 1px solid #ccc;

	box-shadow: 0 2px 10px rgba(160,160,160,0.2);

}

/*.logo{

	display: block;

	width: 138px;

	height: 68px;

	float: left;

}

.logo h1{

	position: absolute;

	top: 0;

	left: -99999px;

}*/

.header-city{

	position: relative;

	padding-left: 2px;

	height: inherit;

	line-height: 38px;

	width: 280px;

	float: left;

}

.header-city li{

	float: left;

	line-height: 33px;

	height: 33px;

	text-align: left;

	font-size: 12px;

	position: relative;

	color: #999;

}

.header-city .city-change{

	float: left;

	color: #ed282e;

	text-align: left;

	font-weight: 600;

	font-size: 12px;

}

.header-city .city{

	color: #555;

	font-size: 14px;

	font-weight: 900;

	padding: 0 8px 0 42px;

}

.header-city .city:before{

	content: "";

	width: 12px;

	height: 16px;

	display: block;

	position: absolute;

	left: 23px;

	top: 7px;

	background: url(../images/header-column.png) no-repeat 0 0;

}

.city-change{

	padding-right: 16px;

}

.Mobile-dowload{

	padding-left: 38px;

}

.Mobile-dowload a{

	color: #555;

	text-align: left;

}

.Mobile-dowload:before{

	content: "";

	width: 10px;

	height: 16px;

	display: block;

	position: absolute;

	left: 20px;

	top: 7px;

	background: url(../images/header-column.png) no-repeat -18px 0;

}

.login-box,.help-box{

	float: right;

}



.login-box li,.help-box li{

	width: 66px;

	float: left;

	text-align: center;

	font-size: 12px;

	line-height: 33px;

	height: 33px;

	color: #999;

	position: relative;

}

.drop{

	width: 121px ;

	position: absolute;

	right: 0;

	top: 0;

	height: 38px;

	z-index: 96;

}

.Mobile-dowload a:hover,.help-box a:hover,.login-box a:hover{

	color:#e33333;

}

.help-box li{

	width: 102px;

}

.publish-car,.publish-car:hover{

	color: #ed282e;

	font-weight: 600;

	font-size: 12px;

}

.drop a#user_head{

	display: block;

	position: relative;

	height: 38px;

	width: inherit;

}

.nav{

	height: 94px;

	display: block;

	float: left;

	margin-left: 10px;

}

.nav li{

	width: 120px;

	height: inherit;

	line-height: 94px;

	text-align: center;

	display: block;

	float: left;

	position: relative;

}

.nav .mous_active .mous_span{

	position: absolute;

	left: 50%;

	top: 62px;

	margin-left: -10px;

	opacity: 1;

	display: block;

	height:4px;

	width: 20px;

	border-radius:6px ;

	/*background-color: #ed282e;*/

	left: 50%;

	top: 62px;

	margin-left: -10px;

	opacity: 1;

}

.nav .mous_active .cur_acti{

	margin-left: -16px;

}



.nav .hotImg:before{

	content: "";

	height:12px;

	width: 22px;

	position: absolute;

	top:50%;

	left: 104px;

	margin-top:-6px;

	background: url(../images/header-column.png) no-repeat -34px -5px;

}



.nav li > a:hover{

	color: #ed282e;

}



.nav li:hover:after{

	content: "";

	height:4px;

	width: 20px;

	border-radius:6px ;

	background-color: #ed282e;

	position: absolute;

	left: 50%;

	top: 62px;

	margin-left: -10px;

	opacity: 1;

}

.nav li:nth-child(4):hover:after,

.nav li:nth-child(5):hover:after{

	margin-left: -16px;

}

.nav li > a{

	display: block;

	min-width: 94px;

	height: inherit;

	line-height: 94px;

	font-size: 15px;

	color: #555;

	position: relative;

}

.nav ul li a.in,

.nav ul li > a:hover,

.after:hover{

	background: #d9252a;

}



.login-mask{

	z-index: 97;

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: #000;

	opacity: 0.6;

	filter: alpha(opacity=60);

	-moz-opacity: 0.6;

	display: none;

}

.login,

.register,

.voucher_box{

	z-index: 98;

	position: fixed;

	top: 50%;

	left: 50%;

	width: 340px;

	height: 320px;

	margin: -180px 0 0 -170px;

	background-color: #f7f2f2;

	display: none;

}

.login-title{

	padding-left: 36px;

	position: relative;

	height: 36px;

	line-height: 36px;

}

.login_tab{

	height: 50px;

	text-align: center;

}

.login_tab_item{

	display: inline-block;

	padding-top: 18px;

	cursor: pointer;

}

.login_tab_item.in{

	color: #fb5358;

	position: relative;

}

.login_tab_item.in:before{

	content: "";

	position: absolute;

	top: 0;

	left: 25%;

	display: block;

	width: 50%;

	height: 3px;

	background-color: #fb5358;

}

.mask_close{

	position: absolute;

	top: 0;

	right: -36px;

	width: 36px;

	height: 36px;

	line-height: 36px;

	text-align: center;

	color: #e2e2e2;

	font: 22px/36px simsun;

	background-color: rgba(0,0,0,.2);

}

.mask_close:hover{

	color: #fb5358;

}



.login-form{

	width: 268px;

	padding: 10px 36px;

}

.login-form .form-control{

	width: 246px;

}

.login_box{

	display: block;

	float: right;

	width: 122px;

	height: 68px;

	text-align: center;

	font-size: 12px;

	color: #fff;

}

.login_box a{

	line-height: 68px;

	font-size: 13px;

	color: #fff;

}

.form_holder{

	width: 270px;

	margin: 20px auto;

}

.form_line{

	padding: 8px 0;

}

.form_holder .form-control{

	width: 248px;

}

.form_footer{

	margin-top: 20px;

	text-align: center;

}

.form_verline{

	color: #ccc;

	margin-left: 10px;

	margin-right: 10px;

}

.sendcode{

	padding: 0;

	width: 114px;

	font-size: 14px;

}



.register,

.voucher_box{

	width: 661px;

	margin-left: -330px;

}

.register .login-title{

	margin-bottom: 46px;

}

.register_user,

.register_driver{

	width: 330px;

	text-align: center;

}

.register_driver{

	border-left: 1px #e2e2e2 solid;

}

.register_driver a{

	display: inline-block;

}

.register_user h3,

.register_driver h3{

	padding-top: 5px;

	padding-bottom: 5px;

}

.register .fa{

	font-size: 38px;

	display: inline-block;

	width: 68px;

	height: 68px;

	line-height: 68px;

	background-color: #fb5358;

	color: #fff;

	border-radius: 50%;

}

.register .fa-automobile{

	background-color: #4bb2fc;

}

.register .btn{

	margin-top: 16px;

}

.register .btn-blue{

	background-color: #4bb2fc;

	color:#fff;

}

.alert_title{

	height: 46px;

	line-height: 46px;

	padding-left: 16px;

}



.menu_down{

	display: none;

	width: 100%;

	background-color: #fff;

	border: 1px #d7d7d7 solid;

	position: absolute;

	z-index: 999;

	top:30px;

	right: 0;

	box-shadow: 0 0 20px rgba(160,160,160,0.4);

}

.logo-container{

	padding-left: 14px;

	padding-top:26px ;

	width: 196px;

	float: left;

}

.logo-container h1{

	 	font: 0/0 a; 

          color: transparent; 

          text-shadow: none; 

          background-color: 

          transparent; border: 0; 

}

.nav_zixun,.nav_tool{

	display: none;

	width: 100%;

	height: 190px;

	position:fixed;

	left: 0;

	top: 124px;

	z-index: 100;

	background: #fff;

	border-bottom:1px solid #ccc ;

}

.Choice-car{

	height: 361px;

	display: none;

	width: 100%;

	position:fixed;

	overflow: hidden;

	left: 0;

	top: 124px;

	z-index: 100;

	background: #fff;

	border-bottom:1px solid #ccc ;

}

.package_Setmeal{

	display: none;

	width: 100%;

	height: 190px;

	position:fixed;

	overflow: hidden;

	left: 0;

	top:124px;

	z-index: 100;

	background: #fff;

	border-bottom:1px solid #ccc ;

}



.package-car-imges{

  display: block;	

  float: left;

  height: 86px;

}

.package-car-imges li{

	float: left;

	font-size: 14px;

	text-align: center;

	line-height: 28px;

	margin-top:21px;

	padding-top:50px ;

	margin-right: 13px;

  	width: 70px;

  	position: relative;

}

.car_type{

	margin-top: 20px;

}

.car_type .package-car-imges li{

	margin-right: 46px;

	width: 113px;

}

.package-car-imges li:hover{

	color: #ed282e;

}

/*新添加导航样式开始*/

.package-car-imges_2{

  display: block;	

  float: left;

  height: 86px;

}

.package-car-imges_2 li{

	float: left;

	font-size: 14px;

	text-align: center;

	line-height: 28px;

	margin-top:21px;

	/*padding-top:50px ;*/

	margin-right: 13px;

  	width: 70px;

  	position: relative;

}
.car_type .package-car-imges_2 li{

	margin-right: 10px;

	width: 113px;

}

.package-car-imges_2 li:hover{

	color: #ed282e;

}
/*.package-car-imges_2 li:before{

	content: "";

	width: 70px;

	height: 50px;

	position: absolute;

	left: 0;

	top: 0;

	background-image: url(../images/package-car.jpg);

	background-repeat: no-repeat;

}*/
.car_type .package-car-imges_2 a:nth-child(1) li:before{

	background-position-y: -600px;

	width: 106px;

}

.car_type .package-car-imges_2 a:nth-child(2) li:before{

	background-position-y: -650px;

	width: 113px;

}
.car_type .package-car-imges_2 a:nth-child(3) li:before{

	background-position-y: -700px;

	width: 106px;

}
.package-car-imges_2 a:nth-child(1) li:before{

	background-position-y: 0px;

}
.package-car-imges_2 a:nth-child(2) li:before{

	background-position-y: -50px;

}
.package-car-imges_2 a:nth-child(3) li:before{

	background-position-y: -100px;

}
.package-car-imges_2 a:nth-child(4) li:before{

	background-position-y: -150px;

}
.package-car-imges_2 a:nth-child(5) li:before{

	background-position-y: -200px;

}
.package-car-imges_2 a:nth-child(6) li:before{

	background-position-y: -250px;

}
.package-car-imges_2 a:nth-child(7) li:before{

	background-position-y: -300px;

}

.package-car-imges_2 a:nth-child(8) li:before{

	background-position-y: -350px;

}
.package-car-imges_2 a:nth-child(9) li:before{

	background-position-y: -400px;

}
.package-car-imges_2 a:nth-child(10) li:before{

	background-position-y: -450px;

}

.package-car-imges_2 a:nth-child(11) li:before{

	background-position-y: -500px;

}
.package-car-imges_2 a:nth-child(12) li:before{

	background-position-y: -550px;

}
.package-car-imges_2 a:nth-child(13) li:before{

	width: 0;

}
.package-car-imges_2 a:nth-child(13) li{

	padding-top: 0px;

	margin-top: 40px;

}

.package-car  img{

	width:70px

}
#js_zixuan_2 ul li:hover:after,.package-car-imges_2 li:hover:after{

	width: 0;

}

/*新添加导航样式结束*/

.package-car-imges li:before{

	content: "";

	width: 70px;

	height: 50px;

	position: absolute;

	left: 0;

	top: 0;

	background-image: url(../images/package-car.jpg);

	background-repeat: no-repeat;

}

.car_type .package-car-imges a:nth-child(1) li:before{

	background-position-y: -600px;

	width: 106px;

}

.car_type .package-car-imges a:nth-child(2) li:before{

	background-position-y: -650px;

	width: 113px;

}

.car_type .package-car-imges a:nth-child(3) li:before{

	background-position-y: -700px;

	width: 106px;

}

.package-car-imges a:nth-child(1) li:before{

	background-position-y: 0px;

}

.package-car-imges a:nth-child(2) li:before{

	background-position-y: -50px;

}

.package-car-imges a:nth-child(3) li:before{

	background-position-y: -100px;

}

.package-car-imges a:nth-child(4) li:before{

	background-position-y: -150px;

}

.package-car-imges a:nth-child(5) li:before{

	background-position-y: -200px;

}

.package-car-imges a:nth-child(6) li:before{

	background-position-y: -250px;

}

.package-car-imges a:nth-child(7) li:before{

	background-position-y: -300px;

}

.package-car-imges a:nth-child(8) li:before{

	background-position-y: -350px;

}

.package-car-imges a:nth-child(9) li:before{

	background-position-y: -400px;

}

.package-car-imges a:nth-child(10) li:before{

	background-position-y: -450px;

}

.package-car-imges a:nth-child(11) li:before{

	background-position-y: -500px;

}

.package-car-imges a:nth-child(12) li:before{

	background-position-y: -550px;

}

.package-car-imges a:nth-child(13) li:before{

	width: 0;

}

.package-car-imges a:nth-child(13) li{

	padding-top: 0px;

	margin-top: 40px;

}

.package-car,.package-number{

	width: 100%;

	height: 50%;

	text-align: left;

}

.Choice-car .package-car,.car_type,.car_money,.car_Color{

	width: 100%;

	height: 25%;

	text-align: left;

	clear: both;

}

.car_money,.car_Color{

	height: 80px ;

	line-height: 80px;

}

.car_Color{

	position: relative;

	top: -20px;

}

#js_zixuan ul li:hover:after,.package-car-imges li:hover:after{

	width: 0;

}

.car_money ul{

	float: left;

	margin-top: 34px;

}

.car_Color ul{

	float: left;

	margin-top: 34px;

}

.car_money ul a:first-child li{

	width: 50px

}

.car_money ul li{

	text-align: center;

	width: 95px;

	font-size: 15px;

	margin-right: 34px;

	line-height: 15px;

}

.car_Color ul li{

	width: 50px;

	font-size: 15px;

	line-height: 14px;

	margin-right: 20px;

}

.car_Color ul li span{

	float: left;

	display: inline-block;

	width: 13px;

	height: 13px;

	border: solid 1px #ccc;

}

.number-arry{

	float: left;

	margin-left: 16px;

	margin-top: 36px;

}

.number-arry a li{

	border: solid 1px #ccc;

	width: 34px;

	height: 21px;

	line-height: 22px;

	text-align: center;

	display: block;

	float: left;

	position: relative;

	font-size: 12px;

	border-radius: 10px;

	text-align: center;

	margin-right: 19.3px;

}

.number-arry a li:hover,#js_zixuan ul li:hover{

	color: #ed282e;

	border-color: #ed282e;

}

.number-arry a:last-child li{

	border: solid 0px #ccc;

	font-size: 14px;

	width: 46px;

}

.package-car div,.package-number div,.car_type div,.car_money div,.car_Color div{

	font-size: 15px;

	width: 95px;

	display: block;

	float: left;

	color: #000;

	left: 0;

	top: 0;

	line-height: inherit;

	padding-left: 26px;

	position: relative;

}

.package-car div:after,.package-number div:after,

.car_type div:after,.car_money div:after,.car_Color div:after{

	content: "";

	width: 4px;

	height: 15px;

	background-color: #ed282e;

	position: absolute;

	left: 16px;

	top: 40px;

}

.car_money div:after,.car_Color div:after{

	top:34px;

}

.nav_zixun div a{

	box-sizing: border-box;

	float: left;

	width: 274px;

	height: 190px;

	position: relative;

}

.nav_zixun div a:hover,

.nav_tool div a:hover{

    background-color:#eee ;

}

.nav_zixun div a:before,

.nav_tool div a:before{

	content: "";

	width: 1px;

	height: 112px;

	background-color: #d9d9d9;

	position: absolute;

	right: -1px;

	top: 40px;

	

}

.nav_zixun div a:last-child:before,

.nav_tool div a:last-child:before{

	width: 0;

}



.nav_zixun div a span,

.nav_tool div a span{

	position: relative;

	left: 50%;

	top: 52px;

	margin-left: -32px;

}

.nav_zixun div a strong,

.nav_tool div a strong{

	width: 100px;

	height: 20px;

	line-height: 20px;

	text-align: center;

	position: absolute;

	left: 50%;

	top: 136px;

	margin-left: -49px;

	color: #333;

	font-size: 15px;

	font-weight: normal;

}

.nav_tool div a{

	box-sizing: border-box;

	float: left;

	width: 33.33%;

	height: 190px;

	position: relative;

}

.nav_no_img{

	width: 64px;

	height: 64px;

	display: block;

	background-image: url(../images/nav-no.png);

	background-repeat: no-repeat;

	border-radius: 12px;

}

.nav_no_bg01{

	background-position: 0 0;

	-webkit-box-shadow: 0 6px 50px rgba(255,78,94,0.3);

	box-shadow: 0 6px 50px rgba(255,78,94,0.3);

}

.nav_no_bg02{

	background-position: -65px 0;

	-webkit-box-shadow: 0 6px 50px rgba(250,89,119,0.3);

	box-shadow: 0 6px 50px rgba(250,89,119,0.3);

}

.nav_no_bg03{

	background-position: -130px 0;

	-webkit-box-shadow: 0 6px 50px rgba(253,172,67,0.3);

	box-shadow: 0 6px 50px rgba(253,172,67,0.3);

}

.nav_no_bg04{

	background-position: -195px 0;

	-webkit-box-shadow:  0 6px 50px rgba(50,204,188,0.43);

	box-shadow:  0 6px 50px rgba(50,204,188,0.3);

	}

.nav_no_bg05{

	background-position: 0 -67px;

	-webkit-box-shadow:  0 6px 50px rgba(14,155,255,0.2);

	box-shadow:  0 6px 50px rgba(14,155,255,0.20);

	}

.nav_no_bg06{

	background-position: -65px -67px;

	-webkit-box-shadow:  0 6px 50px rgba(253,87,86,0.2);

	box-shadow:  0 6px 50px rgba(253,87,86,0.2);

	}

.nav_no_bg07{

	background-position: -130px -67px;

	-webkit-box-shadow:  0 6px 50px rgba(217,60,211,0.2);

	box-shadow:  0 6px 50px rgba(217,60,211,0.2);

	}

.menu_down li{

	width: inherit;

	height: inherit;

}

.menu_down a{

	width: inherit;

	line-height: 38px;

	display: block;

	font-size: 14px;

	color: #555;

}

li.drop a{

	text-align: center;

	padding-left: 0;

}

.menu_down a:hover{

	color: #555;

	background-color: #f0eeee;

}

.search-box{

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -19px;

	border-radius: 2px;

    border: 1px #d9d9d9 solid;

    z-index: 97;  

}



.input-text-box{

	width: 200px;

	overflow: hidden;

	float:left;

	display: inline-block;

}

.search-text{

	position: relative;

	left: -80px;

	display: block;

	border: none;

    width: 100%;

    height: 36px;

    text-indent: 10px;

    padding-left: 40%;

    margin-left: 5%;

}

.input-text-box input:-ms-input-placeholder{
  color: #999;
  font-size: 14px;
  font-family: Microsoft Yahei,Arial;
}
.input-text-box input::-webkit-input-placeholder{
  color: #999;
  font-size: 14px;
  font-family: Microsoft Yahei,Arial;
}

.input-text-box input:-moz-placeholder{

	color: #999;

	font-size: 14px;

	font-family: Microsoft Yahei,Arial;

}

.input-text-box input::-moz-placeholder{

	color: #999;

	font-size: 14px;

	font-family: Microsoft Yahei,Arial;

}

.search-box .Select{

	box-sizing: border-box;

	text-align: left;

	width: 78px;

	height:38px;

	float: left;

	line-height: 38px;

	display: none;

	position: relative;

	padding-left: 6px;

	font-size: 14px;

	border: solid 0px #d9d9d9;

	border-right: solid 1px #d9d9d9;

}

.search-box .Select:before{

	content: "";

	position: absolute;

	right: 4px;

	top: 16px;

	display: block;

	width: 0px;

  height: 0px;

  overflow: hidden;

   border-width:4px;

  border-color: #000 transparent transparent transparent;

  border-style: dashed dashed solid dashed;

}

.search-box .option-list{

	box-sizing: border-box;

	width: inherit;

	height: 200%;

	display: none;

	position: absolute;

	line-height: 38px;

	bottom: -76px;

	left:0px;

	z-index: 999;

	background-color:#fff;

	border: solid 1px #d9d9d9;

}

.search-box .option-list li{

	box-sizing: border-box;

	padding-left: 6px;

}

.search-box .option-list li:hover{

	background-color:#d9d9d9 ;

}

.input-label{
	padding-right:10px;

	position: relative;

	float: right;	

	width: 38px;

	height: 38px;

}

.btn-search-input{

	position: absolute;

	top: 50%;

	margin-top: -10px;

	display: inline-block;

	width: 26px;

	height: 20px;

	border-radius: 0;

	background: url(../images/header-column.png) no-repeat -69px 0;

}



.min_pop{

	display: inline-block;

	line-height: 15px;

	padding-left: 4px;

	padding-right: 4px;

	margin-left: 3px;

	text-align: center;

	color: #fff;

	background-color: #fb5358;

	font-size: 12px;

	border-radius: 20px;

}



.adv_full{

	width: 100%;

	height: 420px;

}



.main{

	width: 980px;

	min-height: 800px;

	display: block;

	margin: 10px auto;

}

.main ul{

	margin: 0 -12px;

}

.main ul li{

	display: block;

	width: 478px;

	margin: 12px;

	float: left;

	color: #555;

	position: relative;

	top: 0;

	transition: opacity .25s linear;

	}



.main ul li  .info{

	padding: 0 12px;

	height: 45px;

	line-height: 45px;

	text-align: left;

	white-space: nowrap;

	overflow: hidden;

}

.main ul li .price{

	float: right;

	text-align: right;

	font-size: 18px;

	color: #fb5358;

}

.main ul li .price span{

	font-size: 12px;

	color: #888;

}






/*js控制的搜索框自动补全*/

.autocompleter {

    width: 100%;

    display: none;

}

.autocompleter-show {

    display: block;

}



.autocompleter,

.autocompleter-hint {

    position: absolute;

    z-index: 299;

    background: #fff;

    left: -1px;

    width: 100%;

    border: 1px #eb282e solid;

    border-top: none;

    box-shadow: 0 10px 20px rgba(160,160,160,.2);

}



.autocompleter-list {

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: left;

}



.autocompleter-item {

   padding: 0px 10px;

    color: #666;

    font-size: 14px;

    border-top: 1px #f7fafa solid;

    cursor: pointer;

    height: 38px;

    line-height: 38px;

}



.autocompleter-item:hover {

   background: #f7fafa;

}



.autocompleter-item-selected {

     background: #f7fafa;

}



.autocompleter-item strong {

    font-weight: normal;

    color: #fb5358

}



.autocompleter-hint {

    color: #ccc;

    text-align: left;

    top: -56px;

    font-weight: 400;

    left: 0;

    width: 100%;

    padding: 12px 12px 12px 13px;

    font-size: 24px;

    display: none;

}



.autocompleter-hint-show {

    display: block;

}



.autocompleter-hint span {

    color: transparent;

}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}





@charset "UTF-8";

.top{

	width: 1100px;

}

.selector{

	width: 1100px;

	margin: 5px auto;

}

.top_bar{

	margin: 10px auto 30px auto;

	width: 1100px;

	height: 13px;

	clear: both;

}

.crumbs_bar{

	margin-top: 10px;

	height: 13px;

	line-height: 13px;

	font-size: 13px;

}

.crumbs_bar .fa-angle-right{

	color: #999;

	margin-left: 6px;

	margin-right: 6px;

}

.condition p{

	position: relative;

	float: left;

	height: 16px;

	line-height: 16px;

	padding: 0 18px 0 3px;

	border: 1px #eb282e solid;

	color: #eb282e;

	margin-left: 5px;

	font-size: 13px;

	background-color: #fff;

}

.condition p a.del{

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	width: 16px;

	height: 16px;

	line-height: 16px;

	color: #eb282e;

	font-weight: bold;

	background: #f0eeee

}

.condition p a.del:hover{

	background: #fb5358;

	color: #fff

}

.condition p .fa{

	margin-right: 2px;

}



.panel{

	width: 100%;

	background: #fff;

	font-size: 13px;

	padding: 8px 0;

	margin-bottom: 1px;

	position: relative;

}

.panel label{

	display: block;

	width: 82px;

	height: 31px;

	float: left;

	text-align: right;

	line-height: 31px;

	color: #555;

	font-size: 13px

}

.panel .condition{

	display: block;

	width: 90%;

	float: left;

	line-height: 32px;

}

.panel .condition a,#brand a{

	display: block;

	float: left;

	margin: 0 10px 2px;

	line-height: 31px;

	font-size: 13px;

	word-wrap:break-word;

	overflow:hidden;

	color: #555;

}

.panel .condition a .color{

	display: inline-block;

	width: 10px;

	height: 10px;

	border: 1px #e2e2e2 solid;

}

.panel .condition a .num{

	padding: 0 3px;

	border-radius: 20px;

	border: 1px #e2e2e2 solid;

	font-size: 13px;

	line-height: 19px;

	height: 19px;

}

.panel .condition a.in .num{

	border: 1px #fb5358 solid;

	font-size: 13px;

	line-height: 19px;

	height: 19px;

}

.panel .condition a.in,#brand a.in{

	font-weight: bold;

	color: #fb5358;

}

#brand a.no_link{

	color: #aaa;

}

.panel .more{

	width: 50px;

	height: 30px;

	float: right;

}

.filter{

	padding: 5px 0;

	color: #777;

}

.filter_item{

	padding-right: 36px;

	display: inline-block;

	border-left: 1px #e2e2e2 solid;

}

.filter_item:first-child{

	border-left: none;

}

.filter_item a{

	margin-left: 36px;

	color: inherit;

}

.filter_item a:before{

	display: inline-block;

	margin-right: 5px;

	content: "\f096";

    font: normal normal normal 14px/1 FontAwesome;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.filter_item a.in:before{

	content: "\f14a";

	color: #fb5358;

}



.filter_item a.in{

	color: #fb5358;

}

.filter_date.in{

	color: #fb5358;

}

#filter_date{

	cursor: pointer;

}

#filter_date:before{

	content: "接亲日期";

}

.filter_date.in #filter_date:before{

	content: "";

}

#filter_date:after{

	display: inline-block;

	content: "\f107";

    font: normal normal normal 14px/1 FontAwesome;

    margin-left: 3px;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.clean_all{

	padding: 5px 8px;

	border: 1px #e2e2e2 solid;

	border-radius: 3px;

	background-color: #f0eeee;

}

#selected{

	position: relative;

	width: 1100px;

	border-bottom: 1px #f0eeee solid;

	z-index: 60;

	overflow: inherit;

}

.main{

	width: 1100px;

}

.main ul li{

	width: 350px;

	height: 287px;

	outline: 1px #fff solid;

	background-color: #fff;

	transition: outline .25s linear;



}

.main ul li:hover{

	outline: 1px #fb5358 solid;

}

.head_img{

	width: 22px;

	height: 22px;

	padding: 2px;

	float: left;

	border: 1px #e2e2e2 solid;

	border-radius: 50%;

	margin-right: 8px;

}

.driver_info{

	padding: 8px 0;

	margin: 0 12px;

	height: 28px;

	line-height: 28px;

	font-size: 12px;

	color: #999;

	border-top: 1px #f0eeee solid;

}

.driver_info .choose_msg{

	width: 56px;

	height: 16px;

	line-height: 16px;

	color: #fb5358;

	text-align: center;

	font-size: 12px;

	border: solid 1px #fb5358;

	margin-top: 6px;

	border-radius: 4px;

}

#page{

	width: 980px;

	height: 40px;

	line-height: 40px;

	margin: 0 auto;

	padding: 36px 0;

	text-align: center;

}

#page ul{

	margin: 0;

}

#page ul li{

	display: inline;

	width: auto;

	margin: 0 1px 0 0;

	float: none;

	outline: none;

}

#page ul li a{

	display: inline;

	width: auto;

	padding: 8px 14px;

	background: #fff;

	transition: all .25s ease;

	outline: none;

}

#page ul li a:hover{

	color: #eb282e;

	background: #f7fafa;

	box-shadow: none;

	border: none;

	outline: none;

}

#page ul li.now{

	background: #eb282e;

	color: #fff;

	padding: 8px 14px;

	line-height: 40px;

}

.photos{

	width: 350px;

	height: 197px;

	overflow: hidden;

	position: relative;

	background: url(../images/loading.jpg) center center no-repeat;

}

.photos img{

	width: 350px;

	height: 197px;

	display: block;

}

.hot_brand{

	display: block;

	height: 58px;

	padding-right: 66px;

	overflow: hidden;

	position: relative;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.show_brand,.more_num{

	position: absolute;

	width: 120px;

	height: 32px;

	top: 12px;

	right: 16px;

	cursor: pointer;

	font-size: 12px;

	border: 1px #e2e2e2 solid;

	border-radius: 3px;

	outline: none;

}

#brand{

	display: block;

	width: 90%;

	float: left;

}

.all_brand{

	display: none;

	width: 1060px;

	position: absolute;

	top: 90px;

	right: -1px;

	z-index: 68;

	padding: 20px;

	background: #fff;

	border: 1px #f0eeee solid;

	zoom: 1;

}

.clr6{

	clear: both;

	height: 6px

}

.tag{

	float: left;

	width: 28px;

	text-align: center;

	margin-bottom: 2px;

	display: block;

	line-height: 29px;

	background: #f7fafa;

	border: 1px #f0eeee solid;

	color: #fb5358;

}

/*分组列表*/

.cover{

	position: relative;

	width: 980px;

	margin: 20px auto 0 auto;

	background: #fff;

	overflow: hidden;

}

.cover .img_left{

	width: 478px;

	height: 269px;

	float: left;

	overflow: hidden;

	margin-right: 20px;

	background-position: center center;

	background-repeat: no-repeat;

}

.cover h2{

	line-height: 60px;

}

.recommen {

	position: absolute;

	top: 20px;

	right: 24px;

	font-size: 14px;

}

.cover p{

	margin: 0;

	padding-right: 24px;

	line-height: 1.6

}

.head_car{

	position: absolute;

	top: 0;

	right: 0;

	display: block;

	width: 84px;

	height: 53px;

	z-index: 1

}

.new_car_price{

	font-size: 12px;

	color: #888;

	font-weight: 100

}

.search-this-holder{

	display: none;

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 38px;

	line-height: 38px;

	text-align: center;

	background-color: rgba(235,40,46,.7);

}

.search-this{

	display: inline;

	color: #fff;

	cursor: pointer;

	transition: color .25s ease;

}

.search-this:hover{

	color: #F4DB07

}

.had_book{

	position: absolute;

    top: 0;

    left: 0;

    font-weight: 700;

    padding: 10px;

    font-size: 16px;

    background-color: #000;

    color: #F4DB07;

}

.to_demand{

	width: 1096px;

    background-color: #f7fafa;

    border: 2px #ccc dashed;

    height: auto;

    line-height: 2;

    color: #888;

    margin: 16px auto 0;

    padding: 24px 0;

    text-align: center;

    font-size: 24px;

}

.to_demand_btn{

	margin-top: 10px;

	padding: 3px 20px;

	font-size: 16px;

}



.rec_car_title{

	text-align: center;

	padding-top: 100px;

	padding-bottom: 20px;

	font-size: 24px;

}



.hcar,.nhcar{

	border-radius: 2px;

	font-size: 13px;

	padding: 0 2px;

	margin-right: 3px;

}

.hcar{

	color: #fb5358;

	border: 1px #fb5358 solid;

}

.nhcar{

	border: 1px #ccc solid;

}

.condition.package_num{

	white-space: nowrap;

    display: block;

    height: 31px;

    width: 940px;

    padding-right: 66px;

    overflow: hidden;

    position: relative;

    text-overflow: ellipsis;

    white-space: nowrap;

}


/* CSS Document */

.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.a1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
/*导航网络 */
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.sddssd {
	text-decoration: none;
	border: 1px solid #FF9900;
	margin-bottom:1px;
}
.style2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}



a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.style4 {font-size: 14px; color: #FF0000; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #FF0000; }
.style6 {font-size: 12px}
.hhhhh {
	color: #660099;
	text-decoration: none;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #663399; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*导航网络 */
	background-color: #f9f8f3;
	SCROLLBAR-FACE-COLOR: #eceeec;
 	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
 	SCROLLBAR-SHADOW-COLOR: #eeeeee;
 	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
 	SCROLLBAR-ARROW-COLOR: #009000;
 	SCROLLBAR-TRACK-COLOR: #cdc8a3;
 	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
 	SCROLLBAR-BASE-COLOR: #eeeeee
}
/*导航网络 */
body,td,th {
font-size: 9pt;
color: #333333;
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}/*导航网络 */
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
}
INPUT
{
	font-family:Verdana, Arial, 宋体;
	font-size: 9pt;
	/*color: #C7AA72;*/
	background-color: #FFFFFF;
	border: #fd481e 1px solid;	
	height: 20px;
}
BUTTON
{
	font-family:Verdana, Arial, 宋体;
	font-size: 9pt;
	color: #C7AA72;
	background-color: #F7F4E8;
	border: #C6A972 1px solid;
	height: 20px;
}
SELECT/*导航网络 */
{
	font-family:Verdana, Arial, 宋体;
	font-size: 9pt;
	color: #000000;
	background-color:#FFFFFF;
	border: #C6A972 1px solid;
	height: 20px;
}
.border/*导航网络 */
{
	background-color:#988D51;
}
.tdbg
{
	font-family:Verdana, Arial, 宋体;
	background-color: #f9f8f3;	
	color: #555555;
	padding: 4px 8px;
}

.bgcolor
{
	background-color:#fefefe;
}
.Glow/*导航网络 */
{
FILTER: Glow(Color=0733B2, Strength=1) dropshadow(Color=0733B2, OffX=1, OffY=1,); WIDTH: 100%; COLOR: #ffffff; LINE-HEIGHT: 20px
}
/*页面总，定义背景颜色等*/
div#index_main {
position:relative;
border:0;
margin:0;
padding:0;
background-color:#fff;
}
.pic {  border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.unnamed1 {
}
.lan1 {
	text-decoration: none;
	border: 1px solid #FF9900;
	margin-bottom:1px;
}



.img_border {
BORDER-RIGHT: #d8d8d8 1px solid; 
}
body{margin:0px;text-align: center;}
img{border:0px}
#topBannerBao { width:998px; margin:0 auto; cursor:hand; cursor:pointer;}
#topBanner { width:998px;  position:relative; z-index:2;}
#topBanner span { background:url(../images/close.gif); position:absolute; right:5px; top:5px; width:15px; height:13px; overflow:hidden; font-size:1px;}
/*广告图*/

.bjjk {border-left:1px solid #FF9900;border-bottom:1px solid #FF9900; }
.centerimg{BORDER-RIGHT:1px solid #D8D7C2; BORDER-TOP: black 0px solid; DISPLAY: yes;  BORDER-LEFT: black 0px solid; BORDER-BOTTOM: #FF9900 1px solid}

.searchinput{
	border-right-width: 0px;
	padding-left: 3px;
	width: 215px;
	font-family: arial;
	float: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color:#666666;
	margin-left: 4px;
	font-size: 11pt;
	vertical-align: middle;
	border-left-width: 0px;
	margin-right: 3px;
	line-height:30px;
	height:30px;
	
}
.certext {font-size:14px;}
.tab_search{
	border: #fd481e 1px solid;

	height: 25px;

	background-color:#FFFFFF;

}
.searchaction{
	width: 26px;
	float: left;
	height: 21px;
}
.sercher_p {padding-left:10px;}

/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	margin:0;
	padding:0 10px 0 20px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
	
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
	  
	 #tabsI a.inportexta{
     background-position:0% -42px;
      }  
	 #tabsI a span.inportext{
     background-position:100% -42px;
      }  
.STYLE2 {font-weight: bold}
.logo{padding-left:10px;  width:220px; height:70px; }
.topdiv{border-left: 1px solid #D8D7C2; border-right: 1px solid #D8D7C2; width:998px;background-image:url("../images/topbg2.png");background-position: 0 -12px;height:101px;
overflow: hidden;}
.topcilick{float:right; width:162px;margin-top:5px;}
.rihgtimg{float:right;}



div.list_shop{width:142px; float:left;background-image:url("../images/index_hang_ba.gif"); height:40px;overflow:hidden;}
div.list_shop a{font-size:14px;}

div.list_shop_top{width:200px; float:left;background-image:url("../images/index_hang_ba.gif"); height:35px;padding-left: 5px;}
div.list_shop_top a{font-size:13.5px; }

div.list_shop_top_no{width:150px; float:left;background-image:url("../images/index_hang_ba.gif"); height:35px;text-align:center;}
div.list_shop_top_no a{font-size:13.5px; }

/*CSS meneame style pagination*/
/*分页样式*/

DIV.meneame {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px;  PADDING-BOTTOM: 3px; MARGIN: 3px; COLOR: #ff6500; PADDING-TOP: 3px; TEXT-ALIGN: center; padding-top:10px; padding-bottom:10px;}
DIV.meneame A {
	BORDER-RIGHT: #ff9600 1px solid; PADDING-RIGHT: 7px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #ff9600 1px solid; PADDING-LEFT: 7px;  PADDING-BOTTOM: 5px; BORDER-LEFT: #ff9600 1px solid; COLOR: #ff6500; MARGIN-RIGHT: 3px; PADDING-TOP: 5px; BORDER-BOTTOM: #ff9600 1px solid; TEXT-DECORATION: none
}
DIV.meneame A:hover {
	BORDER-RIGHT: #ff9600 1px solid; BORDER-TOP: #ff9600 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #ff9600 1px solid; COLOR: #ff6500; BORDER-BOTTOM: #ff9600 1px solid; BACKGROUND-COLOR: #ffc794
}
DIV.meneame A:active {
	BORDER-RIGHT: #ff9600 1px solid; BORDER-TOP: #ff9600 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #ff9600 1px solid; COLOR: #ff6500; BORDER-BOTTOM: #ff9600 1px solid; BACKGROUND-COLOR: #ffc794
}
DIV.meneame SPAN.current {
	BORDER-RIGHT: #ff6500 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #ff6500 1px solid; PADDING-LEFT: 7px; FONT-WEIGHT: bold; PADDING-BOTTOM: 5px; BORDER-LEFT: #ff6500 1px solid; COLOR: #ff6500; MARGIN-RIGHT: 3px; PADDING-TOP: 5px; BORDER-BOTTOM: #ff6500 1px solid; BACKGROUND-COLOR: #ffbe94
}
DIV.meneame SPAN.disabled {
	BORDER-RIGHT: #ffe3c6 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #ffe3c6 1px solid; PADDING-LEFT: 7px; PADDING-BOTTOM: 5px; BORDER-LEFT: #ffe3c6 1px solid; COLOR: #ffe3c6; MARGIN-RIGHT: 3px; PADDING-TOP: 5px; BORDER-BOTTOM: #ffe3c6 1px solid
}
/**/
a.bjtj_string{color: #CC6600;font-weight:bold; font-size:14px; width:80px;}

a.bjtj_string:visited {
	color: #CC6600;
}
a.bjtj_string:visited {
	color: #CC6600;
}

a.index_catalog_left{float:left; padding-left:20px; color:#CC3300; font-size:16px;font-weight:bold;}
a.index_catalog_right{float:right; padding-right:20px;color:#CC3300;font-size:16px; font-weight:bold;}
a.index_catalog_left:visited {
	color: #CC3300;
}
a.index_catalog_right:visited {
	color: #CC3300;
}







/*新添加树形导航*/
.TreeWrap {width:200px;}
.MenuBox .titBox a,
.MenuBox .titBox a:visited,
.MenuBox2 .titBox a,
.MenuBox2 .titBox a:visited {color:#000;font-size:12px;display:block;font-size:14px; text-align:left; padding-left:25px;}

.MenuBox2 .txtBox {display:none;}
.MenuBox .txtBox ul li {line-height:150%; text-align:left; padding-left:40px; background:url(../images/tree_open.gif) no-repeat 22px -1px; }
.MenuBox .txtBox .num {color:#e00;}

.MenuBox .txtBox ul li {}


.titBox{ height:45px; line-height:45px; font-size:14px;background:url(../images/tree_close.gif) no-repeat 8px 12px; }
.MenuBox2{ border-bottom:#D2D2D2 1px solid;  }




