/*====================================================================
Title : style.css
Author : Sky 
URL : 
Description : For home pages
Created : 2009-4-28
Modified : 
====================================================================*/
@import url(global.css);

/*************************
	index page
***************************/

#container{
	background-color:#fff;
	width:980px !important;
	margin:0px auto;
}
/*********header************/
#header{
	border-bottom:3px solid #90C31E;
	padding-bottom:5px;
	float:left;
	width:100%;
}
#header .topmenu{
	float:right;
	padding:2px 0px;
	
}
.topmenu ul li{
	float:left;
	display:block;
	height:28px;
	margin-right:5px;
}
.topmenu ul li a{
	color:#656565;
	text-decoration:none;
	line-height:28px;
}
.topmenu ul li a:hover{
	color:#ffa200;
}
.topmenu ul li.home{
	background:transparent url(../images/top.gif) left 1px no-repeat;
	padding-left:26px;
}
.topmenu ul li.account{
	background:transparent url(../images/top.gif) 2px -100px no-repeat;
	padding-left:28px;
}
.topmenu ul li.order_center{
	background:transparent url(../images/top.gif) left -200px no-repeat;
	padding-left:26px;
}
.topmenu ul li.favorite{
	background:transparent url(../images/top.gif) left -298px no-repeat;
	padding-left:26px;
}
.topmenu ul li.cart{
	background:transparent url(../images/top.gif) left -400px no-repeat;
	padding-left:27px;
}
.topmenu ul li.exit{
	background:transparent url(../images/top.gif) left -600px no-repeat;
	padding-left:26px;
}
.topmenu ul li.about{
	background:transparent url(../images/top.gif) left -500px no-repeat;
	padding-left:26px;
}
#header .bottomInfo{
	float:left;
}
#header .logo{
	float:left;
}
#header .logo_01{
	margin-top:43px;
	margin-left:300px;
}
#header .userHello{
	margin-top:-20px;
	margin-right:5px;
	float:right;
	vertical-align:baseline;
	font-size:13px;
	text-align:bottom;
}
#header .userHello a{
	text-decoration:none;
	padding-top:4px;
	color:#4c4c4c;
	font-size:12px;
}
.join{
	background:transparent url(../images/join.gif) left top no-repeat;
	width:89px;
	height:29px;
	border:0px;
}
.log{
	background:transparent url(../images/log.gif) left top no-repeat;
	width:89px;
	height:29px;
	border:0px;
	margin:0px 15px 0px 10px;
}
.quit{
	background:transparent url(../images/quit.gif) left top no-repeat;
	width:111px;
	height:29px;
	margin-left:10px;
	border:0px;
}
/*********content************/
#main{
	float:left;
	background-color:#fff;
	width:980px;
	margin-top:5px;
}
#main .leftCloumn{
	width:692px;
	float:left;
	margin:10px 0px 10px 12px;
	*margin:10px 0px 10px 12px;
	_margin:10px 0px 10px 7px;
}
#main .step{
	margin:10px 15px 10px 15px;
	*margin:10px 0px 10px 10px;
}
.leftCloumn .inner_content{
	margin-top:10px;
	margin-bottom:15px;
	padding-bottom:5px;
	width:100%;
	border-bottom:2px solid #8FC320;
	float:left;
}
.leftCloumn .inner_content .title{
	padding-bottom:10px;
}
.leftCloumn .inner_content dl{
	float:left;
}
.leftCloumn .inner_content .itemsList{
	padding:0px 0px 9px 0px;
	float:left;
	width:690px;
	background:#e7f9c1 url(../images/ing_top.gif) left top no-repeat;
}
.leftCloumn .itemsList_btm{
	background:transparent url(../images/ing_btm.gif) left top no-repeat;
	width:690px;
	height:8px;
	clear:both;
}
.leftCloumn .inner_content .itemsList dd{
	float:left;
	overflow:hidden;
	margin:2px;
	padding:1px 0px;
	font-size:14px;
	color:#347A00;
}
.leftCloumn .itemHead{
	border-top:0px !important;
	background:transparent url(../images/bg01.gif) right -196px no-repeat;
	margin-left:10px;
	width:635px;
	cursor:pointer;
	clear:both;
	height:24px;
	padding-bottom:10px;
}
.leftCloumn .itemClose{
	border-top:0px !important;
	background:transparent url(../images/bg01.gif) right 3px no-repeat;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:635px;
	cursor:pointer;
	border-bottom:1px dotted #1263AB; 
	clear:both;
	height:24px;
}
.leftCloumn .item1{
	background:transparent url(../images/item1.gif) left top no-repeat;
	font-weight:bold;
	color:#337A02;
	font-size:14px;
	height:24px;
	padding-left:30px;
	line-height:24px;
	padding-bottom:5px;
	margin-left:5px;
}
.leftCloumn .item2{
	background:transparent url(../images/item2.gif) left top no-repeat;
	font-weight:bold;
	color:#337A02;
	font-size:14px;
	height:24px;
	padding-left:30px;
	line-height:24px;
	clear:both;
	padding-bottom:5px;
	margin-left:5px;
}
.leftCloumn .item3{
	background:transparent url(../images/item3.gif) left top no-repeat;
	font-weight:bold;
	color:#337A02;
	font-size:14px;
	height:24px;
	padding-left:30px;
	line-height:24px;
	clear:both;
	padding-bottom:5px;
	margin-left:5px;
}
.leftCloumn dt.liner{
	margin:10px 0px;
	*margin:10px 0px 0px 0px;
	border-top:2px solid #fff;
	float:left;
	width:100%;
	width:690px;
}
.leftCloumn dt.separate{
	clear:both;
	padding:5px;
}
.leftCloumn .operation{
	text-align:right;
	padding-top:15px;
	width:690px;
	clear:both;
}
#main .rightCloumn{
	float:right;
	width:250px;
	padding-right:1px;
	margin:10px 12px 0px 0px;
	*margin:10px 12px 0px 0px; 
	_margin:10px 6px 0px 0px;
}
.faq{
	margin-bottom:10px;
	float:left;
	width:250px;
	padding-top:5px;
	background:transparent url(../images/item_top.gif) left top no-repeat;
}
.faq .title_green{
	background:transparent url(../images/leftbar_title_green.gif) right top no-repeat;
	padding:10px;
	padding-right:10px;
	border-left:1px solid #C9D3D4;
	border-right:1px solid #C9D3D4;
	border-bottom:1px dotted #C9D3D4;
	font-size:17px;
	font-weight:bold;
	color:#FFAE22;
}
.faq .title_blue{
	background:transparent url(../images/leftbar_title_blue.gif) right top no-repeat;
	padding:10px;
	padding-right:10px;
	border-left:1px solid #C9D3D4;
	border-right:1px solid #C9D3D4;
	border-bottom:1px dotted #C9D3D4;
	font-size:17px;
	font-weight:bold;
	color:#FFAE22;
}
.faq .content{
	padding:10px 10px 5px 10px;
	border-left:1px solid #C9D3D4;
	border-right:1px solid #C9D3D4;
}
.faq .content p{
	font-size:13px
}
.faq .item_btn{
	_margin-left:2px;
	border:0px;
	clear:both;
}
.faq .more{
	text-decoration:none;
	margin-bottom:5px;
	margin-left:78px;
	*margin-left:76px;
	_margin-left:76px;
	display:block;
	text-align:right;
	color:#ffa200;
	font-weight:bold;
}
.faq .more_01{
	text-decoration:none;
	margin-bottom:5px;
	margin-left:100px;
	*margin-left:62px;
	_margin-left:63px;
}
.manufacturer{
	background-color:#F5FAFE;
	padding:10px 0px 10px 0px;
	border:1px solid #d7d7d7;
	clear:both;
	margin-bottom:10px;
}
.manufacturer .title{
	margin:0px 30px;
}
.manufacturer .title img{
	float:left;
	margin-right:10px;
}
.manufacturer .title h2{
	font-size:16px;
	margin-top:10px;
	color:#666;
}
.manufacturer .content{
	clear:both;
	color:#5e5e5e;
	margin:0px 30px;
	padding:5px 0px;
}
.rightCloumn .service{
	background:transparent url(../images/service_bg.gif) left top no-repeat;
	width:250px;
	height:123px;
	margin-bottom:10px;
}
.rightCloumn .alipay{
    margin-bottom:10px; 
	margin-top:10px;
}

/*********footer************/
#footer{
	clear:both;
	background-color:#fff;
}
#footer .topmenu{
    text-align:center;
	padding:5px 0px;
}
.clear{
	clear:both;
	border-bottom:3px solid #8DC51C;
}
.bottommenu{
	text-align:center;
	margin-top:20px;
}
.bottommenu li{
	display:inline;
	margin:0px 5px;
	border-right:2px solid #337A00;
	padding-right:10px;
}
.bottommenu li a{
	text-decoration:none;
	font-size:13px;
	color:#2E7D00;
}
.bottommenu li.copyright{
	display:block;
	color:#666;
	font-size:13px;
	padding:10px 0px 20px 0px; 
	border-right:0px;
	color:#2E7D00;
	margin-left:-10px;
	clear:both;
}	
.bottommenu ul{
	margin-top:10px;
}
.bottommenu li li{
	border-right:0px;
	padding:0px;
	margin:0px;
}
.list{
	margin-bottom:10px;
	float:left;
	background:transparent url(../images/line.gif) 270px top repeat-y;
	margin-left:50px;
	_margin-left:30px;
	width:900px;
}
.list li{
	white-space:nowrap;
	float:left;
	font-size:12px;
	line-height:20px;
	width:300px;
}
.list a{
	color:#9DA6AF !important;
	float:left;
	display:block;
	text-align:left;
	font-size:12px !important;
	text-decoration:none;
}
.title_01{
    float:left;
	width:201px;
	height:383px;
	background:transparent url(../images/forml.jpg) left top no-repeat;
}
.step_01 {
    padding:10px 0px 0px 0px;
	text-align:center;
	clear:both;
}
.innerContent_01{
	float:left;
	height:383px;
	background:#E1F6B3 url(../images/infor.gif) right top no-repeat;
	padding-left:10px;
	margin-bottom:0px;
	*margin-bottom:3px;
}
.innerContent_01 dt{
	float:left;
	width:400px;
	margin-top:5px;
	padding:5px 0px;
	*float:static;
	*margin-top:0px;
	*padding:0px;
}
.innerContent_01 dl{
	width:480px;
}
.innerContent_01 dd{
	float:left;
}
.innerContent_01 dd.cloumn1{
	width:100px;
	text-align:right;
	font-weight:bold;
	margin-right:10px;
	margin-top:3px;
	font-size:12px;
	color:#357A05;
}
.innerContent_01 dd.cloumn2{
	width:300px;
}
.innerContent_01 dd.description{
	color:#4c4c4c;
	margin-left:110px;
	margin-top:5px;
	_margin-left:55px;
	clear:both;
	width:300px;
}
.innerContent_01 .alignCenter{
	margin-left:200px;
}
.innerContent_01 .textarea{
	height:80px;
	background:#fff;
}
.innerContent_01 strong{
	font-size:14px;
	color:#71A23A;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	width:580px;
}
.innerContent_01 p{
	margin:10px 5px;
	text-indent:25px;
	font-size:13px;
	line-height:20px;
}
.picture{
	float:left;
	margin:20px;
}
.btn_detail{
	background:transparent url(../images/button/btn_detail.gif) left top no-repeat;
	width:132px;
	height:62px;
	border:0px;
	cursor:pointer;
}
.btn_sub{
	width:97px;
	border:0px;
	height:39px;
	background:transparent url(../images/button//btn_sub.gif) left top no-repeat;
	cursor:pointer;
}
.servicebar{
	background:transparent url(../images/item_top.gif) left top no-repeat;
	padding-top:5px;
	margin-bottom:10px;
	_margin-bottom:3px;
}
.servicebar ul{
	margin-top:-1px;
	border-left:1px solid #C0CCCA;
	border-right:1px solid #C0CCCA;
}
.servicebar li.qqbar{
	background:transparent url(../images/word.gif) 10px top no-repeat;
	height:44px;
	margin-top:5px;
}
.servicebar li a{
	display:block;
	font-weight:bold;
	padding-top:13px;
	text-align:center;
	width:223px;
	height:22px;
}
.servicebar li.msnbar{
	background:transparent url(../images/word.gif) 10px -96px no-repeat;
	height:44px;	
}
.servicebar li.wangbar{
	background:transparent url(../images/word.gif) 10px -195px no-repeat;
	height:44px;	
}
.servicebar li{
	margin:2px 0px;
	padding-left:10px;
}
.item_btn{
	margin-top:-2px;
	background:transparent url(../images/item_btm.gif) left top no-repeat;
	width:250px;
	height:9px;
}
.binds{
	background:transparent url(../images/item_top.gif) left top no-repeat;
	float:left;
	margin-top:5px;
	*margin-top:3px;
	padding-top:6px;
	width:250px;
	padding-bottom:30px;
	_padding-bottom:20px;
}
.binds  .content {
	border-left:1px solid #C9D3D4;
	border-right:1px solid #C9D3D4;
	float:left;
	width:248px;
}
.binds .title{
	margin:0px;
	padding:10px 10px 0px 10px;
	height:25px;
	border-bottom:1px dotted #cbcbcb;
	border-left:1px solid #C9D3D4;
	border-right:1px solid #C9D3D4;
}
.binds dd{
    margin:6px 15px 6px 15px;
}
.binds  .content dl{
	float:left;
	width:120px;
}
.binds .item_btn{
	float:left;
}

.phoneOther{
	background:transparent url(../images/about/serv_btm.gif) left top no-repeat;
	width:610px;
	height:19px;
	padding-left:80px;
	float:left;
	*float:static;
	margin-left:150px;
}
.phoneOther li{
	float:left;
	margin:0px 10px;
	line-height:19px;
	color:#fff;
}
.top{
	background:transparent url(../images/about/top.gif) left 3px no-repeat;
	padding-left:20px;
	height:17px;
	float:right !important;
	margin-right:40px !important;
}
.top a,
.top a:hover{
	color:#fff;
	text-decoration:none;
}
.online{
	background:transparent url(../images/online.gif) left top no-repeat;
	width:250px;
	height:48px;
	margin-bottom:5px;
	text-align:center;
	display:block;
}



/****************/
.TourBody {
	background-color: #ffffff;
	width: 880px;
	height: 340px;
}
.HeaderTable {
	width: 95%;
	border: 0px;
	border-bottom: 2px solid #DDD;
}
.NavigationTable td {
	text-align: center;
	height: 28px;
	width:10%;
}
.indicator_1{
	width:16%;
}
.NavigationTable a{
	text-decoration: none;
	font-size: 12px;
	color: #999;
}
.NavigationTable .Selected a {
	color: #3399cc;
}
table.Page {
	margin: 0px;
	width: 100%;
	color: #666666;
	font-size: 12px;
}
.Page td {
	text-align: justify;
	vertical-align: top;
}
.Page p {
	padding-right: 15px;
	line-height: 18px;
	margin:5px 0 0 0 ;
}
.Page td.ScreenShot {
	padding-top: 20px;
	vertical-align: top;
	width: 250px;
}
.Page td.ScreenShot_1 {
	padding-top: 5px;
	vertical-align: top;
	width: 250px;
}
.Page td.Separator{
	width: 15px;
}
.Page .PageTitle {
	color: #ffa200;
	font-size: 18px;
	font-weight:bold;
	font-family:"幼圆", "宋体";
}
img { border: 0px; }	

div.scroller { 
	width: 800px; 
	height: 250px;
	overflow: hidden;
}

div.scroller div.section {
	width:800px;
	height:250px;
	overflow:hidden;
	float:left;
	padding:5px;;
	vertical-align: middle;
}

div.scroller div.content {
	width: 10000px;
}

.sectitle{
	color:#8fc320; 
	font-weight:bold;
}
.bg_step1{
	background:transparent url(../images/quick/pic1.jpg) 420px 130px no-repeat;
}
.bg_step2{
	background:transparent url(../images/quick/pic2.jpg) 250px 120px no-repeat;
}
.bg_step3{
	background:transparent url(../images/quick/pic3.jpg) 280px 90px no-repeat;
}
.bg_step4{
	background:transparent url(../images/quick/pic4.jpg) 190px 70px no-repeat;
}
.bg_step6{
	background:transparent url(../images/quick/pic6.jpg) 220px 60px no-repeat;
}
.bg_step7{
	background:transparent url(../images/quick/pic7.jpg) 360px 120px no-repeat;
}

.bg_step9{
background:transparent url(../images/quick/pic9.jpg) 380px 120px no-repeat;
}
