﻿body {
	font: arial, sans-serif;
	color:#000;
	background-attachment:fixed;
	background-image: url(img/shop_bg.jpg);
	background-color: #81C4EE;
	overflow-y: scroll;
}

a { color: #333;}
a:link { color:#630;}
a:visited { color: #633;}
a:hover { color: #F98484;}
a:active { color:#636;}

footer { margin-top:100px;}
.duration {
	transition-duration: 0.4s;
}
/**** Transitions ***
* {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
*{
  -webkit-transition-property: width, height;
     -moz-transition-property: width, height;
      -ms-transition-property: width, height;
       -o-transition-property: width, height;
          transition-property: width, height;
}

* {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
///******/

/* 设置滚动条的样式 */
/*滚动条宽度*/
#mini_cart_content::-webkit-scrollbar {
    width: 8px;
}
/* 轨道样式 */
#mini_cart_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
/* Handle样式 */
#mini_cart_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
}

/*当前窗口未激活的情况下*/
#mini_cart_content::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.1); 
}

/*hover到滚动条上*/
#mini_cart_content::-webkit-scrollbar-thumb:vertical:hover{
	background-color: rgba(0,0,0,0.3);
}
/*滚动条按下*/
#mini_cart_content::-webkit-scrollbar-thumb:vertical:active{
	background-color: rgba(0,0,0,0.7);
}

/*给所有的三角箭头加上旋转起始状态*/
.caret {
	/*transition: all .5s ease-in-out;  简写*/
	transition-property:all; /*要作用的属性 wideh等*/
	transition-duration:0.5s; /*持续的时间*/
	transition-timing-function:ease-in-out;  /*过渡效果*/
	transition-delay:0s; /*延迟*/
}

/*给tmp下拉菜单的三角箭头加上旋转180度的效果*/
.tmp:hover .logo_url .caret {
	transform: rotate(540deg) scale(1);
}

.user_touxiang { width:16px; height:16px;}
/*模态窗口 关闭按钮 效果*/
.modal-header a.close {transition: all .5s ease-in-out;}
.modal-header a.close:hover { color:#F00; transform: rotate(360deg) scale(1.5);}

.tooltip-inner { text-align:left;}


/****可全局应用的动画就在css里定义，需灵活使用的就js+css********
*********************预定义动画***************************/
/*缩小一半*/
.animat_4{
	animation-name:animat_4; /*指定应用哪个动画*/
	animation-duration:1.2s;
	animation-iteration-count:1;
}
@keyframes animat_4{
0%   {transform: scale(1.0,1.0);}
100% {transform: scale(0.7,0.7);}
}


/*左右摇晃*/
.animat_3{
	animation-name:animat_3; /*指定应用哪个动画*/
	animation-duration:0.2s;
}
@keyframes animat_3{
0%   {transform: rotate(30deg);}
50%   {transform: rotate(-30deg);}
100% {transform: rotate(30deg);}
}

/*上下颤动*/
.animat_2{
	animation-name:animat_2; /*指定应用哪个动画*/
	animation-duration:0.2s;
}
@keyframes animat_2{
0%   {transform: translate(0,-3px);}
50%   {transform: translate(0,3px);}
100% {transform: translate(0,-3px);}
}

/*砰砰心跳 动画效果*/
.animat_1{
	animation-name:animat_1;
	animation-duration:0.3s;
	animation-iteration-count:1;
}
@keyframes animat_1
{
0%   {transform: scale(1.1,1.1);}
50%   {transform: scale(0.9,0.9);}
100% {transform: scale(1.1,1.1);}
}


span.hh i {  margin-top:0; display:none;}
span.hh .hh_c1 {color:#1ABC9C;}
span.hh .hh_c2 {color:#3498DB;}
span.hh .hh_c3 {color:#9B59B6;}
span.hh .hh_c4 {color:#E67E22;}
span.hh .hh_c5 {color:#34495E;}

.through {text-decoration:line-through;}

span.price {font-family:Tahoma,Arial,Helvetica,sans-serif; font-size: 12px; display: block;}


span.tprice {font-family:Tahoma,Arial,Helvetica,sans-serif; color:#F40;font-size: 14px;}
span.tprice:before { color:#9e9e9e; font-weight:normal; content:"S:";}

span.price_30S {font-family:Tahoma,Arial,Helvetica,sans-serif; color:#F40;font-size: 14px;}
span.price_30S:before { color:#ddd; font-weight:normal; content:"30S:";}

span.price_25S {font-family:Tahoma,Arial,Helvetica,sans-serif; color:#F40;font-size: 14px;}
span.price_25S:before { color:#ddd; font-weight:normal; content:"25S:";}

span.price_20S {font-family:Tahoma,Arial,Helvetica,sans-serif; color:#F40;font-size: 14px;}
span.price_20S:before { color:#ddd; font-weight:normal; content:"20S:";}

span.price_10S {font-family:Tahoma,Arial,Helvetica,sans-serif; color:#F40;font-size: 12px;}
span.price_10S:before { color:#ddd; font-weight:normal; content:"S:";}
/*列表页用的零售价class 隐藏*/
span.price_ls {font-family:Tahoma,Arial,Helvetica,sans-serif; display:none;}

/*详情页用的零售价class 不隐藏*/
span.price_ls2 {font-family:Tahoma,Arial,Helvetica,sans-serif; display:none;}


.top_a a,.top_a a:hover { color: #333; text-decoration:none; margin-right:10px;text-shadow: 0 1px 0 rgba(255,255,255,.5); }

.tmp { width:250px; height:30px; overflow:hidden; padding-top:10px;}
.logo_mulu { margin:10px 0; background-color:#F7C030;}
.logo_mulu .dalei ul {list-style:none; padding-bottom:20px; margin:0;}
.logo_mulu .dalei ul li { height:40px; line-height:40px; font-size:24px; font-family: 'Microsoft YaHei'; background-color:#F7C030;}
.logo_mulu .dalei ul li a { text-decoration:none; color:#FFF;}
.logo_mulu .dalei ul li a:hover { color: #FFC;}

#mini_cart_content {padding:10px; font-size:12px; max-height:450px; width:166px; *height:300px; overflow:auto;}
#mini_cart_content li a { padding:0;overflow: hidden; width:166px; height:40px;}
#mini_cart_content li a img { float:left; width:40px; padding-right:3px;}

.modal {width: 800px;margin: 50px 0 0 -400px;}


.xzflq { display:none; height:0;opacity:0;}
.yxfl .alert { display:inline-block; margin:0;padding:3px; margin:2px; cursor:default; text-decoration:none;}
.fllb dt { width:auto;font-weight: normal; line-height:26px;height:26px;}
.fllb dd { margin-left:80px;}
.fllb dd a { padding:2px; margin:0 1px; border: #FFF solid 1px; font-size:12px; line-height:26px; height:26px; cursor:pointer; }
.fllb dd a:hover { color:#930; text-decoration:none;}
.fllb dd a.yx { border-color: #F00;}

.saixuanq a { padding:4px 5px; text-decoration:none; margin:1px;}
.saixuanq a:hover {color:#AA6E2D;}
.saixuanq a.hover { BACKGROUND: url(img/xz.png) #B78E22 no-repeat right center; padding-right:18px; color:#FFF;}
.saixuanq a.hover:hover { BACKGROUND: url(img/wxz.png) #960 no-repeat right center;}


.clax_pxq {height:40px;background-color: #930; z-index:1;}
.clax_fixed { position:fixed; top:0px;}
.pxq {float:left; width:730px; height:40px;}
.pxq .px { list-style:none; padding:0; margin:0;}
.pxq .px li { float:left; padding:0; margin:0; position:relative;}
.pxq .px li a {	display:inline-block; padding:10px 15px; color:#FFF; text-decoration:none;}
.pxq .px li.active a { background-color: #900;}
.pxq .px .caret { margin-top: 6px; border-top-color: #fff; border-bottom-color: #fff;}
.pxq .px a:hover { background-color: #930;}

.pxq .px li .xl_menu {display:none;	position:absolute;left:0;top:40px;margin: 0;list-style: none;background-color: #900;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);	background-clip: padding-box; z-index:2;}
.pxq .px li .xl_menu li {clear:both;}
.pxq .px li .xl_menu li a {white-space:nowrap;}


.goodinfo img { float:left; width:80px; height:80px; padding-right:3px;}
.gms_text { width:30px; text-align: center;}
.add-on:hover { color:#900; cursor:pointer;}
.disabled * {cursor: not-allowed !important; text-decoration:none !important;}
.cart_lct { width:100%; height:75px; overflow:hidden;}
/*购物车里的流程图*/
.cart_lct ul{
	width: 780px;
	height:5px;
	background-color:#CCC;
	margin:0 auto;
	font-size:12px;
	margin-top:30px;
	border-radius: 10px;
 }

.cart_lct ul li{
	float:left;
	display: block;
	width:130px;
	height:5px;
	text-align:center;
	background-color:#CCC;
	border-radius: 10px;
	position:relative;
}
.cart_lct ul li div{
	position:absolute;
	width:130px;
	top:-8px;
	left:0;
}
.cart_lct ul li div span{
	border-radius: 10px;
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	background-color: #CCC;
	color:#FFF;
}
.cart_lct ul li div strong{
	display: block;
	font-weight:normal;
	color:#CCC;
}
.cart_lct ul li.current, .cart_lct ul li.current div span{
	background-color: #7ABD54;
}

.cart_lct ul li.current div strong {
	color:#7ABD54;
}


.pagination-large ul > li > a, .pagination-large ul > li > span { padding:11px 12px;}

.ind_top {
	/*background-image: url(img/ind_top_bg.png);
	background-repeat:repeat-x ;
	background-position-y: -50px;*/
	background-color: #FFC000;
	margin:0;
	width:100%;
}

.dabiaoti {width:89px; float:left; position:relative; }
.dabiaoti .da_a { display:block; width:92px; text-align:center; text-decoration: none; position:relative; z-index:1; font-size:18px; font-family: "Microsoft YaHei"; }
.dabiaoti ul { width:92px; position:absolute; display:none; list-style:none; margin:0; text-align:center; left:0; top:-6px; padding-top:30px; background-color:#FC3;}
.dabiaoti ul li a { display:block; width:92px; height:30px; line-height:30px;}
.dabiaoti ul li a:hover { background-color:#F5B800; text-decoration:none; color: #666;}

.shop_body {width:1210px !important;}
.good { background-color:#FFF; padding-bottom: 30px;}
.logo_cart { float:right; padding-top: 8px;}

#add_huohao, .add_huohao {position: fixed; right:10px; bottom:10px; display:none; width:320px; background-color: #FFF; padding:15px; border:#333 solid 1px; z-index:999;}
#guanbi_add_huohao {display:block; position:absolute; right:10px; top:5px; width:14px; height:14px; text-align:center; line-height:14px; background-color:#F00; color: #FFF;}
#xiangguanhuohao { padding:15px; opacity: 0.7; filter: alpha(opacity=70); position:absolute;}
.xghh_fixed { position:fixed !important; top:80px;  z-index:1; background-color:#fff;}

.table th, .table td {vertical-align:middle;}

.alpha{
	/*
background: rgba(247, 219, 159, 0.29);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#55F7D79F', EndColorStr='#55F7D79F');
*zoom:1;
*/
background-color:#FFF;
}
.ind_mulu {
	padding:20px 40px 20px 15px;
}
.ind_mulu dt img { margin-right:10px;}
.ind_mulu dt {
	height:40px;
	line-height:40px;
	font-size:26px;
	font-family: "Microsoft YaHei";
}
.ind_mulu dd {
	line-height:21px;
	font-size:16px;
	padding-top:8px;
	margin-bottom:11px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-family: "Microsoft YaHei";
}

.ind_mulu .color1, .ind_mulu .color1 a { color: #C39;}
.ind_mulu .color2, .ind_mulu .color2 a { color: #690;}
.ind_mulu .color3, .ind_mulu .color3 a { color: #36F;}
.ind_mulu .color4, .ind_mulu .color4 a { color: #990;}
.ind_mulu .color5, .ind_mulu .color5 a { color: #69F;}
.ind_mulu .color6, .ind_mulu .color6 a { color: #930;}
.ind_mulu .color7, .ind_mulu .color7 a { color: #690;}
.ind_mulu .color8, .ind_mulu .color8 a { color: #630;}

.good .head {height:50px; line-height:50px; padding-left:50px; background-color:#A01818;}
.good .head b { font-size:24px; color:#FFF; font-weight:bold; font-style:oblique; margin-right:20px; font-family: "Microsoft YaHei";}
.good .head .zl_href a { color:#FFF;}
.good .big_img img { width:980px; height:245px;}
.good .sps { padding:10px;background-color:#FFF;min-height: 605px;}
.good .sps .sp, .sp2 { width:220px; height:330px; margin:8px; float:left; position:relative; }
.good .sps .sp .spimg, .sp2 .spimg { width:220px; height:220px; display:block; /*background-image: url(../imgs/loading.gif); background-repeat:no-repeat; background-position:center;*/ text-align:center; overflow:hidden;}
.show_kc {display:none; position:absolute; top:0; left:0; padding:1px 3px; background-color:#BD1111; color:#fff;}
.good .sps .sp .spimg img { _width:154px !important;  }
.good .sps .sp .info, .sp2 .info {font-size:12px; padding:4px;}
.good .sps .sp .buy { float:right; }/*各列表页的购买按钮，非goods页*/
.good .sps .sp .shoucang {float:right; cursor:pointer; color:#666;}/*各列表页的收藏按钮，非goods页*/
.good .sps .sp .sp_soutu {position:absolute; right:0; top:0; cursor: pointer;background-color: rgb(0 0 0 / 40%); color: white; padding: 1px;}
.good .sps .sp:hover .sp_soutu { display:block;}
.good .sps .sp .yushou {position:absolute; right:0; top:0; background-color: #21ab45;}
.good .sps .sp .zichuantu {position:absolute; right:0; top:200px; background-color: #F93; color:#FFF;}

.soutu {overflow: auto; max-height: 620px;}
.soutu .sps { padding:2px;background-color:#FFF; display:flex; flex-wrap: wrap;justify-content: space-evenly;}
.soutu .sps .sp { margin:4px; position:relative; width: 190px;}
.soutu .sps .sp .spimg { width:180px; height:180px; display:block; text-align:center; line-height:180px; overflow:hidden;}
.soutu .sps .sp .info {font-size:12px; padding:4px;}
.soutu .sps .sp .buy { float:right; }/*各列表页的购买按钮，非goods页*/


/*各商品列表处的促销信息样式*/
.info .zxx_text_overflow:hover { text-decoration:none; white-space: normal;}


/*点击购物按钮，那个飘进迷你购物车的sp2*/
.sp2 { position:absolute; overflow:hidden;}

.ind_mulu a { margin-right:10px;}


.tag .xw { font-size:14px; text-align: center; line-height:30px; color:#FFF;background-color:#E6E6E6; height:30px;}
.tag .tag1 { padding:0px 6px; height:127px; overflow:hidden;} 

.news_title { margin:0; padding:5px;}
.news_title li { height:24px; line-height:24px; width:99%; overflow:hidden;}
.news_title li a { font-size:12px;}
.news_title li span { font-size:12px; float:right;}


/*shop_foot*/
.shop_foot_body { border-top: #E4E4E4 solid 1px; position:relative; background-color:#FFFFFF; }
.shop_foot_body .tel400 { float:left;}
.shop_foot_body .hpz { float:left; font-size:12px;}

.shop_foot_body dl { width:94px; float:left; margin:2px 10px;}
.shop_foot_body dl dt { border-bottom:#666 dashed 1px; font-weight:bold; color:#666; font-size:12px;}
.shop_foot_body dl dt em { background-color:#999; width:5px; height:15px; line-height:0px; margin-right:6px; float:left;}
.shop_foot_body dl dd { height:22px; line-height:22px; width:60px; margin-left:0;}
.shop_foot_body dl dd a{ color: #999; font-size:12px; display:block; height:22px; line-height:22px;}
.shop_foot_body dl dd a:hover { color: #F60;}


/*面包屑*/
.cla_mbx { background-color:#AC8007; list-style:none; margin:0; min-width:730px;}
.cla_mbx li { height:40px; line-height:40px; float:left; color:#FFF; padding-right:10px;}
.cla_mbx li a { color:#fff; text-decoration:underline;}

.cla_mulu .left {width:250px; float:left;}
.cla_mulu .head { text-align:center; height:40px; line-height:40px; font-size:24px; font-family: 'Microsoft YaHei'; color:#FFF; background-color:#B78E22;}
.cla_mulu .right { position:relative;}
.cla_mulu .right .desc { min-height:50px; text-indent:25px; color:#960; font-size:12px; position:absolute; bottom:0; left:0;background:rgba(0,0,0,0.5); color:#FFF; display:none;}
.cla_mulu .mulu { padding:0; text-align:center; list-style:none; margin:0; background-color: #E2D8C3;}
.cla_mulu .mulu li { height:36px; float:left; width:124px; text-align:center; margin:0 1px 1px 0; background-color:#FFF;}
.cla_mulu .mulu a { display:block; height:36px; line-height:36px; width:124px; font-size:16px; text-decoration:none;}
.cla_mulu .mulu a:hover { color: #900; background-color:#E2D8C3;}


.good_show .sltq { float:left; margin-left:8px;}
.good_show .sltq a { display:block;width:70px;height:70px;overflow:hidden;border: 1px solid #E4E4E4; margin:0px 0px 8px 0px; padding:1px;}
.good_show .sltq a.dqslt {border:#933 solid 2px; padding:0px;}
.good_show .sltq a:hover {border:#933 solid 2px; padding:0px;}
.good_show .sltq img { width:70px; height:70px;}
.good_show .infoq { float:left; margin-left:10px; }
.good_show .infoq .pinming { font-family: 'Microsoft YaHei'; margin-bottom:2px;}

.good_show .imgq { float:left; width:400px; max-height:600px; position:relative; margin:8px;}


/*
.good_show .imgq .imgq_shejiao { width:400px; position:absolute; bottom:0; right:0; font-size:12px; background-color:#999; background-color:#FFF;}
.good_show .imgq .imgq_shejiao .imgq_shejiao_fx { float:left;}
.good_show .imgq .imgq_shejiao .imgq_shejiao_sp { float:left;}
.good_show .imgq .imgq_shejiao .imgq_shejiao_sp img{}
.good_show .imgq .imgq_shejiao .imgq_shejiao_sc { background-color:#A1A1A1; float:right;padding:0 5px; height:30px; line-height:30px; color:#FFF;}
*/
.shipin_xh { font-size:12px; height:30px; line-height:30px; padding:0 10px; color:#C00;}
.shipin_xh img { margin-bottom:12px;}
.shouc { color: #616161; font-size:12px; padding: 10px; display: inline-block;}

.img-400 { width:400px;}
.infoq .table th, .infoq .table td {border:none;padding: 5px;}


/* 图片放大镜,Cloud Zoom startThis is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {border: 4px solid #888;margin:-4px;background-color:#fff;	cursor:move;}
/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {border:4px solid #ECECEC;overflow:hidden;}
/* This is the loading message. */
.cloud-zoom-loading {color:white;background:#222;padding:3px;border:1px solid #000;}
/* 图片放大镜,Cloud Zoom end*/

#page ul li span { background-color:#930; color:#FFF;}


.good_show .ysq .dagou { padding:0; margin:0; list-style:none;}
.good_show .ysq .dagou li { float:left; margin:0 5px 5px 0; position:relative;}
.good_show .ysq .dagou li a { display:block; border: #B4B4B4 solid 1px; padding-right: 5px; background-color:#FFF; height:36px; }
.good_show .ysq .dagou li.nokucun a { border-style:dashed; border-color: #999;}
.good_show .ysq .dagou li a:hover { border-color: #A10000;}
.good_show .ysq .dagou li a img { width:36px; height:36px; float:left;}
.good_show .ysq .dagou li a i.dagou { display: block;width: 12px;height: 12px;background: url(img/dagou.png) no-repeat scroll;position: absolute;right: 1px;bottom: 1px;_right: 0px;}
.good_show .ysq .dagou li a.yxz {border: #A10000 solid 1px;}
.good_show .ysq .dagou li a.yxz .dagou { display:block;}
.good_show .ysq .dagou li a.wxz .dagou { display:none;}
.good_show .ysq .dagou li a span.ys_text { float:left; padding:2px 0 0 4px; font-size:12px; color:#666;}

.good_show .cmq .dagou { padding:0; margin:0; list-style:none;}
.good_show .cmq .dagou li { margin:0 5px 5px 0; float:left;}
.good_show .cmq .dagou li a{ display:block; border: 1px solid #C8C8C8; float: left;height: 24px;line-height: 22px;margin-right: 5px;position: relative;}
.good_show .cmq .dagou li.nokucun a {border-style:dashed; border-color: #999;}
.good_show .cmq .dagou li a:hover { border: #A10000 solid 1px;}

.good_show .cmq .dagou li a p{display: block;float: left;height: 22px;margin: 1px 1px 0px 1px;background: #FFF;padding: 0 9px;width: auto;}
.good_show .cmq .dagou li a i.dagou { display: block;width: 12px;height: 12px;background: url(img/dagou.png) no-repeat scroll;position: absolute;right: 0px;bottom: 0px;_right: 0px;}
.good_show .cmq .dagou li a.yxz {border: #A10000 solid 1px;}
.good_show .cmq .dagou li a.yxz .dagou {display:block;}
.good_show .cmq .dagou li a.wxz .dagou {display:none;}

.big_picq .left { width:220px; float:left;}
.big_picq .left .head { width:220px; height:36px; line-height:36px; text-align:center;}
.big_picq .left .head a { font-size:28px; }
.big_picq .left .content { margin:0; padding:0;}
.big_picq .left .content .con1 ul { padding:0; margin:0; list-style:none;}
.big_picq .left .content .con1 ul li { padding:0; margin:0; }
.big_picq .left .content .con1 ul li a { display:block; width:220px;height:30px; line-height:30px; text-align:center;}
.big_picq .left .content .con1 ul li a:hover { background-color:#930; color:#FFF;}
.big_picq .left .content .con2 { margin:0px 10px 10px 10px; text-align:center; border:#D6D6D6 solid 1px;}
.big_picq .left .content .con2 .con2_head { color: #333; border-bottom:#D6D6D6 solid 1px; height:30px; line-height:30px; background-color:#F2F2F2; font-weight:bold;}
.big_picq .left .content .con2 ul { padding:0; margin:0; list-style:none;}
.big_picq .left .content .con2 ul li { height: auto;padding-top: 15px;text-align: center; list-style:none;}
.big_picq .left .content .con2 ul li a img {display: inline; width:193px;}
.big_picq .left .content .con2 ul li p {font-size: 12px; margin: 0;}
.big_picq .left .content .con2 ul li p a {line-height: 18px;color: #999;}
.big_picq .left .content .con2 ul li span em {font-size: 12px; font-weight:normal; color: #A10000;font-style:normal;}

.big_picq .left .content .con3 { padding:5px;}
.big_picq .left .content .con3 .tab-content { overflow: visible;}
#tops1 ul,#tops2 ul,#tops3 ul { padding:5px; margin:0; list-style:none; font-size: 12px;}
#tops1 img,#tops2 img,#tops3 img { width:50px; height:50px; float:left; margin:3px;}
#tops1 li,#tops2 li,#tops3 li { width:210px; height:57px; overflow:hidden;}

.big_picq .right { overflow:hidden;}
.big_picq .right .zd_tag {height:36px;background-color: #960;margin:0;}
.big_picq .right .zd_tag_fixed { position:fixed; top:40px; z-index:1;}
.big_picq .right .zd_tag ul { padding:0; margin:0; list-style:none;}
.big_picq .right .zd_tag ul li { float:left;}
.big_picq .right .zd_tag ul li a {line-height:36px; height:36px; width:102px;margin: 0;padding:0 11px;border-right:1px solid #BB8807;display: block;text-decoration: none;	color: #fff;text-shadow: 0 1px 0 #383030;}
.big_picq .right .zd_tag ul li a:hover {color: #D1D1D1;}
.big_picq .right .zd_tag ul li.active a {text-shadow: none;background-color:#930;}
.big_picq .content { margin-right:6px;}
.big_picq .content h3 { padding-top:80px;}
.big_picq .content .zd_tag1 { margin-bottom:0px;}
.big_picq .content .zd_tag2 { margin-bottom:0px;}
.big_picq .content .zd_tag3 { margin-bottom:0px;}
.big_picq .content .zd_tag4 { margin-bottom:0px;}


.dpShuXing {padding: 10px 0;}
.dpShuXing ul {margin-left: 4px;}
.dpShuXing ul li {width: 220px; float: left; display: inline; padding: 5px 9px; text-overflow: ellipsis; color:#333; }
.dpShuXing ul li span { color: #A10000; }
.goods_img { margin-bottom:2px; }

#goods_xiangqin a:link {
 border-bottom: #F60 dashed 1px;
 text-decoration:none;
 color:#F33;
}
#goods_xiangqin a:visited {
 border-bottom: #F60 dashed 1px;
 text-decoration:none;
 color: #930;
}
#goods_xiangqin a:active {
 border-bottom: #F60 dashed 1px;
 text-decoration:none;
 color:#F33;
}
#goods_xiangqin a:hover {
 border-bottom: #F60 dashed 1px;
 text-decoration:none;
 color: #F03;
}

/*内容溢出用点点点(…)省略号表示 仅ff下会直接截断*/
.zxx_text_overflow{width:100%; display: inline-block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}


/*仿京东 jd 菜单*/
.categorys_head {
	display: block;
	width: 230px;
	height: 46px;
	background: #B1191A;
	font: 400 15px/46px "microsoft yahei";
	color: #fff;
	text-align:center;
	text-decoration: none;
	float:left;
	position:relative;
	z-index:2;
}


.categorys { position:absolute; top:46px; left:0; width:230px; height:351px; display:none;}
.categorys a {font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",sans-serif;}
.categorys .dd {height: 100%; background: #c81623;position:relative;z-index:1;}
.categorys .dd .dd-inner .item { border-left: 1px solid #b61d1d;border-top: 1px solid #b61d1d; position: relative; z-index: 2;height: 47px; color: #fff;}
.categorys .dd .dd-inner .hover { background: #f7f7f7; color: #B61D1D;}
.categorys .dd .dd-inner .item a { color: #fff;}
.categorys .dd .dd-inner .hover a { color: #B61D1D;}
.categorys .dd .dd-inner .item h3 { margin:0; padding: 0 10px; font-family: "microsoft yahei"; font-size: 20px; font-weight: 400;line-height: 47px;text-align: center;}
.categorys .dorpdown-layer { display: none; position: absolute; left: 229px; top: 0px; width: 979px;min-height:349px;  background: #f7f7f7; border: 1px solid #b61d1d; overflow: hidden;}
.categorys .dorpdown-layer .item-sub { display: none; zoom: 1; overflow: hidden;}
.categorys .dorpdown-layer .hover { display: block;}

/*针对首页菜单的特殊处理*/
.categorys_static { display:block !important; top:0px !important;}
.categorys_static .dd {z-index:0 !important;}





/*目录层*/
.dorpdown-layer .subitems {
	font-size:15px;
  padding: 4px;
  background: #f7f7f7;
}
.dorpdown-layer .subitems dl {
  width: 100%;
  overflow: hidden;
  line-height: 2em;
	margin-bottom: 0px;
}
.dorpdown-layer .subitems dt {
  position: relative;
  float: left;
  width: 100px;
  padding: 5px 10px 0 0;
  text-align: right;
  font-weight: 700;
	font-size:14px;
  color: #666;
}
.dorpdown-layer .subitems dt i {
  font: 400 9px/14px consolas;
	margin-left:6px;
}
.dorpdown-layer .subitems dd {
  float: left;
  width: 850px;
}
.dorpdown-layer .subitems dd a {
  float: left;
  padding: 0 8px;
  margin: 6px 0;
  line-height: 20px;
  height: 20px;
  border-left: 1px solid #e0e0e0;
  white-space: nowrap;
}



  #navitems-2014 {
    position: absolute;
	top:92px;
    z-index: 2;
  }
  #navitems-group1 { list-style:none; margin:0; padding:0;}
  #navitems-group1 li.forel { list-style:none; margin:0; padding:0; float: left;}

.qiehuan_jiaobiao {position: fixed; left:0px; bottom:0px;}
sub {vertical-align:baseline; bottom:0;}