@charset "gb2312";
/* CSS Document */
/*
宋强
二级导航优化
2015年12月开始
*/

.channel_title {
	position: relative;
	z-index: 110;
	height: 28px;
	padding: 15px 0;
	line-height: 34px;
}
.channel_title .search_box {
	position: relative;
	float: right;
	*width: 278px;
}
/* .channel_title .search_box span { */
	/* float: left; */
	/* margin-right: 12px; */
	/* color: #777; */
	/* font-weight: bold; */
/* } */
/* .channel_title .search_box .text { */
	/* float: left; */
	/* border: solid 1px #ddd; */
	/* border-right: 0; */
	/* width: 190px; */
	/* height: 26px; */
	/* line-height: 26px; */
	/* padding: 0 5px; */
	/* color: #999; */
	/* background-color: #fff; */
	/* outline-style: none; */
	/* -webkit-appearance: none; */
	/* vertical-align: top; */
/* } */
/* .channel_title .search_box .search { */
	/* float: right; */
	/* width: 70px; */
	/* height: 28px; */
	/* border: none; */
	/* font: normal 14px/28px Arial, 'Microsoft YaHei', SimHei; */
	/* background-color: #3598db; */
	/* color: #fff; */
	/* cursor: pointer; */
/* } */
/* .channel_title .search_box .search:hover { */
	/* background-color: #2b80b9; */
/* } */
/* .channel_title .search_box .yellow { */
	/* background-color: #ff9400; */
/* } */
/* .channel_title .search_box .yellow:hover { */
	/* background-color: #f37d00; */
/* } */
.channel_title h2,
.channel_title .h1_txt {
	float: left;
	margin-top: -4px;
	padding-right: 20px;
	color: #999;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
}
.channel_title h2 span,
.channel_title .h1_txt h1,
.channel_title .h1_txt h2 {
	margin-right: 13px;
	color: #416eaa;
	font-size: 24px;
	font-weight: bolder;
	vertical-align: -2px;
}
.channel_title h2 span a,
.channel_title .h1_txt h1 a ,
.channel_title .h1_txt h2 a {
	color: #416eaa;
}

/* 下拉框 */
.channel_title .selectbox_on {
	border: none !important
}
.channel_title .selectbox {
	position: relative;
	float: left;
	width: 75px;
	height: 28px;
	font-size: 12px;
	line-height: 26px;
	cursor: default;
}
.channel_title .selectbox .selecttxt {
	position: relative;
	display: block;
	height: 26px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #f5f5f5;
	color: #999;
	line-height: 26px;
	cursor: pointer;
}
.channel_title .selectbox .selectem {
	display: block;
	padding-left: 12px;
	background: #fff url(http://icon.xcar.com.cn/pengtao/selectbox/images/selectico.gif) no-repeat right 10px;
}
.channel_title .selectbox_on .selecttxt {
	border: 1px solid #bbb;
	border-bottom: none;
	/*background: #f8f8f8;*/
	background-position: right -32px;
	z-index: 100;
}
/*
.channel_title .selectbox_hover .selecttxt {
	border: 1px solid #bbb;
}
.channel_title .selectbox_on.selectbox_hover .selecttxt {
	border-bottom: none;
}
*/
.channel_title .mcs_city_box1 {
	padding-top: 10px;
	margin-top: 0;
}
.channel_title .option {
	position: absolute;
	top: 26px;
	left: 0px;
	z-index: 50;
	display: none;
	width: 640px;
	padding: 20px;
	background-color: #fff;
	border: solid 1px #bbb;
	border-bottom-width: 4px;
	border-bottom-color: #e5e5e5;
}
.channel_title .option li {
	display: inline;
	float: left;
	height: 20px;
	padding: 0;
	margin: 3px 8px;
	background: inherit;
	border: none;
	cursor: inherit;
	color: inherit;
	line-height: 20px;
}
.channel_title .option li.active {
	background-color: transparent;
}
.channel_title .option a {
	color: #666;
	cursor: pointer;
}
.channel_title .option a:hover {
	color: #1ea3cc;
	text-decoration: none;
}
.channel_title .option b {
	display: block;
	float: left;
	width: 65px;
	color: #f57f03;
}
.channel_title .option p {
	width: 555px;
}
.channel_title .select_tab {
	position: relative;
	height: 37px;
 *overflow: hidden;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #3598db;
	background-color: #f8f8f8;
}
.channel_title .select_tab span {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	display: block;
	padding: 0;
	height: auto;
	float: none;
}
.channel_title .select_tab a {
	display: inline-block;
	float: left;
	padding-bottom: 0;
	font: normal 14px/38px 'Microsoft YaHei', SimHei;
	color: #777;
}
.channel_title .select_tab a em {
	padding: 0 13px;
	display: inline-block;
}
.channel_title .select_tab a:hover {
	color: #777;
	text-decoration: none;
}
.channel_title .select_tab a.current, .channel_title .select_tab a.current:hover {
	background-color: #3598db;
	color: #fff;
}

/* 一级导航style1 */
.nav_style1 {
	position: relative;
	z-index: 2;
	height: 40px;
	background: #3498db;
	color: #fff;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	line-height: 32px;
}
.nav_style1 ul {
	position: absolute;
	padding: 4px 5px 0;
}
.nav_style1 li {
	float: left;
}
.nav_style1 a {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
}
.nav_style1 a:hover{
	color: #fff;
}
/*.nav_style1 a:hover{
	position: relative;
	top: -4px;
	height: 36px;
    padding-top: 4px;
	background: #2c81ba;
	color: #fff;
}*/
.nav_style1 a.current, .nav_style1 a.current:hover {
	top: 0;
	height: 37px;
	padding-top: 0;
	background: #fff;
	color: #444;
}
.nav_style1 .yes_two a.current {
	background: #f7f7f7;
}
.nav_style1 span {
	position: relative;
	z-index: 2;
	float: right;
	padding-right: 5px;
	color: #71b7e6;
	font-size: 12px;
	line-height: 38px;
}
.nav_style1 span a {
	display: inline-block;
	padding: 0 10px;
	border-color: transparent;
	_border-color: #3498db;
	_margin-top: 1px;
	color: #fff;
	vertical-align: middle;
}
.nav_style1 b{
	width: 24px;
}
.nav_style1 b span {
	float: none;
	padding-right: 0;
}
.nav_style1 span a:hover {
	top: 0;
	padding-top: 0;
	border-color: transparent;
	background-color: transparent;
	text-decoration: underline;
	_border-color: #3498db;
}

/* 二级导航style1 */
.tnav_style1 {
	height: 26px;
	overflow: hidden;
	padding: 4px 0;
	border: 1px solid #e5e5e5;
	background: #f7f7f7;
	color: #444;
	line-height: 26px;
}
.tnav_style1 li {
	float: left;
}
.tnav_style1 a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	color: #444;
}
.tnav_style1 a.current {
	background: #fb9800;
	color: #fff;
}
.tnav_style1 a.current:hover {
	text-decoration: none;
}

/* 搜索框 */
.pt_newcar_lists {
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 101;
	width: 269px;
	_width: 263px;
	max-height: 250px;
	_height: 250px;
	overflow-y: auto;
	border: 1px solid #D6D6E0;
	background-color: #fff;
}
.pt_newcar_lists img {
	display: inline;
	float: left;
	margin-left: -82px;
}
.pt_newcar_lists li {
	line-height: 20px;
	border-bottom: 1px solid #f1f1f1;
	font-family: Tahoma, Geneva, sans-serif;
}
.pt_newcar_lists li em {
	display: block;
	color: #777
}
.pt_newcar_lists li i {
	color: #f87e01
}
.pt_newcar_lists li a {
	display: block;
	height: 60px;
	color: #444;
	padding: 5px 0 5px 85px;
}
.pt_newcar_lists li a:hover,
.pt_newcar_lists li a:hover i {
	color: #3f6f9f;
	background-color: #f6f6f6
}
.pt_newcar_lists .parent {
	position: relative;
	font: normal 12px/60px SimSun;
	border-bottom: 2px solid #e5e5e5;
}
.pt_newcar_lists .sub {
	font: normal 12px/30px SimSun;
	border-bottom: 1px solid #ececec;
}
.pt_newcar_lists .sub a {
	height: 30px;
	padding: 8px 0 8px 85px;
}
.pt_newcar_lists .sub img {
	margin-left: -65px;
}

/* 二级导航优化-买车中心调整 */
.choose_tit, .dealer_top {
	background: #f8f8f8;
	border: 1px solid #d7d6db;
	color: #777;
}
.dealer_top_title, .dealer_hotcity, .choose_tit a {
	color: #777;
}
.mcs_city_box1 p {
	width: 555px;
}
.dealer_hotcity a:hover,
.choose_tit a:hover{
	color: #416eaa;
}

.w960{
	width: 960px;
	margin: 0 auto;
}
.nopadding{
	padding:0px;
}