@charset "utf-8";
/* Reset CSS
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	/*font-size: 99%;
	font-family: Arial;*/
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: inherit;
	/*vertical-align: baseline;*/
	color:#666666;
}
/*body, div, address, hr, blockquote, iframe, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, table, th, td, form, legend, fieldset, input, button, select, textarea {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: inherit;
}*/

.clear{
	clear:both;
	line-height:1px;
}

ol, ul {
	list-style: none;
}

fieldset, img, iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {}

:focus {
	outline: 0;
}

body {
	color: #333;
	background: #FFF;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}

body, input, button, select, textarea, div {
	font-family: "宋体";
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color:#900;
	text-decoration: underline;
}

/* Common Class
==========================================================*/
.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: white;
}

.green {
	color: green;
}

.gray {
	color: gray;
}

.black {
	color: black;
}

.bold {
	font-weight: bold;
}

.hand {
	cursor: pointer!important;
	cursor: hand;
}

.hide {
	display: none;
}

.show {
	display: ;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.fLeft{
	float:left;
}

.fRight{
	float:right;
}

/* Colors
==========================================================*/
.c_de0c0c { color: #DE0C0C;	}
.c_333 { color: #333; }
.c_4d4c4c { color: #4D4C4C; }
.c_price { color:#D81313; }

/* Fonts
==========================================================*/
.f_TM {
	font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
}
.f_copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.f_price {
	font-family:Georgia,"Times New Roman",Times,serif;
}

.f14px {
	font-size: 14px;
}

/* Layout, CSS Grid System
==========================================================*/
#container {
	width:1000px;
	margin:0px auto;
}
/* head begin
===========================================================*/
body {
	background:url(../images/headBg.jpg) no-repeat center top;
	widows:100%;
}
#container #head dd#logo a {
	float:left;
	margin-top:45px;
}
#container #head dd.welcome {
	float:left;
	margin-top:68px;
	padding-left:20px;
}
#container #head dd.welcome a {
	color:#d33a3a;
	text-decoration:none;
}
#container #head ul {
	float:right;
	margin-top:8px;
}
#container #head ul li {
	float:left;
	padding:0px 3px;
}
#container #head ul li.service {
	background:url(../images/customService.jpg) no-repeat 1px;
	padding-left:15px;
}
#container #head ul li.service a {
	color:#e36e11;
	font-weight:bold;
}
#container #head .contact {
	margin-top:25px;
	float:right;
}
#container #head #menu {
	margin-top:12px;
	margin-bottom:18px;
	margin-left:90px;
	display:inline;
	float:left;
}
#container #head #menu ul {
	float:left;
}
#container #head #menu ul li {
	padding: 0;
}
#container #head #menu li.focus, #container #head #menu li.noncePage {
	background:url(../images/menuLeft.jpg) no-repeat;
	line-height:20px;
	margin-right:15px;
	float:left;
	margin-top:1px;
}
#container #head #menu li.focus a {
	background:url(../images/menuRight.jpg) no-repeat right;
	line-height:20px;
	display:block;
	margin-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
#container #head #menu li.blur {
	background:url(../images/menuLeftW.jpg) no-repeat;
	line-height:22px;
	margin-right:15px;
	float:left;
}
#container #head #menu li.blur a {
	background:url(../images/menuRightW.jpg) no-repeat right;
	line-height:22px;
	display:block;
	margin-left:10px;
	padding-right:10px;
	font-size:13px;
	text-decoration:none;
}
#container #head .shoppingCar {
	float:right;
	margin-top:22px;
	color:#7a7a7a;
	background:url(../images/shoppingCar.jpg) no-repeat 1px;
	padding-left:23px;
	height:23px;
	line-height:23px;
}
#container #head .hotSearch {
	border-left:solid 1px #dfdfdf;
	border-right:solid 1px #dfdfdf;
	height:30px;
	line-height:20px;
}
#container #head .hotSearch ul {
	margin-top:5px;
	float:left;
	line-height:20px;
	height:20px;
}
#container #head .hotSearch ul .specilAtt {
	color:#bb0000;
	background:url(../images/top_1.jpg) no-repeat 1px;
	padding-left:18px;
	margin-left:18px;
	display:inline;
}
#container #head .hotSearch ul .hotOrder a {
	color:#eb711b;
}
#container #head .search {
	float:right;
	margin-right:10px;
}
#container #head form {
	display:inline;
}
#container #head form .keyword {
	border:solid 1px #dadada;
	margin-top:5px;
}
#container #head form .submit {
	vertical-align:middle;
}
#container #head .searchB {
	background:url(../images/hotSearchL.jpg) no-repeat left;
	line-height:6px;
	height:6px;
	margin-bottom:10px;
	border:0px;
	font-size:0px;
}
#container #head .searchB div {
	background:url(../images/hotSearchR.jpg) no-repeat right;
	line-height:6px;
	height:6px;
	border:0px;
	margin-left:10px;
	font-size:0px;
}
	#topAD {
		margin-bottom: 10px;
		width:1000px;
		overflow-x: hidden;
	}
/* sidebar begin
===========================================================*/
#container #sidebar {
	width:200px;
	float:left;
}
/* content begin
===========================================================*/
#container #content {
	width:784px;
	float:right;
}
.pages {
	color:#6666CC;
	font-family:Tahoma;
	font-size:12px;
	padding:3px;
	text-align:right;
	margin-top:10px;
}
.pages span.disabled {
	border:1px solid #DDDDDD;
	color:#CCCCCC;
	margin:0 2px;
	padding:2px 5px;
}
.pages span.current {
	background-color:#6666CC;
	border:1px solid #000099;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 2px;
	padding:2px 5px;
}
.pages a {
	border:1px solid #AAAADD;
	color:#6666CC;
	margin:2px;
	padding:2px 5px;
	text-decoration:none;
}

/******************返回顶端******************/
#toTop {
	text-align:center;padding:5px;position:fixed;bottom:100px;right:30px;cursor:pointer;color:#666;text-decoration:none; 
}
.pages a.toTop {border:0px;}
.pages a.toTop img {vertical-align:middle;}
/******************放大镜开始******************/
.jqzoom {
	float: left;
	padding: 0px;
	cursor: crosshair;
	width: 400px;
	margin-bottom: 20px
}
div.zoomdiv {
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	/*border: 2px solid #CCCCCC;*/
	display: none;
	text-align: center;
	overflow: hidden;
}
div.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
}
/******************放大镜结束******************/

/* foot begin
===========================================================*/

#container #foot {
	margin-top:15px;
}
#container #foot .contactUs {
	background:url(../images/contactUs.jpg) no-repeat;
	width:227px;
	height:147px;
	float:left;
}
#container #foot ul.list {
	background:url(../images/helpCenter.jpg) no-repeat right;
	width:765px;
	height:147px;
	float:right;
}
#container #foot ul.list li {
	float:left;
	display:inline;
	text-align:left;
}
#container #foot ul.list li.greenHand {
	margin:30px 10px auto 55px;
}
#container #foot ul.list li.feedBack {
	margin:30px 5px auto 45px;
}
#container #foot ul.list li.transport {
	margin:30px 15px auto 55px;
}
#container #foot ul.list li.service {
	margin:30px 0px auto 46px;
}
#container #foot ul.list li.help {
	float:right;
	margin:30px 15px auto auto;
}
#container #foot ul.list li dt{
	font-size:18px;
	color:#818181;
	font-weight:bold;
}
#container #foot ul.list li dd {
	line-height:25px;
	background:url(../images/foot_1.jpg) no-repeat 1px;
	padding-left:10px;
}
#container #foot .deliverInfo {
	margin:15px auto;
}
#container #foot .about {
	background-color:#ededed;
	height:30px;
	line-height:30px;
}
#container #foot .about ul {
	margin-left:240px;
}
#container #foot .about li {
	float:left;
	height:30px;
	line-height:30px;
	margin:auto 5px;
}
