/*-------------------------------- CSS 页面布局开始-------------------------------- */

*{
    margin:0;
	padding:0;
}
body{
    font-family:"宋体";
	font-size:12px;
	color:#4f5555;
	background:#fff;
}
p{
    margin:8px 0;
}
img{
    display:block;
	overflow:hidden;
    border:0;
}
li{
    list-style:none;
}
a{
    color:#4f5555;
	text-decoration:none;
}
a:hover{
    color:#ff6600;
	text-decoration:none;
}
#wrapper{
    width:1004px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	position: relative;
}
#header{
    width:1004px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#header #topnav{
    width:1004px;
    height:21px;
	color:#444;
	background:url(images/topbg.gif) left no-repeat;
}
#header #topnav a{
	color:#444;
}
#header #topnav a:hover{
	text-decoration:underline;
}
#header #topnav #left{
    width:250px;
	padding-left:20px;
	float:left;
}
#header #topnav #left li{
    width:60px;
	float:left;
    background:url(images/icon.gif) left 5px no-repeat;
	padding-left:10px;
	height:20px;
	line-height:20px;
}
#header #topnav #right{
	padding-right:20px;
	float:right;
	text-align:left;
	height:20px;
	line-height:20px;
}
#header #topbox{
	width:950px;
	height:142px;
	overflow:hidden;
	background:url(images/style.gif) left 0 no-repeat;
	margin:0 auto;
}
#header .logo{
	width:178px;
	height:35px;
	float:left;
	overflow:hidden;
	margin-top:30px;
	display:inline;
}
#topbox .centerbox{
	width:320px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:18px 0 0 145px;
}
#topbox .centerbox .login{
	width:280px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	background:url(images/icon.gif) 27px -21px no-repeat;
	
}
#topbox .centerbox .login a{
	color:#a25132;
}
#topbox .centerbox .login a:hover{
	text-decoration:underline;
}
#topbox .centerbox .buy{
	width:240px;
	height:20px;
	line-height:20px;
	margin:13px 0 0 65px;
} 
.font12orange{
	color:#f36c21;
	text-decoration:underline;
	font-weight:bold;
}
.font12orange01{
	color:#f36c21;
	font-weight:bold;
}
#topbox .centerbox .buy .btn{
	width:56px;
	height:18px;
	overflow:hidden;
}
#topbox .tel{
	width:203px;
	height:44px;
	float:right;
	margin-top:25px;
}

#topbox #nav{
    height:36px;
	overflow:hidden;
	padding-left:20px;
	clear:both;
}
#topbox  #nav .navlist{
    height:auto;
	margin-left:10px;
	padding:3px 0 0 0;
	float:left;
}
#topbox  #nav .navlist li{
    float:left;
	font-weight:bold;
	font-size:14px;
	margin:0 6px;
	text-align:center;
	width:66px;
	height:30px;
	line-height:30px;
	display:inline;
}
#topbox  #nav .navlist .line01{
	width:2px;
	height:26px;
	background:url(images/line01.gif) 0 3px no-repeat;
}
#topbox  #nav .navlist li a{
    color:#fff;
}
#topbox  #nav .navlist li a:hover{
	color:#ffe400;
	width:66px;
	height:30px;
	display:block;
}
#topbox  #nav .navlist .down{
	text-align:left;
	padding:10px 0 0 0;
	margin:0 0 0 -5px;
}
#topbox  #nav .rightnav{
    height:auto;
	margin-left:10px;
	padding:3px 0 0 0;
	float:right;
	margin-right:10px;
	display: inline;
}
#topbox  #nav .rightnav li{
    float:left;
	font-weight:bold;
	font-size:14px;
	margin:0 4px;
	display:inline;
	text-align:center;
	width:66px;
	height:30px;
	line-height:30px;
}
#topbox  #nav .rightnav .line02{
	width:2px;
	height:26px;
	background:url(images/line02.gif) 0 3px no-repeat;
}
#topbox  #nav .rightnav li a{
    color:#fff;
}
#topbox  #nav .rightnav li a:hover{
	color:#ffe400;
	width:66px;
	height:30px;
	display:block;
}
#topbox  #nav .rightnav .scj{
	width:80px;
	margin-left:18px;
}


#header #topbox .search{
	width:340px;
	height:30px;
	overflow:hidden;
	float:left;
	display:inline;
	padding-left:20px;
}
#topbox .search .input{
	width:155px;
	height:18px;
	margin:2px 0 0 0;
	font-size:12px;
	display:block;
	float:left;
	border:1px solid #a6a5a5;
}
.select{
	width:109px;
	height:20px;
	display:block;
	background: url(images/icon.gif) left -109px no-repeat;
	font-size:12px;
	color:#909ea4;
	float:left;
	margin:2px 5px 0 5px;
	cursor:pointer;
}
.select span{
	width:88px;
	height:20px;
	line-height:21px;
	display:block;
	overflow:hidden;
	padding-left:2px;
}
.select ul{
	width:107px;
	position: absolute;
	border-left:1px solid #a6a5a5;
	border-right:1px solid #a6a5a5;
	border-bottom:1px solid #a6a5a5;
}
.select ul li{
	background:#ddd;
	width:105px;
	height:20px;
	line-height:20px;
	vertical-align:bottom;
	overflow:hidden;
	padding-left:2px;
}
.select .selected{
	background:#fea93e;
	color:#fff
}
#select2{
	display:block;
	position: absolute;
	left: -2000px;
}
#topbox .search .btn{
	width:50px;
	height:21px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background:url(images/icon.gif) left -47px no-repeat;
	border:0;
	text-align:right;
	padding-right:20px;
	display:block;
	float:left;
	margin-top:1px;
}
#topbox .key{
	width:500px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	float:right;
	padding-right:10px;
	margin-top:4px;
}
#container{
    width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:12px 0;
}
#footer{
    width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:3px solid #5b6f57;
}
#footer #copy{
	text-align:center;
	line-height:20px;
	padding-top:10px;
}
#footer #copy .footer_03 {
	padding-left:235px;
}
#footer #copy .ZFB {
	float:left;
	width:150px;
}
#footer #copy .copyright {
	float:left;
	padding:15px 5px 0;
}
#footer #copy .police {
	float:left;
}

/*-------------------------------- CSS 页面布局结束 --------------------------------*/
