/*=======common==========*/
* {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #00965c;
	text-decoration: none;
	cursor: pointer; /*for Opera*/
}
a:hover {
	color: #00965c;
	text-decoration: underline;
}
a span, h1 span, h2 span, h3 span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 1px; /*for IE5.5*/
}
body {
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif, "宋体";
	line-height: 160%;
	color: #000;
	background: #FFFFFF;
	word-spacing: 1px;
}
input, label, select, option, textarea, button, fieldset, legend {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	height: 20px;
	line-height: 20px;
	color: #8B8C8E;
}
table {
	border-collapse: collapse;
}
h2, h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
a.detail {
	display:block;
	width: 94px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: url(../images/bg_misc.jpg) -173px 0;
}
a:hover.detail {
	text-decoration: none;
}
a.more {
	display:block;
	width: 64px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: url(../images/bg_misc.jpg) -173px -21px;
}
a:hover.more {
	text-decoration: none;
}
a.close {
	float: right;
	display:block;
	width: 64px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: url(../images/bg_misc.jpg) -237px -42px;
	color: #FFF;
}
a:hover.close {
	text-decoration: none;
	color: #FFF;
}
a.attach {
	float: left;
	display:block;
	width: 205px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: url(../images/bg_misc.jpg) -173px -68px;
	color: #FFF;
}
a:hover.attach {
	text-decoration: none;
	color: #FFF;
}
a.submit1 {
	display: block;
	width: 64px;
	height: 19px;
	line-height: 19px;
	background: url(../images/bg_misc.jpg) no-repeat -173px -21px;
	text-align: center;
}
a:hover.submit1 {
	text-decoration: none;
}
a.submit2 {
	float: left;
	display:block;
	width: 64px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: url(../images/bg_misc.jpg) -237px -42px;
	color: #FFF;
}
a:hover.submit2 {
	color: #FFF;
	text-decoration: none;
}
a.long {
	display: block;
	width: 173px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bg_misc.jpg) 0 -87px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
a:hover.long {
	color: #FFF;
	text-decoration: none;
}
a.long2 {
	display:block;
	width: 173px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bg_misc.jpg) 0 -64px;
	text-align:center;
	color: #00965c;
	font-weight: normal;
}
a:hover.long2 {
	text-decoration: none;
	background: url(../images/bg_misc.jpg) 0 -87px;
	color: #FFF;
	font-weight: normal;
}
a.long3 {
	display: block;
	width: 173px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bg_misc.jpg) 0 -87px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
a:hover.long3 {
	color: #FFF;
	text-decoration: none;
}
/*==========frame===========*/
.content {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
}
/*===========banner===============*/
	#top_banner_holder {
	padding-top:2px;

	width: 950px;
	height: 425px;
}
#top_banner_nav {
	position: absolute;
	left:800px;
	top: 8px;
	z-index:500;
}
#top_banner_nav li {
	float: left;
	width:16px;
	height: 16px;
	line-height:16px;
	font-size:10px;
	background: #ddd;
	text-align: center;
	margin: 0 5px;
	cursor:pointer;
}
#top_banner_nav li.on {
	background: #ea7900;
	color: #FFF;
	font-weight: bold;
}
#top_banner {
	position:relative;
}
#top_banner li {
	position:absolute;
}
#top_banner_inner {
	padding-top:2px;
	width: 950px;
	height: 237px;
}
/*===========loginBar===============*/
	#loginBar_holder {
	position: relative;
	width: 950px;
}
#loginBar {
	position: absolute;
	bottom:0px;
	width: 950px;
	height: 28px;
	background:#d0d0cf;
	filter:alpha(opacity=95);
	-moz-opacity:0.09;
	opacity:0.95;
}
#loginBar li {
	float:left;
	background: url(../images/loginbar_line.jpg) no-repeat right 6px;
}
#loginBar li.last {
	background:none;
}
#loginBar a {
	display:block;
	padding:0 11px;
	line-height:28px;
	font-weight: bold;
	color: #8B8C8E;
	text-align:center;
}
#loginBar a:hover {
	text-decoration: none;
	color:#2a8943;
	background: #FFF;
}
#loginLinks {
	margin-left:20px;
}
#loginOkBar {
	margin:0;
	padding: 5px 0 0 0;
	font-weight:bold;
}
#loginOkBar a {
	display:inline;
	line-height: 16px;
	padding:0;
	margin-left:15px;
}
#loginOkBar a img {
	margin:0 0 5px 0;
}
#loginOthers {
	float: left;
	width:340px;
 margin-left:20px;
}
.search {
	float:right;
}
.loginForm {
	position:absolute;
	left:0;
	bottom:28px;
	width: 950px;
	height: 90px;
	color:#FFF;
}
.loginForm a {
	color: #FFFF00;
}
.loginForm td {
	padding: 0 10px;
	line-height:180%;
}
.loginFormBG {
	position:absolute;
	width: 950px;
	height: 90px;
	background:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#loginTable {
	position: absolute;
	left:20px;
	top:10px;
}
.loginTableTd1 {
	height:70px;
	border-right: 1px solid #FFF;
	vertical-align: top;
	font-size: 14px;
}
.loginText {
	border: 1px solid #EEE;
}
#loginOk {
	position: absolute;
	left:40px;
	top:5px;
}
#testifyWord {
	position: absolute;
	left:20px;
	top:10px;
}
/*==========main==========*/
#main {
margin: 30px 0px;}
#main .content {
	padding: 10px 40px;
	width: 870px;
	height: auto;
	min-height: 200px;
	background: url(../images/bg_main_top.jpg) no-repeat;
	position:static;
}
* html #main .content {
	height: 200px;
}
/*==========home===========*/
	.flashnews {
	margin:25px 0px 10px 10px;
	width:400px;
	height:200px;
	float:left;
}
.jianjie{ width:400px; height:110px; float:left; margin:10px 0px 0px 10px; padding-top:10px;}
#home #main .content {
	padding: 10px 0;
	width: 950px;
	background: url(../images/bg_main_top_home.jpg) no-repeat;
}
#home #main_1 {
	float: left;
	display: inline;
	margin: 0 5px 0 12px;
	width: 133px;
	height: 324px;
}
#home #main_2 {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 5px;
	width: 411px;
	height: 210px;}
#home #main_2 img {
	margin: 5px 10px;
}
#home #main_2 p {
	margin: 5px 10px;
}
#home #main_2 p a {
	color: #8B8C8E;
}
#home #main_4 {
	float: right;
	display: inline;
	margin: 0 5px;
	width: 411px;
	height: 320px;
}
#home #main_4 h2 {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #1B9B44;
	padding: 5px 0 0 10px;
}
#home #main_4 ul {
	padding: 5px 10px;
	width: 340px;
	height: 240px;
	overflow:hidden;
}
#home #main_4 ul li {padding-left:8px; line-height:30px;
}

#home #main_4 ul li a {
	color: #00965c;
}
#home #main_5 {
	float: left;
	display: inline;
	margin: 0 5px 0 12px;
	width: 133px;
	height: 324px;
}
#home #main_5 img {
	border:1px solid #d0d0d0;
	margin:5px;
}
#home #main_6 {
	float: left;
	display: inline;
	margin: 0 5px;
	width: 365px;
	height: 304px;
	padding:30px 0px 0px 0px;
}
.mingxing1 {
	margin:20px 0px;
}
.mingxing2 {
	margin:60px 0px;
}
#home #main_6 h2 {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #1B9B44;
	padding: 5px 0 0 10px;
}
#home #main_6 ul {
	padding: 5px 10px;
	width: 340px;
	height: 240px;
	overflow:hidden;
}
#home #main_6 ul li {
	margin: 5px 5px 7px 5px;
}
#home #main_6 ul li h3 {
	font-size: 12px;
	font-weight: bold;
	color:#8B8C8E;
}
#home #main_6 ul li a {
	color: #8B8C8E;
	font-weight:bold;
}
/*#home_news_btn { height: 20px; float: right; display: inline; margin: 2px 8px 0 0; }
				#home_news_btn a { display: block; width: 48px; height: 19px; float: left; }
				#home_news_prev { background: url(../images/btn_home_news.jpg) no-repeat 0px 0px; }
				a:hover#home_news_prev { background: url(../images/btn_home_news.jpg) no-repeat 0px -19px; }
				#home_news_next { background: url(../images/btn_home_news.jpg) no-repeat -48px 0px; }
				a:hover#home_news_next { background: url(../images/btn_home_news.jpg) no-repeat -48px -19px; }*/
			#home_news_btn {
	height: 20px;
	padding: 5px 10px 0 0;
	width: 400px;
}
#home_news_btn ul {
	float: right;
}
#home_news_btn li {
	float: left;
	width:16px;
	height: 16px;
	line-height:16px;
	font-size:10px;
	background: #ddd;
	text-align: center;
	margin: 0 5px;
	cursor:pointer;
	color:#000;
}
#home_news_btn li.on {
	background: #ea7900;
	color: #FFF;
	font-weight: bold;
}
#homeNews {
	position:relative;
}
#homeNews li {
	position:absolute;
	padding: 5px 10px 5px 5px;
	width: 400px;
}
#homeNews li h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color:#8B8C8E;
}
#home #main_3 {
	float: left;
	display: inline;
	margin: 0 5px;
	width: 365px;
	height: 324px;
	background:url(../images/bg_home01.gif) no-repeat;
}
#home #main_3 h2 {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #1B9B44;
	padding: 5px 0 0 10px;
}
#home #main_3 ul {
	padding: 5px 10px;
	width: 340px;
	height: 240px;
	overflow:hidden;
}
#home #main_3 IMG {
	float:right;
	display:inline;
}
#home #main_3 ul li { padding-left:8px; line-height:30px;
}
#home #main_3 ul li a {
	color: #000;
	}
#home #main_3 span{line-height:30px;}
#home #main_3 span a{	
    color: #000;}
/*==========sub===========*/
	#main_position {
	padding: 5px 0 5px 0; 
	height: 20px;
}
#main_position h2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-left:5px;
}
#main_position ul {
	float: right;
}
#main_position ul li {
	float: left;
}
#main_position ul li.position_gap {
	padding-left: 8px;
	background: url(../images/list_01.gif) no-repeat 2px 5px;
}
#main_position ul li a {
	display: block;
	padding: 0 5px;
}
#main_content {
	float: left;
	width: 665px;
}
.content_1 {
	clear: both;
	margin: 10px 0;
	width: 100%;
}
.content_2 {
	float: left;
	margin: 10px 0;
	width: 49%;
	display:block;
}
.content_3 {
	float: left;
	margin: 10px 0;
	width: 32%;
}
.content_3_2 {
	float: left;
	margin: 10px 0;
	width: 64%;
}
.content_4 {
	float: left;
	margin: 10px 0;
	width: 25%;
}
/*==========info===========*/
		#info_home1 {
	height: 150px;
	padding-left: 150px;
	background: url(../images/img_info01.jpg) 0 0px no-repeat;
}
#info_home2 {
	height: 150px;
	padding-left: 150px;
	background: url(../images/img_info02.jpg) 0 0px no-repeat;
}
#info_home3 {
	height: 150px;
	padding-left: 150px;
	background: url(../images/img_info03.jpg) 0 0px no-repeat;
}
/*==========brand 100===========*/
#history_100_ul {
	position: relative;
	margin: 10px 0;
	width: 683px;
	height: 34px;
	background: url(../cpima/bg_step5_2.jpg) no-repeat;
}
#history_100_ul li {
	position: absolute;
	top: 1px;
}
.steps {width: 683px;height: 34px;position: relative;
	background: url(../cpima/bg_step5_2.jpg) no-repeat;
}
#step5_01 { float:left; width:140px;
}
#step5_02 {float:left; width:120px;
}
#step5_03 {float:left;width:120px;
}
#step5_04 {float:left;width:120px;
}
#step5_05 {float:left;
}
#step5_06 {float:left;
	left:468px;
}
.steps li a {
	display:block;
	width:98px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align:center;
	color: #989898;

}
.steps li a:hover, #history_100_ul li a.nav_on {
	text-decoration: none;
	font-weight: bold;
	color: #48b07f;

}
#history_100_01a {
	float: left;
	width: 430px;
}
#history_100_01a .story_box {
	padding: 15px;
	width: 370px;
	height:230px;
	background: #f1f1f1;
}
#history_100_01b {
	float: left;
}
#history_100_02 .story_box {
	padding: 15px;
	width: 90%;
	height:190px;
	background: #f1f1f1;
}
#history_100_03 {
	width: 636px;
}
#history_100_03 .story_box {
	padding: 15px;
	width: 90%;
	background: #f1f1f1;
}
/*==========brand logo===========*/
		#brand_logo {
	width: 630px;
}
/*==========brand svw===========*/
		#brand_svw {
	width: 643px;
}
/*==========brand line===========*/
		#brand_line li {
	width: 85%;
}
/*==========award 2===========*/
		#award_1 {
	width: 629px;
}
#award_nav_wrapper {
	position: relative;
	height: 22px;
	clear:both;
}
#award_nav {
	height: 22px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#award_nav li {
	float: left;
	margin-left: 1px;
}
#award_nav li a {
	display: block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	background: url(../images/bg_misc.jpg) no-repeat -394px -71px;
	text-align: center;
	color: #1c5528;
	font-weight: bold;
}
#award_nav li a:hover, #award_nav li a.nav_on {
	background: url(../images/bg_misc.jpg) no-repeat -394px -93px;
	text-decoration: none;
	color: #FFF;
}
#award_ul2 li {
	clear: both;
	margin-top: 10px;
	padding-left:30px;
}
#award_ul2 li img {
	float: left;
	margin: 20px 10px;
}
/*==========sponsor health===========*/
		#health_nav {
	position: relative;
	margin: 10px 0;
	width: 683px;
	height: 34px;
	background: url(../images/bg_step6.jpg) no-repeat;
}
#health_nav li {
	position: absolute;
	top: 1px;
}
#step6_01 {
	left:33px;
}
#step6_02 {
	left:144px;
}
#step6_03 {
	left:280px;
}
#step6_04 {
	left:367px;
}
#step6_05 {
	left:478px;
}
#step6_06 {
	left:565px;
}
#health_nav li a {
	display:block;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align:center;
	color: #989898;
}
#health_nav li a:hover, #health_nav li a.nav_on {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#step6_03 .nav_on,  #step6_05 .nav_on,  #step6_06 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -155px;
}
#step6_01 .nav_on,  #step6_04 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -217px;
}
#step6_02 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -279px;
}
#health_content_ul li {
	clear: both;
	margin-top: 10px;
}
#health_content_ul li img {
}
/*==========octavia===========*/
		#octavia_top {
	margin: 10px 0;
	height: 140px;
}
#octavia_top1 {
	float: left;
	width: 210px;
}
#octavia_top2 {
	float: left;
	width: 450px;
}
/*==========fabia===========*/
		#fabia_top {
	margin: 10px 0;
	height: 140px;
}
#fabia_top1 {
	float: left;
	margin-right: 20px;
}
#fabia_top2 {
	float: left;
	width: 400px;
}
#fabia_prop li {
	height: 80px;
}
#fabia_english1 {
	float: left;
}
/*==========superb===========*/
		#superb_top {
	margin: 10px 0;
	height: 140px;
}
#superb_top_octavid {
	margin: 10px 0;
	height:180px;
}
#superb_top1 {
	float: left;
	width: 210px;
}
#superb_top2 {
	float: left;
	width: 450px;
}
#superb_prop li {
	height: 95px;
}
#superb_prop {
	margin: 50px 0;
}
.superb_list li {
	margin: 5px;
	padding-left: 16px;
	background: url(../images/list_02.gif) no-repeat 0 3px;
}
.superb_list li span {
	color:#00965C;
	font-weight:bold;
}
.superb_list li.padTop {
	margin-top: 25px;
	padding-left: 16px;
	background: url(../images/list_02.gif) no-repeat 0 3px;
}
.superb_list li.padTop span {
	color:#00965C;
	font-weight:bold;
}
.superb_contant {
	height: 110px;
}
.superb_contant1 {
	float: left;
	width: 120px;
}
.superb_contant2 {
	float: left;
	width: 350px;
}
.superb_contant3 {
	float: left;
	width: 280px;
	height: 10px;
}
#light {
	width: 280px;
	position:absolute;
	top: 1062px;
	left:21px;
}
.superb_contant4 {
	clear:both;
	height: 210px;
}
.superb_contant5 {
	float: left;
	width: 141px;
}
.superb_contant6 {
	clear:both;
	height: 170px;
}
.superb_contant7 {
	clear:both;
	height: 135px;
}
.superb_contant8 {
	clear:both;
	height: 123px;
}
.superb_contant9 {
	clear:both;
	height: 85px;
}
.superb_contant10 {
	clear:both;
	height: 97px;
}
.superb_contant11 {
	clear:both;
	height: 93px;
}
.superb_contant12 {
	clear:both;
	height: 116px;
}
.superb_contant13 {
	float: left;
	width: 500px;
}
.superb_contant14 {
	height: 110px;
}
.superb_contant15 {
	float: left;
	width: 480px;
}
ul.oct_list {
	width:683px;
	position:relative;
	left:0;
}
ul.oct_list li {
	clear:both;
	background-image:none;
	padding-left:0;
	margin-left:0;
	width:683px;
}
ul.oct_list li span {
	color:#00965C;
}
.oct_line {
	padding:1px;
	clear:both;
}
.sub_topic {
	font-size:14px;
	color:#8B8C8E;
}
.oct_line .oct_img {
	width:280px;
	float:left;
}
.oct_line .oct_txt {
	width:400px;
	float:right;
	text-align:left;
	line-height:160%;
}
.oct_line .oct_img_300 {
	width:300px;
	float:left;
}
.oct_line .oct_txt_310 {
	width:310px;
	float:left;
}
.oct_blank_wrap {
	height:20px;
	overflow:hidden;
	clear:both;
}
.oct_blank_inner {
	height:5px;
	overflow:hidden;
	clear:both;
}
table.oct_config {
	width:790px;
	margin:0 auto;
}
.oct_line_height {
}
ul.oct_feture {
	width:380px;
}
ul.oct_feture li {
	background:transparent url(../images/icon_oct_lst.jpg) scroll no-repeat 0 center;
	text-indent:15px;
	line-height:120%;
	width:380px;
}
/*==========news home===========*/
		#news_top {
	margin: 10px 0;
	width: 100%;
}
#news_top h3 {
	font-size: 14px;
	font-weight: bold;
}
#news_top ul {
}
#news_top ul li img {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0px;
}
#news_top .news_top_word {
	float: left;
	display: inline;
	margin: 0px 5px;
	width: 490px;
}
#news_hot {
	float: left;
	margin: 20px 0;
	width: 320px;
}
#news_hot h3 {
	font-size: 14px;
	font-weight: bold;
}
#news_market {
	float: left;
	margin: 20px 0;
	width: 320px;
}
#news_market h3 {
	font-size: 14px;
	font-weight: bold;
}
/*==========news list===========*/
		#news_list {
}
.news_list li a {
	float: left;
}
.news_list li span {
	float: right;
}
/*==========news media===========*/
		#tbl_news_login {
	margin: 10px 0;
	width: 95%;
	background: #f6f3e2;
}
#tbl_news_login td {
	padding: 5px 10px;
}
#news_media_top {
	height: 32px;
	padding:0 10px;
	background: url(../images/bg_01.jpg) repeat-x;
}
#news_media_top p {
	float: left;
	margin: 0;
	line-height: 32px;
}
#news_media_top a {
	float: right;
}
#news_media_photo_ul {
}
#news_media_photo_ul li {
	float: left;
	padding:0 15px;
	width: 100px;
	height: 130px;
	text-align: center;
}
#news_media_search {
	clear: both;
	margin: 20px 0;
}
/*==========service home===========*/
		#service_home_search {
	position: relative;
	width: 305px;
	height: 150px;
	background: url(../images/bg_service_home_search.jpg) no-repeat;
}
#service_home_search_txt {
	position: absolute;
	left:15px;
	top: 87px;
	border: 0;
	width: 90px;
	height: 16px;
	line-height: 16px;
	background: #fff001;
}
#service_home_search_a {
	position: absolute;
	left:110px;
	top: 85px;
	border: 0;
	width: 20px;
	height: 18px;
}
/*==========shi jia===========*/
		#shijia_steps_ul {
	position: relative;
	margin-bottom: 10px;
	width: 684px;
	height: 34px;
	background: url(../images/bg_step1.jpg) no-repeat;
}
#shijia_steps_ul li {
	position: absolute;
	top: 1px;
}
#step1_01 {
	left:33px;
}
#step1_02 {
	left:104px;
}
#step1_03 {
	left:175px;
}
#step1_04 {
	left:246px;
}
#step1_05 {
	left:317px;
}
#step1_06 {
	left:388px;
}
#step1_07 {
	left:459px;
}
#step1_08 {
	left:530px;
}
#step1_09 {
	left:601px;
}
#shijia_steps_ul li a {
	display:block;
	width:81px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align:center;
	color: #989898;
	background: url(../images/bg_steps.gif) no-repeat 0 -62px;
}
#shijia_steps_ul li a:hover, #shijia_steps_ul li a.nav_on {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	background: url(../images/bg_steps.gif) no-repeat 0 -93px;
}
#shijia_steps_ul2 li {
	float: left;
	width: 630px;
}
/*==========ming ci===========*/
		#dlList dt {
	margin-bottom: 10px;
	cursor: pointer;
}
/*==========dai kuan===========*/	
		
		/*==========shui fei===========*/	
		#cTab {
	width:100%;
	border:1px solid #E2E2E2;
	border-collapse: separate;
}
#cTab th {
	color:#0B674E;
	text-align:left;
	padding:2px 5px;
	background:#EEF6E1;
	font-weight:bold;
}
#cTab tr {
	background:#EEE;
}
#cTab tr.green {
	background:#EEF6E1;
}
#cTab td {
	padding:2px 5px;
}
/*==========jiao che liu cheng===========*/	
		#liucheng_steps_ul {
	position: relative;
	margin-bottom: 10px;
	width: 684px;
	height: 34px;
	background: url(../images/bg_step2.jpg) no-repeat;
}
#liucheng_steps_ul li {
	position: absolute;
	top: 1px;
}
#step2_01 {
	left:33px;
}
#step2_02 {
	left:104px;
}
#step2_03 {
	left:175px;
}
#step2_04 {
	left:246px;
}
#step2_05 {
	left:357px;
}
#liucheng_steps_ul li a {
	display:block;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align:center;
	color: #989898;
}
#liucheng_steps_ul li a:hover, #liucheng_steps_ul li a.nav_on {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#liucheng_steps_ul #step2_01 .nav_on,  #liucheng_steps_ul #step2_02 .nav_on,  #liucheng_steps_ul #step2_03 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -93px;
}
#liucheng_steps_ul #step2_04 .nav_on,  #liucheng_steps_ul #step2_05 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -217px;
}
#liucheng_steps_ul2 li {
	float:left;
	width: 435px;
	padding-left: 195px;
}
#liucheng0 {
	background: url(../images/bg_liucheng0.jpg) no-repeat 0 30px;
}
#liucheng1 {
	background: url(../images/bg_liucheng1.jpg) no-repeat 0 30px;
}
#liucheng2 {
	background: url(../images/bg_liucheng2.jpg) no-repeat 0 30px;
}
#liucheng3 {
	background: url(../images/bg_liucheng3.jpg) no-repeat 0 30px;
}
#liucheng4 {
	background: url(../images/bg_liucheng4.jpg) no-repeat 0 30px;
}
#liucheng_steps_ul2 .news_list li {
	float: none;
	padding-left: 16px;
	width: 100%;
	height: auto;
}
/*==========fu wu liu cheng===========*/	
		#service_steps_ul {
	position: relative;
	margin-bottom: 10px;
	width: 684px;
	height: 34px;
	background: url(../images/bg_step1.jpg) no-repeat;
}
#service_steps_ul li {
	position: absolute;
	top: 1px;
}
#step3_01 {
	left:33px;
}
#step3_02 {
	left:87px;
}
#step3_03 {
	left:141px;
}
#step3_04 {
	left:277px;
}
#step3_05 {
	left:348px;
}
#step3_06 {
	left:484px;
}
#step3_07 {
	left:571px;
}
#service_steps_ul li a {
	display:block;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align:center;
	color: #989898;
}
#service_steps_ul li a:hover, #service_steps_ul li a.nav_on {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#service_steps_ul #step3_01 .nav_on,  #service_steps_ul #step3_02 .nav_on,  #service_steps_ul #step3_07 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -31px;
}
#service_steps_ul #step3_03 .nav_on,  #service_steps_ul #step3_05 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -279px;
}
#service_steps_ul #step3_04 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -93px;
}
#service_steps_ul #step3_06 .nav_on {
	background: url(../images/bg_steps.gif) no-repeat 0 -217px;
}
#service_steps_ul2 li {
	float:left;
	width: 630px;
}
/*==========rexian===========*/
		#question_list li {
	float:left;
	width: 630px;
}
#question_list2 li {
	float:left;
	width: 310px;
}
/*==========jcfj home===========*/
		#jcfj_home_01 img {
	float: left;
	display: inline;
	margin: 10px;
}
#jcfj_home_01 .jcfj_01_word {
	float: left;
	display: inline;
	margin: 0px 5px;
	width: 490px;
}
#jcfj_home_01 .detail {
	float: right;
}
.jcfj_home_list {
}
.jcfj_home_list li {
	float: left;
	padding: 5px;
	width: 115px;
	text-align: center;
}
/*==========jcfj list===========*/
		#jcfj_list li {
	float:left;
	display: inline;
	padding: 5px;
	width: 150px;
	text-align: center;
}
#jcfj_list li img {
	border: 1px solid #CCC;
}
#jcfj_list li p {
	margin: 5px 0;
	height: 40px;
}
/*==========jcfj life list===========*/
		#jcfj_life_nav {
	height: 19px;
}
#jcfj_life_nav li {
	float: left;
	margin-left: 1px;
}
#jcfj_life_nav li a {
	display: block;
	width: 93px;
	height: 19px;
	line-height: 19px;
	background: url(../images/bg_misc.jpg) no-repeat -301px -21px;
	text-align: center;
	color: #FFF;
}
#jcfj_life_nav li a:hover, #jcfj_life_nav li a.nav_on {
	background: url(../images/bg_misc.jpg) no-repeat -301px -40px;
	text-decoration: none;
	color: #FFF;
}
/*==========jcfj info===========*/
		#jcfj_info {
	text-align: center;
}
.jcfj_info_img {
	margin: 0 auto;
	width: 462px;
	height: 349px;
	background: url(../images/bg_attach_info.jpg) no-repeat;
}
.jcfj_info_img img {
	margin-top: 25px;
}
.jcfj_info_word {
	margin: 0 auto;
	padding: 5px 0;
	width: 462px;
	background: #e4e4e4;
	text-align: left;
}
.jcfj_info_word h4 {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	background: #f2f2f2;
	font-size: 14px;
	color: #207035;
}
.jcfj_info_word p {
	padding: 0 15px;
}
.attachNum {
	font-weight: bold;
	color: #207035;
}
/*==========li cheng ti xing===========*/			
		#remind {
	position: relative;
}
#remindLayer {
	position: absolute;
	left:14px;
	top: 14px;
	width: 590px;
	height: 265px;
}
#remindForm {
	padding: 15px;
	text-align: left;
}
#remind_close {
	height: 26px;
}
#remind_close a {
	display:block;
	float: right;
	width: 26px;
	height: 26px;
	background: url(../images/ico_close.jpg) no-repeat;
}
#remindText {
	width:225px;
	font-weight:bold;
	padding-left:70px;
	color:#898989;
	background:url("../images/bg_remind.gif") no-repeat 20px 0px;
}
#remindCal {
	position:absolute;
	top:50px;
	right:50px;
	width:186px;
	padding:5px 5px 0 10px;
	background:url("../images/bg_calendar.gif") no-repeat;
}
#remindCalTail {
	background:url("../images/bg_calendar_tail.gif") no-repeat;
	line-height:7px;
	overflow:hidden;
	height:7px;
	margin:0 -5px 0 -10px;
}
#remindNotify {
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
	color:#898989;
	text-align: center;
}
/*==========class===========*/
		#class_nav_wrapper {
	position: relative;
}
#class_nav {
	height: 22px;
	position: absolute;
	top: 10px;
	right: 0;
}
#class_nav li {
	float: left;
	margin-left: 1px;
}
#class_nav li a {
	display: block;
	width: 105px;
	height: 22px;
	line-height: 22px;
	background: url(../images/bg_misc.jpg) no-repeat -394px -27px;
	text-align: center;
	color: #1c5528;
	font-weight: bold;
}
#class_nav li a:hover, #class_nav li a.nav_on {
	background: url(../images/bg_misc.jpg) no-repeat -394px -49px;
	text-decoration: none;
	color: #FFF;
}
.class_01 img {
	float: left;
	margin-right: 5px;
}
.class_01 p {
	float: left;
	width: 500px;
}
.class_02 {
	float: left;
	margin: 10px 10px 0 0;
	width: 314px;
}
.class_03 {
	float: left;
	margin: 10px 10px 0 0;
	width: 210px;
}
/*==========market===========*/
		#market_content {
	float: left;
	width: 650px;
}
#market_content h2 {
	margin: 10px 0;
}
#market_new {
	position: relative;
	width: 650px;
	height: 226px;
	background: url(../images/bg_market_new.jpg) no-repeat;
}
#market_new_img {
	position: absolute;
	left: 32px;
	top: 40px;
	width: 236px;
	height: 154px;
}
#market_new_word {
	position: absolute;
	left:316px;
	top: 27px;
	width: 306px;
	height: 180px;
	overflow: auto;
}
#market_hot ul li {
	float: left;
	width: 320px;
	height: 110px;
}
#market_hot img {
	float: left;
	margin: 0 10px 0 0;
}
.market_hot_word {
	float: left;
	width: 172px;
}
#market_old {
	padding: 15px 0 0 5px;
	margin: 10px 0 40px 0;
	width: 634px;
	height: 115px;
	background: url(../images/bg_market_scroll.jpg) no-repeat;
}
#market_goRight {
	float:left;
}
#market_goRight a {
	display: block;
	width:11px;
	height: 100px;
	background: url(../images/img_market_arrow_left.jpg) 0 10px no-repeat;
}
#market_old_content {
	float:left;
	position: relative;
	width: 600px;
	height: 115px;
	overflow: hidden;
}
#market_old_ul li {
	width: 109px;
	text-align: center;
}
#market_goLeft {
	float:left;
}
#market_goLeft a {
	display: block;
	width:11px;
	height: 100px;
	background: url(../images/img_market_arrow_right.jpg) 0 10px no-repeat;
}
#market_side {
	float: right;
	width: 205px;
}
#campCal {
	margin: 15px 0 0 0;
	width:186px;
	padding:5px 5px 0 10px;
	background:url("../images/bg_calendar.gif") no-repeat;
}
#calTail {
	background:url("../images/bg_calendar_tail.gif") no-repeat;
	line-height:7px;
	overflow:hidden;
	height:7px;
	margin:0 -5px 0 -10px;
}
#campTips {
	position:absolute;
	width:170px;
	top:0;
	right:0;
}
#campTitle {
	overflow:hidden;
	height: 6px;
	line-height:0;
	background:url("../images/bg_camp_msg_top.gif") no-repeat;
}
#campContent {
	padding:0 10px;
	border:1px solid #FFD7BB;
	border-width:0 1px;
	background:white;
}
#campTail {
	line-height:0;
	height:17px;
	background:url("../images/bg_camp_msg_btm.gif") no-repeat;
}
/*==========dealer===========*/
		#dealer_nav {
	padding: 8px 0 0 70px;
	width: 780px;
	height: 36px;
	background: url(../images/bg_dealer_nav.jpg) no-repeat;
	text-align: center;
}
#dealer_nav_ul {
	margin: 0 auto;
	height: 19px;
}
#dealer_nav_ul li {
	float: left;
	margin-left: 1px;
}
#dealer_nav_ul li a {
	display: block;
	width: 93px;
	height: 19px;
	line-height: 19px;
	background: url(../images/bg_misc.jpg) no-repeat -301px -21px;
	text-align: center;
	color: #FFF;
}
#dealer_nav_ul li a:hover, #dealer_nav_ul li a.nav_on {
	background: url(../images/bg_misc.jpg) no-repeat -301px -40px;
	text-decoration: none;
	color: #FFF;
}
#dealer_flash_wrapper {
	width: 780px;
	height: 648px;
	background: url(../images/bg_dealer_flash.jpg) 90px 400px no-repeat;
}
#flash_dealer {
	margin: 0 auto;
	text-align: center;
}
#dealer_flash_wrapper p {
	text-align:left;
	width: 560px;
	padding-left: 10px;
	margin-left:0px;
}
.delaer_market {
	margin: 10px 0;
}
.delaer_market li {
	float: left;
	padding: 0 5px;
	width: 190px;
	text-align: center;
}
.delaer_event li {
	clear: both;
	margin: 5px 0;
}
.delaer_event li h3 {
	font-size: 12px;
	padding-right: 80px;
}
.delaer_event li img {
	float: left;
	margin: 5px;
}
.delaer_event li p {
	float: left;
	margin: 5px 0px;
	width: 260px;
}
#dealer_list {
	width: 870px;
}
#dealer_list_title {
	height: 22px;
	background: url(../images/dealer_list_title.jpg) no-repeat;
}
#dealer_list_main {
	position: relative;
	height: 470px;
	background: url(../images/dealer_list_bg.jpg) repeat-x;
}
#dealer_list_nav {
	position: absolute;
	left: 45px;
	top: 15px;
	width: 101px;
	height: 167px;
	background: url(../images/dealer_list_nav_bg.jpg) no-repeat;
}
#dealer_list_nav_ul {
	margin: 10px 0 0 0;
	text-align: center;
}
#dealer_list_nav_ul li {
	margin: 5px 0;
}
#dealer_list_now {
	position: absolute;
	left: 185px;
	top: 15px;
}
#dealer_list_now h4 {
	font-size: 14px;
	font-weight: bold;
}
#dealer_list_content {
	position: absolute;
	left: 185px;
	top: 35px;
	width: 630px;
	height: 420px;
	overflow: auto;
}
#dealer_list_content dl {
	margin: 10px 0;
}
/*==========club===========*/
		#club_1a {
	float:left;
	width: 247px;
	height: 168px;
	background: url(../images/bg_club_home1.jpg) no-repeat;
}
#club_1b {
	float:left;
	width: 405px;
	height: 168px;
	padding-left: 10px;
}
#commu_top1 {
	float: left;
	width: 355px;
	padding-top: 10px;
}
#commu_top2 {
	float: left;
	width: 289px;
	height:162px;
	background: url(../images/bg_club_home2.jpg) no-repeat;
}
#commu_top2_1 {
	margin: 8px 0 0 48px;
}
.club_event {
	display:block;
	width:204px;
	height: 87px;
	background: url(../images/bg_club_home3.jpg) no-repeat;
}
#ul_club_event li {
	float: left;
	padding-left:20px;
	width: 30%;
	background: url(../images/list_02.gif) no-repeat;
}
#club #market_old {
	margin-bottom: 10px;
}
#party_ul li {
	float: left;
	width: 46%;
	margin: 0 4px;
}
/*==========club class===========*/
		#commu_class1 {
	padding-left: 160px;
	background: url(../images/img_commu_class01.jpg) no-repeat;
}
#commu_class2 {
	padding-left: 160px;
	background: url(../images/img_commu_class02.jpg) no-repeat;
}
#commu_class3 {
	padding-left: 160px;
	background: url(../images/img_commu_class03.jpg) no-repeat;
}
#commu_class4 {
	padding-left: 160px;
	background: url(../images/img_commu_class04.jpg) no-repeat;
}
.commu_class_ul li {
	float: left;
	margin: 5px;
	padding-left: 16px;
	width: 220px;
	background: url(../images/list_02.gif) no-repeat 0 3px;
}
/*==========club life man===========*/
		#life_magazine_top {
	background: #EEE;
	padding: 10px;
	margin: 0 0 20px 0;
}
#life_magazine_top1 {
	float: left;
	width: 220px;
}
#life_magazine_top2 {
	float: right;
	width: 400px;
	padding: 0px 20px 0px 0;
}
#life_magazine_old {
	padding: 15px 0 0 5px;
	margin: 0px 0 0px 0;
	width: 666px;
	height: 260px;
}
#life_magazine_goRight {
	float:left;
}
#life_magazine_goRight a {
	display: block;
	width:15px;
	height: 250px;
	background: url(../images/ico_arrow_left.jpg) 0px 100px no-repeat;
}
#life_magazine_content {
	float:left;
	position: relative;
	width: 636px;
	height: 260px;
	overflow: hidden;
}
#life_magazine_ul li {
	width: 150px;
	height: 250px;
	padding: 5px 5px 0 0;
	text-align: center;
}
#life_magazine_goLeft {
	float:left;
}
#life_magazine_goLeft a {
	display: block;
	width:15px;
	height: 250px;
	background: url(../images/ico_arrow_right.jpg) 0px 100px no-repeat;
}
/*==========club life magazine===========*/
		#life_man_interview {
	padding: 15px 0 0 5px;
	margin: 10px 0 0px 0;
	width: 666px;
	height: 142px;
}
#life_man_goRight {
	float:left;
}
#life_man_goRight a {
	display: block;
	width:15px;
	height: 135px;
	background: url(../images/ico_arrow_left.jpg) 0px 45px no-repeat;
}
#life_man_content {
	float:left;
	position: relative;
	width: 636px;
	height: 152px;
	overflow: hidden;
}
#life_man_ul li {
	width: 150px;
	height: 140px;
	padding: 5px 5px 0 0;
	background: url(../images/bg_life_man.jpg) no-repeat;
	text-align: center;
}
#life_man_goLeft {
	float:left;
}
#life_man_goLeft a {
	display: block;
	width:15px;
	height: 135px;
	background: url(../images/ico_arrow_right.jpg) 0px 45px no-repeat;
}
/*==========club life life===========*/
		#life_2 {
	float: left;
	width:420px;
	background: #EEE;
	padding: 10px;
}
#life_2_1 {
	float: left;
	width:245px;
}
#life_2_2 {
	float: left;
	width:170px;
}
#club #campCal {
	float: right;
	margin-top: 0;
}
#life_life_event {
	padding: 15px 0 0 5px;
	margin: 0px 0 0px 0;
	width: 642px;
	height: 142px;
}
#life_life_goRight {
	float:left;
}
#life_life_goRight a {
	display: block;
	width:15px;
	height: 105px;
	background: url(../images/ico_arrow_left.jpg) 0px 25px no-repeat;
}
#life_life_content {
	float:left;
	position: relative;
	width: 600px;
	height: 142px;
	overflow: hidden;
}
#life_life_ul li {
	width: 109px;
	height: 140px;
	text-align: center;
}
#life_life_goLeft {
	float:left;
}
#life_life_goLeft a {
	display: block;
	width:15px;
	height: 105px;
	background: url(../images/ico_arrow_right.jpg) 0px 25px no-repeat;
}
/*==========credits home===========*/
		#credits_1 {
	float: left;
	margin: 10px 0;
	width: 460px;
}
#credits_1 ul li {
	float: left;
	margin: 5px 0;
}
#credits_1 ul li img {
	float: left;
}
#credits_1 .credits_1_word {
	float: left;
	display: inline;
	margin: 10px;
	width: 300px;
}
#credits_1 .credits_1_word h4 {
	font-size: 12px;
	color:#1B9B44;
}
#credits_2 {
	float: left;
	margin: 10px 0;
	width: 205px;
}
#gift_new {
	padding: 6px 10px;
	width: 181px;
	height: 239px;
	background: url(../images/bg_gift_new.jpg) no-repeat;
}
#gift_new h3 {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
}
#gift_new img {
	display: block;
	margin: 0 auto 5px;
}
#gift_all {
	display: block;
	width: 201px;
	height: 71px;
	background: url(../images/img_allgift.jpg) no-repeat;
}
/*==========credits loginin===========*/
		.gift_col_short {
	float:left;
	width: 190px;
}
.gift_box {
	width: 190px;
	margin-top: 10px;
	background: url(../images/bg_gift_home_bottom.gif) no-repeat left bottom;
}
#gift_box_man {
	padding: 60px 5px 10px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_maninfo.jpg) no-repeat;
}
* html #gift_box_man {
	height: 70px;
}
#gift_box_myskoda {
	padding: 50px 5px 5px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_myskoda.jpg) no-repeat;
}
* html #gift_box_myskoda {
	height: 70px;
}
#gift_box_mail {
	padding: 60px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_mail.jpg) no-repeat;
}
* html #gift_box_mail {
	height: 70px;
}
#gift_box_doctor {
	padding: 60px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_doctor.jpg) no-repeat;
}
* html #gift_box_doctor {
	height: 70px;
}
#gift_box_bbs {
	padding: 60px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_bbs.jpg) no-repeat;
}
* html #gift_box_bbs {
	height: 70px;
}
#gift_box_blog {
	padding: 60px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_blog.jpg) no-repeat;
}
* html #gift_box_blog {
	height: 70px;
}
#gift_box_survey {
	padding: 60px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_survey.jpg) no-repeat;
}
* html #gift_box_survey {
	height: 70px;
}
#gift_box_commu {
	margin-top: 10px;
}
#gift_box_center {
	padding: 100px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_center.jpg) no-repeat;
}
* html #gift_box_center {
	height: 70px;
}
#gift_box_hot {
	padding: 70px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_hot.jpg) no-repeat;
}
* html #gift_box_hot {
	height: 70px;
}
#gift_box_new {
	padding: 65px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_new.jpg) no-repeat;
}
* html #gift_box_new {
	height: 70px;
}
#gift_box_comment {
	padding: 75px 5px 20px 10px;
	min-height: 70px;
	height: auto;
	background: url(../images/gift_title_comment.jpg) no-repeat;
}
* html #gift_box_comment {
	height: 70px;
}
.gift_box ul {
	margin-bottom: 5px;
}
.gift_box li {
	padding-left: 18px;
	width: 90%;
	min-height: 25px;
	height: auto;
	line-height: 25px;
	border-bottom: 1px dashed #CCC;
	background: url(../images/list_dot.gif) no-repeat 4px 6px;
}
* html .gift_box li {
	height: 25px;
}
.gift_box h4 {
	font-size: 12px;
}
.gift_box a.more {
	float: right;
}
#driverTips {
	clear:both;
	height: 62px;
	overflow:hidden;
}
#driverTips li {
	padding-left: 0px;
	border-bottom: 0px;
	background:none;
	line-height: 130%;
}
.gift_col_middle {
	float: left;
	padding: 0 0 0 10px;
	width: 480px;
}
#gift_search {
	margin-top:10px;
	height: 36px;
	width: 468px;
	background: url(../images/bg_gift_search.jpg) no-repeat;
}
#gift_search form {
	float: left;
	padding: 7px 0 0 20px;
	height: 29px;
}
#gift_search form select {
	width: 100px;
}
#search_submit {
	vertical-align: top;
}
.gift_box_middle {
	margin-top: 30px;
}
.gift_box_middle h3 {
	padding-left: 20px;
}
.gift_box_middle_main {
	padding: 0 20px 0 140px;
	min-height: 100px;
	height: auto;
}
* html .gift_box_middle_main {
	height: 100px;
}
.gift_box_middle_main a.more {
	float: right;
}
#gift_box_event .gift_box_middle_main {
	background: url(../images/img_gift_home_01.jpg) 10px 10px no-repeat;
}
#gift_box_credits .gift_box_middle_main {
	background: url(../images/img_gift_home_02.jpg) 10px 10px no-repeat;
}
#gift_box_class .gift_box_middle_main {
	background: url(../images/img_gift_home_03.jpg) 10px 10px no-repeat;
}
#gift_box_file .gift_box_middle_main {
	background: url(../images/img_gift_home_04.jpg) 10px 10px no-repeat;
}
/*==========credits gift list===========*/
		.gift_col_long {
	float: left;
	width: 680px;
}
#gift_search2 {
	margin-top:10px;
	width: 670px;
	height: 34px;
	background: url(../images/bg_step.jpg) no-repeat;
}
#gift_search2 form {
	float: left;
	padding: 7px 0 0 20px;
}
#gift_search2 form select {
	width: 100px;
}
#gift_list_ul li {
	float:left;
	display: inline;
	padding: 5px;
	width: 200px;
	text-align: center;
}
#gift_list_ul li img {
	border: 1px solid #CCC;
}
#gift_list_ul li p {
	margin: 5px 0;
	height: 40px;
}
#gift_list_ul li a {
	margin: 0 auto;
}
/*==========credits gift info===========*/
		#gift_info_1 {
	float: left;
	width: 190px;
}
#gift_info_2 {
	float: left;
	width: 460px;
}
#gift_info_2 h4 {
	font-weight: bold;
	color: #207b38;
}
/*==========credits order step===========*/
		#order_steps_ul {
	position: relative;
	margin: 10px 0;
	width: 670px;
	height: 34px;
	background: url(../images/bg_step4.jpg) no-repeat;
}
#order_steps_ul li {
	position: absolute;
	top: 1px;
}
#step4_01 {
	left:71px;
}
#step4_02 {
	left:182px;
}
#step4_03 {
	left:293px;
}
#step4_04 {
	left:404px;
}
#order_steps_ul li a {
	display:block;
	width:121px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	text-align:center;
	color: #989898;
	background: url(../images/bg_steps.gif) no-repeat 0 -186px;
	cursor: default;
}
#order_steps_ul li a:hover {
	text-decoration: none;
}
#order_steps_ul li a.nav_on {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	background: url(../images/bg_steps.gif) no-repeat 0 -217px;
}
#order_gift_list {
	width: 95%;
	margin: 10px 0;
}
#order_gift_list th {
	font-weight: bold;
}
#order_gift_list th, #order_gift_list td {
	padding: 4px;
	text-align: center;
}
#order_gift_list .w1 {
	width: 40%;
}
#order_gift_list .w2 {
	width: 15%;
}
#order_gift_list .w3 {
	width: 20%;
}
#order_gift_list .w4 {
	width: 15%;
}
#order_gift_list .w5 {
	width: 10%;
}
#order_gift_list .input_text {
	border:1px solid #A5CA9C;
	color:#413F3F;
	width:80px;
	height:18px;
}
#order_gift_list a {
	margin: 4px;
}
#order_des {
	border-top: 1px dashed #CCC;
}
#order_des p {
	clear: both;
}
#order_des a {
	margin:4px;
}
#order_des img {
	vertical-align: top;
}
#tbl_address {
	margin: 10px 0;
	width: 95%;
	background: #f6f3e2;
}
#tbl_address td {
	padding: 5px 10px;
}
#tbl_address01 {
	width: 200px;
}
/*==========meida===========*/
		.media_home_ul {
	width: 650px;
	height: 180px;
	background: url(../images/bg_media_home.jpg) no-repeat;
}
.media_home_ul li {
	float: left;
	display: inline;
	width: 188px;
	height: 153px;
	margin: 10px 10px 0 15px;
}
.media_home_li1 {
	background: url(../images/bg_media_frame1.gif) no-repeat;
}
.media_home_li1 img {
	margin: 30px 0 0 20px;
}
.media_home_li2 {
	background: url(../images/bg_media_frame2.gif) no-repeat;
}
.media_home_li2 img {
	margin: 32px 0 0 24px;
}
.media_home_li3 {
	background: url(../images/bg_media_frame3.gif) no-repeat;
}
.media_home_li3 img {
	margin: 30px 0 0 20px;
}
#media_list li {
	float: left;
	margin: 5px;
	width: 155px;
}
.media_list_ss li {
}
#media_page_nav {
	clear: both;
	margin: 10px;
	text-align: center;
}
#media_page_nav a {
	margin: 0 5px;
}
#media_view_tvc_wrapper {
	margin: 10px 0;
	text-align: center;
}
#media_view_tvc {
	margin: 0 auto;
}
#media_view_btn {
	margin: 0 auto;
	padding: 10px 0;
	width: 200px;
	height: 30px;
	text-align: center;
}
/*==========search===========*/
		#search_top {
	height: 40px;
}
#search_top span, #search_top a {
	display: block;
	float: left;
	margin: 5px;
}
#search_top #search_span {
	margin-top: 0;
	width: 258px;
	height: 29px;
	background:url(../images/bg_misc.jpg) no-repeat -173px -122px;
}
#search_txt {
	margin: 6px 20px 0;
	width: 190px;
	height: 16px;
	border: none;
	background: #fffc01;
}
#search_more h3 {
	padding-left: 55px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	background: #e6e2c7;
}
#tbl_search, #tbl_search_result {
	margin: 10px 0;
	width: 100%;
	background: #f6f3e2;
}
.tbl_title {
	font-size: 12px;
	font-weight: bold;
	background: #e6e2c7;
}
.tbl_title2 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
#tbl_search td, #tbl_search_result td {
	padding: 5px 10px;
}
.tbl_search01 {
	width: 140px;
}
.tbl_search_result01 {
	width: 550px;
}
.tbl_search_result02 {
	width: 120px;
}
.tbl_search_result03 {
	width: 120px;
}
/*==========joinus===========*/
		
		
		/*==========sitemap===========*/
		.sitemap_list {
	float: left;
	width: 140px;
}
.sitemap_list h3 {
	font-size: 12px;
	font-weight: bold;
	color:#1B9B44;
}
/*==========product config===========*/
		#bg_config {
	width: 100%;
	background: url(../images/bg_config.jpg) repeat-x;
	text-align: center;
}
#config_main {
	margin: 0 auto;
	padding: 1px 0 0 0;
	width:794px;
	background: url(../images/bg_config_top.jpg) no-repeat;
}
#config_btn {
	margin: 1px auto 0px;
	width: 700px;
	height: 30px;
}
#config_title {
	position: relative;
	width: 100%;
	height: 50px;
	text-align:left;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg_title.jpg) no-repeat;
}
#config_title_a1 {
	position: absolute;
	left: 80px;
	top: 12px;
}
#config_title_a2 {
	position: absolute;
	left: 185px;
	top: 12px;
}
#config_title_a3 {
	position: absolute;
	left: 290px;
	top: 12px;
}
#config_title_a4 {
	position: absolute;
	left: 395px;
	top: 12px;
}
a.config_tab {
	display: block;
	width: 105px;
	height: 22px;
	line-height: 22px;
	background: url(../images/bg_misc.jpg) no-repeat -394px -27px;
	text-align: center;
	color: #1c5528;
	font-weight: bold;
}
a.config_tab1 {
	display: block;
	width: 105px;
	height: 22px;
	line-height: 22px;
	background: url(../images/bg_misc.jpg) no-repeat -394px -49px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
a.config_tab2 {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-image:url(../images/tab_greenline.jpg);
}
#config_table {
	margin: 20px 0;
	width:100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#config_table th, #config_table td {
	border: 1px solid #ddd;
	padding: 2px;
}
#config_table th {
	height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background:#118f41;
}
/*==========reserve===========*/
		#reserve_content {
	padding: 10px 10px 10px 250px;
	background: url(../images/bg_reserve.jpg) no-repeat;
}
#tbl_reserve {
	margin: 10px 0;
	width: 100%;
	background: #f6f3e2;
}
#tbl_reserve td {
	padding: 4px;
	height: 26px;
}
#reserve_ok {
	margin: 10px 10px 10px 30px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}
/*==========buycar===========*/
			#tbl_buycar {
	margin: 10px 0;
	width: 100%;
	background: #f6f3e2;
}
#tbl_buycar td {
	padding: 4px;
	height: 26px;
}
/*==========nav right===========*/
	#main_nav {
	float: right;
	width: 173px;
}
#main_nav h2 a {
	display:block;
	padding-right:8px;
	width: 165px;
	height: 32px;
	line-height: 30px;
	background: url(../images/bg_misc.jpg) 0 0 no-repeat;
	font-size: 14px;
	text-align: right;
}
#main_nav h2 a:hover, #main_nav h2 a.nav_on {
	color: #FFF;
	background: url(../images/bg_misc.jpg) 0 -32px no-repeat;
	text-decoration: none;
}
#sub_nav {
	width: 173px;
}
#sub_nav li {
	display:inline;
	width: 173px;
}
#sub_nav li a.nav {
	display:block;
	padding-right:8px;
	width: 165px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bg_misc.jpg) 0 -64px;
	font-weight: bold;
	text-align:right;
}
#sub_nav li a:hover.nav, #sub_nav li a.nav_on {
	color: #FFF;
	background: url(../images/bg_misc.jpg) 0 -87px;
	text-decoration: none;
}
#sub_nav li div.sub_mask {
	background: #e4e4e4;
}
#sub_nav ul.sub_nav {
	padding: 5px 0;
}
#sub_nav ul.sub_nav li a {
	display: block;
	padding-right: 8px;
	width: 165px;
	height: 24px;
	line-height: 24px;
	text-align:right;
}
#sub_nav ul.sub_nav li a:hover, #sub_nav ul.sub_nav li a.nav_on {
	background: #f2f2f2;
	text-decoration: none;
	color: #00965c;
}
#relevant_links {
	margin:0px 0px 30px 0px;
	width: 173px;
	background: url(../images/bg_misc.jpg) no-repeat 0 -110px;
}
#relevant_links li {
	margin-left: 15px;
	height: 20px;
	line-height: 20px;
	margin-right:3px;
	color: #00965c;
}
#relevant_links li.first { padding-top:5px;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	color: #0e5551;
}
/*==========bottom===========*/
#bottom {
	margin: 20px 0;
	width: 100%;
	min-width: 950px;
	height: 116px;
	background: url(../images/bg_bottom.jpg) repeat-x;
}
#quick_links {
	position: relative;
	width: 147px;
}
#quick_links h3 {
}
#quick_links h3 a {
	display: block;
	height: 27px;
	line-height: 27px;
	background: #CCC url(../images/bg_misc.jpg) no-repeat -394px 0;
}
#quick_links_list {
	padding: 5px 0;
	background: #e8e8e8;
}
#quick_links_list li a {
	display:block;
	padding: 0 5px;
	width: 137px;
	height: 24px;
	line-height: 24px;
}
#quick_links_list li a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #F2F2F2;
}
#copyright {
	height: 20px;
}
#copyright a {
	float: left;
	margin: 0 10px;
}
#copyright span {
	float: right;
}
#copyright img {
	margin:-2px 4px;
}
#logo_svw {
	text-align: right;
}
/*==========generic==========*/
.news_list li {
	margin: 5px;
	padding-left: 16px;
	height: 20px;
	line-height: 20px;
	background: url(../images/list_02.gif) no-repeat 0 3px;
}
.news_list2 li {
	margin: 5px;
	padding-left: 16px;
	background: url(../images/list_02.gif) no-repeat 0 3px;
}
.list2 li {
	margin: 5px;
	padding-left: 56px;
	background: url(../images/list_02.gif) no-repeat 40px 3px;
}
.title {
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
 color:#396;
}
.title2 {
	width: 314px;
	height: 42px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg_title2.jpg) no-repeat;
}
.title3 {
	width: 190px;
	height: 43px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg_title3.jpg) no-repeat;
}
.title4 {
	width: 460px;
	height: 43px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg_title4.jpg) no-repeat;
}
.page_list {
	clear: both;
	text-align: center;
}
.page_list a {
	padding: 0 3px;
}
.ul_sub1 {
	padding: 5px 20px;
}
.ul_sub1 li {
	margin: 10px 0px;
}
.ul_sub2 {
	padding: 5px 20px;
}
.toggle_show dt {
	position: relative;
	clear: both;
	margin: 10px 0;
	width: 100%;
	height: 50px;
	line-height: 40px;
	color: #207436;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg_title.jpg) no-repeat;
	cursor: pointer;
}
.toggle_show dt a {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	width:24px;
	height: 24px;
	background: url(../images/ico_closed.jpg) no-repeat;
}
.toggle_show dt a.nav_on {
	background: url(../images/ico_opened.jpg) no-repeat;
}
.toggle_show dd {
	clear: both;
	margin: 10px 0;
}
.page_now {
	margin: 0 5px;
	padding: 0 6px;
	color: #FFF;
	background:#1B9B44;
}
.strong {
	font-size: 12px;
	font-weight: bold;
	color:#1B9B44;
}
.input_border_green {
	border:1px solid #A5CA9C;
	height: 18px;
}
.input_box {
	border:1px solid #A5CA9C;
	color:#413F3F;
	width:130px;
	height:18px;
	vertical-align: top;
}
.input_box2 {
	border:1px solid #A5CA9C;
	height:18px;
	vertical-align: top;
}
.readonly {
	background: #ddd;
}
dl.olList {
	margin: 2px 0;
	padding-left: 30px;
}
.olList dt {
	position: relative;
	font:bold 12px/20px "Tahoma", sans-serif;
	color:#1B9B44;
}
.olList dt span {
	position: absolute;
	left:-30px;
	top:-2px;
	display:block;
	background:url("../images/bg_newslist.gif") no-repeat 0 center;
	width:22px;
	color:white;
	font-size:11px;
	line-height:20px;
	text-align:center;
}
.olList dd {
	clear:both;
	margin:5px 0 10px 0;
	padding-left:0px;
}
dl.simple {
	margin: 10px 0px;
}
dl.simple dt {
	padding-left:30px;
	border-bottom:1px dashed #B0B0B0;
	font-weight: bold;
	background:url("../images/icon_lastnews.gif") no-repeat 0 center;
	color:#1B9B44;
}
dl.simple dd {
	margin:10px 0px;
	padding-left:30px;
}
a.stepW2 {
	width: 65px;
	background: url(../images/bg_steps.gif) no-repeat 0 0;
}
a:hover.stepW2 {
	background: url(../images/bg_steps.gif) no-repeat 0 -31px;
}
a.stepW4 {
	width: 81px;
	background: url(../images/bg_steps.gif) no-repeat 0 -62px;
}
a:hover.stepW4 {
	background: url(../images/bg_steps.gif) no-repeat 0 -93px;
}
a.stepW5 {
	width: 98px;
	background: url(../images/bg_steps.gif) no-repeat 0 -124px;
}
a:hover.stepW5 {
	background: url(../images/bg_steps.gif) no-repeat 0 -155px;
}
a.stepW6 {
	width: 121px;
	background: url(../images/bg_steps.gif) no-repeat 0 -186px;
}
a:hover.stepW6 {
	background: url(../images/bg_steps.gif) no-repeat 0 -217px;
}
a.stepW9 {
	width: 148px;
	background: url(../images/bg_steps.gif) no-repeat 0 -248px;
}
a:hover.stepW9 {
	background: url(../images/bg_steps.gif) no-repeat 0 -279px;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.clear2 {
	clear: both;
}
.clr_l {
	clear: left;
}
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left;
}
.va-t {
	vertical-align: top;
}
.va-m {
	vertical-align: middle;
}
.va-b {
	vertical-align: bottom;
}
.f-l {
	float:left;
}
.f-r {
	float:left;
}
.clr_white {
	color: #FFF;
}
.clr_black {
	color: #000;
}
.clr_yel {
	color: #FF0;
}
.clr_red {
	color: #F00;
}
.clr_orange {
	color: #F60;
}
.clr_green {
	color:#00965c;
}
.bg_green {
	background: #e0f0cc;
}
.bg_gray {
	background: #d6d6d6;
}
.m2 {
	margin: 2px;
}
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.mt10 {
	margin-top: 10px;
}
.pr30 {
	padding-right: 30px;
}
.highLight {
	color:#FF661F;
}
/*==========component calendar==========*/

table.jimCal {
	border-collapse: separate;
	background:white;
}
table.jimCal caption {
	padding:2px 10px;
}
table.jimCal caption span {
	color:#323232;
	font:bold 12px/20px Arial, sans-serif;
}
table.jimCal thead th {
	font:10px/18px Arial, sans-serif;
	text-align:center;
	padding:2px;
	color:#036;
}
table.jimCal thead th.rest {
	color:#FF0000;
}
table.jimCal tbody td {
	font:10px/16px Arial, sans-serif;
	text-align:center;
	padding:1px 2px;
	color:#333;
	cursor:default;
}
table.jimCal tbody td.rest {
	color:#FF0000;
}
/*
table.jimCal tbody td.curDay{ background:#00ADEF; color:#EEE; }
*/
table.jimCal tfoot td {
	font:bold 11px/16px Verdana, sans-serif;
}
table.jimCal tbody td.choose {
	background:url(../images/bg_active_date.gif) no-repeat center center;
	color:#FFFFFF;
}
/*==========testify===========*/
#testify_top {
	background: #EEE;
	padding:10px;
	font-weight: bold;
}
#popup090827 {
	background:url(../images/skoda090827.jpg) no-repeat;
	width:500px;
	height:180px;
}
#popup090827 #closePop {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:15px;
	right:15px;
}
/*=========left ads=========*/
div#left_ads {
	position:relative;
	width:100%;
	height:14px;
	margin-top:-10px;
	line-height:14px;
}
div#left_ads ul {
	list-style:none;
	position:absolute;
	top:20px;
	left:66px;
}
div#left_ads li {
	cursor:pointer;
	list-style:none;
	float:left;
	width:14px;
	height:14px;
	margin-right:2px;
	background:#ddd;
	font-size:10px;
	font-family:arial;
	color:#888;
	text-align:center;
}
div#left_ads li.on {
	background:#ea7900;
	color:#fff;
}
/*娜姐加的*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix:after {
	visibility: hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.hide {
	display:none;
}
/*newsbox*/
.newsbox .newsbox_l {
	float:left;
	width:300px;
}
.newsbox .newsbox_r {
	font-size:13px;
	margin-left:300px;
}
.newsbox .newsbox_r h3 {
	height:30px;
	font-size:13px;
}
/*我加的*/
.hd {
	display:none;
}
.sw {
	display:block;
}
/**
#info { color:#8b8c8e;}
#info a{ color:#666;}
#info ul li{ float:left; text-align:center; cursor:pointer; list-style:none; padding:3px 20px;  background:#ebebeb;border:1px solid #cecece; }
#info ul li.ha{ background:#247f3c;}
#info ul li.ha a{color:#FFF;}
#info ul li a{text-decoration:none;}
#info1,#info2,#info3,#info4{padding:15px 0 0 0;}
#info th,#info td{vertical-align:middle;}
**/

/*gobby*/
.tit {
	font-weight:700;
	font-size:12px;
	text-align:center;
}
.titp {
	text-indent:24px;
}
/*friendlink*/
.friendlink { width:950px; margin:0 auto; height:40opx; }
.friendlink .top_bg { text-align:left; height:22px; overflow:hidden; padding-left:10px; }
.friendlink .top_bg a { font-size:14px; color:#016d42; font-weight:bold; }
.friendlink .content_foot { background:url(../images/friend_mid_bg.gif) left top repeat-y; height:40px; text-align:left; padding:5px 10px; width:930px; margin:0 auto; }
.friendlink .content_foot li { float:left; margin:0 2px; line-height:14px; width:110px; height:18px;list-style: none; }
.friendlink .content_foot a { float:left; }
.friendlink .bot_bg { background:url(../images/friend_bot_bg.gif) left top no-repeat; height:5px; overflow:hidden; }

.picnews{margin:0 auto; 
	width:950px;
	clear:both;
	overflow:hidden;
	margin-top:10px;
}
 .button   {   
  FONT-SIZE:   9pt;     
  WIDTH:   60px;     
  COLOR:   #000000;     
  BORDER-TOP-STYLE:   none;     
  BORDER-RIGHT-STYLE:   none;     
  BORDER-LEFT-STYLE:   none;     
  BORDER-BOTTOM-STYLE:   none;   
  HEIGHT:   20px;     
  BACKGROUND-COLOR:   #ff9900;     
  }  
  
  
  .headerWrap {background:url(../images/header_line.gif) repeat-x 0 88px;}
.header {width:940px;margin:0 auto;padding:1px 0 0;background:url(../images/claim.gif) no-repeat 17px 20px;height:130px;}
.logo {float:right;}

.topNavigation {margin:104px 0 0;float:left;position:relative;width:764px;height:28px;z-index:9999;}
	.topNavigation ul {margin:0;padding:0;list-style:none;float:left}
	.topNavigation ul li {float:left;font-size:12px;background:url(../images/nav_line.gif) no-repeat right 6px;padding:0 2px 0 0;margin:0 2px 0 0;}
	.topNavigation ul li.last {background:none;}
	.topNavigation ul li a {color:#333; text-decoration:none;display:block;height:17px;padding:3px 5px;border:1px solid #fff;border-bottom:none;}
	*html .topNavigation ul li a {float:left;}
	.topNavigation ul li a:hover {color:#999;}
	.topNavigation ul li.hasSub a:hover,.topNavigation ul li.hasSub a.active {color:#999;border:1px solid #ccc;border-bottom:none;}
	.topNavigation ul li .e {../images/nav_e.gif) no-repeat 28px 2px;display:block;}
	.topNavigation ul li li {float:none;background:none;background:url(../images/bullet_green.gif) no-repeat 0 6px;margin:0 0 0 6px;padding:0 0 0 7px;}
	.topNavigation ul li li a {float:none;}
	.topNavigation ul li.hasSub li a:hover {border:1px solid #fff;border-bottom:none;}
	.nav_top_sub {background:#fff;border:1px solid #ccc;border-top:none;padding:5px 3px;}
	.nav_top_sub { position:absolute;z-index:1002;}
	*html #nav_top_sub1 {top:24px;left:40px;width:120px;}
	*html #nav_top_sub2 {top:24px;left:116px;width:109px;}
	*html #nav_top_sub4 {top:24px;left:256px;width:140px;}
	*html #nav_top_sub5 {top:24px;left:392px;width:85px;}
	*html #nav_top_sub6 {top:24px;left:444px;width:85px;}
	*html #nav_top_sub7 {top:24px;left:532px;width:90px;}

.topSearch {margin:0 0 0 5px;float:left;}
*html .topSearch {margin:0;}
.topSearch input {background:url(../images/topsearch_bg.gif) no-repeat;width:130px;height:22px;border:none;float:left;}
.topSearch .submitBtn {float:left;width:22px;height:22px;text-indent:-9999em;background:url(../images/topsearch_btn.gif) no-repeat;}