@charset "utf-8";

/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2,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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
}
html {
	_width: 100%;
	_height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	_width: 100%;
	_height: 100%;
	font-family: "Microsoft YaHei";
	color: #666666;
	font-size:14px;
	_background-image: url(about: blank);
	_background-attachment: fixed;
}

.bun {
	background-color: #e13335;
	border: medium none;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 12px;
	//height: 20px;
	//width: 50px;
	overflow: hidden;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #1b71b8;
	text-decoration: none;
}

img {
	vertical-align: middle;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

ul {
	list-style-type: none;
}

input {
	vertical-align: middle;
	outline: none;
}

textarea {
	outline: 0px;
	resize: none;
}

/* ---------- Base ---------- */

.black {
	color: black;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.hidden {
	display: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: "\0020";
}

.dialogOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
	left: 0px;
	z-index: 99;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	zoom: 1;
	background: url(../images/dialog_overlay.png);
}
.w {
	width: 1210px;
}
/* ---------- Grid ---------- */

div.container {
	width: 1210px;
	margin: 0px auto;
	*zoom: 1;
}

div.container:after {
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: "\0020";
}

div.container .span1, div.container .span2, div.container .span3, div.container .span4, div.container .span5, div.container .span6, div.container .span7, div.container .span8, div.container 

.span9, div.container .span10, div.container .span11, div.container .span12, div.container .span13, div.container .span14, div.container .span15, div.container .span16, div.container 

.span17, div.container .span18, div.container .span19, div.container .span20, div.container .span21, div.container .span22, div.container .span23, div.container .span24 {
	_display: inline;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

div.container .span1 {
	width: 30px;
}

div.container .span2 {
	width: 70px;
}

div.container .span3 {
	width: 110px;
}

div.container .span4 {
	width: 150px;
}

div.container .span5 {
	width: 190px;
}

div.container .span6 {
	width: 230px;
}

div.container .span7 {
	width: 270px;
}

div.container .span8 {
	width: 310px;
}

div.container .span9 {
	width: 350px;
}

div.container .span10 {
	width: 390px;
}

div.container .span11 {
	width: 430px;
}

div.container .span12 {
	width: 470px;
}

div.container .span13 {
	width: 510px;
}

div.container .span14 {
	width: 550px;
}

div.container .span15 {
	width: 590px;
}

div.container .span16 {
	width: 630px;
}

div.container .span17 {
	width: 670px;
}

div.container .span18 {
	width: 710px;
}

div.container .span19 {
	width: 742px;
}

div.container .span20 {
	width: 790px;
}

div.container .span21 {
	width: 830px;
}

div.container .span22 {
	width: 870px;
}

div.container .span23 {
	width: 970px;
}

div.container .span24 {
	width: 1210px;
	margin-right: 0px;
}

div.container .prepend1 {
	padding-left: 40px;
}

div.container .prepend2 {
	padding-left: 80px;
}

div.container .prepend3 {
	padding-left: 120px;
}

div.container .prepend4 {
	padding-left: 160px;
}

div.container .prepend5 {
	padding-left: 200px;
}

div.container .prepend6 {
	padding-left: 240px;
}

div.container .prepend7 {
	padding-left: 280px;
}

div.container .prepend8 {
	padding-left: 320px;
}

div.container .prepend9 {
	padding-left: 360px;
}

div.container .prepend10 {
	padding-left: 400px;
}

div.container .prepend11 {
	padding-left: 440px;
}

div.container .prepend12 {
	padding-left: 480px;
}

div.container .prepend13 {
	padding-left: 520px;
}

div.container .prepend14 {
	padding-left: 560px;
}

div.container .prepend15 {
	padding-left: 600px;
}

div.container .prepend16 {
	padding-left: 640px;
}

div.container .prepend17 {
	padding-left: 680px;
}

div.container .prepend18 {
	padding-left: 720px;
}

div.container .prepend19 {
	padding-left: 760px;
}

div.container .prepend20 {
	padding-left: 800px;
}

div.container .prepend21 {
	padding-left: 840px;
}

div.container .prepend22 {
	padding-left: 880px;
}

div.container .prepend23 {
	padding-left: 920px;
}

div.container .append1 {
	padding-right: 40px;
}

div.container .append2 {
	padding-right: 80px;
}

div.container .append3 {
	padding-right: 120px;
}

div.container .append4 {
	padding-right: 160px;
}

div.container .append5 {
	padding-right: 200px;
}

div.container .append6 {
	padding-right: 240px;
}

div.container .append7 {
	padding-right: 280px;
}

div.container .append8 {
	padding-right: 320px;
}

div.container .append9 {
	padding-right: 360px;
}

div.container .append10 {
	padding-right: 400px;
}

div.container .append11 {
	padding-right: 440px;
}

div.container .append12 {
	padding-right: 480px;
}

div.container .append13 {
	padding-right: 520px;
}

div.container .append14 {
	padding-right: 560px;
}

div.container .append15 {
	padding-right: 600px;
}

div.container .append16 {
	padding-right: 640px;
}

div.container .append17 {
	padding-right: 680px;
}

div.container .append18 {
	padding-right: 720px;
}

div.container .append19 {
	padding-right: 760px;
}

div.container .append20 {
	padding-right: 800px;
}

div.container .append21 {
	padding-right: 840px;
}

div.container .append22 {
	padding-right: 880px;
}

div.container .append23 {
	padding-right: 920px;
}

div.container .last {
	margin-right: 0px;
}

/* ---------- Form ---------- */

input.text {
	width: 220px;
	height: 26px;
	line-height: 26px;
	padding: 0px 4px;
	color: #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid;
	border-color: #b8b8b8 #dcdcdc #dcdcdc #b8b8b8;
	background: url(../images/common.gif) 0px 0px no-repeat;
}

input.text[type=file] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
	background: none;
}

input.text:disabled {
	background-color: #f6f6f6;
}

input.text:disabled:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid;
	border-color: #b8b8b8 #dcdcdc #dcdcdc #b8b8b8;
	background-color: #f6f6f6;
}

textarea.text {
	width: 440px;
	height: 160px;
	padding: 4px;
	color: #666666;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
}

textarea.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
}

textarea.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f6f6f6;
}

textarea.text:disabled:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #c1c1c1;
	background-color: #f6f6f6;
}

a.button {
	height: 28px;
	line-height: 28px;
	display: inline-block;
	display: -moz-inline-stack;
	float: left;
	padding: 0px 14px;
	margin-right: 10px;
	color: #646464;
	text-shadow: 1px 1px #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #dcdcdc;
	background: url(../images/common.gif) 0px -30px repeat-x;
}

a.button:hover {
	color: #333333;
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
	border: 1px solid #cccccc;
	background-position: 0px -60px;
}

a.button:active {
	background-position: 0px -90px;
}

a.button:disabled {
	color: #bbbbbb;
}

a.button:disabled:hover, a.button:disabled:active {
	color: #bbbbbb;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	background-position: 0px 0px;
}

input.button {
	height: 28px;
	line-height: 28px;
	*line-height: 24px;
	display: inline-block;
	display: -moz-inline-stack;
	padding: 0px 14px;
	margin-right: 10px;
	color: #646464;
	cursor: pointer;
	*overflow: visible;
	text-shadow: 1px 1px #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #dcdcdc;
	background: url(../images/common.gif) 0px -30px repeat-x;
}

@-moz-document url-prefix() {
	input.button {
		padding: 0px 10px;
	}
}

input.button:hover {
	color: #333333;
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
	border: 1px solid #cccccc;
	background-position: 0px -60px;
}

input.button:active {
	background-position: 0px -90px;
}

input.button:disabled {
	color: #bbbbbb;
}

input.button:disabled:hover, input.button:disabled:active {
	color: #bbbbbb;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	background-position: 0px 0px;
}

span.requiredField {
	padding-right: 3px;
	color: #ff6d6d;
	font-size: 10px;
}

label.fieldError {
	line-height: 23px;
	color: #ffb042;
	padding-left: 6px;
}

/* ---------- Message ---------- */

div.xxMessage {
	padding: 10px 30px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 

"px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) 

progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) 

progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
	border: 1px solid #999999;
	background-color: #ffffff;
}

div.xxMessage .messageContent {
	line-height: 24px;
	padding: 0px 10px 0px 30px;
	color: #666666;
}

div.xxMessage .messagewarnIcon {
	background: url(../images/common.gif) -60px -330px no-repeat;
}

div.xxMessage .messagesuccessIcon {
	background: url(../images/common.gif) -30px -360px no-repeat;
}

div.xxMessage .messageerrorIcon {
	background: url(../images/common.gif) 0px -390px no-repeat;
}

div.xxMessage .messageIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

/* ---------- Loading ---------- */

span.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/loading_icon.gif) center no-repeat;
}

span.loadingBar {
	width: 208px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/loading_bar.gif) center no-repeat;
}

/* ---------- Path ---------- */

div.path {
	height: 18px;
	line-height: 18px;
	clear: both;
	margin-bottom: 15px;
	margin-top:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* border: solid 1px #e4e4e4; */
}

div.path li {
	float: left;
	padding: 0px 5px 0px 5px;
	color: #e4393c;
	/* background: url(../images/common.gif) right -270px no-repeat; */
}

div.path li.last {
	background: none;
}

/* ---------- Header ---------- */

.header_top{
	width: 1210px;
	margin: 0 auto;
}

.header_top li{
	float:left;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
}


/*宽屏*/
.header_midder{
    height: 70px; 
    width: 1210px;
}



div.header .logo {
	height: 50px;
	padding-top: 12px;
	padding-bottom: 15px;
	overflow: hidden;
	vertical-align:middle;
}

div.header .headerAd {
	margin:2px 0 0 2px
	height: 70px;
}

div.header .topNav ul {
	float: right;
}

div.header .topNav li {
	line-height: 30px;
	float: left;
}

div.header .topNav li a {
	margin: 0px 6px;
}
div.header .topNav li a:hover {
	color:blue;

}
div.header .headerLogin, div.header .headerRegister, div.header .headerUsername, div.header .headerLogout {
	display: none;
}


div.header .mycenter {
	width: 68px;
	height: 32px;
	line-height: 33px;
	_display: inline;
	float: left;
	padding-left: 27px;
	margin-right: 30px;	
	margin-bottom: 4px;
	border:1px solid #EFEFEF;
	background:url(/storage/image/user.png) no-repeat #F7F7F7 5px 5px;
	cursor:pointer;
}
div.header .mycenter b{
	width:26px;
	height:26px;
	background: url(../images/common.gif) -210px -177px no-repeat ;
	display:block;
	float:left;
	margin-right:5px;}

div.header .cart {
	width: 63px;
	height: 32px;
	line-height: 33px;
	_display: inline;
	float: left;
	padding-left: 37px;
	border:1px solid #EFEFEF;
	margin-bottom: 4px;
	margin-right: 2px;	
	background:url(/storage/image/buycar.png) no-repeat 5px 5px #F7F7F7;
	cursor:pointer;
}
div.header .cart1 {
	line-height: 33px;
	_display: inline;
	float: left;
	border:1px solid #EFEFEF;
	margin-bottom: 4px;
	margin-right: 2px;	
	cursor:pointer;
}

div.header .cart b{
	width:26px;
	height:26px;
	background: url(../images/common.gif) -210px -177px no-repeat ;
	display:block;
	float:left;
	margin-right:5px;}
	
div.header .phone {
	height: 28px;
	line-height: 28px;
	float: right;
	margin-bottom: 4px;
	padding: 0px 10px 0px 26px;
	white-space: nowrap;
	border: solid 1px #f0f0f0;
	background: url(../images/common.gif) -210px -210px no-repeat #fcfcfc;
}

div.header .phone strong {
	font-size: 14px;
	font-weight: bold;
}

div.header .mainNav {
	width:1210px;
	/*height: 43px;*/
	overflow: hidden;
	text-align:center;
}

div.header .mainNav li {
	height: 43px;
	line-height: 43px;
	float: left;
	cursor:pointer;
	width:8%;
}

div.header .mainNav li:hover a{
	display:block;
	width:100%;
	height:43px;
	color: #00519c;
	float:left;
	position:relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background:white;
}

div.header .mainNav li a {
	width:100%;
	background:#0c7edf;
	display:block;
	height:43px;
	padding: 0px 10px;
	color:#fff;
	font-size: 15px;
	font-weight: 500;
	font-family: "microsoft yahei";	
}

div.header .mainNav a.current {
	height: 30px;
	line-height: 30px;
	color: #ca062c;
	border-bottom: solid 1px #1d1d1d;
	background-color: #ca062c;
	
}

div.header .tagWrap {
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	background: url(../images/common.gif) 0px -120px repeat-x;
}

div.header .tag {
	width: 230px;
	float: left;
	margin-right: 10px;
}

div.header .tag li {
	float: left;
	border-right: solid 1px #e4e4e4;
}

div.header .tag .icon {
	padding-right: 10px;
	background: right 2px no-repeat;
}

div.header .tag a {
	margin: 0px 10px;
}

div.header .hotSearch {
	width: 390px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-left: 5px;
    margin-bottom:5px;	
	overflow: hidden;
	font-size: 12px;
}

div.header .search {
	height: 30px;
	line-height: 23px;
	float: left;
	position: relative;
    border: 2px solid #1B71B8;	
}

div.header .search .keyword {
	height: 28px;
	width:340px;
	line-height: 28px;
	margin: 0px;
	left: 24px;
	color: #888888;
	outline: none;
	border: none;
	background: none;
	padding-left:10px;
	margin-top:-5px;
}

div.header .search button {
	width: 75px;
	height:30px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background:#1B71B8;
	font-family:微软雅黑;
	line-height:25px;
 	border: none;
 	overflow: hidden;
}

		.navsimg {
			height: 28px;
			width: 28px;
			box-sizing: border-box;
			margin-top: -15px;
			margin-left:-20px;
			
		}
		.hide{
			display:none;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
		}

/* ---------- Footer ---------- */

div.footer .bottomhelp {
	height:150px;
	margin-bottom: 10px;
	padding-top:30px;
	padding-bottom:20px;
	text-align: center;
	border-top: 1px solid #F1F1F1;
}
div.footer .bottomhelp dl{
	width: 220px;
	margin: 0 5px;
	float: left;
	display: block;
}
div.footer .bottomhelp dl dt{
	background:url(/storage/image/foot-img.png) no-repeat 38px 6px;
	height: 40px;
	margin-bottom: 5px;
	padding: 0 65px;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	overflow: hidden;
	font-family: "Microsoft YaHei";
}
div.footer .bottomhelp dl dd{
	height: 24px;
	padding: 0 8px;
	line-height: 24px;
	overflow: hidden;
	white-space: normal;
}
div.footer .bottomNav {
	margin-bottom: 10px;
	text-align: center;
}

div.footer .bottomNav li {
	line-height: 26px;
	display: inline;
}

div.footer .bottomNav a {
	margin: 0px 10px;
	color:white;
}

div.footer .copyright {
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}

div.footer .specialbox {
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #F1F1F1;	
}

div.footer .specialbox li {
	background:url(/storage/image/25.png) no-repeat 38px 6px;
	float: left;
	display: inline;
	width: 33%;
	background: 0 0;
	font: 400 20px/50px 'Microsoft YaHei';
	text-align: center;
	position: relative;
	z-index: 5;
}
div.footer .specialbox li a{
}
/* ---------- Pagination ---------- */

div.pagination {
	height: 20px;
	float: right;
	margin-bottom: 10px;
}

div.pagination a, div.pagination span {
	height: 18px;
	line-height: 18px;
	display: inline;
	float: left;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
}

div.pagination a {
	padding: 0px 5px;
	border: 1px solid #cccccc;
}

div.pagination a:hover {
	border: 1px solid #fd6d01;
	text-decoration: none;
}

div.pagination a.previousPage {
	width: 18px;
	padding: 0px;
	background: url(../images/common.gif) 0px -180px no-repeat;
}

div.pagination span.previousPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/common.gif) -30px -180px no-repeat;
}

div.pagination a.nextPage {
	width: 18px;
	padding: 0px;
	background: url(../images/common.gif) 0px -210px no-repeat;
}

div.pagination span.nextPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/common.gif) -30px -210px no-repeat;
}

div.pagination a.firstPage {
	width: 18px;
	padding: 0px;
	background: url(../images/common.gif) -60px -180px no-repeat;
}

div.pagination span.firstPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/common.gif) -90px -180px no-repeat;
}

div.pagination a.lastPage {
	width: 18px;
	padding: 0px;
	background: url(../images/common.gif) -60px -210px no-repeat;
}

div.pagination span.lastPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/common.gif) -90px -210px no-repeat;
}

div.pagination .currentPage {
	padding: 0px 5px;
	color: #fd6d01!important;
	font-weight: bold;
	cursor: default;
	border: 1px solid #fd6d01;
	background-color: #ffede1;
}

div.pagination .pageBreak {
	padding: 0px 5px;
	color: #3366cc;
	cursor: default;
}

.catagory{
	float:left;
	width:210px;
	height:300px;
	
}

.logo-star{width:13px;height:13px;display:block;float:left;background:url(/storage/image/star.png) 0 -14px no-repeat;margin:9px 5px}
.collect ul li:hover b{background-position:0px 0px}
.active{
	position:relative;
	}
.sub-catagory{width:450px;float:left;}
.active ul li i{width:12px;height:12px;position:relative;background:#000;display:block;top:-20px;border:6px;border-style:dashed dashed dashed solid}
.container-ri{width:246px;height:36px;}
.container-ri-text{margin-top:10px;}
.container-ri-text ul li{float:left;margin:0 12px;background:url(/storage/image/pingzhi.png) 10px 0 no-repeat;width:52px;height:45px;padding-top:26px;text-align:center;color:#666}
.rightarea{width:246px;margin-top: 5px;float: left;overflow: hidden;border:1px solid #f1f1f1;}
.ri-land{width:95px;height:32px;line-height:33px;float:left;margin:0 10px 0 10px;border:1px solid #f89013;background:#f89013;cursor:pointer;border-radius:6px;text-align:center}
.ri-register{width:95px;height:32px;line-height:33px;float:left;border:1px solid #f89013;background:#f89013;cursor:pointer;border-radius:6px;text-align:center}
.ri-land:hover a,.ri-register:hover a{color:#fff;font-weight:800}
.ri-land a,.ri-register a{color:#fff;font-weight:800}
.rightAd{margin:5px 0 5px 0;height:36px}
.rightAd ul,.rightAd h3{margin-top:10px;color:#999;}

.notice{height:100px}
.notice h3 {height: 30px;line-height:30px;padding: 0 7px 0 10px;background: #F8F8F8;cursor: pointer;}
.notice ul {width: 270px;overflow: hidden;}
.notice ul li {height: 30px;line-height:30px;padding:0 0 0 5px;}

.dropdown-menu { position: absolute; 
  z-index: 1000;
  float: left; 
  width: 210px;
  height:298px;
  list-style: none; 
  border-top:0;
  margin-right:10px;
  background: #FAFAFA
} 
.dropdown-menu li{height:41px; line-height:41px; text-align:left;}
.dropdown-menu li:hover{height:41px; line-height:41px; text-align:left;background:white;width:210px} 

.dropdown-menu li a{display:block;height:41px;line-height:41px;font-size:12px;font-family:"microsoft yahei";padding-left:8px} 
.dropdown-menu li a img{margin-right:10px;width: 20px;}
.popover { 
  position: absolute;top: 10px;left: 0; z-index: 1010;display: none; 
  width: 733px;overflow: hidden;padding: 1px 1px 5px 15px;text-align: left;white-space: normal; 
  background-color: #fff;
border-left: 0;border-top:0;
  box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
-moz-box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
-o-box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);

} 

.popover dl {
	width: 450px;
	margin-top: -1px;
	padding: 7px 0;
	border-bottom: 1px dashed #efefef;
	overflow: hidden;
}

.popover dl a {
	color: #3592e2;
}

.popover dl a:hover {
    color: #F89013;
}


.popover dt {
    float: left;
    width: 65px;
    height: 22px;
    padding-top: 1px;
    font: 700 12px/22px "Microsoft YaHei";
    color: #666;
    overflow: hidden;
}

.popover dd {
    float: right;
    width: 380px;
}

.popover dd a {
    float: left;
    display: inline-block;
    margin-left: -1px;
    padding: 0 9px;
    height: 20px;
    line-height: 21px;
    color: #666;
    font-family: Tahoma,Arial,Simsun;
    white-space: nowrap;
}

.popover dd a:hover {
    color: #F89013;
}



.pop_cont{margin:6px}

.sub-brands{
	float: left;
	width: 200px;
	height: 300px;
	padding: 5px 0 0;	
}




.alltype{
	position: relative;
	zoom: 1;
	background: #0C7EDF;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 20px;
}
.searchRelation {
	position: absolute;
	top: 31px;
	left: -2px;
	width: 430px;
	border: 1px solid #1B71B8;
	background: #fff;
	overflow: hidden;
	z-index: 12001;
}

.searchRelation ul li {
	height: 23px;
	line-height: 23px;
	padding-left:12px;
}

.searchRelation ul li.cur {
	background: rgb(255, 223, 198);
}

.left{
	float:left;
}

.right{
	float:right;
}
/* right meta*/
.backpanel .bp-item{
	width:50px;
	height:50px;
	background:#ccc;
	margin-top:5px
}

.bp-item-new{
	position:relative
}

.bp-item-new s{
	position:absolute;
	top:0;
	right:-27px;
	display:block;
	width:27px;
	height:15px;
	background:url(../images/backpanel20131205.png) 0 -165px no-repeat
}

#backpanel0402 .bp-item a{
	background-color:#e3e3e3;
	background-image:none;
	width:30px;
	text-align:center;
	padding:5px 10px;
	color:#999
}

#backpanel0402 .bp-item a s{
	float:left;
	width:21px;
	height:23px;
	margin-left:5px;
	padding-bottom:2px;
	background-image:url(../images/backpanel20140402.png);
	background-repeat:no-repeat;
	_background-image:url(../images/backpanel20140402-ie6.png)
}

#backpanel0402 .bp-item a,#backpanel0402 .bp-item a:hover{
	line-height:14px
	
}

#backpanel0402 .bp-item a:hover{
	background-color:#F89013;
	color:#fff
}

#backpanel0402 .bp-item .home-setting{
	background-color:#ee6062;
	color:#fff
	box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
-moz-box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
-o-box-shadow:0 -1px 6px rgba(0, 0, 0, 0.5);
}

#backpanel0402 .survey s{
	background-position:0 -24px
}

#backpanel0402 .survey:hover s{
	background-position:-21px -24px
}

#backpanel0402 .backtop s{
	background-position:0 -48px
}

#backpanel0402 .backtop:hover s{
	background-position:-21px -48px
}

.backpanel .bp-item a{
	display:block;
	background-image:url(../images/backpanel20131205.png);
	background-color:#aaa;
	background-repeat:no-repeat;
	padding:10px 10px 0 14px;
	color:#fff;
	width:26px;
	height:40px;
	line-height:1000px;
	overflow:hidden
}

.backpanel .bp-item a:hover{
	line-height:14px;
	color:#fff;
	background-image:none
}

.home-setting{
	background-position:0 0
}

.survey{
	background-position:0 -55px
}

.kefu{
	background-position:0 -165px
}
.backtop{
	background-position:0 -110px
}

.bp-item a:hover,.bp-item a:visited{
	text-decoration:none
}

#home-setting .fl{
	float:left;
	*display:inline
}

#home-setting .fr{
	float:right;
	*display:inline
}

.fixed-top{
	position:fixed;
	bottom:auto;
	top:0
}

.backpanel .backpanel-inner {
    position: fixed;
    z-index: 1001;
    margin-left: 610px;
    right:10px;
    bottom: 0px;
    padding-bottom: 10px;
}

/* ---------- 购物车 ---------- */
.cart .shopCar_hd {
			position: absolute;
			z-index: 9999;
			width: 400px;
			right: 71px;
			margin: 0px;
			padding: 5px 10px;
			border: 1px solid #E2E2E2;
			background-color: #FFF;
			display:none;
			
}
.cart .shopCar_hd h3{
	width:400px;
	height:35px;
	line-height:35px;
	
}
.cart .shopCar_hd .goods .goods_name:nth-of-type(1),.cart .shopCar_hd .goods .goods_brand:nth-of-type(1),.cart .shopCar_hd .goods .goods_number:nth-of-type(1),.cart .shopCar_hd .goods 

.goods_price:nth-of-type(1),.cart .shopCar_hd .goods .goods_img:nth-of-type(1){
	height:30px;
}
.cart .shopCar_hd .goods .goods_name {
	float: left;
	width: 80px;
	height:70px;
	padding-right:10px;
	box-sizing:border-box;
	line-height: 32px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.cart .shopCar_hd .goods .goods_brand {
	float: left;
	width: 80px;
	height:70px;
	line-height: 32px;
}
.cart .shopCar_hd .goods .goods_number {
	float: left;
	width: 60px;
	height:70px;
	padding-right: 10px;
}
.cart .shopCar_hd .goods .goods_price {
	float: left;
	width: 100px;
	height:70px;
}
.cart .shopCar_hd .goods .goods_img {
	float: left;
	width: 60px;
	height:70px;
}
.cart .shipping{
  display:block;float: left;margin: -10px 0 0 -25px;width: 20px;height: 20px;font-weight: 700;background: red;border-radius: 10px;color: white;text-align: center;line-height: 20px;
}

.detailed-page{width:970px;}
.undefine-top{border-bottom:1px solid #274563;width:950px;height:75px;}
.undefine-top-yj{width:278px;height:74px;background:#274563;border-radius:5px;color:#FFF;font-size:24px;line-height:74px;}
.undefine-top-yj p{margin:o o o 10px}
.undefine span{width:25px;height:35px;background:#06F}
.application-le ul{float:left}
.application-le ul li{display:block;width:62px;height:20px;background:;text-align:right}
.application-ri{float:left}

/*购物车标志样式*/
.shoppingAmount{
	float: left;
	margin:-5px 0 0 -22px;
	width: 15px;
	height: 15px;
	font-weight: 700;
	background: red;
	border-radius: 10px;
	color: white;
	text-align: center;
	line-height: 15px;
}

div.ac_results {
	overflow: hidden;
	z-index: 99999;
	border: 1px solid #a3c4d7;
	background-color: #ffffff;
}

div.ac_results ul {
	width: 100%;
	overflow: hidden;
}

div.ac_results li {
	line-height: 28px;
	display: block;
	padding: 0px 4px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

div.ac_results .ac_odd {
	background-color: white;
}

div.ac_results .ac_over {
	padding: 0px 4px;
	background-color: #e4f2fa;
}

.moreTable th {
	width: 80px;
	line-height: 25px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	font-weight: normal;
	color: #333333;
	background-color: #f8fbff;
}

.moreTable td {
	line-height: 25px;
	padding: 5px;
	color: #666666;
}

.promotion {
	color: #cccccc;
}

.selected{
	color:red; 
}



/*底部*/
#leftsead {
    width: 62px;
    height: 290px;
    position: fixed;
    top: 50%;
    margin-top: -120px;
    right: 0px;
    z-index: 100;
}
 
#leftsead {
	width:62px;
	height:290px;
	position:fixed;
	top:50%;
	margin-top:-120px;
	right:0px;
	z-index:100
}
#leftsead li {
	height:62px;
	margin-bottom:5px
}
#leftsead li img {
	float:right
}
#leftsead li a {
	height:62px;
	float:right;
	display:block;
	width:62px
}
#leftsead li#tucao {
	height:81px
}
#leftsead li a .shows {
	display:block
}
#leftsead li a .hides {
	margin-right:-143px
}
#leftsead li a.youhui .hides {
	display:none;
	position:absolute;
	right:143px
}
#leftsead li .kf {
	cursor:default
}
#leftsead li .QQ {
	/*! cursor:pointer */
}
#leftsead span {
	display:block;
	font-weight:bold
}
#leftsead .gotop {
	display:none
}












/* ---------- Dialog ---------- */

div.xxDialog {
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 

"px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) 

progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) 

progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
	*filter: none;
	border: 1px solid #779cb0;
	background: url(../images/common.gif) 0px -660px repeat-x #ffffff;
}

div.myDialog {
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 

"px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) 

progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) 

progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
	*filter: none;
	border: 1px solid #779cb0;
	background: url(../images/common.gif) 0px -660px repeat-x #ffffff;
	overflow:scroll; 
}

div.xxDialog .dialogTitle {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	cursor: move;
	background: url(../images/common.gif) 0px -210px repeat-x;
}

div.myDialog .dialogTitle {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	cursor: move;
	background: url(../images/common.gif) 0px -210px repeat-x;
}

div.xxDialog .dialogClose {
	width: 25px;
	height: 19px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	background: url(../images/common.gif) 0px -330px no-repeat;
}

div.myDialog .dialogClose {
	width: 25px;
	height: 19px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	background: url(../images/common.gif) 0px -330px no-repeat;
}


div.xxDialog .dialogClose:hover {
	background-position: -30px -330px;
}

div.xxDialog .dialogwarnIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) -60px -360px no-repeat;
}

div.xxDialog .dialogsuccessIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) -30px -390px no-repeat;
}

div.xxDialog .dialogerrorIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(../images/common.gif) 0px -420px no-repeat;
}

div.xxDialog .dialogBottom {
	height: 34px;
	padding-top: 6px;
	text-align: center;
	background: url(../images/common.gif) 0px -270px repeat-x #ffffff;
}

div.xxDialog .dialogIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

