
/*车型图片列表*/
.chexing_content {
	margin-top: 10px;
}
.cheGlobal_left {
	width: 210px;
	float: left;
	text-align:left;
}
.cheGlobal_left .tree_box {
	position: relative;
}
.cheGlobal_left #a_1 {
	display: block;
	width: 183px;
	height: 29px;
	background: url(../images/bg06.jpg) no-repeat;
	line-height: 29px;
	padding-left: 26px;
}
.cheGlobal_left #nav_letter {
	position: absolute;
	width: 190px;
	left: 10px;
	top: 38px;
}
.cheGlobal_left #nav_letter li {
	display: block;
	float: left;
	height: 21px;
	width: 21px;
	line-height: 21px;
	text-align: center;
	margin: 0 5px 6px 0;
	background: url(../images/bg07.jpg) no-repeat;
	color: #ddd;
	overflow: hidden;
}
.cheGlobal_left #nav_letter li a {
	color: #555;
	text-decoration: none;
}
.cheGlobal_left #leftFrame {
	margin-top: 122px;
	height: 100%;
	overflow-y: auto;
}
.cheGlobal_left #leftFrame .NodeTree {
	width: 182px;
	background: url(../images/bg11.png) repeat-y;
	border-bottom: 1px solid #DCDDDD;
	margin: 0 0 10px 10px;
}
.cheGlobal_left #leftFrame .NodeTree a {
	display: block;
}
.cheGlobal_left #leftFrame .NodeTree .box-title {
	height: 32px;
	padding-left: 6px;
	text-decoration: none;
	line-height: 32px;
	background: url(../images/bg08.jpg) no-repeat;
}
.cheGlobal_left #leftFrame .NodeTree .box-title em {
	font-style: normal;
}
.cheGlobal_left #leftFrame .NodeTree .spread {
	display: block;
	padding-left: 10px;
}
.cheGlobal_left #leftFrame .NodeTree .spread .box-title {
	background: none;
	padding-left: 15px;
}
.cheGlobal_left #leftFrame .NodeTree .spread .box-title:hover {
	text-decoration: underline;
}
.cheGlobal_left #leftFrame .NodeTree .box-title u {
	text-decoration: none;
}
.cheGlobal_left #leftFrame .NodeTree .box-title i.add1, .cheGlobal_left #leftFrame .NodeTree .box-title i.add2 {
	background: url(../images/bg09.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 2px 5px 0 0;
}
.cheGlobal_left #leftFrame .NodeTree .box-title i.sub1, .cheGlobal_left #leftFrame .NodeTree .box-title i.sub2 {
	background: url(../images/bg110.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 2px 5px 0 0;
}
.cheGlobal_left #leftFrame .NodeTree .box-title b {
	color: #CC0000;
	font-size: 18px;
}
.cheGlobal_left #leftFrame .NodeTree div {
	display: none;
}
#leftOffset {
	position:absolute;
	border: 1px solid #DCDDDD;
	background-color: #F3F3F3;
	width: 210px;
}
.cheGlobal_left #leftFrame .mT30 {
	padding-top: 0px;
}
.cheGlobal_right {
	width: 750px;
	float: right;
}
.cheGlobal_right_content {
	margin-top: 30px;
}
.cheGlobal_right_content .cheGlobal_right_content_list {
	width: 330px;
	float: left;
	overflow: hidden;
}
.cheGlobal_right_content h1 {
	display: block;
	border-bottom: 1px solid #888;
}
.cheGlobal_right_content h1 span {
	padding: 5px 20px;
	display: inline-block;
	background: #888;
	font-weight: bold;
	color: #FFF;
}
.cheGlobal_right_content ul li {
	display: block;
	width: 150px;
	float: left;
	margin: 20px 24px 0 0;
	text-align: center;
}
.cheGlobal_right_content ul li img {
	width: 150px;
	height: 100px;
	border: 1px solid #CCC;
	padding: 1px;
}
.cheGlobal_right_content ul li a {
	text-decoration: none;
}
.cheGlobal_right_content ul li a:hover {
	color: #BD0016;
}
#a_2, #a_3 {
	display: none;
}
/* 图片详细页滚动 */
.infiniteCarousel {
	width: 740px;
	margin: 0 auto 0 auto;
	position: relative;
	height: 120px;
}
.infiniteCarousel .wrapper {
	width: 640px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: hidden;
	min-height: 10em;
	margin: 0 50px;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul li a img {
	border: 5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infiniteCarousel ul li a:hover img {
	border: 5px solid #1C1C1C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infiniteCarousel ul li.current a img {
	border: 5px solid #1C1C1C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 10px;
	height: 85px;
	width: 85px;
}
.infiniteCarousel ul li a img {
	display: block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
}
.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}
.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}
.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}
.homeBanner {
	height: 300px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	background: #000;
	width: 446px;
	float: left;
}
.homeBanner ul {
	height: 300px;
	display: block;
}
.homeBanner ul a {
	height: 300px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
.homeBanner ul a img {
	height: 300px;
}
.homeBannerA {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 8px;
	overflow: hidden;
	zoom: 1;
	z-index: 99;
}
.homeBannerA span {
	display: block;
	width: 20px;
	height: 18px;
	line-height: 18px;
	color: #666;
	float: left;
	background: #F3F3F3;
	margin: 0 1px;
	text-align: center;
	cursor: pointer;
}
.homeBannerA span.homeBannerThis {
	background: #BD0016;
	color: #FFF;
	font-weight: bold;
}
.pinpaihot {
	width: 263px;
	height: 298px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
	border: 1px solid #888;
	border-left: none;
	background: #f2f2f2;
}
.pinpaihot h1 {
	display: block;
}
.pinpaihot h1 span {
	padding: 5px 20px;
	display: inline-block;
	background: #888;
	font-weight: bold;
	color: #FFF;
}
.pinpaihot p {
	background: url(../images/tags.bg.png) no-repeat left 0 transparent;
	cursor: pointer;
	float: left;
	height: 23px;
	margin: 8px 15px 8px 0;
	padding: 0;
	position: relative;
	width: auto;
	word-break: keep-all;
}
.pinpaihot p a {
	background: url(../images/tags.bg.png) no-repeat right -23px transparent;
	border: medium none;
	color: #3F4950;
	cursor: pointer;
	float: left;
	height: 100%;
	line-height: 23px;
	margin: 0 -10px 0 0;
	padding: 0 5px;
	text-indent: 5px;
	text-shadow: 0 1px 0 #FFFFFF;
	width: auto;
	text-decoration: none;
}
.pinpaihot p:hover {
	background-position: left -46px;
}
.pinpaihot p a:hover {
	background-position: right -69px;
	text-decoration: none;
}
/* 车型图库搜索页 */
.breads {
	margin-bottom: 30px;
}
.breads a {
	text-decoration: none;
}
.breads a:hover {
	text-decoration: underline;
}
.cheshaixuan {
	display: block;
	padding: 0 0 20px 0;
}
.cheshaixuan li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px 0;
}
.cheshaixuan li a {
	text-decoration: none;
	padding: 3px 5px;
}
.cheshaixuan li a:hover, .cheshaixuan li.current a {
	background: #383838;
	color: #FFF;
}
.cheshaixuan li.cheshaixuanTitle1 {
	background: url(../images/xz_left_tb_001.gif) no-repeat 0 -11px;
	padding-left: 25px;
}
.cheshaixuan li.cheshaixuanTitle2 {
	background: url(../images/xz_left_tb_006.gif) no-repeat 0 -11px;
	padding-left: 25px;
}
.cheshaixuanContent {
	margin-top: 20px;
}
.cheshaixuanContent .cheshaixuanContentTitle {
	float: left;
	width: 170px;
	position: relative;
	margin-left: 10px;
}
.cheshaixuanContent .cheshaixuanContentTitle h1 {
	display: block;
}
.cheshaixuanContent .cheshaixuanContentTitle h1 a {
	color: #606566;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.cheshaixuanContent .cheshaixuanContentTitle h1 a.current, .cheshaixuanContent .cheshaixuanContentTitle h1 a:hover {
	color: #BD0016;
}
.cheshaixuanContent .cheshaixuanContentTitle .cheshaixuanContentTitleBg {
	background: #BD0016;
	left: -10px;
	position: absolute;
	z-index: -1;
	height: 40px;
	width: 170px;
	padding-left: 10px;
}
.cheshaixuanContent .cheshaixuanContentTitle .cheshaixuanContentTitleBg span {
	display: block;
	height: 40px;
	background: #f2f2f2;
}
.cheshaixuanContentList {
	display: none;
	width: 530px;
	margin-left: 20px;
	float: left;
}
.cheshaixuanContentList li {
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	margin: 0 20px 15px 0;
}
.cheshaixuanContentList li img {
	padding: 1px;
	width: 150px;
	height: 100px;
}
.cheshaixuanContentList li p {
	display: block;
	padding: 5px 0;
}
.cheshaixuanContentList li a {
	text-decoration: none;
}
.cheshaixuanContentList li a:hover {
	color: #BD0016;
}
.cheshaixuanContentTuc {
	position: relative;
}
.cheshaixuanContentTuc h1 {
	display: block;
	border-bottom: 1px solid #888;
}
.cheshaixuanContentTuc h1 span {
	padding: 5px 20px;
	display: inline-block;
	background: #888;
	font-weight: bold;
	color: #FFF;
}
.cheshaixuanContentTuc ul.cheshaixuanContentTucList {
	display: block;
	padding: 25px 0 0 0;
}
.cheshaixuanContentTuc ul.cheshaixuanContentTucList li {
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	margin: 0 40px 10px 0;
}
.cheshaixuanContentTuc ul.cheshaixuanContentTucList li img {
	padding: 1px;
	width: 150px;
	height: 100px;
}
.cheshaixuanContentTuc ul.cheshaixuanContentTucList li p {
	display: block;
	padding: 5px 0;
}
.cheshaixuanContentTuc ul.cheshaixuanContentTucList li a {
	text-decoration: none;
}
.cheshaixuanContentTuc ul.cheshaixuanContentTucList li a:hover {
	color: #BD0016;
}
.cheshaixuanContentTucSelect {
	height: 30px;
	width: 100px;
	line-height: 30px;
	margin-bottom: 20px;
	background: url(../images/cheshaixuanContentTucSelect.png) no-repeat 82px center #F9F9F9;
	border: 1px solid #F1F1F1;
	text-indent: 20px;
	cursor: pointer;
}
.cheshaixuanContentTucSelect a {
	text-decoration: none;
}
.cheshaixuanContentTucSelect ul {
	position: absolute;
	margin-left: -1px;
	height: 290px;
	overflow: hidden;
	overflow-y: auto;
	background: #FFF;
	width: 280px;
	display: none;
	z-index: 999;
	border: 1px solid #F1F1F1;
	border-width: 1px 1px 0 1px;
}
.cheshaixuanContentTucSelect ul li {
	background: #F9F9F9;
	border-bottom: 1px solid #F1F1F1;
	padding: 5px 15px;
	text-indent: 0;
	display: block;
	width: 260px;
	overflow: hidden;
}
.cheshaixuanContentTucSelect ul li a {
	text-decoration: none;
	display: block;
	height: 30px;
}
.cheshaixuanContentTucSelect ul li a:hover {
	color: #BD0016;
	text-decoration: underline;
}
