/* 样式初始化
--------------------------------------------------*/
html{
	height:100%;
}
body{
	font-family:Helvetica, Arial, sans-serif;
	background:#750B13;
}
body,ul,li,p,nav,footer,section,header,article,div,dl,dt,dd,button,
h1,h2,h3,h4,h5,h6,
input,textarea,img,em,cite{
	padding:0;
	margin:0;
	text-align: left;
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	/*禁止链接高亮*/ 	
	-webkit-touch-callout:none;					/*禁止链接长按弹出选项菜单*/ 
}
nav,footer,section,header,article{
	display:block;
}
ul{
	list-style: none;
}
a:link{
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	/*禁止链接高亮*/ 	
	-webkit-touch-callout:none;					/*禁止链接长按弹出选项菜单*/
}
a:link,a:visited,a:hover,a:active{
	color:#000;
}
img { 
	-webkit-touch-callout:none;	/*禁止图片长按弹出选项菜单*/ 
}
input,textarea{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
nav,footer,section,header,article{
	display:block;
}
.clearfix:after{content:"\020"; display: block; height:0; clear:both;}
.clearfix{zoom:1;}
.clearfix {
*zoom:1
}


.price { color:#F00}
/* 主体结构
--------------------------------------------------*/
#box_root{
	height:100%;
}
#box_mainBody{
	width:100%;
	/*min-height:416px;*/
	background:#750B13 url(../img/loading2.gif) no-repeat 50% 50%;
	background-size:80px;
	overflow:hidden;
	position:absolute; 
	z-index:1;
	top:0; 
	bottom:45px; 
	left:0;
	text-align: center;
}
#box_main{
	width:320px;
	/*min-height: 373px;*/
	background:#FFFFFF;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}
#box_content{
	/*position:relative;
	overflow:hidden;*/
}
#box_footerBody{
	width: 100%;
	height: 45px;
	position:absolute;
	bottom:0px; 
	left:0;
	/*z-index: 99999;*//*原生浏览器高清无效*/
	text-align: center;
	background:#750B13;
	border-top:none;
}

/* 没有数据信息
--------------------------------------------------*/
.z3g-noResult{
	padding:50px 0;
}
.z3g-noResult .icon{
	height:62px;
	background:url(../img/z3g_icon_62x62.png) no-repeat 50% -62px;
}
.z3g-noResult p{
	text-align:center;
	line-height:20px;
	padding:5px 20px;
	color:#000;
}

.z3g-noResultMsg{
	padding:50px 0;
	overflow:hidden;
}
.z3g-noResultMsg .icon{
	width:54px;
	height:54px;
	float:left;
	background:url(../img/z3g_icon_msg.png) no-repeat 50% 50%;
	margin-left:30px;
}
.z3g-noResultMsg p{
	width:200px;
	float:left;
	text-align:left;
	line-height:20px;
	padding:0 10px;
	margin-bottom:10px;
}
.z3g-noResultMsg p.row01{
	font-size:17px;
}

.z3g-noContent{
	height:60px;
	text-align:center;
}
.z3g-noContent span{
	max-width:200px;
	height:20px;
	line-height:20px;
	margin-top:20px;
	display:inline-block;
	padding-left:25px;
	color:#000;
	background:url(../img/z3g_icon_18x18.png) no-repeat 0px 50%;
}
/* 弹出框提示信息
--------------------------------------------------*/
/* 成功提示信息 */
.z3g-alertInfoSuccess-c1{
	width:300px;
	padding:0 10px 10px 0;
	margin:0 auto;
	vertical-align:middle;
}
.z3g-alertInfoSuccess-c1 .alertInfoWrap{
	-moz-box-shadow:2px 2px 5px #434343;
	-webkit-box-shadow:2px 2px 5px #434343;
	box-shadow:2px 2px 5px #434343;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont{
	min-height:90px;
	background:rgba(37, 37, 36, 0.5);
	overflow:hidden;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .icon{
	width:52px;
	height:52px;
	float:left;
	margin:20px 0 0 20px;
	background:url(../img/z3g_icon_52x52.png) no-repeat 0px 0px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info{
	margin-left:90px;
	margin-top:28px;
	padding-right:20px;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info .infoTitle{
	color:#fff;
	font-size:16px;
	text-shadow: 1px 1px 1px #43060b;
	margin:18px 0 10px 0;
}
.z3g-alertInfoSuccess-c1 .alertInfoCont .info .infoOther{
	color:#a0c684;
	text-shadow: 1px 1px 1px #43060b;
	margin-bottom:20px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation{
	min-height:60px;
	line-height:60px;
	background:rgba(37, 37, 36, 0.5);
	text-align:center;
	vertical-align:middle;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top:1px solid #464444;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation button{
	width:100px;
}
.z3g-alertInfoSuccess-c1 .alertInfoOperation span{
	vertical-align:middle;
	color:#fff;
}
/* 错误提示信息 */
.z3g-alertInfoFault-c1{
	width:300px;
	padding:0 10px 10px 0;
	margin:0 auto;
	vertical-align:middle;
}
.z3g-alertInfoFault-c1 .alertInfoWrap{
	-moz-box-shadow:2px 2px 5px #434343;
	-webkit-box-shadow:2px 2px 5px #434343;
	box-shadow:2px 2px 5px #434343;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.z3g-alertInfoFault-c1 .alertInfoCont{
	min-height:90px;
	background:#408c09;
	overflow:hidden;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.z3g-alertInfoFault-c1 .alertInfoCont .icon{
	width:52px;
	height:52px;
	float:left;
	margin:20px 0 0 20px;
	background:url(../img/z3g_icon_52x52.png) no-repeat 0px -52px;
}
.z3g-alertInfoFault-c1 .alertInfoCont .info{
	margin-left:90px;
	padding-right:20px;
}
.z3g-alertInfoFault-c1 .alertInfoCont .info .infoTitle{
	color:#fff;
	font-size:16px;
	text-shadow: 1px 1px 1px #43060b;
	margin:18px 0 10px 0;
}
.z3g-alertInfoFault-c1 .alertInfoCont .info .infoOther{
	color:#a0c684;
	text-shadow: 1px 1px 1px #43060b;
	margin-bottom:20px;
}
.z3g-alertInfoFault-c1 .alertInfoOperation{
	min-height:60px;
	line-height:60px;
	background:#044c29;
	text-align:center;
	vertical-align:middle;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.z3g-alertInfoFault-c1 .alertInfoOperation button{
	width:100px;
}
.z3g-alertInfoFault-c1 .alertInfoOperation span{
	vertical-align:middle;
	color:#fff;
}

/* 其它公共样式
--------------------------------------------------*/
.z3g-textRed{
	color:#f00;
}
.z3g-column1{
	width: 100%;
}
.z3g-column2{
	width: 50%;
}
.z3g-column3{
	width: 33%;
}
.z3g-column3:nth-child(2){
	width: 34%;
}
.z3g-column4{
	width: 25%;
}
.z3g-column5{
	width: 20%;
}
/* 禁止横向 */
.z3g-noHorizontal{
	width:100%;
	text-align: center;
	background:#750B13;
	z-index:9999;
	vertical-align: middle;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.z3g-noHorizontal .contentWrap{
	width:213px;
	height:113px;
	background:#a1131d url(../img/z3g_icon_noHorizontal.png) no-repeat 50% 10px;
	margin: 0 auto;
	vertical-align: middle;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	overflow: hidden;
}
.z3g-noHorizontal .contentWrap p{
	color:#fff;
	text-align: center;
	margin-top: 70px;
}
/* 极速 */
.z3g-noJisu{
	width:100%;
	text-align: center;
	background:#044c29;
	z-index:9999;
	vertical-align: middle;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.z3g-noJisu .noJisuWrap{
	width:213px;
	margin: 0 auto;
	vertical-align: middle;
}
.z3g-noJisu .contentWrap{
	height:113px;
	background:#408c09;
	margin: 0 auto;
	vertical-align: middle;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	overflow: hidden;
}
.z3g-noJisu p{
	color:#fff;
	text-align: center;
	margin-top: 5px;s
}
.z3g-noJisu .contentWrap p{
	margin-top: 20px;
	line-height:24px;
}
/* 置顶样式 */
strong.top{
	color:#ff0000;
}
/* moreWrap */
.moreWrap{
	color:#000;
}
.moreWrap.loading span{
	background:url(../img/more.gif) no-repeat 0px 0px;
}
/* all */
::-webkit-input-placeholder {
	color:#6c6c6c;
}
input:-moz-placeholder {
	color:#6c6c6c;
}
/* individual: webkit */
#field2::-webkit-input-placeholder {
	color:#6c6c6c;
}
/* individual: mozilla */
#field2:-moz-placeholder {
	color:#6c6c6c;
}

/* z3g-input */
.z3g-input{
	border-radius:5px;
	width: 277px;
	height: 33px;
	padding:0px 10px;
	line-height: normal;
	background: #fdfdfd;
	border-top: 1px solid #858585;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #c9c9c9;
	-moz-box-shadow:1px 2px 3px #b7b7b7 inset!important;
	-webkit-box-shadow:1px 2px 3px #b7b7b7 inset!important;
	box-shadow:1px 2px 3px #b7b7b7 inset!important;

	-webkit-appearance:none;
	background:-webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#fdfdfd));
}
select.z3g-input{
	width:298px;
}
.z3g-input-error{
	border:1px solid #c40303!important;
}
.z3g-input-ok{
	border:1px solid #249502!important;
}
.z3g-input:focus{
	border:1px solid #249502;
}
/* z3g-textarea */
.z3g-textarea{
	width: 277px;
	height: 130px;
	padding:10px;
	line-height: 20px;
	background: #fdfdfd;
	border-radius:10px;
	border-top: 1px solid #858585;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #c9c9c9;
	-moz-box-shadow:1px 2px 3px #b7b7b7 inset!important;
	-webkit-box-shadow:1px 2px 3px #b7b7b7 inset!important;
	box-shadow:1px 2px 3px #b7b7b7 inset!important;

	-webkit-appearance:none;
	background:-webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#fdfdfd));
}
/* z3g-button */
.z3g-button{
	width:90%;
	height:34px;
	font-size:16px;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	background:#99121c;
	border-top:1px solid #b33f48;
	border-bottom:1px solid #620b12;
	text-shadow: 1px 1px 1px #43060b;
	margin: 0px 5% 0px 5%;
}
.z3g-button.touch{
	background:#408c09;
}

/* z4g-button */
.z4g-button{
	width:125px;
	height:34px;
	border-radius:5px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#69a518;
	border-top:1px solid #8bbe45;
	border-bottom:1px solid #446a10;
	text-shadow: 1px 1px 1px #43060b;
}
.z4g-button.touch{
	background:#408c09;
}
/* clear-both */
.clear-both {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	border:none;
	padding:0;
	margin:0;
	width:100%;
	display:block;
	overflow:hidden;
}
/* z3g-keyword */
.z3g-keyword{
	overflow: hidden;
	margin-top:6px;
}
.z3g-keyword .key{
	height: 24px;
	line-height: 24px;
	float: left;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 2px;
	margin-right: 2px;
	background:#044c29;
	font-size:12px;
}
.z3g-keyword em{
	max-width:280px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #6d9e49;
	color: #fff;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size:12px;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.z3g-keyword em.touch{
	background: #044c29;
}
/* 翻页控制区 */
.z3g-pageControlBar{
	overflow: hidden;
	padding:6px 0 0 0;
}
.z3g-pageControlBar section{
	width: 159px;
	height: 43px;
	display: block;
	background:#ffe1bb;
	position: relative;
	color: #000;
}
.z3g-pageControlBar p.arrow{
	padding: 0px!important;
}
.z3g-pageControlBar .p1,
.z3g-pageControlBar .p2{
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.z3g-pageControlBar .p1{
	margin-top: 5px;
	line-height:16px;
	height:16px;
}
.z3g-pageControlBar .p2{
	font-size:12px;
	line-height:14px;
	height:14px;
	margin-top: 2px;
}
.z3g-pageControlBar .pagePrev{
	float: left;
}
.z3g-pageControlBar .pagePrev p{
	padding:0 10px 0 23px;
	text-align:right;
}
.z3g-pageControlBar .pageNext{
	float: right;
}
.z3g-pageControlBar .pageNext p{
	padding:0 23px 0 10px;
	text-align:left;
}
.z3g-pageControlBar .arrow{
	position: absolute;
	width: 11px;
	height: 40px;
}
.z3g-pageControlBar .pagePrev .arrow{
	left: 5px;
	top:0px;
	background:url(../img/z3g_arrow_green_left.png) no-repeat 50% 50%;
}
.z3g-pageControlBar .pageNext .arrow{
	right: 5px;
	top:0px;
	background:url(../img/z3g_arrow_green.png) no-repeat 50% 50%;
}
.z3g-pageControlBar section.touch{
	background:#6d9e49;
}
.z3g-pageControlBar .disTap p{
	opacity:0.4;
}

/* z3g-pageTitle */
.z3g-pageTitle{
	line-height: 29px;
	background:#ffe1bb;
	padding-left: 10px;
	border-bottom:1px solid #c4ad90;
	color:#000000;
}
.z3g-pageTitle .name{
	max-width:170px;
	height:29px;
	line-height:30px;
	float:left;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.z3g-pageTitle .titleBar{
	height:23px;
	line-height:23px;
	padding:0 10px;
	margin:2px 2px 0 0;
	text-align: left;
	float:right;
	color:#000000;
	vertical-align:top;
	border:1px solid #b29d83;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.z3g-pageTitle .titleBar.touch{
	background: #7eb07e;
}
.z3g-pageTitle .titleBar em{
	font-size:13px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	margin:1px 0 0 0;
}
.z3g-pageTitle .titleBar em.title{
	max-width:70px;
	height:23px;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.z3g-pageTitle .titleBar em.icon{
	margin:4px 3px 0 5px;
}
.z3g-pageTitle .number{
	height:20px;
	line-height:20px;
	padding:0 5px;
	margin-left:5px;
	display:inline-block;
	background:#b29d83;
	color:#FFFFFF;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-top-radius:5px;

	-moz-box-shadow:-2px 2px 2px #594f42 inset;
	-webkit-box-shadow:-2px 2px 2px #594f42 inset;
	box-shadow:-2px 2px 2px #594f42 inset;
}
/* 缺省头部 */
.z3g-headerSmall{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background:#750B13;

	display:-moz-box;/*宽度自适应*/
    display:-webkit-box;/*宽度自适应*/
    display:box;/*宽度自适应*/
	-moz-box-orient:horizontal;/*宽度自适应*/
	-webkit-box-orient:horizontal;/*宽度自适应*/
	box-orient:horizontal;/*宽度自适应*/
}
.z3g-headerSmall .back,
.z3g-headerSmall .title,
.z3g-headerSmall .more{
	/*float: left;*//*宽度自适应*/
	display:block;/*宽度自适应*/
	vertical-align:middle;/*宽度自适应*/
}
.z3g-headerSmall .title{
	width: 200px;
	height: 45px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	text-shadow: 1px 1px 1px #43060b;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;

	-moz-box-flex:1;/*宽度自适应*/
	-webkit-box-flex:1;/*宽度自适应*/
	box-flex:1;/*宽度自适应*/
}
.z3g-headerSmall .back{
	width: 70px;
	height: 45px;
	padding:8px 0 0 0;/*宽度自适应*/
}
.z3g-headerSmall .back .icon{
	width: 41px;
	height: 28px;
	line-height:28px;
	margin:0 0 0 10px;/*宽度自适应*/
	padding-right:12px;
	display:block;
	color:#FFFFFF;
	text-align:right;
	background:url(http://203.86.18.5:8081/mmsd/resource/201301/1/userPic/2/20130131/1359624602859_51640.png) no-repeat;
}
.z3g-headerSmall .back.touch .icon{
	background-position:0px -28px;
}
.z3g-headerSmall .more{
	width: 45px;
	padding:13px 0 0 0;/*宽度自适应*/
	/*height: 45px;*//*宽度自适应*/
	/*float: right;*//*宽度自适应*/
}
.z3g-headerSmall .more.touch{
	background: #3f8a09;
}
.z3g-headerSmall .more .icon{
	width: 19px;
	height: 19px;
	margin:0 0 0 13px;/*宽度自适应*/
	display:block;
	background:url(../img/z3g_icon_smallright.png) no-repeat 0px 50%;
	background-size:19px 19px
}
/* borderTitle */
.borderTitle{
	height:35px;
	line-height:35px;
	padding:0px;
	background:#a0131d;
	overflow:hidden;
}
.borderTitle.touch{
	background:#538a2a;
}
.borderTitle em{
	display:inline-block;
}
.borderTitle .left{
	float:left;
}
.borderTitle .left .icon{
	width:35px;
	height:35px;
	display:none;
}
.borderTitle .left .borderName{
	max-width:260px;
	height:19px;
	font-size:17px;
	line-height:19px;
	margin:8px 0 0 20px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #43060b;
	margin:0 0 0 20px;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.borderTitle .controlBar{
	width:34px;
	height:35px;
	border-left:1px solid #99bb80;
	float:right;
}
.borderTitle .controlBar.touch{
	background:#538a2a;
}
.borderTitle .controlBar .icon{
	width:13px;
	height:13px;
	display:block;
	margin:11px 0 0 11px;
	background: url(../img/z3g_arrow_white.png) no-repeat 50% 50%;
}
.borderTitle .right{
	height:35px;
	float:right;
}
.borderTitle .right .moreCont{
	display:none;
}
.borderTitle .right .controlBar{
	width:35px;
	height:35px;
	border:none;
}
/* 带页签样式 */
.borderTitle ul{
	width:320px;
	float:left;
	overflow:hidden;
}
.borderTitle ul li{
	width:50%;
	float:left;
	color:#FFFFFF;

	text-shadow: 1px 1px 1px #43060b;
}
.borderTitle ul li.touch{
	background:#538a2a;
}
.borderTitle ul li div{
	text-align:center;
	border-right:1px solid #bd5a61;
}
.borderTitle ul li:nth-last-child(1) div{
	border:none;
}
.borderTitle ul li span{
	height:19px;
	font-size:17px;
	line-height:19px;
	margin:8px 0 0 0;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.borderTitle ul li .number{
	height:16px;
	line-height:16px;
	font-size:14px;
	background:#FFFFFF;
	padding:0 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-top-radius:10px;
	color:#99CC00;
	text-shadow: 1px 1px 1px #CCCCCC;
	vertical-align:top;
	margin:10px 0 0 0;
}
.borderTitle li.current{
	background:#750b13  url(../img/1359624650660_1004.png) no-repeat 50% 100%;				   
}
.borderTitle .z3g-column1{
	width: 100%!important;
}
.borderTitle .z3g-column1 div{
	text-align:left!important;
}
.borderTitle .z3g-column1 .text{
	max-width:245px;
	padding-left:20px;
}
.borderTitle .z3g-column1.current{
	background:none;
}
.borderTitle .z3g-column2{
	width: 50%!important;
}
.borderTitle .z3g-column2 .text{
	max-width:100px;
}
.borderTitle .z3g-column3{
	width:33%!important;
}
.borderTitle .z3g-column3:nth-child(2){
	width:34%!important;
}
.borderTitle .z3g-column3 .text{
	max-width:100px;
}
/*html编辑器样式*/
.htmledit{
	line-height:1.8;
	font-variant:normal;
	font-stretch:normal;
	text-transform:none;
	text-indent:0;
	text-align:left;
	vertical-align:baseline;
	letter-spacing: normal;
	word-spacing: normal;
	/*text-decoration:none;*/
	letter-spacing:normal;
	word-spacing:normal;
	white-space:normal;
	/*word-break:normal;*/
	word-break:break-all;
	/*word-wrap:normal;*/
	word-wrap: break-word;
	background:transparent none repeat scroll 0% 0%;
	/*list-style:disc outside none;*/
	float:none;
	width:auto;
	height:auto;
	clear:none;
	z-index:auto;
	text-justify:auto;
	overflow:hidden;
	visibility:inherit;
	margin:auto;
	/*border-collapse:separate;*/
	color:#000;
}
.htmledit img{
	margin:5px 0 5px 0;
	max-width:300px!important;
	max-height:auto!important;
}
.htmledit ul,.htmledit ol{
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	display:block;
	height:auto;
	float:none;
	padding-left:25px;
}
.htmledit ul{
	list-style:disc;
}
.htmledit ol{
	list-style:decimal;
}
.htmledit ul li {
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	float:none;
	height:auto;
	text-align:left;
	line-height:1.8;
}
.htmledit ol li {
	background:transparent none repeat scroll 0% 0%;
	width:auto;
	float:none;
	height:auto;
	text-align:left;
	line-height:1.8;
}
.htmledit p {
	line-height:1.8;
	color:#000;
}
.bottom_htmledit_p{
	line-height:1.8;
	color:#000000;
}
.htmledit h3,
.htmledit h1{
	font-size: 17px!important;
	font-weight:bold!important;
	line-height:20px!important;
	height:auto!important;
	padding:0px!important;
	margin:0px!important;
	border:none!important;
}
.htmledit a.zzp-tel{
	display:block;
	color:#000;
	width:215px;
	height:30px;
	line-height:30px;
	font-size:17px;
	clear:both;
	margin:0 auto;
	padding-left:45px;
	background:url(../img/tel.png) 0 0 no-repeat;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-decoration:none;
	text-align:left;
}
.htmledit a.zzp-tel.touch{
	background:url(../img/tel.png) 0 -30px no-repeat;
}
.htmledit a.zzp-tel.ui-link{
	color:#000;
}
.htmledit a.zzp-tel.ui-link:hover,.htmledit a.zzp-tel.ui-link:active{
	color:#000;
	background:url(../img/tel.png) 0 -31px no-repeat;	
}
.htmledit a.ui-link{
	color:#00E;
}
/* z3g-height0 */
.z3g-height0{
	clear:both;
	height:0!important;
	line-height:0!important;
	font-size:0!important;
	border:none;
	padding:0!important;
	margin:0!important;
	width:100%;
	display:block;
	overflow:hidden;
}

/* z3g-alertWindow */
.z3g-alertWindow{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.8);
	position:absolute;
	z-index:999;
	text-align:center;
	vertical-align:middle;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}


/* 页面级样式
--------------------------------------------------*/
/* choose页 */
.z3g-pageChoose #box_mainBody{
	bottom: 0px;
	background: #fff;
}
.z3g-pageChoose #box_main{
	padding-top: 60px;
}
.z3g-pageChoose p{
	text-align: center;
}
.z3g-pageChoose div.text{
	text-align: center;
	color: #000;
	font-weight:bold;
	margin-bottom:22px;
}
.z3g-pageChoose .select{
	padding:10px;
}
.z3g-pageChoose .mobileTitle{
	height:60px;
	text-align:left;
	overflow:hidden;
	background:#ccc url(../img/z3g_arrow_pageChoose.png) 50% 100% no-repeat;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.z3g-pageChoose .mobileTitle .icon{
	width:41px;
	height:30px;
	margin:14px 15px 0 15px;
	float:left;
	background:url(../img/z3g_icon_pageChoose.png) 0 0px no-repeat;	
}
.z3g-pageChoose .mobileCont{
	padding:5px;
	background:#e4e3e3;
}
.z3g-pageChoose .mobileCont span{
	display:block;
	height:50px;
	line-height:50px;
	background:#fff;
	font-weight:bold;
	margin-bottom:5px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.z3g-pageChoose .mobileCont span:nth-last-child(1){
	margin-bottom:0px;
}
.z3g-pageChoose .webTitle{
	height:60px;
	background:#ccc;
	margin-top:10px;
	text-align:left;
	overflow:hidden;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.z3g-pageChoose .webTitle .icon{
	width:41px;
	height:30px;
	margin:14px 15px 0 15px;
	float:left;
	background:url(../img/z3g_icon_pageChoose.png) 0 -30px no-repeat;	
}
.z3g-pageChoose span.name,
.z3g-pageChoose span.otherInfo{
	display:block;	
}
.z3g-pageChoose span.name{
	margin-top:15px;
	font-weight:bold;
}
.z3g-pageChoose span.otherInfo{
	font-size:10px;	
}

/* 产品详细 */
.z3g-pageProductDetail #box_main{
	position:relative;
}
.z3g-pageProductDetail #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}

/* 资讯详细 */
.z3g-pageNewsDetail #box_main{
	position:relative;
}
.z3g-pageNewsDetail #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}

/*搜索页 */
.z3g-pageSearch #box_mainBody{
	bottom:0px; 
}

/* 询价页 */
.z3g-pageInquiry #box_mainBody{
	min-height:600px;
	bottom:0px; 
	overflow:auto;
	position:static;
}
.z3g-pageInquiry #box_main{
	position:relative;
	overflow:auto;
}
.z3g-pageInquiry #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}
.z3g-pageInquiry .z3g-noTouchMoveWrap{
	height:650px;
}

/* 分享页 */
.z3g-pageShare #box_mainBody{
	bottom:0px; 
}
.z3g-pageShare #box_main{
	position:relative;
}
.z3g-pageShare #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}

/* 大图 */
.z3g-pageBigImg #box_mainBody{
	bottom:0px; 
}
.z3g-pageBigImg #box_main{
	width:100%;
	position:relative;
}
.z3g-pageBigImg #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}

/* 地图 */
.z3g-pageMap #box_main{
	position:relative;
}
.z3g-pageMap #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}

/* 邮件页 */
.z3g-pageEmail #box_mainBody{
	min-height:600px;
	bottom:0px;
	overflow:auto;
	position:static;
}
.z3g-pageEmail #box_main{
	overflow:auto;
	position:relative;
}
.z3g-pageEmail #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}
.z3g-pageEmail .emailForm{
	height:700px;
}

/* 留言页 */
.z3g-pageMessage #box_mainBody{
	min-height:600px;
	bottom:0px;
	overflow:auto;
	position:static;
}
.z3g-pageMessage #box_main{
	overflow:auto;
	position:relative;
}
.z3g-pageMessage #box_header{
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:999;
}

/* 组件颜色图片区
--------------------------------------------------*/

/* PublicConfig_showBottom01-d1_c1 */
#elem-PublicConfig_showBottom01-001{
	padding-top:6px;
}
.PublicConfig_showBottom01-d1_c1{
	padding:10px 0;
	background:#ffe1bb;
	color: #535353;
}
.PublicConfig_showBottom01-d1_c1 .htmledit p{
	color:#ddd;	
}
.PublicConfig_showBottom01-d1_c1 .htmledit *{
	font-size:10px!important;
}

/* Columns_navigation01-d1_c1 */
.Columns_navigation01-d1_c1{
	width: 320px;
	background:#a0131d;
}
.Columns_navigation01-d1_c1 ul{
	width: 320px;
	overflow: hidden;
}
.Columns_navigation01-d1_c1 li{
	min-width: 25%;
	float: left;
	text-align:center;
}
.Columns_navigation01-d1_c1 li span{
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #43060b;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Columns_navigation01-d1_c1 li .current,
.Columns_navigation01-d1_c1 li .touch{
	background:#ce262d;
}

/* Columns_navigation01-d1_c2 */
.Columns_navigation01-d1_c2{
	width: 320px;
	position:relative;
	background:#a0131d;
}
.Columns_navigation01-d1_c2 .navBody{
	width:280px;
	height:36px;
	overflow: hidden;
	margin:0 0 0 20px;
}
.Columns_navigation01-d1_c2 .navBody ul{
	width:560px;
	overflow: hidden;
}
.Columns_navigation01-d1_c2 .navBody li{
	min-width: 70px;
	float: left;
	text-align:center;
}
.Columns_navigation01-d1_c2 .navBody li span{
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #43060b;
	border-left: 1px solid #660000;
}
.Columns_navigation01-d1_c2 .navBody li .current,
.Columns_navigation01-d1_c2 .navBody li .touch{
	background:#ce262d;
}
.Columns_navigation01-d1_c2 .navBarL,
.Columns_navigation01-d1_c2 .navBarR{
	width:18px;
	height:36px;
	float:left;
	position:absolute;
	top:0px;
}
.Columns_navigation01-d1_c2 .navBarL.touch,
.Columns_navigation01-d1_c2 .navBarR.touch{
	background:#127a07;
}
.Columns_navigation01-d1_c2 .disTap span{
	opacity:0.3;
}
.Columns_navigation01-d1_c2 .navBarL{
	left:0px;
}
.Columns_navigation01-d1_c2 .navBarR {
	right:0px;
	border-left: 1px solid #660000;
}
.Columns_navigation01-d1_c2 .navBarL span,
.Columns_navigation01-d1_c2 .navBarR span{
	width:6px;
	height:12px;
	display:block;
	margin:12px 0 0 6px;
	background: url(../img/z3g_icon_prev_next.png) no-repeat;
}
.Columns_navigation01-d1_c2 .navBarL span{
	background-position:-5px -2px;
}
.Columns_navigation01-d1_c2 .navBarR span{
	background-position:-22px -2px;
}

/* Columns_navigation01-d1_c3 */
.Columns_navigation01-d1_c3{
	width: 320px;
	position:relative;
	background:#418c09;
}
.Columns_navigation01-d1_c3 .navBody{
	width:280px;
	overflow: hidden;
}
.Columns_navigation01-d1_c3 .navBody ul{
	width:560px;
	overflow: hidden;
}
.Columns_navigation01-d1_c3 .navBody li{
	min-width: 70px;
	max-width:280px;
	float: left;
	text-align:center;
}
.Columns_navigation01-d1_c3 .navBody li span{
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: block;
	text-shadow: 1px 1px 1px #43060b;
	border-left: 1px solid #336f07;
	padding:0 5px;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Columns_navigation01-d1_c3 .navBody li:nth-child(1) span{
	border: none;
}
.Columns_navigation01-d1_c3 .navBarR{
	width:38px;
	height:36px;
	float:left;
	position:absolute;
	top:0px;
	right:0px;
	border-left: 1px solid #336f07;
}
.Columns_navigation01-d1_c3 .navBarR.touch{
	background:#2c6b06;
}
.Columns_navigation01-d1_c3 .navBarR span{
	width:21px;
	height:21px;
	display:block;
	margin:7px 0 0 8px;
	background:url(../img/z3g_icon_21x21.png) no-repeat;
}
.Columns_navigation01-d1_c3 li .current,
.Columns_navigation01-d1_c3 li .touch{
	background:#127a07;
}

/* Columns_navigation01-d1_c4 */
.Columns_navigation01-d1_c4{
	width: 320px;
	background:#a1131d;
}
.Columns_navigation01-d1_c4 ul{
	width: 320px;
	overflow: hidden;
	background: #242424 -webkit-gradient(linear,0 0, 0 100%,from(#3d3d3d),color-stop(100%,#242424));
}
.Columns_navigation01-d1_c4 li{
	min-width: 25%;
	float: left;
	text-align:center;
}
.Columns_navigation01-d1_c4 li span{
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #0066CC;
	border-right: 1px solid #7e0f16;
	border-bottom: 1px solid #7e0f16;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Columns_navigation01-d1_c4 li .current,
.Columns_navigation01-d1_c4 li .touch{
	background:#127a07;
	/*inset为设置box内部边框阴影*/
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.5);
	background: -webkit-gradient(linear,0 0, 0 100%,from(#ce262d),color-stop(95%,#ce262d),color-stop(95%,#f96804),color-stop(100%,#f96804));
}

/* Columns_navigation01-d1_c5 */
.Columns_navigation01-d1_c5{
	width: 320px;
	position:relative;
	background:#a1131d;
}
.Columns_navigation01-d1_c5 .navBody{
	width:280px;
	height:36px;
	overflow: hidden;
	margin:0 0 0 20px;
}
.Columns_navigation01-d1_c5 .navBody ul{
	width:560px;
	overflow: hidden;
}
.Columns_navigation01-d1_c5 .navBody li{
	min-width: 70px;
	float: left;
	text-align:center;
	position:relative;
}
.Columns_navigation01-d1_c5 .navBody li span{
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #43060b;
	border-left: 1px solid #336f07;
}
.Columns_navigation01-d1_c5 .navBody li .current,
.Columns_navigation01-d1_c5 .navBody li .touch{
	background:#127a07;
}
.Columns_navigation01-d1_c5 .navBody li .current .art {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	height: 0;
	width: 0;
	line-height: 0;
	overflow: hidden;
	border-width: 6px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
}
.Columns_navigation01-d1_c5 .navBarL,
.Columns_navigation01-d1_c5 .navBarR{
	width:18px;
	height:36px;
	float:left;
	position:absolute;
	top:0px;
}
.Columns_navigation01-d1_c5 .navBarL.touch,
.Columns_navigation01-d1_c5 .navBarR.touch{
	background:#127a07;
}
.Columns_navigation01-d1_c5 .disTap span{
	opacity:0.3;
}
.Columns_navigation01-d1_c5 .navBarL{
	left:0px;
	/*border-left: 1px solid #418c09;*/
}
.Columns_navigation01-d1_c5 .navBarR {
	right:0px;
	border-left: 1px solid #336f07;
}
.Columns_navigation01-d1_c5 .navBarL span,
.Columns_navigation01-d1_c5 .navBarR span{
	width:6px;
	height:12px;
	display:block;
	margin:12px 0 0 6px;
	background: url(../img/z3g_icon_prev_next.png) no-repeat;
}
.Columns_navigation01-d1_c5 .navBarL span{
	background-position:-5px -2px;
}
.Columns_navigation01-d1_c5 .navBarR span{
	background-position:-22px -2px;
}

/* ComContent_detail01-d1_c1 */
.ComContent_detail01-d1_c1 .borderCont{
	text-align:left;
	overflow:hidden;
	padding:10px;
	color: #000;
}
.ComContent_detail01-d1_c1 .borderCont .imgWrap{
	min-width:50px;
	min-height:50px;
	font-size:0px;
	line-height:0px;
	margin:5px 10px 0 0;
	padding:0px;
	float:left;
	background:url(../img/loading.gif) no-repeat 50% 50%;
	background-size:20px;
}
.ComContent_detail01-d1_c1 .borderCont img{
	max-width:130px!important;
	margin:0px;
}

/* ComContent_detailAndList01-d1_c1 */
.ComContent_detailAndList01-d1_c1 .z3g-pageTitle .icon{
	width:13px;
	height:15px;
	background: url(../img/z3g_icon_pageTitle.png) no-repeat 0px -15px;
}
.ComContent_detailAndList01-d1_c1 #divContent_describe{
	padding:10px;
}
.ComContent_detailAndList01-d1_c1 .otherContList{
	overflow:hidden;
	margin:5px 0 0 0;
}
.ComContent_detailAndList01-d1_c1 .otherContList li{
	float:left;
	margin:0 0 3px 3px;
	width:100px;
	height:36px;
	line-height:36px;
	border:1px solid #afafae;
}
.ComContent_detailAndList01-d1_c1 .otherContList li span{
	height:36px;
	display:block;
	padding:0px 10px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color:#000;
	background:#c5c5c4;
}
.ComContent_detailAndList01-d1_c1 .otherContList li span.touch{
	background:#ababaa;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont{
	width: 320px;
	position:absolute;
	top:0px;
	left:320px;
	z-index:9999;

	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont table{
	border:none;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .contWrap{
	/*padding:10px 0;*/
	width: 252px;
	float: left;
	background:#620910 url(../img/1363749249041_71456.png) repeat-y;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .contWrap #thelist{
	padding:10px 0;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .barWrap{
	width: 68px;
	text-align: right;
	background: #000;
	opacity:0.7;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .barWrap.touch{
	opacity:0.8;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .closeBar{
	width: 30px;
	height: 30px;
	display: block;
	margin-left:30px;
	margin-top:50px;
	background: url(../img/z3g_icon_30x30.png) no-repeat 0px 0px;;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .item{
	padding-left:4px;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont li.current{
	background:#620910 url(../img/1359621449740_49136.png) no-repeat 0px 0px;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont li.current .contDiv div{
	background:#620910 url(../img/1359621449740_49136.png) no-repeat -4px 50%;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont li .contDiv div.touch{
	background:#072517;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont li.current .contDiv div.touch{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat -4px 50%;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .contWrap li:nth-child(1) > div{
	border-top:#813d42;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .contWrap .contDiv{
	position: relative;
	background:#620910;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .contWrap .contDiv div{
	height: 35px;
	line-height: 35px;
	overflow:hidden;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid #813d42;
	text-shadow: 1px 1px 1px #43060b;
}
.ComContent_detailAndList01-d1_c1 .z3g-showMoreCont .contWrap .contDiv div .name{
	width:232px;
	height: 35px;
	float:left;
	display:block;
	padding:0 0 0 15px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	border-right:1px solid #813d42;
}

/* Inquiry_add01-d1_c1 */
.Inquiry_add01-d1_c1 .inquiryObj{
	height:89px;
	overflow:hidden;
	display:block;
	margin:10px 0 0 0;
}
.Inquiry_add01-d1_c1 .inquiryObj .imgWrap{
	width:80px;
	height:80px;
	text-align:center;
	margin:4px 0 0 10px;
	float:left;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.Inquiry_add01-d1_c1 .inquiryObj .imgWrap img{
	max-width:80px;
	max-height:80px;
}
.Inquiry_add01-d1_c1 .inquiryObj .infoWrap{
	margin-left:100px;
}
.Inquiry_add01-d1_c1 .inquiryObj .infoWrap h3{
	height:16px;
	line-height:16px;
	margin:5px 0px;
	color:#000;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Inquiry_add01-d1_c1 .inquiryObj .infoWrap p{
	color:#666;
	line-height:18px;
	margin-right:10px;
}
.Inquiry_add01-d1_c1 .inquiryObj .infoWrap p.code{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.Inquiry_add01-d1_c1 .inquiryObj .infoWrap p.cont{
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-wrap:break-word;
	word-break:break-all;
}
.Inquiry_add01-d1_c1 ul{
	margin:10px 0 10px 10px;
}
.Inquiry_add01-d1_c1 .inquiryForm li{
	margin:5px 0;
}
.Inquiry_add01-d1_c1 .inquiryForm li.verificationCode{
	vertical-align:middle;
}
.Inquiry_add01-d1_c1 .inquiryForm li.verificationCode input{
	width:125px;
	vertical-align:middle;
}
.Inquiry_add01-d1_c1 .inquiryForm li.verificationCode .verify-pic{
	height:35px;
	vertical-align:middle;
}
.Inquiry_add01-d1_c1 .inquiryForm li.submitBtn{
	text-align:center;
	padding:10px 0;
}
.Inquiry_add01-d1_c1 .inquiryForm li.submitBtn button{
	width:125px;
}

/* PublicConfig_showLogo01-d1_c1 */
.PublicConfig_showLogo01-d1_c1{
	height: 50px;
	/*只配置了一种颜色时的样式*/
	background:#750B13;
	/*配置了四种颜色时的样式*/
	
}
.PublicConfig_showLogo01-d1_c1 a.logoWrap{
	width:120px;
	height: 45px;
	text-align:center;
	float: left;
	background:url(../img/logo.png) no-repeat left center; 
	background-size:120px auto; margin-left:5px;
}


/* Maps_show01-d1_c1 */
.Maps_show01-d1_c1 .z3g-pageTitle .icon{
	width:17px;
	height:15px;
	background: url(../img/z3g_icon_pageTitle.png) no-repeat;
}
.Maps_show01-d1_c1 .BMap_bubble_content .BMap_pop img[src*="iw_close1d3.gif"]{
	display:none;
}
.Maps_show01-d1_c1 .BMap_bubble_content .mapPop{
	width:220px;
}
.Maps_show01-d1_c1 .BMap_stdMpCtrl{ 
	z-index:500!important;
	top:5px!important;
	left:2px!important;
}
.Maps_show01-d1_c1 .BMap_stdMpZoom{
	width:95px!important;
	height:35px!important;
}
.Maps_show01-d1_c1 .BMap_stdMpZoom .BMap_button{
	float:left;
	position:static!important;
}
.Maps_show01-d1_c1 .BMap_stdMpZoom .BMap_stdMpZoomIn{
	width:47px!important;
	height:35px!important;
	background: url(../img/z3g_icon_mapZoom.png) no-repeat 0px 0px!important;
}
.Maps_show01-d1_c1 .BMap_stdMpZoom .BMap_stdMpZoomOut{
	width:48px!important;
	height:35px!important;
	background: url(../img/z3g_icon_mapZoom.png) no-repeat -47px 0px!important;
}
.Maps_show01-d1_c1 .BMap_stdMpZoom .BMap_stdMpZoomIn.touch{
	background: url(../img/z3g_icon_mapZoom.png) no-repeat 0px -35px!important;
}
.Maps_show01-d1_c1 .BMap_stdMpZoom .BMap_stdMpZoomOut.touch{
	background: url(../img/z3g_icon_mapZoom.png) no-repeat -47px -35px!important;
}
.Maps_show01-d1_c1 .BMap_bubble_content p{
	padding:2px 0;
	text-align:left;
	word-wrap:break-word;
	word-break:break-all;
}
.Maps_show01-d1_c1 .BMap_bubble_content .name{
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #979797;
}
.Maps_show01-d1_c1 .BMap_bubble_content .mapPopContent{
	max-height:130px;
	min-height:40px;
	overflow:auto;
	position:relative;
}
.Maps_show01-d1_c1 .BMap_bubble_content .tel{
	width:208px;
	height:30px;
	line-height:30px;
	padding:0px;
	background: url(../img/z3g_pageMap_tel.png) no-repeat 0px 5px;
	padding:5px 0;
}
.Maps_show01-d1_c1 .BMap_bubble_content .tel.touch{
	background-position: -208px 5px;
}
.Maps_show01-d1_c1 .BMap_bubble_content .tel .number{
	font-size:17px;
	margin:0 0 0 40px;
	display:block;
	font-weight:bold;
	color:#000;
}
.Maps_show01-d1_c1 .BMap_bubble_content .tel .number a{
	width:150px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#000;
	text-decoration:none;
}
.Maps_show01-d1_c1 .mapPopContent .routeListBtn{
	width:48px;
	height:24px;
	display:inline-block;
	background: url(../img/z3g_bg_buttonRouteList.png) no-repeat;
}
.Maps_show01-d1_c1 .mapPopContent .routeListBtn.touch{
	background-position:0px -24px;
}
.Maps_show01-d1_c1 .mapRightTool{
	width:95px;
	height:34px;
	position:absolute;
	right:0px;
	top:5px;
	z-index:100;
}
.Maps_show01-d1_c1 .mapRightTool .route{
	width:47px;
	height:34px;
	float:left;
}
.Maps_show01-d1_c1 .mapRightTool .routeList{
	width:48px;
	height:34px;
	float:left;
	background: url(../img/z3g_icon_mapRight.png) no-repeat -47px 0px;
	position:relative;
}
.Maps_show01-d1_c1 .mapRightTool .route.touch{
	background: url(../img/z3g_icon_mapRight.png) no-repeat 0px -34px;
}
.Maps_show01-d1_c1 .mapRightTool .routeList.touch{
	background: url(../img/z3g_icon_mapRight.png) no-repeat -47px -34px;
}
.Maps_show01-d1_c1 .mapRightTool .routeContList{
	width:230px;
	position:absolute;
	top:40px;
	right:5px;
	background:#fff;
	z-index:8888;
	border:1px solid #979797;
	display:none;
}
.Maps_show01-d1_c1 .mapRightTool .routeContListTitle{
	height:34px;
	line-height:34px;
	padding:0 0 0 10px;
	float:none;
	color:#3d83c5;
	background:none;
	border-bottom:1px solid #979797;
}
.Maps_show01-d1_c1 .mapRightTool .routeContListWrap{
	max-height:192px;
	padding:2px 10px;
	float:none;
	background:none;
	overflow:auto;
}
.Maps_show01-d1_c1 .mapRightTool .routeContListWrap li{
	padding:0 0 1px 0;
	border-bottom:1px solid #cbcbcb;
}
.Maps_show01-d1_c1 .mapRightTool .routeContListWrap li p{
	height:26px;
	line-height:26px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.Maps_show01-d1_c1 .mapRightTool .routeContListWrap li p.touch{
	background:#2573b6;
	color:#fff;
}
.Maps_show01-d1_c1 .mapRightTool .routeContListArrow{
	width:19px;
	height:12px;
	position:absolute;
	background: url(../img/z3g_routeContListArrow.png) no-repeat;
	top:-12px;
	right:10px;
	z-index:10;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap{
	width: 320px;
	position:absolute;
	top:0px;
	left:320px;
	z-index:9999;

	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap table{
	border:none;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contWrap{
	width: 252px;
	float: left;
	background: #082c1b url(../img/z3g_bg_showMoreCont.gif) repeat-y;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .barWrap{
	width: 68px;
	text-align: right;
	background: #000;
	opacity:0.7;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .barWrap.touch{
	opacity:0.8;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .closeBar{
	width: 30px;
	height: 30px;
	display: block;
	margin-left:30px;
	margin-top:90px;
	background: url(../img/z3g_icon_30x30.png) no-repeat 0px 0px;;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .item{
	padding-left:4px;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap li.current{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat 0px 0px;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap li.current .contDiv div{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat -4px 50%;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap li .contDiv div.touch{
	background:#072517;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap li.current .contDiv div.touch{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat -4px 50%;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv{
	height: 70px;
	position: relative;
	background:#082c1b;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv div{
	height: 69px;
	padding-left:50px;
	overflow:hidden;
	display: block;
	color: #fff;
	border-bottom: 1px solid #061f13;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv div p{
	font-size: 12px;
	line-height: 14px;
	text-shadow: 1px 1px 1px #43060b;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv div .name{
	height:30px;
	line-height:30px;
	padding-right:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv div .address,
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv div .phone{
	padding-right:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#90a098;
}
.Maps_show01-d1_c1 .z3g-showMoreContMap .contDiv .number{
	position: absolute;
	width: 26px;
	height: 34px;
	line-height: 25px;
	top: 10px;
	left: 14px;
	text-align: center;
	color:#fff;
	background:url(../img/z3g_icon_map.png) no-repeat 0px 0px;
}

/* Messages_emit01-d1_c1 */
.Messages_emit01-d1_c1 .borderTitle{
	margin-top:0px;
}
.Messages_emit01-d1_c1 .borderTitle .controlBar .icon{
	width:13px;
	height:13px;
	display:block;
	margin:11px 0 0 11px;
}
.Messages_emit01-d1_c1 .borderTitle .controlBar .up{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px 0px;
}
.Messages_emit01-d1_c1 .borderTitle .controlBar .down{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px -13px;
}
.Messages_emit01-d1_c1 #borderContEmit{
	height:400px;
	text-align:left;
	padding:10px 10px 10px 10px;
}
.Messages_emit01-d1_c1 #borderContEmit li{
	margin:5px 0;
}
.Messages_emit01-d1_c1 #borderContEmit li.verificationCode{
	vertical-align:middle;
}
.Messages_emit01-d1_c1 #borderContEmit li.verificationCode input{
	width:125px;
	vertical-align:middle;
}
.Messages_emit01-d1_c1 #borderContEmit li.verificationCode .verify-pic{
	height:35px;
	vertical-align:middle;
}
.Messages_emit01-d1_c1 #borderContEmit li.submitBtn{
	text-align:center;
	padding:10px 0 0 0;
}
.Messages_emit01-d1_c1 #borderContEmit li.submitBtn button{
	width:100%;
	margin:0px;
}
.Messages_emit01-d1_c1 #borderContList{
	text-align:left;
}
.Messages_emit01-d1_c1 #borderContList li{
	border-bottom:1px solid #b2b2b1;
}
.Messages_emit01-d1_c1 #borderContList li h3{
	padding:5px 0px 5px 0px;
	overflow:hidden;
	color:#000;
	font-weight:normal;
}
.Messages_emit01-d1_c1 #borderContList li div{
	min-height:47px;
	padding:0px 20px;
	display:block;
}
.Messages_emit01-d1_c1 #borderContList li p{
	line-height:18px;
	overflow:hidden;
	padding-bottom:5px;
	color:#707070;
}
.Messages_emit01-d1_c1 #borderContList li p em,
.Messages_emit01-d1_c1 #borderContList li p span{
	font-size:12px;
}
.Messages_emit01-d1_c1 #borderContList li p.cont .left{
	float:left;
}
.Messages_emit01-d1_c1 #borderContList li p.cont .left em{
	display:inline-block;
}
.Messages_emit01-d1_c1 #borderContList li p.cont .right{
	float:right;
}
.Messages_emit01-d1_c1 #borderContList li .replyWrap{
	padding:0 5px;
	position:relative;
	background:#c5c5c4;

	-moz-box-shadow:0px 3px 5px #bdbdbd inset;
	-webkit-box-shadow:0px 3px 5px #bdbdbd inset;
	box-shadow:0px 3px 5px #bdbdbd inset;
}
.Messages_emit01-d1_c1 #borderContList li .replyWrap li{
	border-bottom:1px solid #b9bdc6;
}
.Messages_emit01-d1_c1 #borderContList li .replyWrap li:nth-last-child(1){
	border:none;
}
.Messages_emit01-d1_c1 #borderContList .arrow{
	width:12px;
	height:11px;
	position:absolute;
	padding:0px;
	min-height:11px;
	top:-6px;
	right:40px;
	background: url(../img/z3g_arrow_03.png) no-repeat;
}
.Messages_emit01-d1_c1 #borderContList .arrow.touch{
	background-position:0px -11px;
}
.Messages_emit01-d1_c1 #borderContList .moreWrap{
	text-align:center;
	padding:20px 0;
}
.Messages_emit01-d1_c1 #borderContList .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}
.Messages_emit01-d1_c1 #borderContList li div.active.touch{
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.Messages_emit01-d1_c1 #borderContList li div.touch h3,
.Messages_emit01-d1_c1 #borderContList li div.touch p{
	color:#fff;
}
/* 留言页面正常模式 */
.Messages_emit01-d1_c1 .normalStyle .borderTitle ul{
	width:320px;
}
/* 留言页面相关模式 */
.Messages_emit01-d1_c1 .relateStyle .z3g-headerSmall{
	display:none;
}

/* News_detail01-d1_c1 */
.News_detail01-d1_c1 h1{
	font-size:17px;
	line-height:1.5em;
	font-weight:bold;
	padding:15px 10px;
	text-align:center;
	color:#000;
	word-wrap:break-word;
	word-break:break-all;
}
.News_detail01-d1_c1 .minInfo{
	font-size:10px;
	text-align:center;
	padding:0 10px 10px 10px;
	color:#666;
	border-bottom:1px solid #959595;
}
.News_detail01-d1_c1 .minInfo span{
	white-space:nowrap;
}
.News_detail01-d1_c1 .minInfo .time,
.News_detail01-d1_c1 .minInfo .source{
	padding:0 5px 0 0;
}
.News_detail01-d1_c1 .articleCont{
	padding:10px;
}
.News_detail01-d1_c1 .z3g-keyword{
	margin:10px;
}

/* News_list01-d1_c1 */
.News_list01-d1_c1{
	padding:10px 0;
}
.News_list01-d1_c1 .z3g-pageTitle .icon{
	width:13px;
	height:15px;
	background: url(../img/z3g_icon_pageTitle.png) no-repeat 0px -15px;
}
.News_list01-d1_c1 li{
	background: #fff;
	border-bottom:1px solid #b2b2b1;
}
.News_list01-d1_c1 li div{
	height:47px;
	display:block;
	padding:0 25px 0 10px;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.News_list01-d1_c1 li h3{
	padding:7px 0 0 0;
	color:#000;
	vertical-align:middle;
}
.News_list01-d1_c1 li h3 strong,
.News_list01-d1_c1 li h3 img{
	vertical-align:middle;
}
.News_list01-d1_c1 li h3 img{
	max-width:32px;
	max-height:16px;
	margin-left:2px;
}
.News_list01-d1_c1 li h3 span.name{
	max-width:270px;
	height:15px;
	line-height:15px;
	font-size:15px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:middle;
}
.News_list01-d1_c1 li h3.titleTwo .name{
	max-width:210px;
}
.News_list01-d1_c1 li h3.titleOne .name{
	max-width:235px;
}
.News_list01-d1_c1 li .time{
	line-height:18px;
	color:#8e8e8e;
	font-size:12px;
}
.News_list01-d1_c1 li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.News_list01-d1_c1 li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.News_list01-d1_c1 li.touch h3,
.News_list01-d1_c1 li.touch p{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.News_list01-d1_c1 .moreWrap{
	text-align:center;
	padding:20px 0;
}
.News_list01-d1_c1 .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}

/* News_listRelated01-d1_c1 */
.News_listRelated01-d1_c1{
	padding:6px 0px;
}
.News_listRelated01-d1_c1 .borderTitle ul{
	width:100%;
}
.News_listRelated01-d1_c1 .borderTitle .controlBar{
	display:none;
}
.News_listRelated01-d1_c1 .borderTitle .controlBar .icon{
	width:13px;
	height:13px;
	display:block;
	margin:11px 0 0 11px;
}
.News_listRelated01-d1_c1 .borderTitle .controlBar .up{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px 0px;
}
.News_listRelated01-d1_c1 .borderTitle .controlBar .down{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px -13px;
}
.News_listRelated01-d1_c1 .borderCont{
	text-align:left;
}
.News_listRelated01-d1_c1 .borderCont li{
	border-bottom:1px solid #b2b2b1;
}
.News_listRelated01-d1_c1 .borderCont li div{
	height:35px;
	display:block;
	padding:0 30px 0 10px;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.News_listRelated01-d1_c1 .borderCont li h3{
	padding:8px 0 0 0;
	vertical-align:middle;
	color:#000;
}
.News_listRelated01-d1_c1 .borderCont li h3 em.icon{
	width:2px;
	height:2px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	margin:0 3px 0 0;
	background:#000;
	display:none;
}
.News_listRelated01-d1_c1 .borderCont li h3 span.name{
	max-width:270px;
	height:15px;
	line-height:15px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:middle;
}
.News_listRelated01-d1_c1 .borderCont li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.News_listRelated01-d1_c1 .borderCont li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.News_listRelated01-d1_c1 .borderCont li.touch h3{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.News_listRelated01-d1_c1 .borderCont li.touch h3 .icon{
	background:#fff;
}

.News_listRelated01-d1_c1 .borderCont .moreWrap{
	text-align:center;
	padding:20px 0;
}
.News_listRelated01-d1_c1 .borderCont .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}

/* NewsCategory_columns01-d1_c1 */
.NewsCategory_columns01-d1_c1 .borderCont{
	text-align:left;
	padding:8px 0 8px 8px;
}
.NewsCategory_columns01-d1_c1 .borderCont ul{
	overflow:hidden;
}
.NewsCategory_columns01-d1_c1 .borderCont ul li{
	width:148px;
	height:36px;
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #afafae;
	background:#c5c5c4;
}
.NewsCategory_columns01-d1_c1 .borderCont ul li.z3g-column1{
	width:300px!important;
}
.NewsCategory_columns01-d1_c1 .borderCont ul li:nth-of-type(even){
	margin:0 0 5px 0;
}
.NewsCategory_columns01-d1_c1 .borderCont ul li span{
	height:36px;
	line-height:36px;
	display:block;
	padding:0px 10px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color:#000;
	/*background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;*/
}
.NewsCategory_columns01-d1_c1 .borderCont li span.touch{
	background:#ababaa;
}

/* NewsCategory_tree01-d1_c1 */
.NewsCategory_tree01-d1_c1 .z3g-pageTitle .icon{
	width:13px;
	height:15px;
	background: url(../img/z3g_icon_pageTitle.png) no-repeat 0px -15px;
}
.NewsCategory_tree01-d1_c1 .z3g-showMoreContNews{
	width: 320px;
	position:absolute;
	top:0px;
	left:320px;
	z-index:9999;

	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
.NewsCategory_tree01-d1_c1 table{
	border:none;
}
.NewsCategory_tree01-d1_c1 .contWrap{
	width: 252px;
	float: left;
	/*padding:10px 0;*/
	background: #082c1b url(../img/z3g_bg_showMoreCont.gif) repeat-y;
}
.NewsCategory_tree01-d1_c1 .z3g-showMoreContNews .contWrap #thelist{
	padding:10px 0;
}
.NewsCategory_tree01-d1_c1 .barWrap{
	width: 68px;
	text-align: right;
	background: #000;
	opacity:0.7;
}
.NewsCategory_tree01-d1_c1 .barWrap.touch{
	opacity:0.8;
}
.NewsCategory_tree01-d1_c1 .closeBar{
	width: 30px;
	height: 30px;
	display: block;
	margin-left:30px;
	margin-top:50px;
	background: url(../img/z3g_icon_30x30.png) no-repeat 0px 0px;;
}
.NewsCategory_tree01-d1_c1 .z3g-showMoreContNews .item{
	padding-left:4px;
}
.NewsCategory_tree01-d1_c1 li.current{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat 0px 0px;
}
.NewsCategory_tree01-d1_c1 li.current .contDiv div{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat -4px 50%;
}
.NewsCategory_tree01-d1_c1 li .contDiv div.touch{
	background:#072517;
}
.NewsCategory_tree01-d1_c1 li.current .contDiv div.touch{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat -4px 50%;
}
.NewsCategory_tree01-d1_c1 .contWrap li:nth-child(1) > div{
	border-top: 1px solid #061f13;
}
.NewsCategory_tree01-d1_c1 .contWrap .contDiv{
	position: relative;
	background:#082c1b;
}
.NewsCategory_tree01-d1_c1 .contWrap .contDiv div{
	height: 35px;
	line-height: 35px;
	overflow:hidden;
	display: block;
	color: #fff;
	border-bottom: 1px solid #061f13;
	text-shadow: 1px 1px 1px #43060b;
}
.NewsCategory_tree01-d1_c1 .contWrap .contDiv div .name{
	float:left;
	width:181px;
	height: 35px;
	padding:0 0 0 15px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	border-right:1px solid #061f13;
}
.NewsCategory_tree01-d1_c1 .contWrap .contDiv div .number{
	float:left;
	width:41px;
	padding-right:10px;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#84968d;
}
.NewsCategory_tree01-d1_c1 .contWrap .hasNode .name{
	background: url(../img/z3g_arrow_04.png) no-repeat 98% 50%;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn{
	padding-left:4px;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn div{
	overflow:hidden;
	background:#072517;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn span.back{
	width:150px;
	float:left;
	vertical-align:middle;
	margin-left:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn span.back.touch{
	background:#082c1b;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn span.first{
	float:right;
	width:90px;
	height:35px;
	vertical-align:middle;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn span.first.touch{
	background:#082c1b;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn .icon{
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	background: url(../img/z3g_icon_20x20.png) no-repeat;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn .back .icon{
	background-position: 0px -40px;
}
.NewsCategory_tree01-d1_c1 .contWrap .backBtn .first .icon{
	background-position: 0px -60px;
}



/* Products_mobilelist01-d1_c2 */
.Products_mobilelist01-d1_c2 .z3g-pageTitle .icon{
	width:13px;
	height:15px;
	background: url(../img/z3g_icon_pageTitle.png) no-repeat 0px -15px;
}
.Products_mobilelist01-d1_c2 li{
	padding:7px 0;
	border-bottom:1px solid #b2b2b1;
}
.Products_mobilelist01-d1_c2 li div{
	padding:0 0 0 10px;
	overflow:hidden;
	display:block;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.Products_mobilelist01-d1_c2 li h3{
	padding:5px 0px 5px 0px;
	overflow:hidden;
	color:#000;
	font-size:15px;
	margin-right:10px;
	white-space:nowrap;
	vertical-align:middle;
}
.Products_mobilelist01-d1_c2 li h3 span{
	max-width:234px;
	height:16px;
	line-height:16px;
	white-space:normal;
	display:inline-block;
	vertical-align:middle;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_mobilelist01-d1_c2 li h3 img{
	max-width:32px;
	max-height:16px;
	vertical-align:middle;
	margin-left:-3px;
}
.Products_mobilelist01-d1_c2 li p{
	color:#666;
}
.Products_mobilelist01-d1_c2 li p.code{
	line-height:18px;
	margin-right:30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.Products_mobilelist01-d1_c2 li p.cont{
	line-height:18px;
	margin-right:30px;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_mobilelist01-d1_c2 li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.Products_mobilelist01-d1_c2 li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.Products_mobilelist01-d1_c2 li.touch h3,
.Products_mobilelist01-d1_c2 li.touch p{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.Products_mobilelist01-d1_c2 .moreWrap{
	text-align:center;
	padding:20px 0;
}
.Products_mobilelist01-d1_c2 .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}

/* ProductsCategory_show01-d1_c1 */
.ProductsCategory_show01-d1_c1 .z3g-pageTitle .icon{
	width:13px;
	height:15px;
	background: url(../img/z3g_icon_pageTitle.png) no-repeat 0px -15px;
}

/* ProductsCategory_show03-d1_c1 */
.ProductsCategory_show03-d1_c1{
	width: 320px;
	position:absolute;
	top:0px;
	left:320px;
	z-index:9999;

	-webkit-transition: left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	-webkit-backface-visibility: hidden;
}
.ProductsCategory_show03-d1_c1 table{
	border:none;
}
.ProductsCategory_show03-d1_c1 .contWrap{
	width: 252px;
	float: left;
	background:#620910 url(../img/1363749249041_71456.png) repeat-y;
}
.ProductsCategory_show03-d1_c1 .barWrap{
	width: 68px;
	text-align: right;
	background: #000;
	opacity:0.7;
}
.ProductsCategory_show03-d1_c1 .barWrap.touch{
	opacity:0.8;
}
.ProductsCategory_show03-d1_c1 .closeBar{
	width: 30px;
	height: 30px;
	display: block;
	margin-left:30px;
	margin-top:50px;
	background: url(../img/z3g_icon_30x30.png) no-repeat 0px 0px;;
}
.ProductsCategory_show03-d1_c1 .item{
	padding-left:4px;
}
.ProductsCategory_show03-d1_c1 li.current{
	background:#620910 url(http://203.86.18.5:8081/mmsd/resource/201301/1/userPic/2/20130131/1359621449740_49136.png) no-repeat 0px 0px;
}
.ProductsCategory_show03-d1_c1 li.current .contDiv div{
	background:#620910 url(http://203.86.18.5:8081/mmsd/resource/201301/1/userPic/2/20130131/1359621449740_49136.png) no-repeat -4px 50%;
}
.ProductsCategory_show03-d1_c1 li .contDiv div.touch{
	background:#620910;
}
.ProductsCategory_show03-d1_c1 li.current .contDiv div.touch{
	background:#072517 url(../img/z3g_bg_showMoreCont_current.png) no-repeat -4px 50%;
}
.ProductsCategory_show03-d1_c1 .titleTabWrap{
	height:39px;
	overflow:hidden;
	padding-left:20px;
	background:#620910;
	border-left:4px solid #813d42;
	border-bottom: 1px solid #813d42;
}
.ProductsCategory_show03-d1_c1 .titleTabWrap span{
	width:100px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
	color:#84968d;
	border-bottom:3px solid #082c1b;
	text-shadow: 1px 1px 1px #43060b;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show03-d1_c1 .contTabWrap{
	/*margin:10px 0;*/
}
.ProductsCategory_show03-d1_c1 .contTabWrap #thelist{
	padding:10px 0;
}
.ProductsCategory_show03-d1_c1 .titleTabWrap span.current{
	color: #FFFFFF;
	border-bottom:3px solid #FFFFFF;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap li:nth-child(1) > div{
	border-top: 1px solid #061f13;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .contDiv{
	position: relative;
	background:#082c1b;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .contDiv div{
	height: 35px;
	line-height: 35px;
	overflow:hidden;
	display: block;
	color: #fff;
	border-bottom: 1px solid #061f13;
	text-shadow: 1px 1px 1px #43060b;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .contDiv div .name{
	float:left;
	width:181px;
	height: 35px;
	padding:0 0 0 15px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	border-right:1px solid #813d42;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .contDiv div .number{
	float:left;
	width:41px;
	padding-right:10px;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#84968d;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .hasNode .name{
	background: url(../img/z3g_arrow_04.png) no-repeat 98% 50%;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn{
	padding-left:4px;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn div{
	overflow:hidden;
	background:#072517;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn span.back{
	width:150px;
	float:left;
	vertical-align:middle;
	margin-left:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn span.back.touch{
	background:#082c1b;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn span.first{
	float:right;
	width:90px;
	height:35px;
	vertical-align:middle;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn span.first.touch{
	background:#082c1b;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn .icon{
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	background: url(../img/z3g_icon_20x20.png) no-repeat;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn .back .icon{
	background-position: 0px -40px;
}
.ProductsCategory_show03-d1_c1 .classifyTabWrap .backBtn .first .icon{
	background-position: 0px -60px;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap li:nth-child(1) > div{
	border-top:#813d42;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv{
	position: relative;
	background:#620910;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div{
	height: 35px;
	line-height: 35px;
	overflow:hidden;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid #813d42;
	text-shadow: 1px 1px 1px #43060b;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div .nameWrap{
	float:left;
	width:181px;
	padding:0 0 0 15px;
	vertical-align:middle;
	border-right:1px solid #061f13;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div .nameWrap em{
	display:inline-block;
	vertical-align:middle;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div .nameWrap em.logo{
	width:60px;
	height:30px;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div .nameWrap em.name{
	width:105px;
	height: 35px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div .nameWrap em.logo img{
	max-width:60px;
	max-height:30px;
}
.ProductsCategory_show03-d1_c1 .brandTabWrap .contDiv div .number{
	float:left;
	width:41px;
	padding-right:10px;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#ba8589;
}

/* ProductsCategory_show02-d2_c1 */
.ProductsCategory_show02-d2_c1 .borderTitle .controlBar .up {
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px 0px!important;
}
.ProductsCategory_show02-d2_c1 .borderTitle .controlBar .down {
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px -13px!important;
}
.ProductsCategory_show02-d2_c1 .borderCont li{
	height:83px;
	overflow:hidden;
	border-bottom:1px solid #cccccc;
}
.ProductsCategory_show02-d2_c1 .borderCont li .imgWrap{
	width:66px;
	height:66px;
	text-align:center;
	margin:8px 0 0 10px;
	float:left;
	background:#f0f0f0;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.ProductsCategory_show02-d2_c1 .borderCont li .imgWrap img{
	max-width:66px;
	max-height:66px;
}
.ProductsCategory_show02-d2_c1 .borderCont li .infoWrap{
	margin-left:90px;
}
.ProductsCategory_show02-d2_c1 .borderCont li .infoWrap h3{
	height:30px;
	line-height:30px;
	padding:0px 5px;
	color:#000;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show02-d2_c1 .borderCont li .infoWrap span{
	width:65px;
	height:16px;
	line-height:16px;
	font-size:12px;
	padding:0 0 0 5px;
	display:inline-block;
	margin-bottom:8px;
	color:#666;
	border-right:1px solid #666;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:top;
}
.ProductsCategory_show02-d2_c1 .borderCont li .infoWrap span.more{
	border-right:none;
}

/* Public_totalSearch01-d1_c1 */
.Public_totalSearch01-d1_c1 .searchTab{
	height:38px;
	padding:0 0 0 10px;
	position:relative;
	background:#600910;
}
.Public_totalSearch01-d1_c1 .searchTab .searchTabScroll{
	width:270px;
	overflow:hidden;
}
.Public_totalSearch01-d1_c1 .searchTab .del{
	width:38px;
	height:38px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	background: url(../img/z3g_icon_searchTab_del.png) no-repeat 0px 0px;
}
.Public_totalSearch01-d1_c1 .searchTab .del.touch{
	background-position: 0px -38px;
}
.Public_totalSearch01-d1_c1 .searchTab ul{
	overflow:hidden;
}
.Public_totalSearch01-d1_c1 .searchTab li{
	height:35px;
	line-height:35px;
	padding:0 10px;
	float:left;
	margin:3px 0 0 0;
	color:#FFFFFF;
}
.Public_totalSearch01-d1_c1 .searchTab li.current,
.Public_totalSearch01-d1_c1 .searchTab li.touch{
	background:#a1131d;
}
.Public_totalSearch01-d1_c1 .searchInput{
	height:50px;
	background:#a1131d;
}
.Public_totalSearch01-d1_c1 .inputWrap{
	float: left;
	margin:7px 0 0 10px;
	position:relative;
}
.Public_totalSearch01-d1_c1 .inputWrap .del{
	width:36px;
	height:36px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
}
.Public_totalSearch01-d1_c1 .inputWrap .del .icon{
	width:20px;
	height:20px;
	display:block;
	background:#999999 url(../img/z3g_icon_inputWrap_del.png) no-repeat 50% 50%;
	margin:8px 0 0 8px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.Public_totalSearch01-d1_c1 .inputWrap .del.touch .icon{
	background:#ff2929 url(../img/z3g_icon_inputWrap_del.png) no-repeat 50% 50%;
}
.Public_totalSearch01-d1_c1 input{
	width: 218px;
	line-height: normal;
}
.Public_totalSearch01-d1_c1 .z3g-button{
	width:60px;
	height:35px;
	margin:7px 0 0 0;
	border-top:1px solid #b33f48;
	border-bottom:1px solid #620b12;
	background:#99121c;
	color:#FFFFFF;
}
.Public_totalSearch01-d1_c1 .z3g-button.touch{
	border-top:1px solid #367736;
	border-bottom:1px solid #043504;
	background:#00261c;
}
.Public_totalSearch01-d1_c1 .searchTab ul{
	overflow:hidden;
}
.Public_totalSearch01-d1_c1 .searchResult li{
	padding:7px 0;
	border-bottom:1px solid #b2b2b1;
}
.Public_totalSearch01-d1_c1 .searchResult li div{
	height:69px;
	padding:0 0 0 20px;
	overflow:hidden;
	display:block;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.Public_totalSearch01-d1_c1 .searchResult li h3{
	height:30px;
	line-height:30px;
	padding-right:20px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color:#000;
	font-size:15px;
}
.Public_totalSearch01-d1_c1 .searchResult li p{
	color:#666;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-wrap:break-word;
	word-break:break-all;
	line-height:18px;
	margin-right:30px;
}
.Public_totalSearch01-d1_c1 .searchResult li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.Public_totalSearch01-d1_c1 .searchResult li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.Public_totalSearch01-d1_c1 .searchResult li.touch h3,
.Public_totalSearch01-d1_c1 .searchResult li.touch p{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.Public_totalSearch01-d1_c1 .z3g-noResult{
	padding:10px 20px;
}
.Public_totalSearch01-d1_c1 .z3g-noResult .icon{
	width:62px;
	height:62px;
	margin:0px auto;
	background-position: 50% 0px;
}
.Public_totalSearch01-d1_c1 .z3g-noResult p{
	line-height:20px;
	text-align:center;
}
.Public_totalSearch01-d1_c1 .moreWrap{
	text-align:center;
	padding:20px 0;
}
.Public_totalSearch01-d1_c1 .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}

/* Toolbar_show01-d1_c1 */
.Toolbar_show01-d1_c1{
	width: 318px;
	margin: 0 auto;
	border:1px solid #44080d;
	background:#7e0f16;
}
.Toolbar_show01-d1_c1 ul{
	height: 40px;
	border:1px solid #7e0f16;
}
.Toolbar_show01-d1_c1 li{
	width: 25%;
	float: left;
	text-align: center;
	background: url(../img/z3g_bg_footer_line.png) no-repeat right center;
}
.Toolbar_show01-d1_c1 li:last-child{
	background: none;
}
.Toolbar_show01-d1_c1 .moreTool{
	position:absolute;
	bottom:44px;
	width:64px;
	z-index:1000;
	border-left:1px solid #44080d;
	border-right:1px solid #44080d;
	background:#7e0f16 url(../img/z3g_bg_footer_line2.png) no-repeat top center;
}
.Toolbar_show01-d1_c1 .moreTool:first-child{
	border-bottom:1px solid #44080d;
}
.Toolbar_show01-d1_c1 .moreTool:last-child{
	background:#7e0f16;
	border-top:1px solid #44080d;
}
.Toolbar_show01-d1_c1 a,
.Toolbar_show01-d1_c1 div{
	height:43px;
	display: block;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-bottom:none;
	text-decoration:none;
}
.Toolbar_show01-d1_c1 li:nth-child(1) a{
	border-left:none;
}
.Toolbar_show01-d1_c1 li:nth-last-child(1) a{
	border-right:none;
}
.Toolbar_show01-d1_c1 span{
	height:20px;
	line-height:20px;
	display: block;
	margin:0 auto;
}
.Toolbar_show01-d1_c1 .text{
	height:16px;
	line-height:16px;
	font-size:10px;
	text-decoration:none;
	text-align:center;
}
.Toolbar_show01-d1_c1 .icon{
	width: 30px;
	height: 20px;
	margin-top:3px;
	background: url(../img/z3g_icon_24x24.png) no-repeat;
}
.Toolbar_show01-d1_c1 .tel{
	background-position: 0px 0px;
}
.Toolbar_show01-d1_c1 .msg{
	background-position: 0px -80px;
}
.Toolbar_show01-d1_c1 .share{
	background-position: 0px -60px;
}
.Toolbar_show01-d1_c1 .map{
	background-position: 0px -40px;
}
.Toolbar_show01-d1_c1 .inquiry{
	background-position: 0px -80px;
}
.Toolbar_show01-d1_c1 .email{
	background-position: 0px -20px;
}
.Toolbar_show01-d1_c1 .mycenter{
	background-position: 0px -100px;
}
.Toolbar_show01-d1_c1 .shoppingCart{
	background-position: 0px -120px;
}
.Toolbar_show01-d1_c1 .more{
	background-position: 0px -140px;
}
.Toolbar_show01-d1_c1 .touch{
	background:#033a1f;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;

	-moz-box-shadow:0 0 10px #01150f inset;
	-webkit-box-shadow:0 0 10px #01150f inset;
	box-shadow:0 0 10px #01150f inset;
}
.Toolbar_show01-d1_c1 .z3g-column1{
	width: 100%!important;
}
.Toolbar_show01-d1_c1 .z3g-column2{
	width: 50%!important;
}
.Toolbar_show01-d1_c1 .z3g-column3{
	width: 33.3%!important;
}
.Toolbar_show01-d1_c1 .z3g-column4{
	width: 25%!important;
}
.Toolbar_show01-d1_c1 .z3g-column5{
	width: 20%!important;
}

/* PublicConfig_showShare01-d1_c1 */
.shareWrap .shareText{
	padding:10px;
	color: #000;
}
.shareWrap{
	padding:10px 0 10px 9px;
}
.shareWrap ul{
	overflow:hidden;
}
.shareWrap ul li{
	width:148px;
	height:38px;
	line-height:38px;
	float:left;
	border:1px solid #afafae;
	margin:0 2px 2px 0;
	background:#c5c5c4;
	vertical-align:top;
}
.shareWrap ul li.touch{
	background: #afafae;
}
.shareWrap ul li span{
	display:inline-block;
	vertical-align:top;
}
.shareWrap ul li .text{
	max-width:90px;
	height:38px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color: #000;
}
.shareWrap ul li .icon{
	width:32px;
	height:32px;
	margin:3px 10px 0 10px;
	background: url(../img/z3g_icon_share.png) no-repeat;
}
.shareWrap ul li.spaceQQ .icon{
	background-position:0px 0px;
}
.shareWrap ul li.weiboSina .icon{
	background-position:0px -32px;
}
.shareWrap ul li.weiboQQ .icon{
	background-position:0px -64px;
}
.shareWrap ul li.weiboWangyi .icon{
	background-position:0px -96px;
}
.shareWrap ul li.friend .icon{
	background-position:0px -128px;
}
.shareWrap ul li.haoyou .icon{
	background-position:0px -160px;
}
.shareWrap ul li.renren .icon{
	background-position:0px -192px;
}
.shareWrap ul li.baidu .icon{
	background-position:0px -224px;
}
.shareWrap ul li.weiboSohu .icon{
	background-position:0px -256px;
}
.shareWrap ul li.tianya .icon{
	background-position:0px -288px;
}
.shareWrap ul li.taojianghu .icon{
	background-position:0px -320px;
}
.shareWrap ul li.douban .icon{
	background-position:0px -352px;
}
.shareWrap ul li.hexun .icon{
	background-position:0px -384px;
}
.shareWrap ul li.gplus .icon{
	background-position:0px -416px;
}
.shareWrap ul li.msn .icon{
	background-position:0px -448px;
}
.shareWrap ul li.facebook .icon{
	background-position:0px -480px;
}
.shareWrap ul li.twitter .icon{
	background-position:0px -512px;
}


/* Products_detail01-d1_c1 */
.Products_detail01-d1_c1 .z3g-pageTitle .markWrap{
	height:29px;
	line-height:29px;
	float:right;
	overflow:hidden;
	padding:0 5px 0 0;
}
.Products_detail01-d1_c1 .z3g-pageTitle .markWrap img{
	max-width:30px;
	max-height:16px;
	float:left;
	margin:7px 1px 0 0;
}
.Products_detail01-d1_c1 .productSpecifications{
	padding:10px;
}
.tab-box img{max-width:300px; max-height:300px;}
.Products_detail01-d1_c1 .productSpecifications ul{
	overflow:hidden;
}
.Products_detail01-d1_c1 .productSpecifications li{
	min-width:50%;
	max-width:300px;
	float:left;
	padding:3px 0;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color:#000;
}
.Products_detail01-d1_c1 .productSpecifications li.htmledit li{
	overflow:visible;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup{
	overflow:hidden;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup div{
	height:30px;
	line-height:30px;
	padding:0 10px;
	float:left;
	margin-right:5px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-top-radius:5px;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup div span,
.Products_detail01-d1_c1 .productSpecifications .submitGroup div a{
	height:30px;
	line-height:30px;
	display:block;
	color:#fff;
	text-align:left;
	text-decoration:none;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailtel{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#93b82d), to(#5f8201));
	background:-moz-linear-gradient(#93b82d,#5f8201);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b82d', endColorstr='#5f8201');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailtel.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#5f8201), to(#93b82d));
	background:-moz-linear-gradient(#5f8201,#93b82d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f8201', endColorstr='#93b82d');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailtel a{
	width:80px;
	height:30px;
	line-height:30px;

	background:url(../img/z3g_icon_30x30.png) no-repeat 0px -30px;
	padding-left:29px;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailprice{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#3c9cd9), to(#125d8e));
	background:-moz-linear-gradient(#3c9cd9,#125d8e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9cd9', endColorstr='#125d8e');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailprice.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#125d8e), to(#3c9cd9));
	background:-moz-linear-gradient(#125d8e,#3c9cd9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#125d8e', endColorstr='#3c9cd9');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailprice span{
	width:29px;
	background:url(../img/z3g_icon_30x30.png) no-repeat 100% -60px;
	padding-right:29px;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailmap{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#e76800));
	background:-moz-linear-gradient(#ffa200,#e76800);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#e76800');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailmap.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#e76800), to(#ffa200));
	background:-moz-linear-gradient(#e76800,#ffa200);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76800', endColorstr='#ffa200');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailmap span{
	width:29px;
	background:url(../img/z3g_icon_30x30.png) no-repeat 100% -90px;
	padding-right:29px;
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailshopping{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#e76800));
	background:-moz-linear-gradient(#ffa200,#e76800);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#e76800');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailshopping.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#e76800), to(#ffa200));
	background:-moz-linear-gradient(#e76800,#ffa200);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76800', endColorstr='#ffa200');
}
.Products_detail01-d1_c1 .productSpecifications .submitGroup .productdetailshopping span{
	width:29px;
	background:url(../img/z3g_icon_30x30.png) no-repeat 100% -90px;
	padding-right:29px;
}
.Products_detail01-d1_c1 .productTitleItem h3,
.Products_detail01-d1_c1 .productDescription h3{
	height:35px;
	line-height:35px;
	font-size:17px;
	font-weight:bold;
	padding:0px 10px;
	border-bottom:1px solid #a8a8a8;
	color:#044c29;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d1_c1 .productTitleItem .cont,
.Products_detail01-d1_c1 .productDescription .cont{
	padding:10px;
	color:#000;
}
.Products_detail01-d1_c1 .productParameterGroup li{
	min-width:50%;
	max-width:300px;
	padding:3px 0;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d1_c1 .bannerWrap{
	width: 320px;
	text-align: center;
	position: relative;
}
.Products_detail01-d1_c1 #bannerScroll{
	width: 274px;
	margin: 0 auto;
	overflow:hidden;
	text-align:center;
}
.Products_detail01-d1_c1 .bannerList{
	overflow: hidden;
}
.Products_detail01-d1_c1 .notThree{
	margin:0px auto!important;
}
.Products_detail01-d1_c1 .bannerList li{
	width: 90px;
	height:90px;
	line-height:90px;
	float: left;
	text-align: center;
	vertical-align:middle;
	padding-right:2px;
}
.Products_detail01-d1_c1 .bannerList li img{
	max-width: 90px;
	max-height:90px;
	vertical-align:middle;
}
.Products_detail01-d1_c1 #bannerNav {
	width:100%;
	text-align: center;
	position: relative;
	left: 0px;
	bottom: 30px;
	z-index: 999;
}
.Products_detail01-d1_c1 .bannerWrap input {
	width:20px;
	height: 90px;
	position: absolute;
	background:#b2b2b2 url(../img/z3g_arrow_06.png) no-repeat;
	z-index: 9999;
	top:0px;
}
.Products_detail01-d1_c1 .bannerWrap input.touch {
	background:#727272 url(../img/z3g_arrow_06.png) no-repeat;
}
.Products_detail01-d1_c1 .bannerWrap input.prev {
	left: 0px;
	background-position: 0px 0px;
}
.Products_detail01-d1_c1 .bannerWrap input.next {
	right: 0px;
	background-position: -20px 0px;
}
.Products_detail01-d1_c1 .relateCont{
	margin-bottom:6px;
}
.Products_detail01-d1_c1 .relateCont .borderTitle ul{
	width:285px;
}
.Products_detail01-d1_c1 .relateCont .borderTitle .controlBar .icon{
	width:13px;
	height:13px;
	display:block;
	margin:11px 0 0 11px;
}
.Products_detail01-d1_c1 .relateCont .borderTitle .controlBar .up{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px 0px;
}
.Products_detail01-d1_c1 .relateCont .borderTitle .controlBar .down{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px -13px;
}
.Products_detail01-d1_c1 .relateCont .borderCont{
	text-align:left;
}
.Products_detail01-d1_c1 .relateCont .borderCont li{
	border-bottom:1px solid #afafae;
}
.Products_detail01-d1_c1 .relateCont .borderCont li div{
	height:35px;
	display:block;
	padding:0 20px;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.Products_detail01-d1_c1 .relateCont .borderCont li h3{
	padding:8px 0 0 0;
	vertical-align:middle;
	color:#000;
}
.Products_detail01-d1_c1 .relateCont .borderCont li h3 span.name{
	max-width:270px;
	height:14px;
	line-height:14px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:middle;
}
.Products_detail01-d1_c1 .relateCont .borderCont li h3 em.icon{
	width:2px;
	height:2px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	margin:0 3px 0 0;
	background:#000;
	display:none;
}
.Products_detail01-d1_c1 .relateCont .borderCont .moreWrap{
	text-align:center;
	padding:20px 0;
}
.Products_detail01-d1_c1 .relateCont .borderCont .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}
.Products_detail01-d1_c1 .relateCont .borderCont li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.Products_detail01-d1_c1 .relateCont .borderCont li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.Products_detail01-d1_c1 .relateCont .borderCont li.touch h3{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.Products_detail01-d1_c1 .relateCont .borderCont li.touch h3 .icon{
	background:#ffffff;
}
.Products_detail01-d1_c1 .z3g-keyword{
	margin-left:10px;
	margin-right:10px;
}

/* Products_detail01-d2_c1 */
.Products_detail01-d2_c1 .z3g-pageTitle .name{
	max-width:230px;
}
.Products_detail01-d2_c1 .z3g-pageTitle .markWrap{
	width:70px;
	overflow:hidden;
}
.Products_detail01-d2_c1 .productDescription{
	padding-bottom:6px;
}
.Products_detail01-d2_c1 .productDescription .borderTitle .controlBar .up{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px 0px;
}
.Products_detail01-d2_c1 .productDescription .borderTitle .controlBar .down{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px -13px;
}
.Products_detail01-d2_c1 .z3g-pageTitle .markWrap{
	height:29px;
	line-height:29px;
	float:right;
	overflow:hidden;
	padding:0 5px 0 0;
}
.Products_detail01-d2_c1 .z3g-pageTitle .markWrap img{
	max-height:16px;
	float:left;
	margin:7px 1px 0 0;
}
.Products_detail01-d2_c1 .tabInfoWrap .borderTitle .number{
	display:none;
}
.Products_detail01-d2_c1 .productSpecifications{
	padding:10px;
}
.Products_detail01-d2_c1 .productSpecifications ul{
	overflow:hidden;
}
.Products_detail01-d2_c1 .productSpecifications li{
	min-width:50%;
	max-width:300px;
	float:left;
	padding:3px 0;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d2_c1 .productSpecifications li.htmledit li{
	overflow:visible;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup{
	overflow:hidden;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup div{
	height:30px;
	line-height:30px;
	padding:0 5px;
	float:left;
	margin-right:5px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-top-radius:5px;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup div span,
.Products_detail01-d2_c1 .productSpecifications .submitGroup div a{
	height:30px;
	line-height:30px;
	display:block;
	color:#fff;
	text-align:left;
	text-decoration:none;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailtel{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#93b82d), to(#5f8201));
	background:-moz-linear-gradient(#93b82d,#5f8201);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b82d', endColorstr='#5f8201');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailtel.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#5f8201), to(#93b82d));
	background:-moz-linear-gradient(#5f8201,#93b82d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f8201', endColorstr='#93b82d');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailtel a{
	width:110px;
	height:30px;
	line-height:30px;

	background:url(../img/z3g_icon_30x30.png) no-repeat 0px -30px;
	padding-left:29px;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailtel .shopping{
	width:110px;
	height:30px;
	line-height:30px;

	background:url(../img/z3g_icon_30x30.png) no-repeat 0px -30px;
	padding-left:29px;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailprice{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#3c9cd9), to(#125d8e));
	background:-moz-linear-gradient(#3c9cd9,#125d8e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9cd9', endColorstr='#125d8e');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailprice.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#125d8e), to(#3c9cd9));
	background:-moz-linear-gradient(#125d8e,#3c9cd9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#125d8e', endColorstr='#3c9cd9');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailprice span{
	width:58px;
	text-align:center;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailmap{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#e76800));
	background:-moz-linear-gradient(#ffa200,#e76800);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#e76800');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailshopping{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#e76800));
	background:-moz-linear-gradient(#ffa200,#e76800);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#e76800');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailmap.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#e76800), to(#ffa200));
	background:-moz-linear-gradient(#e76800,#ffa200);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76800', endColorstr='#ffa200');
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailmap span{
	width:58px;
	text-align:center;
}
.Products_detail01-d2_c1 .productSpecifications .submitGroup .productdetailshopping span{
	width:98.5px;
	text-align:center;
}
.Products_detail01-d2_c1 .productParameterGroup{
	padding:10px 0px;
}
.Products_detail01-d2_c1 .productParameterGroup ul{
	overflow:hidden;
	padding:2px 10px 4px 10px;
}
.Products_detail01-d2_c1 .productParameterGroup h3{
	height:28px;
	line-height:28px;
	font-size:17px;
	font-weight:bold;
	padding:0px 10px;
	margin:0 10px;
	color:#333;
	background:#dcdcdc;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d2_c1 .productParameterGroup li{
	width:100%;
	padding-top:2px;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;

    display:-moz-box;
    display:-webkit-box;
    display:box;
}
.Products_detail01-d2_c1 .productParameterGroup li span{
	width:129px;
	height:28px;
	line-height:28px;
	padding:0 10px;
	display:block;
	background:#f1f1f1;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d2_c1 .productParameterGroup li span.parameterName{
	margin-right:1px;
}
.Products_detail01-d2_c1 .productParameterGroup li span.parameterValue{
	margin-left:1px;
}
.Products_detail01-d2_c1 .productDescription .borderTitle .controlBar{
	display:none;
}
.Products_detail01-d2_c1 .productDescription .borderCont{
	padding:10px;
}
/* 大图展示 */
.Products_detail01-d2_c1 .bannerWrap1,
.Products_detail01-d2_c1 .bannerWrap2,
.Products_detail01-d2_c1 .bannerWrap3,
.Products_detail01-d2_c1 .bannerWrap4_1,
.Products_detail01-d2_c1 .bannerWrap4_2,
.Products_detail01-d2_c1 .bannerWrap5,
.Products_detail01-d2_c1 .bannerWrap6{
	width: 320px;
	text-align: center;
	margin:10px 0px;
}
.Products_detail01-d2_c1 .bannerWrap4_2{
	position:relative;
}
.Products_detail01-d2_c1 .bannerWrap1 #bannerScroll1,
.Products_detail01-d2_c1 .bannerWrap2 #bannerScroll2,
.Products_detail01-d2_c1 .bannerWrap3 #bannerScroll3,
.Products_detail01-d2_c1 .bannerWrap4_2 #bannerScroll4_2,
.Products_detail01-d2_c1 .bannerWrap5 #bannerScroll5,
.Products_detail01-d2_c1 .bannerWrap6 #bannerScroll6{
	margin: 0 auto;
	overflow:hidden;
}
.Products_detail01-d2_c1 .bannerWrap1 #bannerScroll1{
	width:304px;
	height:190px;
}
.Products_detail01-d2_c1 .bannerWrap2 #bannerScroll2,
.Products_detail01-d2_c1 .bannerWrap3 #bannerScroll3{
	width:320px;
}
.Products_detail01-d2_c1 .bannerWrap2 #bannerScroll2{
	height:140px;
}
.Products_detail01-d2_c1 .bannerWrap3 #bannerScroll3{
	height:90px;
}
.Products_detail01-d2_c1 .bannerWrap4_2 #bannerScroll4_2{
	width:272px;
}
.Products_detail01-d2_c1 .bannerWrap4_2 #bannerScroll5{
	width:320px;
}
.Products_detail01-d2_c1 .bannerWrap4_2 #bannerScroll6{
	width:320px;
}
.Products_detail01-d2_c1 .bannerWrap1 .bannerList{
	width:10000px;
	height:190px;
	overflow: hidden;
}
.Products_detail01-d2_c1 .bannerWrap2 .bannerList{
	width:10000px;
	height:140px;
	overflow: hidden;
}
.Products_detail01-d2_c1 .bannerWrap3 .bannerList{
	width:10000px;
	height:90px;
	overflow: hidden;
}
.Products_detail01-d2_c1 .bannerWrap4_1 .bannerList{
	width:304px;
	height:190px;
	overflow: hidden;
	margin:0 auto;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .bannerList{
	width:10000px;
	height:76px;
	overflow: hidden;
	margin:0 auto;
}
.Products_detail01-d2_c1 .bannerWrap5 .bannerList,
.Products_detail01-d2_c1 .bannerWrap6 .bannerList{
	width:10000px;
	height:320px;
	overflow: hidden;
	margin:0 auto;
}
.Products_detail01-d2_c1 .bannerWrap6 .bannerList{
	height:auto;
}
.Products_detail01-d2_c1 .bannerWrap1 .bannerList li,
.Products_detail01-d2_c1 .bannerWrap2 .bannerList li,
.Products_detail01-d2_c1 .bannerWrap3 .bannerList li,
.Products_detail01-d2_c1 .bannerWrap4_1 .bannerList li,
.Products_detail01-d2_c1 .bannerWrap5 .bannerList li,
.Products_detail01-d2_c1 .bannerWrap6 .bannerList li{
	float: left;
	text-align: center;
	vertical-align:middle;
	background:#f0f0f0;
	background-size:20px;
}
.Products_detail01-d2_c1 .bannerWrap1 .bannerList li{
	width: 304px;
	height:190px;
	line-height:190px;
}
.Products_detail01-d2_c1 .bannerWrap2 .bannerList li{
	/*width: 224px;
	height:140px;
	line-height:140px;*/
	padding-right:5px;
	margin-left:-4px;
	float:none;
	display:inline-block;
	background:none;
}
.Products_detail01-d2_c1 .bannerWrap2 .bannerList li:nth-child(1),
.Products_detail01-d2_c1 .bannerWrap2 .bannerList li:nth-last-child(1){
	width: 41px;
	height:10px;
	padding:0px;
	/*background:#f0f0f0;*/
}
.Products_detail01-d2_c1 .bannerWrap2 .bannerList li:nth-child(1){
	/*padding-right:5px;*/
	margin-left:0px;
}
.Products_detail01-d2_c1 .bannerWrap3 .bannerList li{
	/*width: 144px;
	height:90px;
	line-height:90px;
	margin-right:5px;*/

	padding-right:5px;
	margin-left:-4px;
	float:none;
	display:inline-block;
	background:none;
}
.Products_detail01-d2_c1 .bannerWrap3 .bannerList li:nth-child(1),
.Products_detail01-d2_c1 .bannerWrap3 .bannerList li:nth-last-child(1){
	width: 9px;
	/*background:#f0f0f0;*/
	
	height:10px;
	padding:0px;
}
.Products_detail01-d2_c1 .bannerWrap3 .bannerList li:nth-child(1){
	/*margin-right:5px;*/
	padding-right:5px;
	margin-left:0px;
}
.Products_detail01-d2_c1 .bannerWrap4_1 .bannerList li{
	width: 304px;
	height:190px;
	line-height:190px;
}
.Products_detail01-d2_c1 .bannerWrap4_1 .bannerList li.touch{
	opacity:0.5;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .bannerList li{
	width: 68px;
	height:64px;
	line-height:64px;
	margin:4px 0 4px 0;

	float: left;
	text-align: center;
	vertical-align:middle;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .bannerList li div{
	width:64px;
	height:64px;
	border:2px solid #fff;
	margin:0 auto;
	background:#f0f0f0;
	background-size:20px;
	text-align: center;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .bannerList li.touch div,
.Products_detail01-d2_c1 .bannerWrap4_2 .bannerList li div.current{
	border:2px solid #c1c0c0;
}
.Products_detail01-d2_c1 .bannerWrap5 .bannerList li{
	width: 320px;
	height:320px;
	line-height:320px;
}
.Products_detail01-d2_c1 .bannerWrap6 .bannerList li{
	/*width: 200px;
	height:320px;
	line-height:320px;
	margin-right:5px;*/

	padding-right:5px;
	margin-left:-4px;
	float:none;
	display:inline-block;
	background:none;
}
.Products_detail01-d2_c1 .bannerWrap6 .bannerList li:nth-child(1),
.Products_detail01-d2_c1 .bannerWrap6 .bannerList li:nth-last-child(1){
	width: 55px;
	/*background:#f0f0f0;*/

	height:10px;
	padding:0px;
}
.Products_detail01-d2_c1 .bannerWrap6 .bannerList li:nth-child(1){
	/*margin-right:5px;*/
	padding-right:5px;
	margin-left:0px;
}
.Products_detail01-d2_c1 .bannerWrap1 .bannerList li img{
	max-width:304px;
	max-height:190px;
	vertical-align:middle;
	margin-top:-2px;
}
.Products_detail01-d2_c1 .bannerWrap2 .bannerList li img{
	max-width:224px;
	max-height:140px;
	vertical-align:middle;
}
.Products_detail01-d2_c1 .bannerWrap3 .bannerList li img{
	max-width:144px;
	max-height:90px;
	vertical-align:middle;
}
.Products_detail01-d2_c1 .bannerWrap4_1 .bannerList li img{
	max-width:304px;
	max-height:190px;
	vertical-align:middle;
	margin-top:-2px;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .bannerList li img{
	max-width:64px;
	max-height:64px;
	vertical-align:middle;
	margin-top:-2px;
}
.Products_detail01-d2_c1 .bannerWrap5 .bannerList li img{
	max-width:320px;
	max-height:320px;
	vertical-align:middle;
	margin-top:-2px;
}
.Products_detail01-d2_c1 .bannerWrap6 .bannerList li img{
	max-width:200px;
	max-height:320px;
	vertical-align:middle;
}
.Products_detail01-d2_c1 .bannerWrap1 #bannerNav1,
.Products_detail01-d2_c1 .bannerWrap5 #bannerNav5{
	width:100%;
	text-align: center;
	position: relative;
	left: 0px;
	top:5px;
	z-index: 999;
	vertical-align:middle;
}
.Products_detail01-d2_c1 .bannerWrap1 .prev,
.Products_detail01-d2_c1 .bannerWrap1 .next,
.Products_detail01-d2_c1 .bannerWrap5 .prev,
.Products_detail01-d2_c1 .bannerWrap5 .next{
	width:25px;
	height: 40px;
	position: absolute;
	background:#000 url(../img/z3g_arrow_06.png) no-repeat;
	z-index: 9999;
	top:-120px;
	opacity:0.5;
}
.Products_detail01-d2_c1 .bannerWrap5 .prev,
.Products_detail01-d2_c1 .bannerWrap5 .next{
	top:-185px;
}
.Products_detail01-d2_c1 .bannerWrap1 .prev.touch,
.Products_detail01-d2_c1 .bannerWrap1 .next.touch,
.Products_detail01-d2_c1 .bannerWrap5 .prev.touch,
.Products_detail01-d2_c1 .bannerWrap5 .next.touch{
	opacity:0.7;
}
.Products_detail01-d2_c1 .bannerWrap1 #bannerNav1 #prev1,
.Products_detail01-d2_c1 .bannerWrap5 #bannerNav5 #prev5{
	left: 8px;
	background-position: 3px 50%;

	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.Products_detail01-d2_c1 .bannerWrap5 #bannerNav5 #prev5{
	left: 0px;
}
.Products_detail01-d2_c1 .bannerWrap1 #bannerNav1 #next1,
.Products_detail01-d2_c1 .bannerWrap5 #bannerNav5 #next5{
	right: 8px;
	background-position: -18px 50%;

	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.Products_detail01-d2_c1 .bannerWrap5 #bannerNav5 #next5{
	right: 0px;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .prev4_2,
.Products_detail01-d2_c1 .bannerWrap4_2 .next4_2{
	width:24px;
	height:100%;
	background:url(../img/z3g_arrow_01.png) no-repeat;
	position:absolute;
	top:0px;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .prev4_2.disTap,
.Products_detail01-d2_c1 .bannerWrap4_2 .next4_2.disTap{
	opacity:0.3;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .prev4_2{
	left:0px;
	background-position:0px 50%;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .prev4_2.touch{
	background:#f0f0f0 url(../img/z3g_arrow_01.png) 0px 50%;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .next4_2{
	right:0px;
	background-position:-24px 50%;
}
.Products_detail01-d2_c1 .bannerWrap4_2 .next4_2.touch{
	background:#f0f0f0 url(../img/z3g_arrow_01.png) -24px 50%;
}
.Products_detail01-d2_c1 .relateCont{
	padding:6px 0px;
}
.Products_detail01-d2_c1 .relateCont .borderTitle ul{
	width:100%;
}
.Products_detail01-d2_c1 .relateCont .borderTitle .controlBar{
	display:none;
}
.Products_detail01-d2_c1 .relateCont .borderTitle .controlBar .icon{
	width:13px;
	height:13px;
	display:block;
	margin:11px 0 0 11px;
}
.Products_detail01-d2_c1 .relateCont .borderTitle .controlBar .up{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px 0px;
}
.Products_detail01-d2_c1 .relateCont .borderTitle .controlBar .down{
	background: url(../img/z3g_arrow_topdown.png) no-repeat 0px -13px;
}
.Products_detail01-d2_c1 .relateCont .borderCont{
	text-align:left;
}
.Products_detail01-d2_c1 .relateCont .borderCont li{
	border-bottom:1px solid #afafae;
}
.Products_detail01-d2_c1 .relateCont .borderCont li div{
	height:35px;
	display:block;
	padding:0 20px;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.Products_detail01-d2_c1 .relateCont .borderCont li h3{
	padding:8px 0 0 0;
	vertical-align:middle;
	color:#000;
}
.Products_detail01-d2_c1 .relateCont .borderCont li h3 span.name{
	max-width:270px;
	height:14px;
	line-height:14px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:middle;
}
.Products_detail01-d2_c1 .relateCont .borderCont li h3 em.icon{
	width:2px;
	height:2px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	margin:0 3px 0 0;
	background:#000;
	display:none;
}
.Products_detail01-d2_c1 .relateCont .borderCont .moreWrap{
	text-align:center;
	padding:20px 0;
}
.Products_detail01-d2_c1 .relateCont .borderCont .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}
.Products_detail01-d2_c1 .relateCont .borderCont li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.Products_detail01-d2_c1 .relateCont .borderCont li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.Products_detail01-d2_c1 .relateCont .borderCont li.touch h3{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.Products_detail01-d2_c1 .relateCont .borderCont li.touch h3 .icon{
	background:#ffffff;
}
.Products_detail01-d2_c1 .z3g-keyword{
	margin-left:10px;
	margin-right:10px;
}

/* Products_detail01-d3_c1 */
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab{
	width:200px;
	float:left;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li{
	width:25%;
	height:45px;
	line-height:10px;
	font-size:10px;
	float:left;
	text-align:center;
	color:#fff;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li.touch{
	background:#408c09;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li.current{
	background:#408c09 url(../img/z3g_arrow_02_2_2.png) no-repeat 50% 100%;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li.current:nth-child(1){
	background:#408c09 url(../img/z3g_arrow_02_2.png) no-repeat 50% 100%;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li .icon{
	width:27px;
	height:27px;
	display:block;
	margin:2px 0 0 11px;
	background: url(../img/z3g_icon_productDetail03.png) no-repeat;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li .img{
	background-position:0px 0px;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li .infor{
	background-position:0px -27px;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li .msg{
	background-position:0px -54px;
}
.Products_detail01-d3_c1 .z3g-headerSmall .titleTab li .relate{
	background-position:0px -81px;
}
.Products_detail01-d3_c1 .z3g-pageTitle .markWrap{
	height:29px;
	line-height:29px;
	float:right;
	overflow:hidden;
	padding:0 5px 0 0;
}
.Products_detail01-d3_c1 .z3g-pageTitle .markWrap img{
	max-width:30px;
	max-height:16px;
	float:left;
	margin:7px 3px 0 0;
}
.Products_detail01-d3_c1 .itemCont{
	/*padding-bottom:10px;*/
}
.Products_detail01-d3_c1 .z3g-pageControlBar{
	margin-bottom:0px;
}
.Products_detail01-d3_c1 .productSpecifications{
	padding:10px;
}
.Products_detail01-d3_c1 .productSpecifications ul{
	overflow:hidden;
}
.Products_detail01-d3_c1 .productSpecifications li{
	min-width:50%;
	max-width:300px;
	float:left;
	padding:3px 0;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color:#000;
}
.Products_detail01-d3_c1 .productSpecifications li.htmledit li{
	overflow:visible;
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup{
	overflow:hidden;
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup div{
	height:30px;
	line-height:30px;
	padding:0 10px;
	float:left;
	margin-right:5px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-top-radius:5px;
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup div span,
.Products_detail01-d3_c1 .productSpecifications .submitGroup div a{
	height:30px;
	line-height:30px;
	display:block;
	color:#fff;
	text-align:left;
	text-decoration:none;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailtel{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#93b82d), to(#5f8201));
	background:-moz-linear-gradient(#93b82d,#5f8201);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b82d', endColorstr='#5f8201');
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailtel.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#5f8201), to(#93b82d));
	background:-moz-linear-gradient(#5f8201,#93b82d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f8201', endColorstr='#93b82d');
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailtel a{
	width:80px;
	height:30px;
	line-height:30px;

	background:url(../img/z3g_icon_30x30.png) no-repeat 0px -30px;
	padding-left:29px;
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailprice{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#3c9cd9), to(#125d8e));
	background:-moz-linear-gradient(#3c9cd9,#125d8e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9cd9', endColorstr='#125d8e');
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailprice.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#125d8e), to(#3c9cd9));
	background:-moz-linear-gradient(#125d8e,#3c9cd9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#125d8e', endColorstr='#3c9cd9');
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailprice span{
	width:29px;
	background:url(../img/z3g_icon_30x30.png) no-repeat 100% -60px;
	padding-right:29px;
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailmap{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffa200), to(#e76800));
	background:-moz-linear-gradient(#ffa200,#e76800);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200', endColorstr='#e76800');
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailmap.touch{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#e76800), to(#ffa200));
	background:-moz-linear-gradient(#e76800,#ffa200);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76800', endColorstr='#ffa200');
}
.Products_detail01-d3_c1 .productSpecifications .submitGroup .productdetailmap span{
	width:29px;
	background:url(../img/z3g_icon_30x30.png) no-repeat 100% -90px;
	padding-right:29px;
}
.Products_detail01-d3_c1 .productTitleItem h3,
.Products_detail01-d3_c1 .productDescription h3{
	height:35px;
	line-height:35px;
	font-size:17px;
	font-weight:bold;
	padding:0px 10px;
	border-bottom:1px solid #a8a8a8;
	color:#044c29;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d3_c1 .productTitleItem .cont,
.Products_detail01-d3_c1 .productDescription .cont{
	padding:10px;
}
.Products_detail01-d3_c1 .productParameterGroup li{
	min-width:50%;
	max-width:300px;
	padding:3px 0;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d3_c1 .relateCont .relateContTitle{
	height:32px;
	line-height:32px;
	border-bottom:1px solid #79a173;
	padding:0px 20px;
	color:#044c29;
	background:#9ed296;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.Products_detail01-d3_c1 .relateCont li{
	border-bottom:1px solid #afafae;
}
.Products_detail01-d3_c1 .relateCont li div{
	height:35px;
	display:block;
	padding:0 20px;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.Products_detail01-d3_c1 .relateCont li h3{
	padding:8px 0 0 0;
	vertical-align:middle;
	color:#000;
}
.Products_detail01-d3_c1 .relateCont li h3 span.name{
	max-width:270px;
	height:14px;
	line-height:14px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align:middle;
}
.Products_detail01-d3_c1 .relateCont li h3 em.icon{
	width:2px;
	height:2px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	margin:0 3px 0 0;
	background:#000;
	display:none;
}
.Products_detail01-d3_c1 .relateCont .moreWrap{
	text-align:center;
	padding:20px 0;
}
.Products_detail01-d3_c1 .relateCont .moreWrap span{
	height:20px;
	padding-left:20px;
	display:inline-block;
}
.Products_detail01-d3_c1 .relateCont li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.Products_detail01-d3_c1 .relateCont li.touch div{
	background: url(../img/z3g_arrow_white.png) no-repeat 95% 50%;
}
.Products_detail01-d3_c1 .relateCont li.touch h3{
	color:#fff;
	text-shadow: 1px 1px 1px #43060b;
}
.Products_detail01-d3_c1 .relateCont li.touch h3 .icon{
	background:#ffffff;
}
.Products_detail01-d3_c1 .bannerWrap{
	width: 320px;
	text-align: center;
	position: relative;
}
.Products_detail01-d3_c1 .bannerWrap img{
	margin-left:auto;
	margin-right:auto;
}
.Products_detail01-d3_c1 #bannerScroll2{
	width: 320px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	z-index:100;
}
.Products_detail01-d3_c1 .bannerList{
	overflow: hidden;
}
/*.Products_detail01-d3_c1 .bannerList li{
	width: 320px;
	float: left;
	text-align: center;
	vertical-align:middle;
}*/
.Products_detail01-d3_c1 .bannerList li{
	width: 320px;
	height:300px;
	line-height:300px;
	float: left;
	text-align: center;
	vertical-align:middle;
}
.Products_detail01-d3_c1 .bannerList li img{
	max-width: 320px;
	max-height:300px;
	vertical-align:middle;
}
.Products_detail01-d3_c1 #bannerNav {
	width:100%;
	text-align: center;
	position:relative;
}
.Products_detail01-d3_c1 #bannerNav #name{
	max-width:200px;
	padding:5px 0;
	display:inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:top;
	color:#000;
}
.Products_detail01-d3_c1 #bannerNav .idx{
	display:inline-block;
	padding:5px 0;
	vertical-align:top;
	color:#000;
}
.Products_detail01-d3_c1 #bannerScroll2 .prevWrap,
.Products_detail01-d3_c1 #bannerScroll2 .nextWrap{
	width:25px;
	height:100%;
	line-height:100%;
	vertical-align:middle;
	position: absolute;
	z-index: 9999;
	top:0px;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.Products_detail01-d3_c1 #bannerScroll2 .prevWrap{
	left:0px;
}
.Products_detail01-d3_c1 #bannerScroll2 .nextWrap{
	right:0px;
}
.Products_detail01-d3_c1 .prevWrap span,
.Products_detail01-d3_c1 .nextWrap span{
	width:25px;
	height: 40px;
	display:block;
	background:#000 url(../img/z3g_arrow_06.png) no-repeat;
	vertical-align:middle;
	opacity:0.5;
}
.Products_detail01-d3_c1 .prevWrap .touch,
.Products_detail01-d3_c1 .nextWrap .touch {
	opacity:0.7;
}
.Products_detail01-d3_c1 #prev {
	background-position: 3px 50%;

	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.Products_detail01-d3_c1 #next {
	background-position: -18px 50%;

	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.Products_detail01-d3_c1 .z3g-keyword{
	margin-left:10px;
	margin-right:10px;
}


/* 发送邮件 */
.PublicConfig_showEmail01-d1_c1 .z3g-pageTitle{
	padding:0 10px;
}
.PublicConfig_showEmail01-d1_c1 .z3g-pageTitle .name{
	max-width:100%;
}
.PublicConfig_showEmail01-d1_c1 .emailForm{
	position:relative;
	padding:10px 0 10px 10px;
}
.PublicConfig_showEmail01-d1_c1 li{
	margin:5px 0;
}
.PublicConfig_showEmail01-d1_c1 li.verificationCode{
	vertical-align:middle;
}
.PublicConfig_showEmail01-d1_c1 li.verificationCode input{
	width:125px;
	vertical-align:middle;
}
.PublicConfig_showEmail01-d1_c1 li.verificationCode .verify-pic{
	height:35px;
	vertical-align:middle;
}
.PublicConfig_showEmail01-d1_c1 li.addressee div.z3g-input,
.PublicConfig_showEmail01-d1_c1 li.addressee input,
.PublicConfig_showEmail01-d1_c1 li.email input,
.PublicConfig_showEmail01-d1_c1 li.title input{
	width:200px;
}
.PublicConfig_showEmail01-d1_c1 li.addressee div.z3g-input{
	line-height:35px;
	color:#6c6c6c;
	background:none;
	border:none;
	padding-left:0px;
	
	-moz-box-shadow:0px 0px 0px #e9e9e9 inset!important;
	-webkit-box-shadow:0px 0px 0px #e9e9e9 inset!important;
	box-shadow:0px 0px 0px #e9e9e9 inset!important;
}
.PublicConfig_showEmail01-d1_c1 .submitBtn{
	width:70px;
	height:75px;
	position:absolute;
	top:53px;
	right:11px;
	text-align:center;
}
.PublicConfig_showEmail01-d1_c1 .submitBtn button{
	width:70px;
	height:75px;
	line-height:110px;
	background:#6aa519 url(../img/z3g_icon_email.png) no-repeat 50% 30%;
}
.PublicConfig_showEmail01-d1_c1 .submitBtn button.touch{
	background:#408c09 url(../img/z3g_icon_email.png) no-repeat 50% 30%;
}

/* 大图
--------------------------------------------------*/
.ImageBig_list01-d1_c1{
	position:relative;
	background: #2c2c2c;
	vertical-align: middle;
}
.ImageBig_list01-d1_c1 .bigImgWrap{
	/*max-width:320px;*/
}
.ImageBig_list01-d1_c1 .bannerWrap{
	/*width: 320px;*/
	text-align: center;
	position: relative;
}
.ImageBig_list01-d1_c1 .bannerWrap img{
	margin-left:auto;
	margin-right:auto;
}
.ImageBig_list01-d1_c1 #bannerScroll2{
	/*width: 320px;*/
	margin: 0 auto;
	overflow:hidden;
}
.ImageBig_list01-d1_c1 .bannerList{
	overflow: hidden;
}
.ImageBig_list01-d1_c1 .bannerList li{
	/*width: 320px;*/
	float: left;
	text-align: center;
	vertical-align:middle;
}
.ImageBig_list01-d1_c1 .bannerList li div{
	/*width: 320px;*/
	text-align: center;
	vertical-align:middle;
}
.ImageBig_list01-d1_c1 .bannerList li img{
	margin:0 auto;
	vertical-align:middle;
}
.ImageBig_list01-d1_c1 .z3g-headerSmall{
	width: 100%;
	background-color:rgba(0, 0, 0, 0.5);
	position:absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
}
.ImageBig_list01-d1_c1 .z3g-headerSmall .back .icon{
	background:url(../img/z3g_back_bigImg.png) no-repeat;
	color:#fff;
}
.ImageBig_list01-d1_c1 .z3g-headerSmall .back.touch .icon{
	background:url(../img/z3g_back_bigImg.png) no-repeat 0px -28px;
	color:#fff;
}
.ImageBig_list01-d1_c1 .z3g-headerSmall .more{
	display:none;
}
.ImageBig_list01-d1_c1 .imgControlWrap{
	width:100%;
	height:44px;
	border-top:1px solid #000;
	background-color:rgba(0, 0, 0, 0.5);
	position:absolute;
	bottom:0px;
	left:0px;
}
.ImageBig_list01-d1_c1 .imgControlWrap div{
	width:44px;
	height:44px;
	float: left;
}
.ImageBig_list01-d1_c1 .imgControlWrap .zoomBtn,
.ImageBig_list01-d1_c1 .imgControlWrap .inBtn,
.ImageBig_list01-d1_c1 .imgControlWrap .nextBtn{
	float: right;
}
.ImageBig_list01-d1_c1 .imgControlWrap div.touch{
	background: #000;
}
.ImageBig_list01-d1_c1 .imgControlWrap div.disabled .icon{
	opacity:0.2;
}
.ImageBig_list01-d1_c1 .imgControlWrap div .icon{
	width:30px;
	height:30px;
	display: block;
	margin: 7px 0 0 7px;
	background:url(../img/z3g_icon_30x30.png) no-repeat;
}
.ImageBig_list01-d1_c1 .imgControlWrap .prevBtn .icon{
	background-position:0px -120px;
}
.ImageBig_list01-d1_c1 .imgControlWrap .nextBtn .icon{
	background-position:0px -150px;
}
.ImageBig_list01-d1_c1 .imgControlWrap .bigScreenBtn .icon{
	background-position:0px -180px;
}
.ImageBig_list01-d1_c1 .imgControlWrap .smallScreenBtn .icon{
	background-position:0px -210px;
}
.ImageBig_list01-d1_c1 .imgControlWrap .zoomBtn .icon{
	background-position:0px -240px;
}
.ImageBig_list01-d1_c1 .imgControlWrap .inBtn .icon{
	background-position:0px -270px;
}

/* ProductsCategory_show02-d1_c1 */
.ProductsCategory_show02-d1_c1 .borderTitle .controlBar{
	display:none;
}
.ProductsCategory_show02-d1_c1 .borderCont li{
	padding:10px 0;
	overflow:hidden;
	border-bottom:1px solid #b2b2b1;
	position:relative;
}
.ProductsCategory_show02-d1_c1 .borderCont .imgWrap{
	width:66px;
	height:66px;
	text-align:center;
	margin:0 0 0 10px;
	float:left;
	background:#f0f0f0 url(../img/loading.gif) no-repeat 50% 50%;
	background-size:20px;
	border:2px solid #fff;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.ProductsCategory_show02-d1_c1 .borderCont .imgWrap.touch{
	border:2px solid #538a2a;
	opacity:0.5;
}
.ProductsCategory_show02-d1_c1 .borderCont .imgWrap img{
	max-width:66px;
	max-height:66px;
}
.ProductsCategory_show02-d1_c1 .borderCont .infoWrap{
	width:205px;
	float:left;
	padding:10px 0 0 5px;
}
.ProductsCategory_show02-d1_c1 .borderCont .infoWrap h3{
	height:15px;
	line-height:15px;
	font-size:15px;
	margin:5px 0px;
	color:#000;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show02-d1_c1 .borderCont .infoWrap h3.touch{
	background:#538a2a;
	color:#fff;
}
.ProductsCategory_show02-d1_c1 .borderCont .infoWrap p{
	height:16px;
	overflow:hidden;
	color:#666666;
}
.ProductsCategory_show02-d1_c1 .borderCont .infoWrap p span{
	max-width:190px;
	display:inline-block;

	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ProductsCategory_show02-d1_c1 .borderCont .infoWrap p span.touch{
	background:#538a2a;
	color:#fff;
}
.ProductsCategory_show02-d1_c1 .borderCont .arrowBarWrap{
	width:35px;
	height:87px;
	position:absolute;
	top:0px;
	right:0px;
	background: url(../img/z3g_arrow_green.png) no-repeat 50% 50%;
}
.ProductsCategory_show02-d1_c1 .borderCont .arrowBarWrap.touch{
	background:#538a2a url(../img/z3g_arrow_white.png) no-repeat 50% 50%;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}

/* ProductsCategory_show02-d1_c2 */
.ProductsCategory_show02-d1_c2 .borderTitle .controlBar{
	display:none;
}
.ProductsCategory_show02-d1_c2 .borderCont li{
	padding:10px 0;
	border-bottom:1px solid #b2b2b1;
	overflow:hidden;
	background: url(../img/z3g_arrow_green.png) no-repeat 95% 50%;
}
.ProductsCategory_show02-d1_c2 .borderCont .imgWrap{
	width:40px;
	height:40px;
	text-align:center;
	margin:0 0 0 10px;
	float:left;
	background:#f0f0f0 url(../img/loading.gif) no-repeat 50% 50%;
	background-size:20px;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.ProductsCategory_show02-d1_c2 .borderCont .imgWrap img{
	max-width:40px;
	max-height:40px;
}
.ProductsCategory_show02-d1_c2 .borderCont .infoWrap{
	width:225px;
	float:left;
	padding:10px 0 0 5px;
}
.ProductsCategory_show02-d1_c2 .borderCont .infoWrap h3{
	height:15px;
	line-height:15px;
	font-size:15px;
	margin:5px 0px;
	color:#000;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show02-d1_c2 .borderCont .noImgWrap .imgWrap{
	display:none;
}
.ProductsCategory_show02-d1_c2 .borderCont .noImgWrap .infoWrap{
	width:275px;
	padding-left:10px;
}
.ProductsCategory_show02-d1_c2 .borderCont li.touch{
	border-bottom:1px solid #538a2a;
	background:#538a2a url(../img/z3g_arrow_white.png) no-repeat 95% 50%;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}
.ProductsCategory_show02-d1_c2 .borderCont li.touch h3{
	color:#fff;
}

/* ProductsCategory_show02-d1_c3 */
.ProductsCategory_show02-d1_c3 .borderTitle .controlBar{
	display:none;
}
.ProductsCategory_show02-d1_c3 .borderCont{
	padding:10px;
}
.ProductsCategory_show02-d1_c3 .borderCont .productCategoryTitle{
	height:30px;
	line-height:30px;
	border:1px solid #d7d7d7;
	background:#f4f4f4;
	margin-bottom:5px;
}
.ProductsCategory_show02-d1_c3 .borderCont .productCategoryTitle .categoryName{
	width:250px;
	height:30px;
	line-height:30px;
	font-size:16px;
	float:left;
	padding-left:10px;
	
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show02-d1_c3 .borderCont .productCategoryTitle .controlBar{
	width:30px;
	height:30px;
	background:#9a9a9a;
	float:right;
	display:none;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont{
	padding-bottom:6px;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows{
	overflow:hidden;
	margin-top:-1px;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows dd{
	width:33%;
	float:left;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows dd:nth-child(3){
	width:34%;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows span{
	height:36px;
	line-height:36px;
	padding:0 5px;
	margin-left:-1px;
	display:block;
	color:#9a9a9a;
	border:1px solid #d7d7d7;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows dd:nth-child(1) span{
	margin-left:0px;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows:nth-child(1){
	margin-top:0px;
}
.ProductsCategory_show02-d1_c3 .borderCont .categoryCont .rows span.touch{
	background:#f4f4f4;
}

/* ProductsCategory_show02-d1_c4 */
.ProductsCategory_show02-d1_c4 .borderTitle .controlBar{
	display:none;
}
.ProductsCategory_show02-d1_c4 .borderCont li{
	height:30px;
	line-height:30px;
	padding:7px 35px 7px 10px;
	border-bottom:1px solid #b2b2b1;
	overflow:hidden;
	vertical-align:middle;
	position:relative;
}
.ProductsCategory_show02-d1_c4 .borderCont li span,
.ProductsCategory_show02-d1_c4 .borderCont li em{
	height:30px;
	display:inline-block;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	margin-right:5px;
	vertical-align:middle;
}
.ProductsCategory_show02-d1_c4 .borderCont li .firstCategoryTitle{
	font-size:15px;
}
.ProductsCategory_show02-d1_c4 .borderCont li .firstCategoryTitle em{
	max-width:95px;
	margin-right:0px;
	font-size:15px;
}
.ProductsCategory_show02-d1_c4 .borderCont li .otherCategoryTitle{
	max-width:155px;
	color:#585858;
}
.ProductsCategory_show02-d1_c4 .borderCont li .firstCategoryTitle.touch,
.ProductsCategory_show02-d1_c4 .borderCont li .firstCategoryTitle.touch em,
.ProductsCategory_show02-d1_c4 .borderCont li .otherCategoryTitle.touch{
	background:#538a2a;
	color:#fff;
}
.ProductsCategory_show02-d1_c4 .borderCont .arrowBarWrap{
	width:35px;
	height:45px;
	position:absolute;
	top:0px;
	right:0px;
	background: url(../img/z3g_arrow_green.png) no-repeat 50% 50%;
}
.ProductsCategory_show02-d1_c4 .borderCont .arrowBarWrap.touch{
	background:#538a2a url(../img/z3g_arrow_white.png) no-repeat 50% 50%;

	-moz-box-shadow:-2px 5px 5px #467423 inset;
	-webkit-box-shadow:-2px 5px 5px #467423 inset;
	box-shadow:-2px 5px 5px #467423 inset;
}

/* ProductsCategory_show02-d1_c5 */
.ProductsCategory_show02-d1_c5 .borderTitle .controlBar{
	display:none;
}
.ProductsCategory_show02-d1_c5 .borderCont{
	padding:10px;
}
.ProductsCategory_show02-d1_c5 .borderCont .rows{
	overflow:hidden;
	border-bottom:none;
	margin-top:-1px;
}
.ProductsCategory_show02-d1_c5 .borderCont .rows:nth-child(1){
	margin-top:0px;
}
.ProductsCategory_show02-d1_c5 .borderCont .rows dd{
	float:left;
}
.ProductsCategory_show02-d1_c5 .borderCont .rows span{
	height:36px;
	line-height:36px;
	padding:0 5px;
	margin-left:-1px;
	display:block;
	border:1px solid #d7d7d7;
	color:#9a9a9a;

	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
}
.ProductsCategory_show02-d1_c5 .borderCont .rows dd:nth-child(1) span{
	margin-left:0px;
}
.ProductsCategory_show02-d1_c5 .fourColStyle .rows dd{
	width:25%;
}
.ProductsCategory_show02-d1_c5 .threeColStyle .rows dd{
	width:33%;
}
.ProductsCategory_show02-d1_c5 .threeColStyle .rows dd:nth-child(3){
	width:34%;
}
.ProductsCategory_show02-d1_c5 .twoColStyle .rows dd{
	width:50%;
}
.ProductsCategory_show02-d1_c5 .borderCont .rows span.touch{
	background:#f4f4f4;
}

/* Products_mobileShowCase01-d1_c1 */
.Products_mobileShowCase01-d1_c1 .titleWrap .number{
	display:none;
}
.Products_mobileShowCase01-d1_c1 .borderCont{
	text-align:left;
}
.Products_mobileShowCase01-d1_c1 .borderCont .showcaseWrap{
	width:320px;
	overflow:hidden;
}
.Products_mobileShowCase01-d1_c1 .borderCont .ItemWrap{
	width:10000px;
	overflow:hidden;
}
.Products_mobileShowCase01-d1_c1 .borderCont .showcaseIndicator{
	overflow:hidden;
	display:inline-block;
}
.Products_mobileShowCase01-d1_c1 .borderCont .showcaseIndicator em{
	float:left;
	height:3px;
	width:40px;
	margin-right:1px;
	background:#b0b0b0;
}
.Products_mobileShowCase01-d1_c1 .borderCont .showcaseIndicator em.active{
	background:#044c29;
}

/* Specifies_show01-d1_c1 */
.Specifies_show01-d1_c1 .borderTitle .controlBar{
	display:none;
}
.Specifies_show01-d1_c1 .htmledit{
	padding:10px;
}
.btn_1{
	width:90%;
	height:34px;
	font-size:16px;
	color:#fff;
	text-align:center;
	/*background:#69a518;*/
	border:1px solid #8bbe45;
	text-shadow: 1px 1px 1px #000;
	border-radius : 6px;
	box-shadow: 1px 1px 2px #999;
	-webkit-appearance: button;	
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #8bbe45 0%, #8bbe45 50%, #8bbe45 50%, #8bbe45 100%);
}
.btn2{
	width:125px;
	height:34px;
	font-size:16px;
	color:#fff;
	text-align:center;
	/*background:#69a518;*/
	border:1px solid #8bbe45;
	text-shadow: 1px 1px 1px #000;
	border-radius : 6px;
	box-shadow: 1px 1px 2px #999;
	-webkit-appearance: button;	
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #8bbe45 0%, #8bbe45 50%, #8bbe45 50%, #8bbe45 100%);
}

.r_title{
	background:#a0131d;
}

.margin-5{
	margin:5%;
}
.member_input_o{border-radius:10px;background:#FFFFFF;border: solid 1px gray;outline: none;}

.btn_toShopping{display:inline-block;}

.w100{width:100%;}
.msg_top{text-align:left;margin-left:10px;}


.title_in {
	clear:both;
}
.title_in span.tit {
	width:85px;
	float:left;
	border-bottom:1px solid #ff685d;
	float:left;
	font-size:16px;
	line-height:1.6em;
	padding-left:6px
}
.column_list ul li {
	margin-top:6px; border-bottom:1px solid #FFE1BB;
}
.column_list ul li a {
	line-height:2em;
	display:inline-block;
	background-color:#fff;
	padding:0 5px;
	text-decoration:none;
}
.column_list ul li a span {
	float:right
}
.font_b {
	font-weight:bold; color:#C00
}
a.red,.red {
	color:#e8270c
}

.header_r{position:absolute;right:7px;top:4px;font-size:12px;}
.header_r ul{display:-webkit-box;display:-moz-box;}
.header_r ul li{display:inline-block;}
.header_r ul li a{padding:0 6px;height:16px;line-height:16px;text-align:center;color:#fff;padding-top:24px;display:block;border:1px rgba(0,0,0,0) solid; font-size:12px}
.header_r ul li a:hover{background-color:#B00;border:1px #B00000 solid;box-shadow:0 1px 0 0 rgba(252,118,166,0.75);border-radius:4px;}
.header_r ul .sort a{background:url(../img/sortIcon.png) center 2px no-repeat;background-size:20px 20px;}
.header_r ul .login a{background:url(../img/68ecshop_loginIcon.png) center 3px no-repeat;background-size:20px 20px;}
.header_r ul .search a{background:url(../img/68ecshop_nav_cart_m.png) center 3px no-repeat;background-size:23px 23px;}


.tabs { text-align:center;display:-webkit-box;display:-moz-box; width:100%; margin-bottom:10px; margin-top:10px;}
.tabs a { display:block; background:#F0F0F0;-webkit-box-flex:1;-moz-box-flex:1; height:30px; line-height:30px; margin:0 2px; color:#000;border-radius:2px;
}
.tabs a.current { background:#FDD}

.pagination { padding:10px; text-align:right}
.pagination a { display:inline-block; border:1px solid #CCC; padding:0 10px; margin-bottom:5px}
.pagination a.current { background:#FDD}

.mu_l{
	margin:10px 0 ;
	line-height:1.55em;
	_zoom:1
}
.mu_l:after {
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:''
}
.mu_l .mu_lh2 {
	float:left;
	margin-right:.5em;
	color:#5a5a5a;
	font-size:.875em
}
.mu_l .mu_lh2 {
	float:none
}
.mu_l .option {
	display:block
}
.mu_l .color-opt {
	position:relative;
	display:inline-block;
	padding:6px 15px;
	margin-right:6px;
	border:1px solid #ded6c9;
	background-color:#fefefe;
	color:#5a5a5a;
	font-size:.875em;
	margin-top:5px;margin-bottom:5px;
}
.mu_l .color-opt.on {
	border-color:#d74141;
	background:url(../img/ico_opt_check.png) right bottom no-repeat;
}
a.btn_submit{width:100%;height:42px;line-height:42px;color:#fff;font-size:18px;display:block;text-align:center;background:#A0131D;border:1px #900 solid;border-radius:4px;box-shadow:inset 0 1px 0 0 rgba(255,170,191,1);}
a.btn_submit:hover {width:100%;height:42px;line-height:42px;color:#fff;font-size:18px;display:block;text-align:center;background:#C00;border:1px #900 solid;border-radius:4px;box-shadow:inset 0 1px 0 0 rgba(255,170,191,1);}

.deal-box h1{position:relative;height:40px;line-height:40px;padding-left:8px;border-top:1px #cdcdcd solid;background:#e8e8e8;color:#000;font-weight:700;}
.deal-box h1::after{content:"";position:absolute;right:15px;top:15px;width:0;height:0;font-size:0;border:10px solid;border-color:#aaa #e8e8e8 #e8e8e8;}
.deal-box .current::after{top:6px;border-color:#e8e8e8 #e8e8e8 #aaa;}
.deal-box .tab-box{padding:8px;display:none;border-top:1px #cdcdcd solid;}
.deal-box .tab-box img{max-width:300px;display:block;}
.deal-box .check_more{position:relative;display:block;font-weight:500;color:#3E71B9;height:42px;line-height:42px;border:#cdcdcd solid;border-width:1px 0;text-align:center;background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f7f7f7));}
.deal-box .check_more::after{content:'';position:absolute;top:14px;right:14px;width:10px;height:10px;border:#cbcbcb solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);}
.data_table { line-height:30px; width:100%; }
.data_table thead{ background:#F2F2F2;}

.price_font { font-size:16px; color:#900}
.del_font { text-decoration:line-through; font-size:16px;}
#con_one_2 .empty { line-height:30px; margin-top:10px;}
input[type="submit"],a.a_submit,a.a_submit:hover{width:100%;height:42px;line-height:42px;color:#fff;font-size:18px;display:block;text-align:center;background:#A0131D;border:1px #900 solid;border-radius:4px;box-shadow:inset 0 1px 0 0 rgba(255,170,191,1);}
input[type="submit"],input[type="button"]{-webkit-appearance:none;}
#con_one_1 { line-height:30px; padding:10px 0; font-size:.9em;width:100%;}
#con_one_1 table { width:100%; margin-top:10px;}
#comment_btn { width:100px; float:left;}
.common-text1{width:80%;height:38px;border:1px #c5c5c5 solid;padding:0 10px;border-radius:6px;box-shadow:inset 0 0 5px 2px rgba(100,100,100,0.15);}
.common-texterea{width:90%;height:100px;border:1px #c5c5c5 solid;padding:0 10px;border-radius:6px;box-shadow:inset 0 0 5px 2px rgba(100,100,100,0.15);}
.common-text2{width:80%;height:60px;border:1px #c5c5c5 solid;padding:0 10px;border-radius:6px;box-shadow:inset 0 0 5px 2px rgba(100,100,100,0.15);}
.common-text{width:278px;height:38px;border:1px #c5c5c5 solid;padding:0 10px;border-radius:6px;box-shadow:inset 0 0 5px 2px rgba(100,100,100,0.15);}


/*购物车弹出框*/

.message_box {
	position:relative;
	width:240px;
padding:10px;
	min-height:50px;
	font-size:14px;
	line-height:1.3em;
	overflow:hidden;
	background:#FFF;
	border:1px solid #CCC;
 z-index:10000;
}
.message_box:before {
	position:absolute;
	top:30px;
	left:10px;
	content:'i';
	height:60px;
	width:60px;
	color:#fff;
	line-height:60px;
	font-family:Georgia;
	font-size:42px;
	font-weight:bold;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:30px;
}
.ie8 .message_box:before {
	display:none;
}

.message_box .action {
	padding-top:0px;
	text-align:center;
}
.message_box .brighter_button {
	margin-right:5px; margin-top:10px;
}
.message_box:before {
display:none;
}
.message_box .close { position:absolute; top:5px; right:5px; color:#06C}


a.tc_button, a.tc_button:hover {
	width:100px;height:22px;line-height:22px;color:#fff;font-size:18px;text-align:center;background:#A0131D;border:1px #de5f76 solid;border-radius:4px;box-shadow:inset 0 1px 0 0 rgba(255,170,191,1); display:inline-block;
}

/*购物流程页面*/

.my-cart {
	position:relative;
	padding:10px;
	background-color:#f2ebe3;
	border-top:1px solid #ddd2c0;
	border-bottom:1px solid #ddd2c0;
	box-shadow:inset 0 1px 0 #fff
}
.my-cart-v1 {
	border-top:0;
	box-shadow:none
}
.my-cart .btn-area-rt {
	position:absolute;
	top:9px;
	right:10px
}
.my-cart .link {
	color:#67738a
}
.my-cart .btn-type {
	margin-left:10px;
	padding:6px 10px
}


.cart {
	background:#f7f2ee
}
.cart .mt {
	padding-left:6px
}
.cart .mc {
	margin:30px 0 0;
	text-align:center;
	color:#3c3c3c;
}
.cart .mc .btn {
	display:inline-block;
	width:20%;
	height:20px;
	cursor:pointer;
	line-height:20px;
	margin:15px 10px 0 0;
	text-align:center;
	color:#3c3c3c;
	font-size:1em;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2d7c5));
	background:-moz-linear-gradient(top, #fff, #e2d7c5);
	border:1px solid #baac9d;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
}
.cart .mc .btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecc27f));
	background:-moz-linear-gradient(top, #fff, #ecc27f);
	border:1px solid #baac9d;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.cart .common-input {
	text-align:center;
	padding:0;
	height:21px;
	line-height:21px;
}
.cart .cart-list {
	margin:0
}


.list .mt {
	background:#ede6db;
	color:#db2929;
	border-bottom:1px solid #dacea8;
	height:42px;
	line-height:42px
}
.list .mt h2 {
	font-weight:normal;
	font-size:1em;
	margin:0 0 0 6px
}
.list .mc li {
	position:relative;
	border-bottom:#dbd7d2 1px solid;
	border-top:1px solid #fcfaf9;
	padding:15px 0 15px 6px
}
.list .mc li.extra-li {
	padding:0
}
.list .mc a {
	color:#3c3c3c
}
.list .mc li.first {
	border-top:0
}
.list .mcli.last {
	border-bottom:0
}
.my-cart .link {
	color:#67738a
}


.btn-type {
	padding:10px 30px;
	border-radius:5px;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ed3131), color-stop(.05, #d22121), to(#af0b0b));
	background:-moz-linear-gradient(top, #ed3131, #af0b0b);
	font-size:1em;
	color:#fff;
	text-shadow:1px 1px 2px #000
}.my-cart .btn-type {
	margin-left:10px;
	padding:6px 10px
}
.tl {
	text-align:left
}
.cart-list .fl {
	width:240px;
	text-align:left
}
.cart-list .p-img {
	width:50px;
	margin:0 10px 0 0
}

.cart-list .fl-v1, .cart-list .fl-v2 {
	width:220px; 
}
.fl {
	float:left
}
.fr {
	float:right
}
.clear {
	clear:both
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
*zoom:1
}

.pay-tip {
	margin:15px auto;
	background:#f0ead4;
	border:1px solid #a4a4a4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.pay-tip strong {
	color:#db2929;
	font-weight:normal
}

.cart .pay-tip {
	background:#f4eed7;
	border:1px solid #ddd4c7;
	padding:0;
}
.cart .pay-tip p {
	padding:10px
}


.sub_btn {
	padding:0 10px;
}
.m form { padding:0; margin:0;}
.m .back {
	margin:10px 0 0; width:100px; display:inline-block
}
.m .back #updatecart { background:none; height:20px; line-height:20px;width:auto; border:0; color:#3E71B9; font-size:14px; display:inline-block;border-radius:0px; }
.m .back span {
	display:inline-block;
	width:15px;
	height:15px;
	margin:0 6px 0 0;
	vertical-align:middle;
	background:url(../img/68ecshop_back.png) no-repeat
}
.plist .p-name {
	margin:0 0 10px
}
.gray {
	color:#999;
	font-size:.875em
}


.cart-list .p-amount .redu, .cart-list .p-amount .add {
	display:inline-block;
	position:relative;
	top:-2px;
	text-align:center;
	font-size:1em;
	background-color:#e3e3e5;
	border:1px solid #a4a4a4;
	width:20px;
	height:18px;
	line-height:18px;
	-moz-box-shadow:0 1px 2px #d9d9db inset;
	-webkit-box-shadow:0 1px 2px #d9d9db inset;
	box-shadow:0 1px 2px #d9d9db inset;
	vertical-align:middle;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer
}

.flow_z p{margin-top:10px;display:-webkit-box;display:-moz-box;width:100%;}
.flow_z label{display:block;width:100px;height:40px;line-height:40px;}
.submit_wrap { margin-top:20px;}

/* login_d(登录) */
form{padding:10px 10px 20px;}
.login_d p{margin-top:10px;}
.common-text{width:278px;height:38px;border:1px #c5c5c5 solid;padding:0 10px;border-radius:6px;box-shadow:inset 0 0 5px 2px rgba(100,100,100,0.15);}
.select-text{height:38px;border:1px #c5c5c5 solid;padding:0 10px;border-radius:6px;box-shadow:inset 0 0 5px 2px rgba(100,100,100,0.15); line-height:38px; margin-right:5px;}
.login_d #captcha input{width:142px;display:inline-block;}
.login_d #captcha img{width:120px;height:38px;margin-left:10px;display:inline-block;vertical-align:top;border:1px #c5c5c5 solid;}
.login_d input[type="checkbox"]+label{margin-left:6px;vertical-align:top;}
input[type="submit"],a.a_submit,a.a_submit:hover{width:100%;height:42px;line-height:42px;color:#fff;font-size:18px;display:block;text-align:center;background:#A0131D;border:1px #de5f76 solid;border-radius:4px;box-shadow:inset 0 1px 0 0 rgba(255,170,191,1);}
.cooperation_login{background:#faf3f5}
.cooperation_login h1{height:54px;line-height:54px;background:#faf3f5;border:#d8d8d8 solid;border-width:1px 0;padding:0 10px;color:#000;font-weight:700;}
.cooperation_login li { list-style:none; }
.cooperation_login li a{display:block;position:relative;height:42px;line-height:42px;color:#000;border-bottom:1px #d8d8d8 solid;padding:0 10px;background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f7f7f7));}
.cooperation_login li a::after{content:'';position:absolute;top:14px;right:14px;width:10px;height:10px;border:#cbcbcb solid;border-width:4px 4px 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);}

/* login_z(注册) */
.login_z p{margin-top:10px;display:-webkit-box;display:-moz-box;width:100%;}
.login_z p.btm{margin-top:10px; padding:0 10px; display:block}
.login_z p a { color:#3E71B9}
.login_z label{display:block;width:68px;height:40px;line-height:40px;}
.login_z input:not([type="checkbox"]){width:210px;}
.login_z input[type="checkbox"]+label{display:inline;margin-left:6px;width:auto;height:auto;line-height:normal;}
.login_z input[type="submit"]{width:100%;height:42px;line-height:42px;color:#fff;font-size:18px;display:block;text-align:center;background:#A0131D;border:1px #de5f76 solid;border-radius:4px;box-shadow:inset 0 1px 0 0 rgba(255,170,191,1);padding:0;}
.login_z p:nth-last-child(2){margin-top:16px;display:block;}
.login_z p:nth-last-child(5) img{width:120px;height:38px;margin-left:10px;display:inline-block;vertical-align:top;border:1px #c5c5c5 solid;}
.login_z p:nth-last-child(5) input{width:74px;}

/*确认订单页面*/

.orderList {
	background:url(../img/rechang_bg.png) repeat;
	word-break:break-all;
	text-align:left
}
.orderList .add-addr {
	margin-right:8px
}
.orderList .add-addr img {
	margin:0 5px 0 0
}
.orderList .mc {
	padding:6px
}
.orderList .extra {
	font-size:.8125em
}
.orderList .mc h3 {
	margin:10px 0;
	font-size:1em;
	font-weight:normal;
	position:relative
}
.orderList .mc h3 a { position:absolute; right:5px; top:5px; color:#36C}
.orderList .extra h3 {
	font-size:1.2em
}
.orderList .mc ul, .p-intro .detail ul {
	margin:15px 0 0;
	font-size:1em;
	background:#fffdf7;
	border:1px solid #cdc2b0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.orderList .mc ul li, .p-intro .detail ul li {
	position:relative;
	padding:10px;
	border-bottom:1px solid #ded6c9;
	border-top:0;
	overflow:hidden
}
.orderList .mc .small {
	font-size:.875em
}
.orderList .extra ul li {
	padding:10px 16px 10px 10px
}
.orderList .mc ul li.extra-li {
	padding:0
}
.orderList .mc ul li.extra-li a {
	display:block;
	height:100%;
	padding:10px 16px 10px 10px
}
.orderList .mc ul li.last, .p-intro .detail ul li.last {
	border-bottom:0
}
.orderList textarea {
	margin:10px 0;
	display:block;
	width:96%;
	height:100px
}
.orderList .mc ul li p {
	line-height:25px;
	margin:10px 0;
	word-wrap:break-word
}
.orderList .mc ul li .fixwidth {
	width:220px
}
.orderList .mc ul li label {
	margin:0 0 0 5px
}
.orderList .mc ul li p label {
	margin:0 15px 0 0
}
.orderList .mc ul li p label.extra {
	margin:0;
	font-size:1em
}
.orderList input.common-input {
	padding:5px 0;
	width:58%
}
.orderList input.paypwd {
	width:97%;
	padding-left:6px
}
.orderList .error {
	width:97%
}
.orderList .mc ul a {
	color:#3c3c3c
}
.orderList .order-tip {
	width:85%;
	padding:10px;
	margin:20px auto;
	background:#fffdf7;
	border:1px solid #cdc2b0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.orderList .order-tip h3 {
	color:#db2929;
	font-size:1em;
	font-weight:normal
}
.orderList .filter {
	height:30px;
	line-height:30px;
	padding:6px;
	margin:0;
	background:#ede6db;
	border-top:1px solid #fcfaf8;
	border-bottom:1px solid #dacea8
}
.orderList .pay-cart {
	margin:15px 0 0;
	padding:10px;
	font-size:.875em;
	background:#f4eed7;
	border:1px solid #cdc2b0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.orderList .pay-cart .amount {
	font-size:1.15em
}
.orderList .font-big {
	font-size:1em
}
.orderList .p-img {
	margin:0 20px 0 0
}
.orderList .refill {
	color:#3c3c3c;
	font-size:1em;
	margin:10px 0 0
}
.orderList .refill .next {
	margin:0 0 0 5px
}
.orderList .user-order li {
	display:inline-block;
	position:relative;
	width:48.5%;
	height:30px;
	cursor:pointer;
	line-height:30px;
	margin:15px 0 0 0;
	text-align:center;
	color:#3c3c3c;
	font-size:1em;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2d7c5));
	background:-moz-linear-gradient(top, #fff, #e2d7c5);
	border:1px solid #baac9d;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.orderList .user-order li.curr {
	margin:0 0 0 -10px;
	border:1px solid #b00a0a;
	color:#fff;
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#b40e0e), to(#f04343));
	background-image:-moz-linear-gradient(center top, #b40e0e, #f04343)
}
.orderList .user-order li.curr-tuan {
	z-index:1;
	margin:0 -10px 0 0;
	border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px
}
.orderList .smt {
	margin:20px 0 0
}
.orderList .smt a {
	display:inline-block;
	width:48.5%
}
.orderList .three a {
	width:33%
}
.orderList .smt a.curr {
	color:#3c3c3c
}


.crumbs { text-align:left; padding:3px 10px; border-bottom:1px solid #D8D8D8;background:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#f1f1f1));background:-moz-linear-gradient(top,#fbfbfb,#f1f1f1); font-size:12px;}
.crumbs a { color:#000;}

.message_info { min-height:200px; text-align:center;}
.message_info dt { font-weight: bold; text-align:center; padding:10px;}
.message_info dd {text-align:center; margin:10px;}

.user_box{height:35px;font-size:12px;background:#f7f7f7; padding:8px 8px 0;}
.user_box a{font-size:14px;margin-right:4px;display:inline-block; padding:0 10px;height:25px;line-height:25px;text-align:center;border-radius:4px;background:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#f1f1f1));background:-moz-linear-gradient(top,#fbfbfb,#f1f1f1);background:-o-linear-gradient(top,#fbfbfb,#f1f1f1);border:1px solid #ccc; float:left; color:#3E71B9}

.Products_mobilelist01-d1_c1-54 li{
	padding:3px 0;
	border-bottom:1px solid #990000;
	background:#FFFFFF url(../img/1359620846416_89860.png) no-repeat 95% 50%;
	height:45px;
}

.Products_mobilelist01-d1_c1-54 li .infoWrap{
	width:217px;
	float:left;
	margin-left:5px;
	background:none!important;
}
.Products_mobilelist01-d1_c1-54 li .infoWrap h3{
	padding:5px 0px;
	overflow:hidden;
	color:#000000;
	font-size:15px;
	white-space:nowrap;
	vertical-align:middle;
}
.Products_mobilelist01-d1_c1-54 li .infoWrap p.code{
	line-height:18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; color:#999
}
#article_btn { width:60px; float:right; font-size:12px}
.article_title { padding:10px;}
.article_title .title { text-align:center; font-size:14px; font-weight:bold;}
.article_title .time { color:#999; text-align:center; margin-top:5px}
.article_con { line-height:25px; text-indent:20px; padding:10px}
.article_con img { max-width:300px;}

/* category */
.category section div h1{position:relative;display:block;color:#000;height:42px;line-height:42px;border-bottom:1px #d8d8d8 solid;padding-left:16px;background:-webkit-gradient(linear,0 0, 0 100%,from(#fff),to(#f7f7f7));background:-moz-linear-gradient(top,#fff,#f7f7f7);background:-o-linear-gradient(top,#fff,#f7f7f7);}
.category section div h1 i{color:#787878;}
.category section div h1::after{content:'';position:absolute;top:14px;right:10px;width:10px;height:10px;border:#cbcbcb solid;border-width:3px 3px 0 0;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);}
.category section .link h1::after{content:'';position:absolute;top:14px;right:14px;width:10px;height:10px;border:#cbcbcb solid;border-width:3px 3px 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);}
.category section div h1 a{display:block;color:#000;}
.category section div h1 a:hover{background:none;}
.category section ul{border-bottom:1px #d8d8d8 solid;overflow:hidden;display:none;}
.category section ul li{width:33.333%;float:left;display:inline-block;height:42px;line-height:42px;text-align:center;}
.category section ul li a{border-bottom:1px #d8d8d8 solid;border-right:1px #d8d8d8 solid;display:block;color:#3e71b9;height:42px;overflow:hidden;font-size:12px;}
.category .show-cate div h1::after{top:18px;right:10px;-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-o-transform:rotate(315deg);}
.category section ul li:nth-child(3n) a{border-right:none;}
.category .show-cate ul{display:block;}

/*留言板*/
ul.comment_list {}
ul.comment_list li { border-bottom:1px solid #990000; padding:5px 10px;}
ul.comment_list li .info { height:30px; line-height:30px;}
ul.comment_list li .info .name { float:left; color:#339}
ul.comment_list li .info .time { float:right; color:#999}
ul.comment_list li .talk { line-height:25px;}
ul.comment_list li .talk a { color:#F60}
ul.comment_list li .talk p.reply .name {color:#339}
ul.comment_list li .talk p.reply .text {color:#999}

p.empty { padding:10px;}


#productbasic img { max-width:300px;}

ul.related_goods { width:100%;}
ul.related_goods li a { display:block;text-align:center}
ul.related_goods li { display:inline-block; width:110px; text-align:center; height:130px;}
ul.related_goods li a p { font-size:.9em; color:#666; margin-top:5px;}


/*用户中心*/

.userinfo .mc {
	padding:6px
}
.userinfo .mc label input,.userinfo .mc textarea { border:1px solid #CCC; height:20px;}
.userinfo .mc table {
	width:100%;
	margin:15px 0 0;
	padding:0;
	font-size:1em;
	background:#fff;
	border:1px solid #cdc2b0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}
.userinfo .mc th {
	padding:10px;
	text-align:left;
	background:#f6f1e0;
	border-bottom:1px solid #ded6c9;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0
}
.userinfo .mc td {
}
.userinfo .mc td a {
	display:inline-block;
	position:relative;
	padding:10px 0px;
	border-bottom:1px solid #ded6c9;
	overflow:hidden;
	width:100%; float:left;
	text-indent:10px;
}
.userinfo .mc td a.clickon { background:url(../img/arrow.png) no-repeat 99% center #FFE1F0;}
.userinfo .mc td a.last { border-bottom:0}
.userinfo .mc td a.clickon { color:#900}
.userinfo .mc td img {
	margin:0 10px 0 0;
	vertical-align:middle
}
.userinfo .mc td.no-bl {
	border-left:none
}
.userinfo .mc td.no-bb {
	border-bottom:0
}
.userinfo .mc .arrow {
	display:inline-block;
	width:30px;
	height:20px;
	background:url(../img/b_arrow.png) center no-repeat;
	vertical-align:middle
}


.hello {
	margin-right:10px;
	font-size:16px;
	color:#F30
}
.hello em {
	padding-left:3px;
}
.log ,.rank{
	margin-right:10px;
	color:#999;
}


 a.email_valid {
	margin-left:5px; color:#33F
}
a.tool_link { color:#33C; text-decoration:underline;}

li.zj_button a{ padding:5px 10px; background:#EEEEEE; margin-bottom:5px; display:inline-block}
li.zj_button a.dim_button { background:#FFDFEF}

.form label{ width:100%; clear:both; height:30px; display:block;}
.form b { width:110px; display:inline-block}
.notice_box { border:1px solid #dddddd; padding:5px; height:auto; clear:both;}
.notice_box p { line-height:25px; }
.other_payment { line-height:25px;}

.mw-btn{
	width:100%;
	height:40px;
	background:#ff6600;
	line-height:40px;
	text-align:center;
	font-family:'微软雅黑';
	font-size:14px;
	border-radius:5px 5px 5px 5px;
	color:#fff;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
}
