@charset "UTF-8";
/*
 * 关于命名的一些约定：
 * 1、不使用大写形式的类名和id名
 * 2、尽可能使用描述性的英文单词的组合作为类名和id名
 * 3、类名的多个英文单词之间使用“-”短横线分隔
 * 4、id名的多个英文单词之间使用“_”下划线分隔
 * 5、不要求多个英文单词之间一定要使用间隔符
 */

/*
 * body标记样式定义
 * @overlay body
 * @desc	全局的字体颜色、背景色和文本对齐设置
 */
body{    
	color:#333333;
	background: #fff;
	text-align: center;
	font-size:12px;
	font-family:'宋体',Arial, Helvetica, sans-serif;
}



select option{padding-right:3px;}
/*
 * 修正IE5.x和IE6的斜体溢出bug
 * @bugfix
 * @css-for    IE 5.x/Win, IE6
 */
* html body{
	/*overflow: visible;*/ /*update by harry*/
}
* html iframe, * html frame{
	/*overflow: auto;*/ /*update by harry*/
}
* html frameset{
	/*overflow: hidden;*/ /*update by harry*/
}

/*
 * 定义图片边框
 * @overlay img
 * @desc	当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img{
	border:0 none;
}



input.flat{
    border: 1px solid #999999;
    padding: 2px 4px;
}




/* 通用容器 */
.wrapper{
	clear: both;
	overflow: hidden;
}

/* 清除溢出，浮动 */
/* @group 清理元素 */

/*
 * 清理浮动元素
 * @class hackbox
 * @desc	清理浮动元素
 */

.clear{
clear:both;
} 
.clearing{
clear:both; height:1px; line-height:1px; font-size:1px
}



.underline{
text-decoration:underline}

/*数据列表li*/
li.list{
float:left;
}
/*定义粗体*/
.strong{
font-weight:bold;
}

.bottomdashed{
 border-bottom:1px dashed #999;
}

.bottomdotted
{
border-bottom:1px dotted #999;
}

#header
{
width:950px;
margin:auto auto;
}

#header .header_top
{
width:99%;
height:30px;
margin:1px auto;
}

#header .head_searchinput{

width:475px;
border:1px solid #CCCCCC;
font-size:13px;
padding:4px 4px;
color:#666666;
}

#header .header_bottom
{
width:937px;
height:98px;
margin:4px auto;
}

#header .left_container
{
width:80px;
height:22px;
line-height:22px;
float:left;
text-align:left;
margin-top:6px;
margin-left:6px;
}
#header .mid_container_top
{
width:650px;
height:22px;
line-height:22px;
float:left;
text-align:left;
margin-top:6px;
}
img.vimg{
vertical-align:-2px;
}

#header .right_container
{
width:20%;
height:22px;
line-height:22px;
float:left;
text-align:right;
margin-top:6px;
}

#header #center{
float:right;
}
#header .left_nav
{
width:12px;
height:98px;
float:left;
background-image:url(/images/shenzhen/topbg.gif);
background-position:0px 1px;
background-repeat:no-repeat;

}

#header .mid_nav
{
width:913px;
height:98px;
float:left;
background-image:url(/images/shenzhen/topbg.gif);
background-position:0px -99px;
}

#header .logo{
width:240px;
float:left;
height:93px;
text-align:center;
margin-top:5px;
margin-left:26px;
display:inline;
}

#header .nav{
width:630px;
float:right;
height:93px;
margin-top:5px;
text-align:center;
}

#header .top_nav{
width:590px;
height:30px;
line-height:30px;
margin:auto auto;
}
#header .middle_nav{
width:590px;
height:29px;
text-align:left;
margin:auto auto;
}
#header .bottom_nav{
width:475px;
height:20px;
line-height:20px;
float:left;
text-align:left;
margin:auto auto;
}
#header .high_search{
width:108px;
float:left;
line-height:18px;
text-align:center;
}
#navmenus li{
text-align:center;
}
#header .right_nav
{
width:12px;
height:98px;
float:right;
background-image:url(/images/shenzhen/topbg.gif);
background-position:-18px -202px;
background-repeat:no-repeat;
}
#header ul{
margin-top:3px;
}

#header ul li{
float:left;
}
#header li.info{
margin:auto 3px;
}

#header li.logintxt{
display:inline;
width:30px;
float:right;
text-align:left;
}
#header li.notic{
width:20px;
height:18px;
background-image:url(/images/shenzhen/topbg.gif);
background-position:-27px -172px;
}

#header li.searchbtn{
width:95px;
line-height:18px;
float:left;
}

#header li.searchbtn span.btnbg{
background-image: url(/images/shenzhen/topbg.gif);
background-position:left -205px;
line-height:28px;
padding:5px 20px 5px 22px;
background-repeat:no-repeat;
font-size:13px;
font-weight:bold;
}

#header li.nav_menu{
float:left;
width:43px;
background-image:url(/images/shenzhen/button1.gif);
background-position:right;
background-repeat:no-repeat;
}

#header li.spe_line{
width:6px;
height:23px;
background-image:url(/images/shenzhen/spe_line.gif);
margin-top:2px;
background-repeat:no-repeat;
}
#header li.spe_line2{
width:10px;
height:18px;
background-image:url(/images/shenzhen/sep2.gif);
margin-top:2px;
}


#header li.first_menu{
float:left;
width:40px;
text-align:left;
background-image:url(/images/shenzhen/button1.gif);
background-position:right;
background-repeat:no-repeat;
}

#header li.spec32_menu
{
width:60px;
}

#header li.spec3_menu
{
width:75px;
}

#header li.spec4_menu
{
width:85px;
}


#header li.nobg_menu
{
background-image:none;
}

#header li.hotkey{
float:left;
margin-right:15px;
margin-top:0px;
padding-top:0px;
height:18px;
line-height:18px;
color:white;
}

#header ul.material
{
margin-left:1px;
margin-top:0px;
padding-top:0px;
}


#header li.search{
width:485px;
float:left;
margin-right:5px;
}
.lineheight30{
line-height:30px;
}

.lineheight20{
line-height:20px;
}

#footer{
width:950px;
margin:auto auto;
height:110px;
background-image:url(/images/shenzhen/footer.jpg);
background-repeat:no-repeat;
padding-top:60px;
}

#footer .topmenu{
line-height:24px;
text-align:center;
width:350px;
margin-right:40px;
display:inline;
float:right;
}

.copyright{
line-height:28px;
text-align:center;
width:98%;
margin:auto auto;

}

.rcopy{
font-size:20px;
line-height:28px;
vertical-align:middle;
}

#footer .copyright2{
line-height:24px;
text-align:center;
width:70%;
margin-left:33px;
display:inline;
}

#footer .footer_container{
   width:80%;
   height:60px;
   margin:0 auto;
   display:table;
}

#footer .left_container{
width:80%;
height:60px;
float:left;
text-align:center;
}

#footer .right_container{
width:19%;
height:60px;
float:right;
text-align:left;
}

#footer ul.info{
margin-top:5px;
margin-left:215px;
line-height:22px;
height:22px;
}
#footer ul li{
float:left;
}

#footer li.nav{
width:70px;
margin:auto 3px;
}

#footer li.info{
margin:auto 3px;
}

#footer li.copyright{
width:235px;
margin-left:25px;
}

div.center{
margin:auto auto;
text-align:center;
}

img.gray{
border:1px solid #cccccc;
}

/*黑色链接*/
a.indexnav:link, a.indexnav:visited{
    font-size:14px;
	color:black;
	font-family:"宋体";
	text-decoration: none;
}

a.indexnav:hover{
   color:#FF6600;
}

/*当前链接,白色*/
a.currnav:link, a.currnav:visited{
    font-size:14px;
	color:white;
	font-family:"宋体";
	text-decoration: none;
}

a.currnav:hover{
   color:#FF6600;
}

/*深圳蓝*
/*当前链接,白色*/
a.sz_blue:link, a.sz_blue:visited{
	color:#007F96;
	text-decoration: none;
}

a.sz_blue:hover{
   color:#FF6600;
}




/*不可用按钮*/
span.disabledbtn{
color:#999999;
}

div.list_row1{
background-color:#EEEEEE;
line-height:24px;
}

div.list_row2{
background-color:#FFFFFF;
line-height:24px;
}


#user_info{
	width:938px;
	height:33px;
	margin:auto auto;
	margin-top:4px;
	margin-bottom:8px;
	}
#user_info .info-left{
	width:10px;
	height:33px;
	float:left;
	background-image:url(/images/shenzhen/navbg.gif);
	background-position:0px -37px;
	background-repeat:no-repeat;
	}
#user_info .info-center{
	width:916px;
	height:33px;
	line-height:33px;
	text-align:left;
	float:left;
	background-image:url(/images/shenzhen/navbg.gif);
	background-position:0px 0px;
	}	
		
#user_info .info-center .userinfo{
	width:50%;
	height:28px;
	line-height:28px;
	text-align:left;
	float:left;
	}
#user_info .info-center .user-operate{
	width:50%;
	height:28px;
	line-height:28px;
	text-align:center;
	float:right;
	}
		
	
#user_info .info-right{
	width:12px;
	height:33px;
	float:right;
	background-image:url(/images/shenzhen/navbg.gif);
	background-position:-35px -73px;
	}
#logininfo{
float:left;
text-align:left;

}

#usertools{
width:26%;
float:right;
text-align:left;
}	

#usertools li.regli{
width:30px;
float:right;
margin-left:8px;
}
#usertools ul{
line-height:28px;
}

#usertools .tools{
width:99%;
height:28px;
text-align:right;
}
#usertools ul{
height:27px;
text-align:right;
}

#usertools .tools li{
margin-left:8px;
float:right;
background-repeat:no-repeat;
}

#usertools .home{
background-image:url(/images/shenzhen/userlogin.gif);
background-position:0px 2px;
padding-left:26px;
width:42px;
}

#usertools .loginout{
background-image:url(/images/shenzhen/userlogin.gif);
background-position:-0px -55px;
padding-left:26px;
}

#usertools .infocenter{
background-image:url(/images/shenzhen/userlogin.gif);
background-position:0px -25px;
padding-left:26px;
}

/*登录样式*/
.all{
width:950px;
margin:auto auto;
background-repeat:no-repeat;
text-align:right;
}
.bg1{
background-image:url(/images/shenzhen/1a.jpg);
height:168px;
}
.bg2{
background-image:url(/images/shenzhen/2a.jpg);
height:42px;
}
.bg3{
background-image:url(/images/shenzhen/3a.jpg);
height:50px;

}
.bg4{
background-image:url(/images/shenzhen/4a.jpg);
height:45px;
}
.bg5{
background-image:url(/images/shenzhen/5a.jpg);
height:42px;
}
.bg6{
background-image:url(/images/shenzhen/6a.jpg);
height:38px;

}
.bg7{
background-image:url(/images/shenzhen/7a.jpg);
height:42px;
}
.bg8{
background-image:url(/images/shenzhen/8a.jpg);
height:40px;
padding-top:120px;

}
#username{
width:480px;
float:right;
line-height:30px;
font-size:14px;
text-align:left;
margin-top:12px;
}
#userpwd{
width:480px;
float:right;
line-height:30px;
font-size:14px;
text-align:left;
margin-top:12px;
}
#useryzm{
width:480px;
float:right;
line-height:30px;
font-size:14px;
text-align:left;
margin-top:10px;
}

#loginbtns{
width:424px;
float:right;
line-height:30px;
margin-top:8px;
text-align:center;


}
#loginbtns li
{
	float:left;
	margin-right:35px;
}

div.addopt{
width:420px;
float:right;
line-height:30px;
margin-top:8px;


text-align:center;
}

input.logininput{
width:160px;
padding:2px 4px;
font-size:14px;
border:1px solid #AED362;
}

input.yzm{
width:90px;
padding:2px 4px;
font-size:14px;
border:1px solid #AED362;
}

/*高级搜索*/
#header .hsearch{
line-height:30px;
margin-left:10px;
}

/*跳页样式*/
div#pagebtns
{
margin-top:13px;
height:30px;
line-height:30px;
text-align:right;
padding-right:8px;
}

div.pagebtns{
text-align:right;
line-height:28px;
padding-right:8px;
float:right;
color:#666666;
}
span.first{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.pre{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.next{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.last{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.currbtn{
padding:2px 8px 1px 8px;
border:1px solid #999;
cursor:pointer;
}

span.disabledbtn{
border:1px solid #CCCCCC;
color:#CCCCCC
}
.div_nav
{
	width:871px;
	height:69px;
	padding-right:10px;
	background-image:url(/images/shenzhen/login_nav.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	
}
.div_nav li
{
	float:left;
	line-height:69px;
	padding-left:65px;
}
.font_size_14
{
	font-size:14px;
	
}
.bg_pass
{
	background-image:url(/images/shenzhen/loginimgpass.jpg);
	height:42px;
}
.login_warminfo
{
	width:30%;
	padding-right:196px;
	text-align:left;
	float:right;
	line-height:26px;
}
#useremail{
width:480px;
float:right;
line-height:30px;
font-size:14px;
text-align:left;
margin-top:12px;
}

#main
{
	width:935px;
	margin:0 auto;
}
/*float_left*/
.float_left
{
	float:left;
}

/*float_right*/
.float_right
{
	float:right;
}
/*banner_l*/
.banner_l
{
	float:left;
	width:10px;
	height:25px;
	background-image:url(/images/shenzhen/banner.gif);
	background-position:0 0 ;
	background-repeat:no-repeat;
}

/*banner_r*/
.banner_r
{
	float:left;
	width:10px;
	height:25px;
	background-image:url(/images/shenzhen/banner.gif);
	background-position:-43px 0 ;
	background-repeat:no-repeat;
}
.margin_right_8
{
	margin-right:8px;
}
.margin_right_16
{
	margin-right:16px;
}
.margin_left_8
{
	margin-left:8px;
}
img
{
	display:block;
}
#main-left
{
	width:262px;
	float:left;
}
#main-right
{
	width:660px;
	float:right;
}
.block_content
{
	width:262px;
	margin:0 auto 8px auto;
}
.right_block
{
	width:660px;
	margin-bottom:8px;
}
.main_border
{
	width:260px;
	border-bottom:1px #AED362 solid;
	border-left:1px #AED362 solid;
	border-right:1px #AED362 solid;
	margin-top:-2px;
	padding-top:4px;
}
.main_border_right
{
	width:658px;
	border-bottom:1px #AED362 solid;
	border-left:1px #AED362 solid;
	border-right:1px #AED362 solid;
	margin-top:-2px;
	padding-top:4px;
}
#header .top_nav1{
width:520px;
height:30px;
line-height:30px;
margin:auto auto;
}
#header div.nav div.top_nav1
{
	margin-top:32px;
	margin-left:80px;
} 

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}

.collection{
	width:60px;
	height:23px;
	float:left;
	background-image:url(/images/shenzhen/stow.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}
.heig_5 {
	height: 5px;
	line-height: 5px;
	width: 100%;
}

/*登录面板*/
#right-up {
	width: 284px;
}

.rightup-enter {
	width: 284px;
	margin-top: 6px;
}

.banner-enter {
	width: 284px;
	height: 24px;
}

.enter-left {
	width: 10px;
	height: 25px;
	background-image:
		url(/images/shenzhen/icon-big.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 0px;
	float: left;
}

.enter-mid {
	width: 264px;
	height: 25px;
	background-image:
		url(/images/shenzhen/icon-big.gif)
		;
	background-repeat: repeat-x;
	background-position: 0 -30px;
	float: left;
}

.enter-right {
	width: 10px;
	height: 25px;
	background-image:
		url(/images/shenzhen/icon-big.gif)
		;
	background-repeat: no-repeat;
	background-position: -31px 0px;
	float: left;
}

.enter-icon {
	width: 20px;
	height: 20px;
	background-image:
		url(/images/shenzhen/icon-small.gif)
		;
	background-repeat: no-repeat;
	background-position: -66px 0;
	float: left;
	margin-top: 4px;
}

.enter-title {
	width: 64px;
	height: 22px;
	float: left;
	margin-left: 5px;
	text-align: center;
	line-height: 22px;
	margin-top: 2px;
}

.user {
	width: 282px;
	float: left;
	height:96px;
	border-left: 1px solid #DCDDDE;
	border-right: 1px solid #DCDDDE;
	border-bottom: 1px solid #DCDDDE;
}
	
.username {
	width: 278px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
}

.username ul {
	width: 268px;
	margin-left: 10px;
	text-align: left;
	line-height: 22px;
}

.use-name {
	width: 54px;
	height: 23px;
	text-align: center;
	line-height: 24px;
	float: left;
}

.username .enter {
	width: 280px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}

.username .enter li {
	height: 22px;
	float: left;
	margin-left: 9px !important;
	margin-left: 6px;
}

.use-title {
	width: 98px;
	height: 23px;
	float: left;
	margin-top: 2px;
	text-align: center;
	line-height: 23px;
}

.use-title input {
	width: 90px;
}

.use-button {
	width: 74px;
	height: 23px;
	float: left;
	margin-left: 10px;
}

.use-login {
	width: 40px;
	height: 23px;
	float: left;
	text-align: center;
	line-height: 23px;
	margin-left: 5px;
}

.use-login-s {
	width: 30px;
	height: 23px;
	float: left;
	text-align: center;
	line-height: 23px;
	margin-left: 5px;
}

.use-forget {
	width: 60px;
	height: 23px;
	float: left;
	margin-left: 10px;
	text-align: center;
	line-height: 23px;
}

.vip-enter {
	width: 284px;
	height: 48;
	margin-top: 6px;
	clear: both;
}

/*用户中心 信息会员*/
.member-use-item {
	width: 282px;
	float: left;
	margin-top: 6px;
	border-left: 1px solid #DCDDDE;
	border-right: 1px solid #DCDDDE;
	border-top: 1px solid #DCDDDE;
	border-bottom: 1px solid #DCDDDE;
}

.member-use-item ul {
	width: 276px;
	margin-top: 6px;
	margin-bottom: 6px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.member-use-item .nav1 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.member-use-item .nav2 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 -80px;
}

.member-use-item .nav3 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 -170px;
}

.member-use-item .nav4 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 -258px;
}

.member-use-item .nav5 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 -348px;
}

.member-use-item .nav6 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: 0 -432px;
}

.member-use-item .nav7 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: -300px 0;
}

.member-use-item .nav8 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: -300px -80px;
}

.member-use-item .nav9 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: -300px -170px;
}

.member-use-item .nav10 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: -300px -258px;
}

.member-use-item .nav11 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: -300px -348px;
}

.member-use-item .nav12 {
	width: 276px;
	height: 75px;
	background-image:
		url(/images/shenzhen/member.gif)
		;
	background-repeat: no-repeat;
	background-position: -300px -432px;
}
/*用户中心 厂商*/
.fac-use-item{
	width:282px;
	float:left;
	margin-top:6px;
	border-left:1px solid  #DCDDDE;
	border-right:1px solid #DCDDDE;
	border-top:1px solid #DCDDDE;
	border-bottom:1px solid #DCDDDE;
	}

