
@charset "gb2312";
/* Css Reset
------------------------------------------------------------------------ */

/** ????????? **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ????? */ dl, dt, dd, ul, ol, li, /* list elements ?б???? */ pre, /* text formatting elements ????????? */ form, fieldset, legend, button, input, textarea, /* form elements ????? */ th, td /* table elements ?????? */ {
	margin: 0;
	padding: 0;
}
/** ??????????? **/
body, button, input, select, textarea /* for ie */ {
	font-family:"Microsoft Yahei", "\9ED1\4F53", Arial;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* ??б????? */
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
} /* ????????? */
small {
	font-size: 12px;
} /* С?? 12px ???????????????? small ?? */
/** ?????б???? **/
ul, ol {
	list-style: none;
}
/** ????????????? **/
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color:#CE0000;
	text-decoration: none;
}
a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 300ms;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-delay: 100ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 300ms;
	-moz-transition-timing-function: ease-in;
	-moz-transition-delay: 100ms;
	-o-transition-property: opacity;
	-o-transition-duration: 300ms;
	-o-transition-timing-function: ease-in;
	-o-transition-delay: 100ms;
	transition-property: opacity;
	transition-duration: 300ms;
	transition-delay: 100ms;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: opacity 300ms ease-in 2s; /* property duration timing-function delay */
	-moz-transition: opacity 300ms ease-in 2s;
	-o-transition: opacity 300ms ease-in 2s;
	transition: opacity 300ms ease-in 2s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 100ms;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-delay: 0ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 100ms;
	-moz-transition-timing-function: ease-in;
	-moz-transition-delay: 0ms;
	-o-transition-property: opacity;
	-o-transition-duration: 0ms;
	-o-transition-timing-function: ease-in;
	-o-transition-delay: 0ms;
	transition-property: opacity;
	transition-duration: 0ms;
	transition-timing-function: ease-in;
	transition-delay: 0ms;
}
sup {
	vertical-align: text-top;
} /* ???????????и????? */
sub {
	vertical-align: text-bottom;
}
/** ???????? **/
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img ????????????? img ???? */
button, input, select, textarea {
	font-size: 100%;
} /* ????????? ie ???????????С */
/* ???optgroup ??????? */

/** ????????? **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
??????????? Common Style
???????
???????<lifesinger@gmail.com>
*/
/* ??? */
.clear {
	clear:both;
}
/*
??????????? Common Style
?????ezsky<ezskyyoung@gmail.com>
*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.hidden {
	display: none;
}
body {
	background-color:#FBFBFB;
	position: relative;
	overflow-x: hidden;
}
/* Header
------------------------------------------------------------------------ */
#header {
	height:30px;
	background-color:#000;
}
#freefone {
	margin:0 auto;
	width:1000px;
	height:30px;
	background:url('4006869886.png') right center no-repeat #000;
}
#banner {
	height:488px;
	background:url('banner-bg.jpg') top center no-repeat;
}
#banner_info {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#logo {
	width: 78px;
	height:78px;
	background:url('logo.png') 0 0 no-repeat;
	float: left;
}
#logo a {
	width:78px;
	height:78px;
	display: block;
}
/* Nav
------------------------------------------------------------------------ */
#navigation {
	position: absolute;
	top:0;
	left: 0;
	padding-top:20px;
	width:1000px;
	height:78px;
	z-index: 99;
}
#menu {
	width: 922px;
	height:78px;
	background:url('nav_bg.png') 0 0 no-repeat;
}
#menu ul {
	padding-left:430px;
}
#menu ul li {
	display: inline;
	line-height:78px;
	padding-left:15px;
}
#menu ul li a {
	font-size:16px;
	color:#333;
}
#menu ul li a:hover {
	color:#CE0000;
}
#menu ul li.current a {
	font-size:16px;
	color:#CE0000;
}
.special {
	margin:20px auto;
	width:1000px;
}
/* Content
------------------------------------------------------------------------ */
#container {
	background:url('service_carousel_bg.png') 0 0 repeat-x;
}
#container_inside {
	margin-top:10px;
}
#content {
	margin: 0 auto;
	width: 1000px;
}
/* Main
------------------------------------------------------------------------ */
.main {
	width:747px;
	position: relative;
}
.main_inside {
	width:729px;
}
#service_info {
	margin-top:20px;
}
.list-wrap {
	width: 750px;
	overflow: hidden;
}
.jcarousel-skin-tango {
	width: 750px;
}
/* Right
------------------------------------------------------------------------ */
.sidebar {
	width:241px;
}
.ad {
	margin-bottom:10px;
}
#news_block_title {
	height:28px;
	background:url('title_ico.gif') 10px center no-repeat #CE0000;
	font-size:13px;
	padding-left:20px;
	line-height:28px;
	color:#FFF;
}
#news_block_title span {
	font-size:8px;
	padding-left:5px;
}
#news_block_title span a {
	font-size:13px;
	color:#FFF;
	padding:0 10px 0 0;
}
#news_block_list {
	background-color: #FFF;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:15px 10px 10px 10px;
	height:200px;
	overflow-y: scroll;
	margin-bottom:10px;
}
#news_block_list ul {
}
#news_block_list ul li {
	font-size:8px;
	color:#CE0000;
	padding-bottom:15px;
}
#news_block_list ul li span {
	font-size:10px;
	font-style:italic;
	padding-right:5px;
}
#news_block_list ul li a {
	font-size:12px;
	color:#666;
	border-bottom:1px solid #666;
}
#news_block_list ul li a:hover {
	color:#CE0000;
	border-bottom:1px solid #CE0000;
}
.contact_block {
	border:1px solid #CCC;
	background-color:#FFF;
}
.contact_block .hotline {
	border-bottom:1px dotted #CCC;
	padding:15px 0 15px 10px;
}
.contact_block .address {
	border-bottom:1px dotted #CCC;
	padding:10px 0px 10px 10px;
	font-size:12px;
	color:#666;
	line-height:20px;
	overflow: hidden;
}
.contact_block .address span {
	background:url('mail_ico.png') left center no-repeat;
	padding-left:25px;
}
.contact_block .address span a {
	color:#CE0000;
	text-decoration: underline;
}
.contact_block .address span a:hover {
	color:#666;
	text-decoration: underline;
}
.contact_block .branch {
	padding:10px 10px 20px 10px;
}
.contact_block .branch ul {
	height:105px;
}
.contact_block .branch ul li {
	float: left;
	padding-bottom:5px;
}
/* Footer
------------------------------------------------------------------------ */
#footer {
	margin-top:10px;
	background-color:#000;
	padding:20px 0;
}
#footer p {
	color:#FFF;
	font-size:12px;
	text-align: center;
	line-height:24px;
}
#footer p a {
	color:#CE0000;
}
#footer p a:hover {
	border-bottom:1px solid #CE0000;
}
#banner_inside {
	height:120px;
	background:url('banner_inside.jpg') top center no-repeat;
}
.inside_menu {
	margin-bottom:10px;
}
.inside_menu .inside_menu_title {
	width:241px;
	height:30px;
	background:url('about_menu_title.png') 0 0 no-repeat;
}
.inside_menu .news_menu_title {
	width:241px;
	height:30px;
	background:url('news_menu_title.png') 0 0 no-repeat;
}
.inside_menu_list {
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px 10px 20px 10px;
}
.inside_menu_list ul li {
	border-bottom:1px dotted #CCC;
	background:url('menu_list_ico.png') left center no-repeat;
	padding:15px 20px;
}
.inside_menu_list ul li a {
	display:block;
	font-size:13px;
	color:#333;
}
.inside_menu_list ul li a:hover {
	color:#CE0000;
}
.inside_menu_list ul li.current a {
	font-size:13px;
	color:#CE0000;
}
.breadcrumbs {
	font-size:12px;
	padding-bottom:6px;
	color:#666;
}
.breadcrumbs span {
	color:#CE0000;
}
.breadcrumbs a {
	color:#666;
}
.breadcrumbs a:hover {
	color:#CE0000;
}
.content_inside {
	min-height:650px;
 _height:expression((document.documentElement.clientHeight||document.body.clientHeight)>685px"685px":"");
	border:1px solid #CCC;
	background-color:#FFF;
	padding:20px 20px 16px;/*padding:20px;*/
}
.content_inside .news_page img {
	display: block;
	margin: 0 auto;
}
.content_inside_title {
	height:38px;
	line-height:38px;
	padding:0 15px;
	color:#CE0000;
	background:url('content_title_bg.jpg') 0 0 no-repeat;
	margin-bottom:20px;
}
.content_inside_title h3 span {
	font-size:10px;
	color:#ccc;
}
.content_inside p {
	font-size:13px;
	color:#666;
	line-height:28px;
	padding-bottom:12px;
}
.about_partner_list ul li img {
	border:1px solid #CCC;
}
.about_partner_list ul li {
	float: left;
	text-align:center;
	font-size:13px;
	padding:0 15px 10px 0;
}
.branch_map, .contact_map {
	border:1px solid #CCC;
}
.content_inside ul li {
	font-size:13px;
	line-height:30px;
	color:#666;
}
.contact_text {
	width:290px;
}
.contact_text h3 {
	background:url('list_ico.png') left center no-repeat;
	padding-left:20px;
	line-height:30px;
	font-size:15px;
	color:#CE0000;
	border-bottom:1px dotted #CE0000;
}
.contact_text p {
	text-indent: 0;
	font-size:13px;
	color:#666;
}
.contact_text p a {
	color:#666;
	text-decoration: underline;
}
.contact_text p a:hover {
	color:#CE0000;
}
.news_list {
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.news_list h3 {
	height:17px;
	line-height:27px;
	font-size:10px;
	color:#CE0000;
	padding:0 0 10px 15px;
	margin-bottom:10px;
	background:url('news_list_ico.png') left center no-repeat;
}
.news_list h3 a {
	font-size:13px;
	color:#333;
	padding-left:5px;
}
.news_list h3 a:hover {
	color:#CE0000;
}
.news_list h3 span {
	font-size:12px;
	font-style: italic;
	padding-right:5px;
}
.news_list p {
	text-indent: 0;
	line-height:22px;
}
.news_page h4 {
	line-height:30px;
	padding-bottom:10px;
	font-size:16px;
	color:#333;
}
.news_page h5 {
	font-size:13px;
	color:#333;
	line-height:30px;
}
.service_title {
	margin:20px auto;
	width:970px;
	height:38px;
	line-height:38px;
	background:url(content_title_bg_02.jpg) 0 0 no-repeat;
	padding:0 15px;
	color:#CE0000;
}
.service_title h3 span {
	font-size:13px;
	font-weight:normal;
	color:#666;
}
.service_content {
	margin:0 auto;
	width:936px;
	border:1px solid #CCC;
	padding:40px 0 50px 62px;
	background-color:#FFF;
}
.service_case_list {
	float:left;
	width:255px;
	height:240px;
	text-align: center;
	margin:0 55px 0 0;
	overflow: hidden;
}
.service_case_list-2 {
	float:left;
	width:175px;
	height:160px;
	text-align: center;
	margin:0 55px 0 0;
	overflow: hidden;
}
.service_case_list_pic {
	width:253px;
	height:140px;
	border:1px solid #CCC;
}
.service_case_list_pic-2 {
	width:172px;
	height:102px;
	border:1px solid #CCC;
	line-height: 140px;
}
.service_case_list h3 {
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:30px;
}
.service_case_list p {
	text-align:left;
	font-size:12px;
	line-height:18px;
	color:#666;
}
.car_list {
	float:left;
	margin-right:55px;
	margin-bottom:30px;
	width:253px;
	padding-bottom:5px;
	border:1px solid #CCC;
	background-color:#FFF;
}
.car_list h4 {
	padding:0 10px;
	font-size:16px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
}
.car_price {
	padding:0 10px 5px 10px;
	margin-bottom:5px;
	background:url(car_line.png) bottom center no-repeat;
}
.car_price strong {
	font-family: Impact, Arial;
	font-size:30px;
	color:#CE0000;
	padding-right:5px;
}
.car_price span {
	font-size:12px;
	color:#333;
}
.car_info {
	padding:0 10px;
	font-size:12px;
	color:#666;
}
.car_info p {
	line-height:22px;
}
.car_info p span {
	padding-left:5px;
}
.details_button {
	text-align: center;
	padding:15px 0;
}
.car_select {
	width:833px;
	height:48px;
	line-height: 48px;
	border:1px solid #CCC;
	margin-bottom:15px;
	padding:0 20px;
}
.car_select ul li {
	float:left;
	padding-right:20px;
}
.car_select ul li a {
	padding:3px 5px;
	font-size:13px;
	color:#333;
}
.car_select ul li a:hover {
	background-color:#CE0000;
	color:#FFF;
}
.car_select ul li.current a {
	padding:3px 5px;
	font-size:13px;
	background-color:#CE0000;
	color:#FFF;
}
.car_focus {
	width:520px;
	height:350px;
	border:1px solid #CCC;
}
.car_focus img {
	margin:20px 0 0 10px;
	width:500px;
	height:300px;
}
.product_info {
	width:330px;
	padding-right:62px;
}
.product_info .car_price {
	background-image:none;
	margin:0;
	padding:10px 0;
}
.product_info h3, .product_info_other h3 {
	background:url('list_ico.png') left center no-repeat;
	padding-left:20px;
	line-height:30px;
	font-size:15px;
	color:#CE0000;
	border-bottom:1px dotted #CCC;
	margin:5px 0;
}
.product_info p, .product_info_other p {
	text-indent: 0;
	font-size:13px;
	line-height: 28px;
	color:#666;
}
.product_info p a {
	color:#666;
	text-decoration: underline;
}
.product_info p a:hover {
	color:#CE0000;
}
.product_info .notes {
	color:#FFCC88;
}
.product_info .freefone {
	color:#CE0000;
}
.product_info_other {
	padding-right:62px;
	padding-bottom:20px;
}
.product_info_other h3 {
	margin-top:20px;
}
/*CSS yellow style pagination*/

.page_number {
	font-size:11px;
}
DIV.yellow {
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	PADDING-BOTTOM: 7px;
	MARGIN: 3px;
	PADDING-TOP: 7px;
	TEXT-ALIGN: center
}
DIV.yellow A {
	BORDER-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ccc 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #ccc 1px solid;
	COLOR: #000;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ccc 1px solid;
	TEXT-DECORATION: none
}
DIV.yellow A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid;
	BORDER-TOP: #f0f0f0 1px solid;
	BORDER-LEFT: #f0f0f0 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow A:active {
	BORDER-RIGHT: #f0f0f0 1px solid;
	BORDER-TOP: #f0f0f0 1px solid;
	BORDER-LEFT: #f0f0f0 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow SPAN.current {
	BORDER-RIGHT: #ce0000 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ce0000 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #ce0000 1px solid;
	COLOR: #fff;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ce0000 1px solid;
	BACKGROUND-COLOR: #ce0000
}
DIV.yellow SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #eee 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #eee 1px solid;
	COLOR: #ddd;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #eee 1px solid
}
#service_about_tab .nav {
	overflow:hidden;
	margin:0 0 10px 0;
}
#service_about_tab .nav li {
	width:182px;
	float:left;
	margin:0 10px 0 0;
}
#service_about_tab .nav li.last {
	margin-right:0;
}
#service_about_tab .nav li a {
	display:block;
	width:182px;
	height:28px;
	line-height:28px;
	background:url(service_about_tab_button.png) 0 0 no-repeat;
	color:#666;
	font-size:13px;
	text-align:center;
	border:0;
}
#service_about_tab .nav li a:hover {
	color:#666;
	background:url(service_about_tab_button_current.png) 0 0 no-repeat;
}
#service_about_tab .nav li.current a {
	display:block;
	width:182px;
	height:28px;
	line-height:28px;
	color:#CE0000;
	font-size:13px;
	text-align:center;
	border:0;
	background:url(service_about_tab_button_current.png) 0 0 no-repeat;
}
#service_about_tab .nav li a span {
	font-size:8px;
	padding-left:5px;
}
/* ====   dongdong   ====*/
#mycarousel li {
	width: 223px;
	float: left;
	margin-right: 10px;
	height: 225px;
	border: 1px solid #cccccc;
}
#mycarousel li h3 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
}
#mycarousel li p {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}
.zxyy-btn {
	right: 0;
	cursor: pointer;
	bottom: top;
	position:absolute;
}
.yy-popbox {
	width: 290px;
	position: fixed;
	top: 220px;
	right: 22px;
	_position: absolute;
}
.yy-popbox .close-popbox {
	cursor: pointer;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 15px;
	z-index: 9;
	border-top: 3px solid #fff;
}
.yy-popbox-bar {
	background: url(popbox-bg.jpg);
	top: 50px;
	overflow: hidden;
	position: relative;
	height: 0;
}
.yy-popbox .pop-head {
	background: url(pop-headbg.png) no-repeat;
	height: 50px;
	padding-top: 10px;
}
.yy-popbox .pop-head h4 {
	float: right;
	font-size: 20px;
	color: #fff082;
	font-weight: bold;
	margin: 15px 10px 0 0;
}
.yy-popbox .pop-head p {
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 0 10px;
	line-height: 20px;
}
.yy-popbox .pop-main {
	border: 1px solid #4d9b4d;
	padding: 2px 15px 20px;
	height: 275px;
	overflow: hidden;
}
.yy-popbox .pop-main li {
	margin: 10px 0;
	font-size: 12px;
	color: #4d9b4d;
}
.yy-popbox .pop-main form input {
	width: 100px;
	height: 24px;
	background: #f7f7f7;
	color: #4d9b4d;
	border: 1px solid #e9e9e9;
}
.yy-popbox .pop-main form .inp-phone {
	width: 138px;
}
.yy-popbox .pop-main form .checkbox-phone {
	width: 20px;
	height: 18px;
}
.yy-popbox .pop-main form .inp-lx {
	width: 212px;
}
.yy-popbox .pop-main form .textareas {
	width: 212px;
	height: 73px;
	resize: none;
	color: #4d9b4d;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
}
.yy-popbox .pop-main form .submit-btn {
	text-align: center;
	margin-top: 20px;
}
.yy-popbox .pop-main form .submit-btn .btn {
	background: url(submit.png) no-repeat;
	width: 102px;
	height: 35px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}
.tab-content {
	position: relative;
	overflow: hidden;
	height: 0;
}
.tab-content {
	color: #666;
	font-size: 12px;
}
.banner-bar {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height:488px;
}
.banner-img {
	position: absolute;
	top: 200px;
	right: 0px;
}
.flexslider {
	overflow: hidden;
	text-align: center;
	width: 700px;
	float: left;
	position: absolute;
	bottom: 0;
}
.slides li {
	display: none;
}
/*           首页关于我们          */
#about_tab p {
	color: #666666;
	font-size: 13px;
	/*line-height: 28px;*/
    padding-bottom: 12px;
	text-indent: 2em;
}
/*   -------------------------------    */
ul.pagebox li {
	float: left;
}
.page_number {
	float: right;
	margin-right: 50px
}
ul.pagebox li.selected a {
	background: #CE0000;
	color: #fff;
	font-weight: bold;
}
.focus-event, .focus-nissan {
	position:relative;
	overflow:hidden;
}
.focus-event {
	width: 958px;
	height: 390px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.focus-nissan {
	width: 681px;
	height:352px;
	position: absolute;
	bottom: 6px;
}
.focus-event-num {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
	z-index: 9999;
}
.focus-event-num a {
	width: 147px;
	height: 60px;
	padding: 3px;
	position: relative;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	overflow:hidden;
	background: #e4edf4;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.focus-event-num a span {
	width: 147px;
	height: 60px;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	background: #000;
	filter:alpha(opacity=40);
	opacity: 0.4;
}
.focus-event-num a.focus-event-cur span {
	filter:alpha(opacity=0);
	opacity: 0;
}
.list-event-all {
}
