@charset "utf-8";
/* CSS Document */
body{
	margin:0 0 0 0;
	background-color:#202020;
}

p{
margin:0;
}

#container {
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-475px;
	margin-top:-285px;
	width:950px;  
	height:560px;
	position: absolute;
	background-repeat:no-repeat;
}

a {
	color:#FFFFFF;
}


.aboutus{
	background-image:url(../images/introduction_bg.jpg);
}
.stores{
	background-image:url(../images/stores_bg.jpg);
}
.news{
	background-image:url(../images/news_bg.jpg);
}
.cooperation{
	background-image:url(../images/cooperation_bg.jpg);
}
.careercenter{
	background-image:url(../images/careercenter_bg.jpg);
}
.product{
	background-image:url(../images/product_bg.jpg);
}
.index{
	background-image:url(../images/index_bg.jpg);
}


ul {
	margin:0; 
	padding:0; 
	list-style-type:none; 
}


.msgbox {
	position: absolute;
	left:50%;
	top:50%;
	width:300px;  
	height:110px;
	margin-left:-150px;
	margin-top:-50px;	
	background-color:#595959;
	border:1px solid #444444;
	color:#FFFFFF;
	z-index:10000;
	padding:6px;
	font-size:12px
}
.msgclose{
	cursor:pointer;
	float:right;
}
.msgbox table{
	height:100px;
}

/* FireFox */
.searchbox {
	position: absolute;
	left:50%;
	top:50%;
	width:96px;  
	height:60px;
	margin-left:303px;
	margin-top:-237px;
	color:#FFFFFF;
	z-index:10000;
	background-color:#595959;
	border:1px solid #444444;
	padding:6px;
	font-size:12px
}
/* ie6 fixed */ 
*html .searchbox {
	position: absolute;
	left:50%;
	top:50%;
	width:98px; 	
	margin-left:301px;
	margin-top:-236px;
	color:#FFFFFF;
	z-index:10000;
	padding:6px;
	font-size:12px
}
/* ie7 fixed, 注意顺序 */
*+html .searchbox {
	position: absolute;
	left:50%;
	top:50%;
	width:98px; 	
	margin-left:301px;
	margin-top:-236px;
	color:#FFFFFF;
	z-index:10000;
	padding:6px;
	font-size:12px
}


.searchclose{
	cursor:pointer;
	float:right;
}
.searchbox table{
	height:60px;
}

.searchbox table tr td #brandtext,.searchbox table tr td #sorttext{
	background-color:#595959;
	border:1px solid #444444;
	color:#CCCCCC;
	font-size:14px;
	height:13px;
	width:54px;
}

/*#png {behavior:url(js/ie-png-fix.htc)}*/

#flash{z-index:1; height:560px; width:950px; position:absolute;}


/*页面弹出小窗*/
#popwincontainer{
	overflow:hidden;
	position: absolute;
	left:50%;
	top:50%;
	width:734px; 
	height:0px;
	overflow:hidden;
	/*height:353px;*/
	margin-left:-425px;
	margin-top:-100px;	
/*	margin-left:-150px;
	margin-top:-50px;	*/
	color:#FFFFFF;
	z-index:10000;
	font-size:14px;
}
#popwincontainer #header{
	width:734px!important;
	position:relative; 
	left:0px;
}
#popwincontainer #header #close{
	position:absolute;
	width:24px;
	height:18px;
	right:20px;
	top:10px;
	cursor:pointer;
	background-image:url(../images/dot.gif);
}

#popwincontainer #footer{
	position:relative;
	width:734px!important;
	background:none;
	color:#7F7F7F;
	font-size:14px;
	height:28px;
	top:0px;
}

#popwincontainer #content{
	position:relative;
	height:290px;
	width:734px;
	background-image: url('../images/popwin/2-2.jpg');
/*	background-repeat: no-repeat;	
	background-attachment:fixed;
	background-position: 174px 292px!important;
	background-position:20px;*/
}
#popwincontainer #content #left{
	float:left;
}
#popwincontainer #content #right{
	float:right;
}
#popwincontainer #content #popwinscrollpane{
	/*background-color:#666666;*/
/*	width:670px!important;
	height:290px!important;*/
	width:630px;
	height:260px;
	margin-left:20px;
	padding-left:25px;
	padding-top:20px;
}

/*页面弹出小窗*/