@charset "utf-8";
html,table{line-height:150%;}
body{margin:0; padding:0; position:relative; text-align:center; color:#333; font:12px Arial, Helvetica, sans-serif,"宋体";}

form,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd{margin:0;padding:0;}

input,select{vertical-align:middle; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
input,textarea{font-size:14px;padding:1px;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.vm{ vertical-align: middle}
.fn{font-style:normal;}
/* boxes */
ul,li{list-style:none;}
img{border:0;margin:0;}

/*display*/
.hide {display:none;}
.show {display:block; clear:both;}
.block {display:block;}


/*indent & line-height*/
.f11{ font-size:11px;} .f12{ font-size:12px;} .f14{ font-size:14px;} .f16{ font-size:16px;} .f18{ font-size:18px;} .f22{ font-size:22px;} .f24{ font-size:24px;}
.f24b{ font-size:24px; font-weight:bold} .f28{ font-size:28px;} .f28b{ font-size:28px;  font-weight:bold} 
 .ml10{ margin-left:10px} .ml15{ margin-left:15px} .ml20{ margin-left:20px} .ml25{ margin-left:25px} .mr3{ margin-right:3px} .mr10{ margin-right:10px} .mr15{ margin-right:15px} .mr20{ margin-right:20px}
.mr25{ margin-right:25px} .mt5{ margin-top:5px} .mt10{ margin-top:10px} .mt15{ margin-top:15px} .mt20{ margin-top:20px} .mt25{ margin-top:25px} .mb10{ margin-bottom:10px} .mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px} .mb25{ margin-bottom:25px} .pt5{ padding-top:5px}



/* links */
a:link,a:visited{color:#000;text-decoration:none}
a:hover{text-decoration:none; color:#fe7200;}
.red,a.red:link,a.red:visited {color:#990000;}
.fred,a.fred:link,a.fred:visited {color:#FF0000;}
.black,a.black:link,a.black:visited {color:#000;}
.gray,a.gray:link,a.gray:visited {color:#666;}
.blue,a.blue:link,a.blue:visited {color:#1e4e8e;}
.yellow,a.yellow:link,a.yellow:visited {color:#fe7200;}
.orange,a.orange:link,a.orange:visited {color:#ee5d04;}
.white,a.white:link,a.white:visited {color:#fff;}
.green,a.green:link,a.green:visited {color:#009900;}
.fblue,a.fblue:link,a.fblue:visited {color:#0096DB;}
.ffblue,a.ffblue:link,a.ffblue:visited{color:#0099FF;}
.b369,a.b369:link,a.b369:visited {color:#336699;}
.bkgray{background: #EEEEEE;}
.violet,a.violet:link,a.violet:visited {color:#6600cc; }
.linkf90,a.linkf90:link,a.linkf90:visited{color:#ff9900;}
.linknm,a.linknm:link,a.linknm:visited{color:#0096DB;}


.u,a.u:link,a.u:visited {text-decoration:underline}
.b,a.b:link,a.b:visited {font-weight:bold;}
.del,a.del:link,a.del:visited {text-decoration:line-through;}

.margin_t{margin-top:7px;}

.allborder{border:1px solid #e9e9eb;}
.allborder_yellow{ border:1px solid #f5a767;}
.padding_all{padding:1px;}


/* hearder */
.loginbar{ float:right; margin: 5px 30px; color: #999999} 
.loginbar a{ color: #003399; font-weight:bold}

.main_white{width:100%; background:#FFF}
.main_black{width:100%; background:#000}
.main_gray{width:100%; background:#F1F1F1}
.main_box{ margin:0 auto; width:960px; text-align:left}
.pd0505{ padding:0 5px}.pd010010{ padding:0 10px} .pd510510{padding:5px 10px}; .pdall5{padding:5px} .pdall10{padding:10px} 
.pd15050{ padding:10px 0} .pd100100{ padding:10px 0}
.same_line{ display: inline-block}

.top_list{background:#3D3D3D; height:37px;overflow:hidden}
#nav {
	float: left;
	margin: 0 0 0 0;
	padding: 0 6px;
	background: #F1F1F1;
	border-top: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	}
#nav li {
	float: left;
	position: relative;
	font-size:16px;
	background: url(../images/nav-line.png) no-repeat; 
	}
#nav li.open, #nav li:hover {
  background: #DFDFDF;
  }
#nav li a {
	display: block;
	padding: 10px 15px 10px 13px;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	}

#nav li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 320px;
  padding: 0 0 5px;
  background: #DFDFDF;
  border: solid #DFDFDF;
  border-width: 0 1px 1px;
  text-align:left;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  z-index:99999;
  }

#nav li:hover ul {
  display: block;
  }
#nav li ul li {
  float: none;
  background: #DFDFDF; 
  }
#nav li ul li a {
  padding: 8px 10px;
  display: inline-block;
  }
#nav li ul li a {display: block;}
#nav li ul li a:hover {
  background: #DD4B39;
  color: #F1F1F1;
  }



/* main idnex   */
.m_w{width:100%; margin:0 auto;}
.w_c{ width:960px; margin:0 auto;}
.bg_black{ background:#000} .bg_white{ background:#fff} .bg_gray{ background:#F1F1F1}

.header{width:100%; height:55px; overflow:hidden; text-align:left;border:0px solid #FF0000}
.header .logo_wrap{width:680px; padding:10px; overflow:hidden; float:left;}
.header .logo_wrap h1.logor{float:left; font-size:12px; font-weight:normal; padding:10px 10px 0 10px; color:#818181;border:0px solid #993366}

.index_sub_tl{width:590px;  float:left;}
.index_sub_tr{width:355px;  float:right;}

.right_extra{padding:15px 10px 22px 10px;background: #F2F2F2; border:1px solid #CCCCCC; border-radius:5px; font-size: medium; margin-bottom:15px}
.detail_right{ float:left; width:270px;  margin:65px 0 30px 30px; text-align:left}
.btn_cb{border:0; float:left; height:36px;text-align:center; background:#E37222;color:#FFFFFF; font-size:16px; font-weight:bold; cursor: pointer;background:url(../images/atlas_btn_w_big.gif) no-repeat; padding:0 3px 0 20px;margin-right:0; font-family:Arial, Helvetica, sans-serif}
.btn_rb{height:40px; width:40px; float:left;background:url(../images/atlas_btn_w_big.gif) no-repeat; background-position:-268px -64px;}

.btn_c{ border:0; float:left; height:27px; text-align:center;  background:#E37222;color:#FFFFFF; font-size:16px;font-weight:bold; cursor: pointer;background:url(../images/set_btn.gif) no-repeat ; padding-left:20px; margin-right:0; font-family:Arial, Helvetica, sans-serif}
.btn_r{ height:30px;width:30px; float:left;background:url(../images/set_btn.gif) no-repeat;background-position:-275px -73px; }

#bkg1{ background:#000;position: absolute;top: 0px;left: 0px;right:0px; background:rgba(0,0,0,0.6); filter:alpha(opacity=40);}

.pic_star5{height:14px;width:80px;display:inline-block;background:url(../images/smallpic.png) no-repeat;background-position:-92px -57px;vertical-align:middle}
.pic_date{height:14px;width:18px;display:inline-block; background:url(../images/smallpic.png) no-repeat;background-position:-43px 0;vertical-align:middle}
.pic_yes9{height:14px;width:18px;display:inline-block; background:url(../images/smallpic.png) no-repeat;background-position:0 -2px; vertical-align:middle}
.pic_yes1{height:13px;width:13px;display:inline-block; background:url(../images/smallpic.png) no-repeat;background-position:-22px -2px; vertical-align:middle}
.pic_gold{height:14px;width:15px;display:inline-block; background:url(../images/smallpic.png) no-repeat;background-position:-79px -44px;vertical-align:middle}
.pic_arrow{height:25px;width:28px;display:inline-block; background:url(../images/smallpic.png) no-repeat;background-position:-40px -22px; vertical-align:middle}
.pic_proguide{height:37px;width:40px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-132px -3px;}
.pic_writerev{height:18px;width:15px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-88px -2px;}
.pic_askque{height:15px;width:15px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-70px -2px;}


.pic_car{height:17px;width:23px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-75px -24px;}
.pic_plane{height:21px;width:21px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-20px -94px;}
.pic_find{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-63px -55px;}
.pic_chat{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-65px -95px;}
.pic_pos{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-18px -55px;}
.pic_va{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-45px -74px;}
.pic_team{height:18px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-65px -117px;vertical-align:middle}
.pic_place{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-20px -55px;}
.pic_sely{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-43px -135px;}
.pic_seln{height:20px;width:20px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-65px -135px;}
.pic_greendot{height:10px;width:10px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-108px -27px;}
.pic_rightarr{height:13px;width:15px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-121px -38px;vertical-align:middle}
.pic_note{height:30px;width:26px; display:inline-block; vertical-align:middle; background:url(../images/smallpic.png) no-repeat;background-position:-2px -138px;}
.pic_gray{height:19px;width:9px; display:inline-block; vertical-align:middle; background:url(../images/pic2box.png) no-repeat;background-position:-17px -3px;vertical-align:middle; }
.pic_blue1{height:19px;width:9px; display:inline-block; vertical-align:middle; background:url(../images/pic2box.png) no-repeat;background-position:-80px -3px;vertical-align:middle; }
.pic2_h1{height:30px;width:30px; display:inline-block; vertical-align:middle; background:url(../images/pic2box.png) no-repeat;background-position:-31px -270px;vertical-align:middle}
.pic2_h2{height:30px;width:30px; display:inline-block; vertical-align:middle; background:url(../images/pic2box.png) no-repeat;background-position:0 -270px;vertical-align:middle}
/*Shopping cart
--------------------*/
#totalprice{font-size:36px; color: #006699; margin-bottom:20px}
.detail_right{ float:left; width:270px;  margin:0 0 30px 30px; text-align:left}
.add_service{ float:left; background: #EEEEEE; border:1px solid #006699;  border-radius:5px; padding:9px; margin:6px; font-size:14px; width:550px; display:none }
.extra_service{float:left; background: #F5F5F5; width:620px; padding:3px 15px; border-bottom:1px solid  #E3E3E3; margin:3px 0;}
.extra_service1{float:left; text-align:right; width:640px; padding:3px 5px;  margin:3px 0 20px 0;}
.extra_service .titleshow{cursor: pointer; padding:5px 0 3px 0}
.pricetype{float:right; text-align:right;font-weight:bold; font-size:18px; color:#006699; width:150px}
.input_f{font-size:14px; padding:3px 3px font-family:Arial, Helvetica, sans-serif}
.alldetails{ float:left; width:560px; margin:10px 0 10px 40px; display:inline;background:#FFFFFF; padding:10px; border-radius:5px; border:1px solid #D7D7D7}
.alldetails1{ margin:10px 0 5px 40px;  padding:5px 0; }
.alldetails1 textarea{ font-size:14px}


/* index left */
.hiva_wrap{margin-top:20px; text-align:left;}
.hiva_wrap h2.title_01{font-size:20px;*font-size:22px;color: #993300; }
.hiva_wrap ul.hiva{margin:10px 0 0 0;}
.hiva_wrap ul.hiva li{line-height:22px; font-size:16px; color:#043168; padding-left:20px; background:url(../images/icon_right.gif) left center no-repeat; *display:inline-block }

.index_start_wrap{width:100%; margin-top:10px; text-align:left;}
img.get_started{ margin-left:15px;}
div.title_y{width:100%; margin-top:3px; height:32px; background:url(../images/title_ybg_l.png) left center no-repeat;}
div.title_y h3{font-size:18px; font-weight:normal; color:#2b2a2c; line-height:32px; text-indent:20px; background:url(../images/title_ybg_r.png) right center no-repeat}




/* index right */



.footers{ margin:5px auto; line-height:150%; color:#000;  border-top:1px solid #CCCCCC }

.fe_pareners{text-align:left; padding:10px 0 3px;}
h3.fe_p_title{color:#013366; font-size:16px;}

.footer_links a{ margin:0px 5px;}
.copy_wrap{ margin:20px auto; width:930px; color: #9B9B9B}

.footers_info{ color:#666666}
.footer_all{background: #3D3D3D; width:100%; border-top:3px solid #DD4B39; color:#f1f1f1}
.footer_all .noborder{border:0}
.footer_all .footer_box{margin:0 auto;text-align:center; background: #3D3D3D; padding-bottom:10px; width:960px}
.foot_main .w1{ float:left; width:235px; margin:10px 3px 30px 12px; height:169px;  text-align:left; line-height:20px; }
.foot_main .w2{ float:left; width:155px; margin:10px 3px 30px 12px; height:169px; text-align:left; line-height:20px; }
.foot_main .w3{ float:left; width:315px; margin:10px 3px 30px 12px; height:169px;  text-align:left; line-height:20px; }
.foot_main li u{ font-size:18px; font-weight:bold; color:#f1f1f1; display: inline-block; margin:10px 0}
.foot_main li p{ color:#f1f1f1}
.foot_main li  a{ color:#f1f1f1; font-size:14px}
.foot_main li  a:hover{ color:#fe7200}

/*===============*/




#msgDiv { z-index:10001;width:400px;height:300px;background:white;border:3px solid #004080; border-radius:5px;position:absolute;left:42%;top:180px;font-size:14px;margin-left:-225px;display:none;}

/** eof site_mid _ **/






.site_sub_main_wap{width:100%; padding-top:0px;  padding-bottom:8px; text-align:left}
.site_sub_main{width:960px; margin:0 auto; clear:both; padding-top:3px; }


/* bof buging office  */
.site_buyoffice_top{width:100%; clear:both; text-align:left; padding-top:10px; font-size:14px; color:#006666;}
.site_buyoffice_top h1{font-size:14px; text-indent:10px;}
.site_buyoffice_top p{font-size:14px;  padding:10px;}

.site_buyoffice_left_wap{width:410px; float:left; text-align:left; padding:0px 10px 10px; line-height:180%; padding-top:10px; font-size:14px;}
.site_buyoffice_left_wap h5{ font-size:14px;}
.site_buyoffice_left_wap p{margin-bottom:20px;}
.site_buyoffice_right_wap{width:520px; float:right; text-align:left; padding:10px;}
.site_buyoffice_right_wap h5{ font-size:14px;}
.site_buyoffice_right_wap table{}
.site_buyoffice_right_wap th{vertical-align:top; text-align:right; padding-right:5px; width:120px; font-weight:normal; padding:3px 0px 3px 5px; vertical-align:top; font-size:14px;}
.site_buyoffice_right_wap td{ vertical-align:top; padding:3px 5px 3px 5px; font-size:14px;}
.site_buyoffice_right_wap ul{}
.site_buyoffice_right_wap li{ padding:3px; clear:both;}
.site_buyoffice_right_wap label{ width:100px; float:left;}

.site_buyoffice_right_wap .inp_bf01{width:165px;}
.site_buyoffice_right_wap .inp_bf02{width:330px;}
.site_buyoffice_right_wap .txt_bf{width:330px; height:90px; overflow:auto;}
.site_buyoffice_right_wap .btn_bf{background:url(../images/bg_sprites.gif) no-repeat scroll -250px -450px #FFFFFF; border:medium none; cursor:pointer; height:31px; width:124px;}




/*  post top */
.site_rentcar_top{position:absolute; width:280px;  right:10px; top:10px; background:url(../images/site_rent_car.jpg) left top no-repeat; height:258px; clear:both;}
.sit_airport_pickup{position:absolute; right:5px; top:75px; width:380px; height:138px; background:url(../images/sit_airport_pickup.jpg) left top no-repeat;}

/* eof  new site  */

.main{width:980px; background:#FFF; text-align:center;}
.sub_main{width:980px; background:#FFF; text-align:center;}
.logo{width:208px; height:60px; padding-left:25px; padding-top:10px; float:left; }

.header{width:980px; background:#FFF;}
.index_header{background:url(../images/bg_sprites_repeat.gif) 0 76px repeat-x; height:84px; overflow:hidden;}
.index_header_right{width:380px; float:right; height:80px; text-align:right;}
/*.header_tel{width:350px; padding-top:4px; height:55px; text-align:left; overflow:hidden; background:url(../images/bg_sprites.gif) 85px 10px; float:right;}*/
.header_tel{width:350px; padding-top:4px; height:55px; text-align:left; overflow:hidden; float:right;}
.header_tel #VolusionLiveChat{ height:50px; overflow:hidden; float:right; margin-right:10px;}
.header_tel img{ width:100px; height:50px;}
.header_small_menu{height:24px; background:url(../images/bg_sprites_repeat.gif) 0px -66px repeat-x; clear:both;}
.header_small_menu p{height:23px; padding:1px 6px 0; text-align:center; line-height:23px; background:url(../images/bg_sprites_repeat.gif) 0px -104px no-repeat; color:#797939;}
.header_small_menu img{ vertical-align:middle;}
.header_small_menu a{margin:0 4px;}

.main_middle{width:440px; float:left; padding-left:9px;}

.choosecity input{ vertical-align:top;}

.city-select{z-index:999999; border:1px solid #BBB; position:absolute; margin-top:8px; background:#FFF; overflow:hidden; width:370px; zoom:1;}
.city-select iframe{border:0; position:absolute; visibility: inherit;top:0px;left:0px; width:340px; height:300px; z-index:-1;}


.city-select h6{ font-size:12px; font-weight:normal; clear:both; background:#e8f0f6; border-bottom:1px dashed #DDD; padding:4px 5px; height:17px; overflow:hidden; margin:1px;}
.city-select h6 span{ float:left; display:block;}

#getCityLists{ padding-bottom:5px;}
#getCityLists ul{width:100%; text-align:left; margin:0; padding:0 8px;}
#getCityLists li{width:85px;  float:left; height:24px; }
#getCityLists li span{cursor:pointer; padding:2px 5px; font-size:14px; display:block;}
.selected_city{color:#1f8ebd; font-weight:bold;}
.current_city{color:#1f8ebd; font-weight:bold;}
.shutx{width:13px; height:13px; float:right; display:block; background:url(../images/bg_sprites_repeat.gif) 0 -1900px no-repeat; text-indent:-99999px; overflow:hidden; cursor:pointer;}
.plan_btn_continue{width:90px; height:25px; background:url(../images/bg_sprites.gif) -400px -20px; border:none; margin:10px auto 10px 100px; cursor:pointer;}

.footer_link{height:32px; line-height:32px; text-align:center; background:url(../images/bg_sprites_repeat.gif) 0 -1218px repeat-x; margin-top:7px;}
.footer_link a{ margin:0px 3px;}

.footer_copy{ line-height:160%; text-align:center; font-size:12px;}
.footer_copy p{margin:10px; color:#999;}

/*  sign in */
.site_login_wap{width:980px; text-align:center; padding-top:50px;}
.login_wap{width:750px; margin:0px auto 150px;}
.login_wap li{width:350px; background:url(../images/bg_sprites_repeat_y.gif) repeat-y #FFF;}
.login_wap li h3{height:40px;  color:#FFF; font-size:16px; text-align:left; text-indent:55px; padding-top:10px;}
.login_wap li h6{ height:10px; font-size:1px; overflow:hidden;}
.login_wap li.login_iva{float:right; background-position:-180px 0;}
.login_wap li.login_client{float:left;background-position:-570px 0;}

.login_iva h3{background:url(../images/bg_sprites.gif) -250px -120px no-repeat;}
.login_iva h6{background:url(../images/bg_sprites.gif) -250px -213px no-repeat;}
.login_client h3{background:url(../images/bg_sprites.gif) -250px -240px no-repeat;}
.login_client h6{background:url(../images/bg_sprites.gif) -250px -333px no-repeat;}

.login_content{width:300px; margin:10px auto;}
.login_content dd{ clear:both; text-align:left; padding:5px 0;}
.login_content label{display:block; float:left; width:75px; height:30px; padding-right:3px; line-height:22px; font-weight:bold; font-size:12px; text-align:right;}
.login_content h5{font-size:12px; text-indent:60px;}
.login_inp{height:17px; width:150px; border:1px solid #7f9db9;}
.login_btn{width:101px; height:37px; background:url(../images/bg_sprites.gif) -250px -360px no-repeat; border:none; margin-left:75px; overflow:hidden; cursor:pointer;}
.login_btn_o{width:101px; height:37px; background:url(../images/bg_sprites.gif) -250px -399px no-repeat; border:none; margin-left:75px; overflow:hidden; cursor:pointer;}

.login_error{ color:#F00; padding:5px 30px;}


/* join */
.join_select{width:750px; margin:30px auto 100px;}
.join_select h4{font-size:18px;}
.join_select p{ margin:100px 20px 50px; padding-left:10px; overflow:hidden;}
.join_select a{display:block; height:25px; line-height:29px; font-size:16px; margin-left:100px!important; margin-left:55px; float:left; background:url(../images/icon_join_select.gif) 0 0 no-repeat; padding-left:26px;}
.join_select a.s_iva{background:url(../images/icon_join_select.gif) 0 0 no-repeat; background-position:0 2px;}
.join_select a.s_client{background:url(../images/icon_join_select.gif) 0 0 no-repeat; background-position:0 -25px;}

/* celient */
.join_wap{width:930px; border:1px solid #b3d1ea; background:#edf7ff; margin:10px auto;}
.join_celient{width:822px; padding:20px 50px; margin:5px auto; background:#FFF; text-align:left; }
.join_celient h1{font-size:14px;}
.join_celient p{padding:5px 20px;}
.join_celient dl{width:100%; padding:20px 0; line-height:150%;}
.join_celient dd{clear:both; padding:7px 0; }
.join_celient dt{clear:both; border-top:1px solid #DDD; padding:20px 0 5px; margin-top:30px; height:20px;}
label.labe_wap{width:200px; padding-right:5px; display:block; float:left; text-align:right;line-height:19px;}
.input_wap{width:600px; float:left;  padding-bottom:2px; padding-top:1px;}
ul.list_check{padding-left:200px; clear:both;}
ul.list_check li{background:url(../images/bg_sprites_repeat.gif) 23px -1001px no-repeat; padding:2px 3px 2px 31px; }

.btn_submit{width:124px; height:31px; border:none; background:url(../images/bg_sprites.gif) -250px -450px no-repeat #FFF; margin:0px 250px; cursor:pointer;}

/* celient2 */

.Membership_Category{width:100%; margin-bottom:15px;}
.Membership_Category caption{text-align:left; font-size:14px; font-weight:bold; padding:3px;}
.Membership_Category td{padding:5px 3px; border-left:1px solid #dddddd; border-collapse:collapse;border-top:1px solid #f2f2f2;}
.Membership_Category th{padding:2px 2px; text-align:center; background:#fffff7; border-left:1px solid #dddddd; border-top:1px solid #ffcc00; border-collapse:collapse;}
.Membership_Category table{border:1px solid #ffcc00; text-align:center; border-collapse:collapse;}
.pay_pay{ padding:10px; margin-top:15px; color:#000;}
.pay_pay h5{ font-size:14px; text-align:left; text-indent:-10px; margin:5px;}
.pay_pay li{ background:none; padding:0px;}
.pay_pay  li img{vertical-align:middle;}
.pay_pay ul{margin-left:28px; border:1px solid #CCC; padding:10px; margin-top:9px;}
.pay_pay ul li{ line-height:160%;}
/* iva  */
.join_iva{width:922px; padding:20px 0px; margin:5px auto; background:#FFF; text-align:left;}
.join_iva .join_iva_left{width:235px; float:left;}
.join_iva_left p{ padding:5px 30px 10px 20px; line-height:160%; font-size:12px;}

.join_iva .join_iva_right{width:680px; float:left;}
.join_iva_right h1{ font-size:14px; margin:5px 0 10px;}
.btn_next{width:124px; height:31px; border:none; background:url(../images/bg_sprites.gif) -250px -500px no-repeat #FFF; margin:0px; cursor:pointer;}
.btn_submit2{width:124px; height:31px; border:none; background:url(../images/bg_sprites.gif) -250px -550px no-repeat #FFF; margin:0px 220px; cursor:pointer;}


.join_iva_right table{line-height:160%; padding-top:10px; padding-left:20px;}
.join_iva_right td{ vertical-align:top; padding-bottom:5px;}
.join_iva_right th{ font-size:12px; text-align:left; padding-top:10px; font-weight:normal;}
.join_iva_right label{ display:block;}
.join_iva_right select{ height:20px;}
.join_iva_right .showtab{width:600px; border:1px dashed #9bdf70; background:#fffff7; padding:5px; margin:5px 5px 10px;}
.showtab table{ padding:5px;}
.showtab td{padding-bottom:3px;}


.join_iva_step2{width:822px; padding:20px 50px; margin:5px auto; background:#FFF; text-align:left; }
.join_iva_step2 h1{font-size:14px; padding:10px 80px;}
.join_iva_step2 p{padding:5px 20px; font-size:12px; padding:0px 80px;}
.join_iva_step2 dl{width:100%; padding:20px 0; line-height:150%;}
.join_iva_step2 dd{clear:both; padding:7px 0;}
.join_iva_step2 dt{clear:both; border-top:1px solid #DDD; padding:20px 0 5px; margin-top:30px; height:20px;}
.join_iva_step2 label{width:200px; padding-right:5px; display:block; float:left; text-align:right;line-height:19px;}
.join_iva_step2 .input_wap{width:600px; float:left; padding-bottom:2px; padding-top:1px;}

/* input */
.it_w{border:1px solid #fff; display:table;}

.itsx,.its,.it1,.it2,.it3{border:1px solid #7f9db9; background:#FFF; color:#333; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:16px; border-radius:3px}
.itsx_on,.its_on,.it1_on,.it2_on,.it3_on{border:1px solid #7f9db9; background:#FFF; color:#333; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:16px; border-radius:3px}

.onShow{font-size:12px; vertical-align:middle; color:#999;}
.onFocus{font-size:12px; vertical-align:middle; color:#999;}
.onError {font-size:12px; vertical-align:middle; color:#f00;}
.onSuccess{vertical-align:middle; color:#999;}
.onLoad {vertical-align:middle;}
.oncorrect{font-size:12px; vertical-align:middle; color:#999;}

/* project create */
.project_step_top{height:40px; overflow:hidden; padding-left:50px;}
.project_step_top li{width:240px; padding-left:10px; float:left;  font-size:12px;  color:#999; border-bottom:3px solid #999;}
.project_step_top li span{font-size:24px; margin-right:5px;font-weight:bold;}
.project_step_top .this_step{ color:#00CC00; border-bottom-color: #00CC00;}
.project_create_wap{width:930px; border:0px solid #CCCCCC; background:#fffff7; margin:10px auto;}
.project_create{width:822px; padding:20px 50px; margin:5px auto; background:#FFF; text-align:left; font-size:12px; position:relative; }
.project_create h1{font-size:14px;}
.project_create h5{clear:both; font-size:12px; margin-top:20px; height:20px; overflow:hidden; text-indent:205px; }
.project_create p{padding:0px 20px 0px 23px;}
.project_create dl{width:100%; padding:10px 0 20px; line-height:160%;}
.project_create dd{clear:both; padding:7px 0; overflow:auto;}
.project_create dt{clear:both; border-top:1px solid #DDD; padding:20px 0 5px; margin-top:20px; overflow:auto;}
.project_create dt input{ vertical-align:top;}
.project_create hr{border-top:1px solid #808080; margin-left:2px;}
.project_create th{ padding:20px 0 3px;}
.project_create td{vertical-align:top;}

.project_step2{width:922px; padding:20px 0px; margin:5px auto; background:#FFF; text-align:left;}
.project_step2 .project_step2_left{width:350px; float:left; padding:20px 0 0 30px;}
.project_step2_left li{width:350px; background:url(../images/bg_sprites_repeat_y.gif) repeat-y;}
.project_step2_left li h3{height:40px;  color:#FFF; font-size:16px; text-align:left; text-indent:55px; padding-top:10px;}
.project_step2_left li h6{ height:10px; font-size:1px; overflow:hidden;}
.project_step2_left li.login_iva{float:left; background-position:-180px 0;}
.project_step2_left li.login_client{float:right;background-position:-570px 0;}

.project_step2 .project_step2_right{width:470px; float:left; padding:15px 0 0 30px;}

.project_step2_right h5{ font-size:14px; margin:5px auto;}
.project_step2_right table{line-height:160%;  width:460px;}
.project_step2_right td{width:225px; float:left; padding-bottom:8px;  vertical-align:top;}
.project_step2_right th{ font-size:12px; text-align:left; padding-top:10px; font-weight:normal;}
.project_step2_right label{ display:block;}
.project_step2_right select{ padding:3px;}


.project_Category{width:90%;padding-left:50px; padding-top:20px;}
.project_Category caption{text-align:left; font-size:14px; font-weight:bold; padding:3px;}
.project_Category td{padding:5px 3px; border-left:1px solid #dddddd; border-collapse:collapse;border-top:1px solid #f2f2f2;}
.project_Category th{padding:2px 2px; text-align:center; background:#f3faff; border-left:1px solid #dddddd; border-top:1px solid #bfd1eb; border-collapse:collapse;}
.project_Category table{border:1px solid #bfd1eb; text-align:center; border-collapse:collapse; }

.project_pay{ padding:10px 50px; margin-top:15px; color:#000;}
.project_pay h5{ font-size:14px; text-align:left; text-indent:-10px; margin:5px;}
.project_pay li{ background:none; padding:0px;}
.project_pay  li img{vertical-align:middle;}
.project_pay ul{margin-left:28px; border:1px solid #CCC; padding:10px; margin-top:9px;}
.project_pay li ul{ padding:10px; margin-top:5px; margin-bottom:30px; font-size:12px;}
.project_pay ul li{ line-height:160%;}


/*  new project  */
.project_table_wap{width:100%; line-height:160%;}
.project_table_wap .ldd{clear:both; padding:7px 0; overflow:auto;}
.project_table_wap .ldt{clear:both; border-top:1px solid #DDD; padding:20px 0 5px; margin-top:20px; overflow:auto;}


/* page */
.page{height:30px; line-height:24px; padding-top:4px; overflow:hidden; margin:30px auto; text-align:center; clear:both;}
.pages{height:30px;line-height:24px;}
.pages a,.pages span{line-height:14px; border:1px solid #999; padding:2px 8px; margin:3px; background:#FFF;}
.pages strong{ margin:0 3px;}
.pages b{line-height:14px; border:1px solid #999; padding:2px 8px; margin:3px; background:#999; color:#FFF;}

.allpage{width:708px; margin:10px auto; padding:5px; text-align:left; line-height:100px;}

.allpage a{line-height:14px; height:14px; border:1px solid #999; padding:2px 8px; margin:5px 3px; background:#FFF; float:left; display:table;}
.allpage b{line-height:14px; height:14px; border:1px solid #fff; padding:3px 8px; margin:4px 3px; background:#999; color:#FFF; float:left; display:table;}
/* pro list */
.pro_waring{width:100%; border:1px solid #ffcc00; background:url(../images/bg_sprites_repeat.gif) 30px -1537px no-repeat #ffffcc; height:50px; line-height:50px; font-size:12px; color:#ff9900; text-align:left; text-indent:50px; }
.pro_wap,.pro_info_wap{width:700px;  margin:0 auto; padding:5px 0;}
.pro_wap dl{width:100%; text-align:left; margin:10px auto 0;  padding:10px 0; border:1px dashed #999999; background:#fdfef5; }
.pro_wap dt{width:300px; float:left;}
.pro_wap dt span{width:140px; float:left; text-align:right; padding-right:5px;}
.pro_wap table{width:300px; text-align:left;}
.pro_wap table th{width:180px; text-align:right; padding:1px 5px 1px 0; font-weight:normal; vertical-align:top; }
.pro_wap table td{vertical-align:top; width:115px; padding:1px 0;}
.pro_wap dd{width:50%; float:left; line-height:150%;}
.pro_wap .pro_more_details{width:80%; clear:both; padding:10px 50px 0 0; font-weight:bold; text-align:right; }


.pro_info{width:100%; text-align:left; padding-top:10px; padding-bottom:150px;}
.pro_info dt{width:160px; border:1px solid #999; padding:10px 20px 100px; float:left;}
.pro_info dt b{font-size:14px; display:block; margin:5px 0;}

.pro_info dd{width:400px; padding:10px 20px; float:left;}
.pro_info dd caption{ font-size:14px; text-align:left; font-weight:bold; padding:5px 0 10px;}
.pro_info dd th{width:80px; font-weight:normal; text-align:left;}

.pro_info_bom{ padding:20px 0;}
.pro_info_bom a{margin:0px 10px;}


.Other_wap{width:930px; margin:0px auto; text-align:left; padding-bottom:50px}
.Other_wap h3{ font-size:16px; margin:10px 0; }


.Other_left_wap{width:200px; padding:10px; float:left; border:1px solid #ffdd99; background:#fff9ed; text-align:left;}
.Other_left_wap h4{ font-size:14px; margin:10px;}
.Other_right_wap{width:700px; float:right;}

.howtopay{ text-align:left; padding-bottom:20px;}
.howtopay h5{font-size:14px; padding:3px 15px; background:#a2cddf; line-height:160%;}
.howtopay .pay_info_wap{width:100%; margin-bottom:30px;}
.howtopay table{ margin:5px auto 10px;}
.howtopay th{width:170px; padding:5px; vertical-align:top; font-weight:normal; text-align:left;}
.howtopay td{ padding:3px;}
.howtopay p img{vertical-align:middle; float:left;}

/* member_wap */

.member_wap{width:95%; text-align:left; margin-left:5px}
.member_wap h3{font-size:14px;}
.member_wap table{width:100%; margin:5px auto; border:1px solid #e0e0a5; border-collapse:collapse; text-align:center;}

.member_wap td{padding:3px 5px; border:1px solid #e0e0a5; border-collapse:collapse;}
.member_wap th{padding:3px 5px; border:1px solid #e0e0a5; border-collapse:collapse;}

.member_wap thead td{ background:url(../images/site_service_price_bg.jpg) repeat-x; height:24px; line-height:24px; color:#FFF; vertical-align:middle;}

.member_wap p{line-height:150%;}

.feedback{text-align:left; border:1px dashed #ffdd99; background:#fff9ed; margin:5px auto 20px; padding:10px 15px;}
.feedback h5{font-size:12px; font-weight:normal; background:url(../images/good.gif) left 0px no-repeat; padding-top:3px; padding-left:28px;}
.feedback p{margin:5px 0;}
.feedback h6{font-size:12px;}
.feedback h6 span{font-weight:normal;}

.faq_wap{width:100%; text-align:left;}
.faq_wap h3{font-size:14px;}
.faq_wap p{ margin:20px auto;}


.other_city_wap{width:100%; text-align:left;}
.other_city_wap h3{ font-size:14px; margin:10px auto 5px;}
.other_city_wap h4{ font-size:14px; margin:10px auto 0;}
.other_city_wap p{line-height:150%; padding:10px;}
.other_city_wap p img{ margin:5px 10px; border:1px solid #eaeaea; padding:2px;}


.say{background-color:#fafcfd; border:1px solid #cceff5; margin:15px; padding:10px; text-align:left;}
#link_guide td{ padding:3px 5px; vertical-align:top;}

#myTrust{ background:#FFF; font-size:12px;}

#print_btn{width:95px; height:19px; border:none; background:url(../images/bg_sprites.gif) -400px -405px no-repeat; text-indent:-33333px; overflow:hidden; float:right; margin:20px; cursor:pointer;}



/*  IVA 后台管理 */
.manage_main_wap{width:930px; clear:both; text-align:left; margin:10px auto;}
.manage_left_wap{width:165px; padding:10px 5px; border:1px solid #0099CC; background: #F2F2F2; float:left; margin:10px 0}
.manage_right_wap{width:730px; padding:10px 10px 50px; border:0px solid #a9c9e2; float:right;}
.manage_right_wap1{width:765px; padding:0 15px 50px 0; border:0px solid #a9c9e2; float:right;}
.iva_mid{width:495px;border:1px solid #a9c9e2; float:left; padding:10px;}
.iva_mid_right{border:1px solid #a9c9e2; float:left;}
.iva_paiming{width:370px;float:left; padding:10px;}
.iva_paiming_right{width:240px;float:right}
.manage_left_wap h5{ margin:5px; font-size:12px;}
.manage_left_wap dl{ margin:5px;}
.manage_left_wap dt{background:url(../images/bg_sprites_repeat.gif) 2px -2098px no-repeat; padding:3px 3px 3px 12px;}
.manage_left_wap dd{background:url(../images/bg_sprites_repeat.gif) 3px -1984px no-repeat; padding:3px 3px 3px 12px;}
.manage_left_wap p{ height:20px!important; height:10px;}
.manage_left_wap .cs_bottom{ margin:8px; line-height:180%;}
.cs_bottom textarea{ overflow:auto; height:60px; margin:3px auto;}


.cs_main_right_wap h2{ font-size:14px; margin:5px; width:400px}
.cs_main_top{width:100%; margin:5px auto; height:190px; overflow:hidden; }
.cs_main_top li{width:280px; float:left; margin-left:15px;}
.cs_main_top li div{border:1px dashed #0099ff; height:60px; margin:5px auto; text-align:center; padding:50px 0;}
.cs_main_top dl{border:1px dashed #00cc00; height:150px; margin:5px auto; padding:5px 0;}
.cs_main_top dl dd{background:url(../images/bg_sprites_repeat.gif) 10px -2054px no-repeat; padding:4px 3px 1px 25px;}
.cs_main_top dl dt{ padding:8px 0 0 20px;}

.cs_list{width:100%; margin:10px auto;}
.cs_list table{width:100%; text-align:center; font-size:12px;}
.cs_list th,.cs_list td{ padding:5px;}
.cs_list tbody th{ background:#f3f3f3; border-bottom:1px solid #CCC;}
.cs_list tbody td{ border-bottom:1px solid #CCCCCC;}
.cs_list tfoot td{text-align:right; padding-right:5px;}

.cs_list .tl{ background:url(../images/bg_sprites_repeat.gif) 2px -2099px no-repeat; padding-left:13px;}
.cs_list .tm{ background:url(../images/bg_sprites_repeat.gif) 0 -2019px no-repeat; padding-left:12px;}
.cs_list .tr{ background:url(../images/bg_sprites_repeat.gif) 0 -1948px no-repeat; padding-left:6px;}

.cs_confirm{width:400px; margin:20px auto 20px 20px; line-height:180%; font-size:12px;}
.cs_confirm  li{ clear:both; padding:5px;}
.cs_confirm label{display:block; float:left; width:150px; height:30px; padding-right:3px; line-height:22px; font-weight:bold; font-size:12px; text-align:right;}
.cs_inp{width:180px;}
.cs_confirm .btn_submit{ margin:5px;}
.cs_pro{width:100%; font-size:12px;}
.cs_pro td{ padding:3px 5px;}
.cs_pro .btn_submit{ margin:5px;}

.cs_pro_detail{width:100%;}
.cs_pro_detail dl{ background:#fafcfd; border:1px dashed #cceff5;}
.cs_pro_detail dd{width:300px; float:left; margin:10px;}
.cs_pro_detail dd strong{float:left; padding-right:5px; text-align:right; width:150px}
.cs_pro_detail dt strong{float:left; padding-left:15px;width:150px}
.cs_pro_detail dt{width:100%; clear:both; background:#FFF; padding-bottom:10px; line-height:180%;}
.cs_main_right_wap .join_celient{width:600px;}

.cs_dis_detail{width:100%; font-size:12px;}
.cs_dis_detail_t table{ font-size:12px;}
.cs_dis_detail_t{width:100%; border-collapse:collapse;}
.cs_dis_detail_t th{border:1px solid #009900; border-collapse:collapse; font-weight:normal; padding:5px;}
.cs_dis_detail_t td{ padding:20px 0 25px;}
.cs_dis_detail_t td span,.cs_dis_detail_i tbody td span{margin:10px 5px; border:1px solid #00cc00; padding:3px 10px; background:#ffffcc; font-weight:bold;}

.cs_dis_detail_c{border:1px solid #369; background:#93ceff; width:100%; margin-top:20px; text-align:left;}
.cs_dis_detail_c thead td{padding:5px; background:#aad9ff; border-bottom:1px solid #999;}
.cs_dis_detail_c tbody th{padding:5px; background:#dff1ff; width:25%; font-weight:normal; text-align:center; vertical-align:middle;}
.cs_dis_detail_c tbody td{padding:8px 5px; background:#FFF; line-height:160%;vertical-align:top;}

.cs_dis_detail_i{border:1px solid #369; background:#e1e1c4; width:100%; margin-top:20px; text-align:left;}
.cs_dis_detail_i thead td{padding:5px; background:#ffffcc; }
.cs_dis_detail_i tbody th{padding:5px; background:#fcfdee; width:25%; font-weight:normal; text-align:center; vertical-align:middle;}
.cs_dis_detail_i tbody td{padding:8px 5px; background:#FFF; line-height:160%; vertical-align:top;}

.cs_dis_detail_f{width:100%; border:1px solid #d0e7ff; margin-top:20px;}
.cs_dis_detail_f th{padding:5px; background:#d9eeff; width:25%;}
.cs_dis_detail_f td{padding:8px 8px 20px; background:#f4faff;}
.cs_dis_detail_f td input,.cs_dis_detail_f td textarea{font-size:12px;}

.cs_order_confirm input,.cs_order_confirm textarea,.cs_order_confirm select{font-size:12px;}
.cs_order_confirm table{width:100%; font-size:12px;}
.cs_order_confirm th{padding:3px 5px; width:20%; text-align:right; font-weight:normal;}
.cs_order_confirm td{padding:3px 5px;}

.cs_orderconfirmend{font-size:12px; border:2px dashed #009900; margin: 20px; padding: 15px; width: 600px;}
.cs_contactivacheck{border:1px solid #ffcc00; font-size:12px; background:#ffffe6; padding:15px; margin:20px; line-height:180%;}
/*  iva manage */
.iva_index_mwap{width:100%;}
.iva_index_mwap dt{width:450px; float:left; padding-left:10px;}
.iva_index_mwap dd{width:200px; float:left;}

.iva_index_mwap dt .lista{font-size:14px; margin:5px auto 20px;}
.iva_index_mwap dt .lista li{background:url(../images/bg_sprites_repeat.gif) no-repeat; padding:5px 3px 5px 20px; margin-top:5px;}
.iva_index_mwap dt .lista li.a0{background-position:0px -2135px;}
.iva_index_mwap dt .lista li.b0{background-position:0px -2193px;}
.iva_index_mwap dt .lista li.c0{background-position:0px -2243px;}
.iva_index_mwap dt .lista li.d0{background-position:0px -2053px;}
.lista li.a0 a,.lista li.b0 a,.lista li.c0 a{ padding:3px 10px; background:#F00;}
.lista li.d0 a{padding:3px 10px; background:#090;}
.iva_index_mwap dt .lista div{padding-left:0px; margin-top:10px;}
.iva_index_server{ border:2px solid #090; background:#d3ec90; padding:15px 10px; text-align:center;}
.iva_index_server ul{ background:#FFF; padding:5px; margin-top:15px; text-align:left;}
.iva_index_server p{ line-height:160%;}
.iva_index_server p img{ vertical-align:middle;}
.iva_index_server li{ background:url(../images/bg_sprites_repeat.gif) 2px -1945px no-repeat; padding:2px 2px 2px 10px;}

.iva_index_tips{ border:2px solid #090; background:#ffffe6; padding:10px; text-align:center; margin:20px auto;}
.iva_index_tips p{ text-align:left; line-height:160%; margin:5px auto;}

.iva_order_detail{width:100%;}
.iva_order_detail h5{ font-size:14px; margin:10px auto 0;}
.iva_order_detail p{ padding:10px 5px; text-align:left;}
.iva_order_detail table td{ padding:2px 5px; clear:both;}

.iva_order_detail div a{ margin:0 5px;}
.iva_order_detail .warning{ padding-left:20px; background:url(../images/bg_sprites_repeat.gif) 0 -1545px no-repeat;}
.iva_od_b{margin:20px 5px; padding:20px; border:2px dashed #CCC; width:500px;}
.iva_od_b a{ margin:0 5px;}
.iva_od_bc{width:100%;}

.iva_od_bc #con_three_1 table{padding:5px; }
.iva_od_bc #con_three_1 thead td{padding:3px 0; text-align:left; background:#FFF;}
.iva_od_bc #con_three_1 tbody th{background:#e8f5fe; padding:3px 2px; text-align:right; font-weight:normal; vertical-align:top;}
.iva_od_bc #con_three_1 tbody td{background:#e8f5fe; padding:3px 2px; vertical-align:top;}
.iva_od_bc #con_three_1 tfoot td{padding:3px 0; text-align:left; background:#FFF;}
.iva_od_bc #con_three_1 tfoot td input{ font-size:12px; border:1px solid #9c9a8f; background:#009900; color:#FFF;}

.iva_od_bc #con_three_2{ padding:10px 5px;}
.iva_od_bc #con_three_2 input{ font-size:12px;}
.iva_od_bc #con_three_3 td{ padding:5px;}


.iva_help{ border:1px solid #cccccc; padding:10px;}
.iva_tp_wap{ padding:10px; line-height:160%;}
.iva_tp_wap h5{ background:#9C3; color:#FFF; padding:2px 5px; font-size:12px; margin:15px auto;}
.iva_tp_wap h6{ background:#ffffcc; padding:2px 5px; font-size:12px; margin:15px auto;}
.iva_tp_wap table{ margin:10px auto; width:98%;}
.iva_tp_wap td{ padding:5px 5px; font-size:12px;}
.iva_tp_wap th{ text-align:left; font-size:12px; padding:5px 5px;}

.iva_up_Pic{width:100%;}
.iva_up_Pic dl{width:100%;}
.iva_up_Pic dt{width:400px; float:left; padding-left:10px;}
.iva_up_Pic dd{width:250px; float:left;}
.iva_up_Pic ul{ clear:both; margin:20px auto;}
.iva_up_Pic li{ padding:5px 10px;}
.iva_up_Pic li .fred{ padding-left:20px; background:url(../images/bg_sprites_repeat.gif) 0 -1552px no-repeat;}

.pdl_20{ padding-left:20px;}

.iva_set_bid{ font-size:12px; width:80%; text-align:left; padding-left:20px;}
.iva_set_bid table{ width:75%; text-align:center;}
.iva_set_bid thead td{ text-align:left; padding:10px 5px;}
.iva_set_bid tbody td{background:#f6f6f6; padding:3px 2px;}
.iva_set_bid input{ font-size:12px;}


/* cn */

.cn_wap{width:100%; margin:7px auto; font-size:12px; line-height:160%;}
.cn_wap h2{color:#009999; font-size:16px; margin-top:10px;}

.cn_study_list{width:600px; margin:20px auto 50px;}
.cn_study_list li{padding:3px 0; clear:both;}
.cn_study_list .fl{display:block; width:400px;}
.cn_study_list .fr{display:block; width:100px;}
 
/* How it works  补充内容 2010-12-14*/
/* ==================================== */
.startline {width:920px; float:left; margin-bottom:20px}
.step1{width:950px; float:left; margin-bottom:40px}
.step1l {width:400px; float:left}
.step1r {width:500px; float:left}

.step2{width:950px; float:left; margin-bottom:40px}
.step2l {width:400px; float:left}
.step2r {width:500px; float:left}

.step3{width:950px;float:left; margin-bottom:40px}
.step3l {width:400px; float:left}
.step3r {width:500px; float:right}

.step4{width:950px;float:left; margin-bottom:50px}
.step4l {width:400px; float:left}
.step4r {width:500px; float:right}


.pic_big_arr_green{ width:85px; height:50px; display:inline-block; background:url(../images/spriteme1.png) no-repeat;background-position:-10px -2344px;vertical-align:middle; }






