﻿@charset "utf-8";
/* 全局CSS
----------------------------------------------------------------------*/
body{font-family:Times New Roman,Arial,Helvetica,freesans,sans-serif;color:#262626; }
a,a:link{ text-decoration:none; }
.red{ color:#F00; }
form{margin: 0px; padding: 0px; border: 0px;}
table, td { table-layout: fixed;word-break: break-all; word-wrap:break-word;}

/*焦点图样式*/
#slider{ margin-top:1em; box-shadow:0 1px 4px rgba(0,0,0,.2); }
/*图标导航样式*/
.nav-list{ position:relative; margin:5% auto 3% auto; width:100%; }
	.nav-list ul{ margin:0; padding:0; zoom:1; }
	.nav-list ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.nav-list ul li{ display:block; position:relative; list-style:none; float:left; margin:0; padding:0; width:25%; text-align:center; }
	.nav-list ul li a{ display:block; position:relative; margin:5% auto; text-align:center; width:68%; line-height:35px; }
	.nav-list ul li a img{ display:block; margin:auto; max-width:100%; }
	.nav-list ul li a.pressed img{ opacity:0.5; }
	.nav-list ul li a span{ display:block; margin:auto; width:98%; font-size:13px; font-weight:bold; color:#262626; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	
/*按钮样式*/
#afui textarea,
#afui select,
#afui input[type="text"],
#afui input[type="search"],
#afui input[type="number"],
#afui input[type="password"]{ margin:0.5em 0; padding:0.7em 1em; height:auto; border:1px solid #ddd; border-radius:0.2125em; font-family:Arial,Helvetica,freesans,sans-serif; color:#262626; font-size:14px; line-height:1.3em; }
.btn{ position:relative; margin:0.5em 0; padding:0.7em 1em; display:block; background:#fff; color:#353535; font-size:15px; font-family:Arial,Helvetica,freesans,sans-serif; line-height:1.2em; text-align:center; border:1px solid #ddd; border-radius:0.2125em; letter-spacing:0.2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; cursor:pointer; }
.btn.full{ width:100%; }
.btn.gray{ color:#777; background:#ddd; border-color:#ddd; }
.btn.green{ color:#fff; background:#52A152; border-color:#52A152; }
.btn.red{ color:#fff; background:#f00; border-color:#f00; }
.btn.blue{ color:#fff; background:#0088D1; border-color:#0088D1; }
.btn.orange{ color:#fff; background:#f90; border-color:#f90; }

.backButton{ position:absolute; display:block; left:28px; top:0; margin:0; padding:0; color:#fff; font-size:15px; font-weight:bold; text-overflow:ellipsis; text-align:left; text-decoration:none;  line-height:44px; vertical-align:middle; z-index:2; cursor:pointer; }
	.backButton:before{ position:absolute; left:-20px; top:10px; content:""; font-family:'chevron'; font-size:20px; font-style:normal; font-variant:normal; font-weight:normal; line-height:1; -webkit-transform:rotate(180deg); transform:rotate(180deg); z-index:-1; }
	
/*标题样式*/
.section{ margin:1em -10px 0.5em -10px; border-bottom:1px solid #fafafa;}
	.section h1{ margin:0; padding:0 0 0 10px; line-height:2.0em; border-bottom:1px solid #cececf; font-size:17px; font-weight:bold; color:#262626; }
	.section h1 span{ display:block; margin-right:10px; float:right; color:#666; font-size:12px; font-weight:normal; }
#afui .meta{margin:0px 0px 0px 0px; padding:2px 0px 0px 0px;}
	#afui .meta .meta-tit{ color:#0088D1; font-size:19px; margin-top:0px; padding-left:4px; padding-bottom:3px; border-bottom:3px dotted #8e8e8e; border-left:3px dotted #8e8e8e}
	#afui .meta .meta-info{ font-size:12px; color:#999; }
	#afui .meta .meta-info span{ margin-right:0.5em; }



/*首页主栏目导航*/
.topbanner{overflow:hidden;width:100%;margin-top:5px; margin-bottom:2px; font-weight:bold; font-family:Times New Roman}
.topbanner ul{ list-style:none;}
.topbanner ul li{ float:left; text-align:center; background:#D60011; display:block}
.topbanner ul li:first-child{border-top-left-radius :5px;}
.topbanner ul li:nth-child(3){border-top-right-radius :5px;}
.topbanner ul li:nth-child(4){border-bottom-left-radius :6px;}
.topbanner ul li:last-child{border-bottom-right-radius :6px;}
.topbanner ul li a{display:block; border-bottom:solid 1px #eee; height:2.4rem; line-height:2.4rem; text-decoration:none; color:#fff;}


/*轮播幻灯图片*/
.swipe {
	width: 100%;/*max-width:500px;*/
	margin-bottom:5px;
	overflow: hidden;
	visibility: hidden;
	position: relative;
	background: #fff;
	padding:0px 0px 0px 0px;
	border-bottom:3px dotted #8e8e8e;
	border-right:3px dotted #8e8e8e;	

}
.swipe-wrap {overflow: hidden;	position: relative;}
.swipe-wrap > div {	float: left;width: 100%;position: relative; }
.swipe-wrap > div a {display: block;text-align:center;background: url(images/loader) no-repeat center center; padding-top:1px; color:#0088D1; overflow:hidden}
.swipe-wrap > div img {width: 60%; }

/*轮播列表幻灯图片*/
.swiper {
	width: 100%;/*max-width:500px;*/
	margin-top:10px;
	overflow: hidden;
	visibility: hidden;
	position: relative;
	background: #fff;
	padding:0px 0px 0px 0px;
	border-top:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	line-height:0px;
    text-align:center;
}
.swiper-wrap {	position: relative;	overflow: hidden;}
.swiper-wrap > div {float: left;width: 33.3%;position: relative;}
.swiper-wrap img {width: 33.3%;padding-left:2px;padding-right:2px;}

/*栏目标题*/
.cateTitle {overflow:hidden; width:100%; height:2.4rem; line-height:40px;  text-align:center; font-size:1rem;background:url(/skin/mobile/images/gray_bg.gif) repeat-x; border-top-left-radius:6px;border-top-right-radius:6px; margin:0 auto; text-decoration:none; color:#0088D1; border-left:1px dotted #0088D1; border-top:1px dotted #0088D1; border-right:1px dotted #0088D1; font-weight:bold}
.cateTitle:after {  content: "⇣"; }

/*首页轮播列表幻灯图片*/
.swiper1 {
	width: 100%;/*max-width:500px;*/	
	overflow: hidden;
	visibility: hidden;
	position: relative;
	background: #fff;
	padding:0px 0px 0px 0px;
	border-left:1px dotted #0088D1;
	border-right:1px dotted #0088D1;
	border-bottom:1px dotted #0088D1;
	line-height:0px;
    text-align:center;
}
.swiper1-wrap {	position: relative;	overflow: hidden;}
.swiper1-wrap div {float: left;width: 50%;position: relative;	text-align:center;}
.swiper1-wrap img {	width: 49.9%;}
.swiper1-wrap img:first-child {padding-right:2px}


/*tab栏目切换*/
.tabbtncke{border-top:dotted 1px #0088D1; border-left:dotted 1px #0088D1; border-right:dotted 1px #0088D1; overflow:hidden;  border-top-left-radius:6px;border-top-right-radius:6px;  margin-top:5px; width:100%;background:url(/skin/mobile/images/gray_bg.gif) repeat-x; }
.tabbtncke ul{ list-style:none;}
.tabbtncke ul li{ float:left;width:50%; overflow:hidden;}
.tabbtncke ul li a{ display:block; text-align:center; color:#0088D1; text-decoration:none; line-height:2.4em; font-size:1.1em; font-weight:bold ;}
.tabbtncke ul li a:after { padding:1px; content: "↯"; }
.tabbtncke ul li a.indexbtncke_it{ background:#ddd;height:36px; }


#afui .indexlist{width:100%; overflow:hidden; border:dotted 1px #0088D1; padding-bottom:0px;font-size:12px;}
#afui .indexlist ul{list-style:none;  margin:4px;}
#afui .indexlist li{border-bottom:dashed 1px #ddd; padding-bottom:18px; padding-top:2px;}
#afui .indexlist li>a{color:#8c8c8c;}
#afui .indexlist li>a>img{ float:left; margin-right:4px;  width:60px; height:60px; border:1px solid #e0e0e0;}
#afui .indexlist li>a>h3{ display:block; margin:0; padding-top:4px; color:#0088D1;   font-weight:lighter; height:19px; line-height:100%; text-transform:capitalize; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
#afui .indexlist li>a .note{ margin:-4px 0 8px 0; height:20px; }
#afui .indexlist li>a .note p{height:28px; text-overflow:ellipsis; line-height:120%;margin-bottom:-3px;  font-size:12px; font-style:italic;overflow:hidden; }
#afui .indexlist li>a .note p .date{ display:block; float:right; margin-top:0px; font-family:Arial; color:#C0C0C0; font-style:italic;  font-size:10px; }
#afui .indexlist li:last-child{border-bottom:0px;}
#afui .indexlist li:after {float:right; overflow:hidden; margin-top:-25px; font-family: 'chevron'; content: "\f054"; color:#0088D1;}

#afui .tab2 {border:dotted 1px #0088D1; padding:0.7em; overflow:hidden;text-align:left; color:#666; margin-bottom:0.8em; line-height:1.8em;}

/*列表样式*/
.section{ margin:2px -10px 0px 2px;border-bottom:0;}
	.section h1{ margin:0; padding:0 0 0 2px; line-height:2.2em; font-size:17px; border-bottom:0; font-weight:bold; color:#262626; }
	.section h1 span{ display:block; margin-right:10px; float:right; color:#666; font-size:12px; font-weight:normal; }

    #afui .listview{ margin:0 -10px; }
    #afui .listview li:first-child{ margin-top:-5px; border-top:0}
	#afui .listview li{ color:#0088D1;border-bottom:1px solid #efefef;margin-top:-10px; }
	#afui .listview li>a{color:#0088D1; }
	#afui .listview li>a>img{ float:left; margin-right:10px;  width:70px; height:70px; border:1px solid #e0e0e0;}
	#afui .listview li>a>h2{ display:block; margin:0; padding:0; color:#0088D1;  font-size:14px;  font-weight:normal; height:20px; line-height:100%; text-transform:capitalize; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	#afui .listview li>a .intro{ margin:0 0 5px 0; color:#8c8c8c; font-size:12px; line-height:10px; height:30px; text-overflow:ellipsis; overflow:hidden;}
	#afui .listview li>a .note{ margin:0 0 5px 0; height:30px; }
	#afui .listview li>a .note p{ margin:0; padding:0; color:#8c8c8c; height:34px; line-height:140%;font-size:12px;text-overflow:ellipsis; overflow:hidden; }
	#afui .listview li>a .note p .price{ display:inline-block; margin-right:3px; color:#F00; font-size:12px; font-style:inherit; }
	#afui .listview li>a .note p .hot{ display:inline-block; margin-right:3px; font-size:12px;}
	#afui .listview li>a .note p .date{ display:block; float:right; padding:0 2px;  font-style:italic;   }
	#afui .listview li>a>.text{ display:block; margin:0; padding:0; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	#afui .listview li>a>.date{ display:block; float:right; margin:0 5px; padding:0; font-size:12px; }
	#afui .listview li:last-child{ margin-bottom:10px; }
	

/*分页*/
div.page_list {padding:5px 0px 15px 0px;margin:0px; text-align:center; font-family:Verdana; font-size:14px;text-align:center; font-weight:bold;}
div.page_list a {border-right: #dedfde 1px solid; padding-right: 8px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 8px; padding-bottom: 2px; border-left: #dedfde 1px solid; color:#0088D1; margin-right: 2px; padding-top: 5px; border-bottom: #dedfde 1px solid; text-decoration: none;}
div.page_list span.current {padding-right: 8px; padding-left: 8px; font-weight: bold; padding-bottom: 2px; color: #ff0084; margin-right: 0px; padding-top: 2px}
div.page_list span.disabled {padding-right: 8px; padding-left: 8px; padding-bottom: 2px; color: #adaaad; margin-right: 0px; padding-top: 2px}


/*分页页码*/
.page-list{ position:relative; margin:10px 0; clear:both; text-align:center;font-weight:bold; }
	.page-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.page-list a,.page-list span{ margin:0;  padding:0; display:none; float:left; width:40%; line-height:35px; border:1px solid #ddd; border-right-color:#fff; font-size:13px; text-align:center; background:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.page-list span{ color:#999; }
	.page-list a{ color:#0088D1; }
	.page-list span:nth-child(1),.page-list a:nth-child(1){ display:block; float:left;background:url(/skin/mobile/images/gray_bg.gif) repeat-x;border-top-left-radius:4px; border-bottom-left-radius:4px;}
	.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-right-color:#ddd;background:url(/skin/mobile/images/gray_bg.gif) repeat-x; border-top-right-radius:4px; border-bottom-right-radius:4px;}
	.page-list .current{ display:block; float:left; width:20%; }

/*-------cat index--------*/
.cate_content{height:150px; overflow:auto; margin:0 0 10px 0; line-height:20px}
.cat_content_box{ border-bottom:1px dotted #50B5E8; padding-bottom:20px}
	.cat_content_box ul	{width:100%;  text-align:center; overflow:hidden}
	.cat_content_box h3 { font-size:14px; line-height:1.8em; font-weight:bold; margin-bottom:5px; padding:0 0 0px 33px; background:url(../images/hot0.gif) no-repeat left;border-bottom: 1px dotted #d6d6d6;}
	.cat_content_box li { line-height:14px; float:left; margin:10px 32px 22px 32px; border:0px solid red; width:150px; height:160px; overflow:visible}
	.cat_content_box li img{ width:140px;height:140px; padding: 2px; border: 1px solid #e0e0e0;}
	.cat_content_box img:hover {  border: 1px solid #50B5E8;}

/*快速导航*/
#crumbs {
	 MARGIN: 0px 0px 0px 0px; HEIGHT: 30px ;padding:8px 0px 19px 0px;font-family:Arial; DISPLAY: block;
}
#crumbs UL {
	FLOAT: left; COLOR: #fff; LIST-STYLE-TYPE: none; HEIGHT: 19px; PADDING-RIGHT: 7px; BACKGROUND: url(../images/spr-last.png) #82a91c no-repeat right;max-width:91%
}
#crumbs LI {
	FLOAT: left; COLOR: #fff; LIST-STYLE-TYPE: none; HEIGHT: 19px;max-width:80%; DISPLAY: block;overflow:hidden;
}
#crumbs LI A {
	COLOR: #fff;  DISPLAY: block; BACKGROUND: url(../images/spr-icon.png) #8e8e8e no-repeat left -220px; padding:1px 12px 10px 14px;FONT-SIZE: 12px; line-height:1.5em; white-space:nowrap; 
}

#crumbs LI A.first {
	PADDING-LEFT: 10px; BACKGROUND-IMAGE: none;
}
#crumbs LI A.last {
	BACKGROUND: url(../images/spr-icon.png) #82a91c no-repeat left -161px;
}


/*子菜单列表-可del*/
.subcate{ width:100%; white-space:nowrap; padding:0.2em 0px 1em 0px; }
.subcate ul li {width:100%; text-indent:3px; padding-top:10px;  line-height:40px;display:block; vertical-align:middle;font-size:12px;}
.subcate ul li span{ margin-right:0px; display:block; max-width:98%; clear:right;  overflow:hidden;  background:url(/skin/mobile/images/gray_bg.gif) repeat-x; border-radius:8px; margin:0 auto; text-decoration:none; color:#000;-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);}
.subcate ul li a{ color:#000;display:inline-block;width:92%; float:left; position:absolute;   overflow:hidden;white-space:nowrap; text-overflow:ellipsis; }
.subcate ul li span:after {float:right; overflow:hidden;  margin-right:6px; font-family: 'chevron'; content: "\f054"; color:#c0c0c0;}

/*下拉子菜单列表*/
.subcatescss{ width:100%; white-space:nowrap; padding:0px 0px 1em 0px;display:none}
.subcatescss ul li {width:100%; text-indent:3px; padding-top:7px;  line-height:35px;display:block; vertical-align:middle;font-size:12px;}
.subcatescss ul li span{ margin-right:0px; display:block; max-width:98%; clear:right;  overflow:hidden;  background:url(/skin/mobile/images/gray_bg.gif) repeat-x; border-radius:8px; margin:0 auto; text-decoration:none; color:#000;-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);}
.subcatescss ul li a{ color:#000;display:inline-block;width:92%; float:left; position:absolute;   overflow:hidden;white-space:nowrap; text-overflow:ellipsis; }
.subcatescss ul li span:after {float:right; overflow:hidden;  margin-right:6px; font-family: 'chevron'; content: "\f054"; color:#c0c0c0;}

/*底部copyright样式*/
 .copyright1 {margin-top: 2px; padding-bottom: 40px; text-align: center; box-sizing: border-box; width:100%;}
 .copyright2 {box-sizing: border-box; width: 3em; height: 3em; display: inline-block; vertical-align: bottom; border-top-left-radius: 100%; border-top-right-radius: 100%; border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; border: 2px dotted rgb(249, 110, 87); box-shadow: rgb(204, 204, 204) 1px 1px 2px;  background-image: url(/skin/mobile/images/copyright.png); background-size: cover; background-position: 50% 50%; background-color:white ; background-repeat: no-repeat no-repeat;}
 .copyright3 {margin-top: -1.6em; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; border: 2px dotted rgb(249, 110, 87); border-top-left-radius: 0.3em; border-top-right-radius: 0.3em; border-bottom-right-radius: 0.3em; border-bottom-left-radius: 0.3em; box-sizing: border-box; background:#efefef}
 .copyright4 {padding-top: 1.8em; padding-bottom: 3px; font-size: 1em; box-sizing: border-box;}
 .copyright5 {box-sizing: border-box;}

/*筛选菜单样式*/
.select-bar{ margin:0 -10px; }
	.select-bar:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.select-bar .col{ float:left; width:50%; }
	.select-bar .col a{ position:relative; margin:0; padding:0.8em 1em; display:block; background:#fff; color:#353535; font-size:14px; font-family:"Microsoft Yahei",helvetica,arial;  line-height:1.2em; text-align:center; border:1px solid #ddd; border-left:0; letter-spacing:0.2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; cursor:pointer; }
	.select-bar .col:last-child a{ border-right:0; }
	.select-bar .col a.icon-back:after{ position:absolute; display:block; left:0.5625em; top:50%; margin-top:-11px; content:""; width:22px; height:22px; background-position:center center; background-repeat:no-repeat; background-image:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M4%2C3V0L0%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C12%2C4%2C7%2C3%2C4%2C3z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
	.select-bar .col a.icon-carat-r:after{ position:absolute; display:block; right:0.5625em; top:50%; margin-top:-11px; content:""; width:22px; height:22px; background-position:center center; background-repeat:no-repeat; background-image:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222%2C0%200%2C2%204%2C6%200%2C10%202%2C12%208%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
	.select-bar .col a.icon-trash:after{ position:absolute; display:block; right:0.5625em; top:50%; margin-top:-7px; content:"\72"; font-family:'IcoMoon'; font-size:16px; font-style:normal; font-variant:normal; font-weight:normal; line-height:1; }
	.select-bar .col a.icon-check:after{ position:absolute; display:block; left:0.5625em; top:50%; margin-top:-7px; content:"\7d"; font-family:'IcoMoon'; font-size:16px; font-style:normal; font-variant:normal; font-weight:normal; line-height:1; }

.category-bar{}
	.category-bar li{ margin:0 0 5px 0; clear:both; list-style:none; }
	.category-bar li h2 a{ display:block; font-size:17px; color:#0088D1; line-height:35px; border-bottom:1px solid #ddd; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.category-bar li p:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	.category-bar li p a{ display:block; float:left; margin:10px 0; font-size:15px; color:#666; width:33.333%; line-height:20px; height:20px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

/*详情页内容样式*/
#afui .article-content {
	margin-bottom:1em;
}
#afui .article-content pre {
	white-space:normal
}
#afui .article-content>div,#afui .article-content {
	font-size:1em;
	line-height:1.5em;
	color:#222;
	word-wrap:break-word
}
#afui .article-content>div>p,#afui .article-content>div ul,#afui .article-content>div ol,#afui .article-content>div blockquote,#afui .article-content>div h2,#afui .article-content>div h3,#afui .article-content>div h4,#afui .article-content>div h5,#afui .article-content>div h6,#afui .article-content>p,#afui .article-content ul,#afui .article-content ol,#afui .article-content blockquote,#afui .article-content h2,#afui .article-content h3,#afui .article-content h4,#afui .article-content h5,#afui .article-content h6 {
	margin-top:1em
}
#afui .article-content>div ol,#afui .article-content>div ul,#afui .article-content ol,#afui .article-content ul {
	padding-left:2em
}
#afui .article-content>div ol,#afui .article-content ol {
	list-style:decimal outside
}
#afui .article-content>div ul,#afui .article-content ul {
	list-style:disc outside
}
#afui .article-content>div h1,#afui .article-content h1 {
	font-size:1.5em;
	line-height:2em;
	color:#222;
	margin:36px 0 22px
}
#afui .article-content>div blockquote,#afui .article-content blockquote {
	position:relative;
	font-size:1empx;
	line-height:1.5;
	color:#999;
	margin:1em 0;
	padding:12px 10px;
	background:#fff;
	border:1px solid #e8e8e8
}
#afui .article-content>div img,#afui .article-content img {
	max-width:100%;
	display:block;
}


/*内容样式*/
#afui .video-box{ margin-top:10px; width:100%; }
#afui .entry{ margin:0; padding:0; font-size:15px; line-height:24px; word-wrap:break-word; }
	#afui .entry img{ max-width:100%!important; height:auto!important; }
	#afui .entry h2,.entry h3,.entry h4{ padding-bottom:5px; border-bottom:1px solid #EEE; color:#111; }
	#afui .entry h2{ font-size:17px; }
	#afui .entry h3,#afui .entry h4{ font-size:14px; }
	#afui .entry strong{ color:#DC2523; }
	#afui .entry ul,.entry ol{ margin:16px; }
	#afui .entry li{ margin-left:26px; }
	#afui .entry ul li{ list-style:disc outside none; }
	#afui .entry ol li{ list-style:decimal outside none; }
	#afui .entry p{ display:inherit; margin:15px 0; color:#333; font-size:15px; line-height:24px; word-wrap:break-word; }
	#afui .entry a{ text-decoration:underline; }
	#afui .entry code, #afui .comment code{ background-color:#EEE; border-radius:2px 2px 2px 2px; color:#777;font-family:'courier new'; margin:0 4px;padding:1px 4px;}
	#afui .entry table{ border-left:1px solid #EEE; border-top:1px solid #EEE; line-height:normal; border-collapse:collapse;  word-break:break-all;}
	#afui .entry table th{ background-color:#F9F9F9; text-align:center; }
	#afui .entry table td, #afui .entry table th{ border-bottom:1px solid #EEE; border-right:1px solid #EEE; padding:5px 10px;word-break: break-all; word-wrap:break-word; }
	
/*弹性表格样式*/
.detail .detail-table {border-collapse:collapse;margin:5px auto;overflow:auto;width:100%;font-family: Titillium Web;  font-size:0.8em; line-height:1.2em; }
.detail .detail-table  td,th {border:1px solid #b2b2b2;color:#183152;padding:5px; line-height:1.2em; }
.detail .detail-table  th {background-color:#CCE8EB; text-align:left; line-height:1.2em; }
.detail .detail-table  tr:nth-child(odd) {background:#fff;}
.detail .detail-table  tr:nth-child(even) {background:#F5FAFA;}
/*
.detail .detail-table {border-collapse:collapse;margin:5px auto;overflow:auto;width:100%;font-family: Titillium Web;  }
.detail .detail-table  td,th {border:1px solid #b2b2b2;color:#183152;line-height:1.2em;padding:5px; }
.detail .detail-table  th {background-color:#CCE8EB; text-align:left; line-height:1.5em;}
.detail .detail-table  tr:nth-child(odd) {background:#fff;}
.detail .detail-table  tr:nth-child(even) {background:#F5FAFA;}
*/

.detail table {border-collapse:collapse;margin:5px auto;overflow:auto;font-family: Titillium Web; font-size:0.8em;  line-height:1.2em; }
.detail table  td,th {border:1px solid #b2b2b2;color:#183152;padding:5px; line-height:1.2em; }
.detail table  th {background-color:#CCE8EB; text-align:left; line-height:1.2em; }
.detail table  tr:nth-child(odd) {background:#fff;}
.detail table  tr:nth-child(even) {background:#F5FAFA;}
.detail {
font-family:Titillium Web;}
	/*屏幕宽度较小时，使table可以滚动*/
@media screen and (max-width: 1800px){
#table5{max-width: 100%;display: block;overflow: auto;}
}

/*评论
-----------------------------------------------------*/
.comment_box{ margin:0px 0px 4px 0px; padding:2px 0px 4px 0px; width:100%; float:left;border-bottom:2px solid #efefef;}
.comment_box h3{ margin:0 0 3px 0; padding:0 0 0 20px; font-weight:bold; font-size:10px; color:#5D7CA4; line-height:28px; border-bottom: 1px dotted red; background:url(../images/icon_comment.gif) no-repeat left 8px; }
.comment_box h3.add{ background-position:left -43px;}
.comment_box h3 span{ float:right; font-weight:normal; font-size:11px;}
.comment_box h3 span a:hover{ text-decoration:none; }
.comment_box form{margin: 0px; padding: 0px; border: 0px; overflow:hidden}
.comment_list ul{ list-style-type: none;}
.comment_list ul li{ margin-bottom:3px; padding-bottom:2px;  margin-left: 0px; }
.comment_list ul li .title{ padding-left:22px; font-weight:normal;font-style:italic; line-height:26px; background:url(../images/icon_comment.gif) no-repeat 0 -92px; padding-right:11px}
.comment_list ul li .title span{ float:right; color:#999; font-weight:normal;font-size:11px; }
.comment_list ul li .box{ line-height:1.6em; color:#444;margin:0px 1px 0px 20px; padding-left:6px; border-left:1px dotted #e0e0e0;border-bottom:1px dotted #e0e0e0;font-size:11px;}
.comment_list ul li .reply{ margin:0px 1px 0px 26px; padding:3px 2px 3px 3px;  background:#efefef;border-left:1px dotted #999;border-bottom:1px dotted #999; line-height:1.8em;font-size:11px;color:#660000; }
.comment_add {margin: 0px; padding: 0px; border: 0px; overflow:hidden}
.comment_list ul li .reply .time{ float: right; padding-right:0px; color:#999; font-size:11px;}
.comment_add textarea{ width:96%; height:80px; margin:0px 5px 0px 5px}
.comment_add .btns{ margin-top: 6px;margin-bottom:0px;}
.comment_add .btns .submit{ float: right; margin-right:5px}
.comment_box input.text,textarea.text { padding:2px 0 2px 1px; border:1px solid #D5D6D3; background:none; vertical-align:middle; font-size:11px; }
.comment_box input.submit { padding:4px 4px; border:1px solid #6b814b; background:#698916; color:#FFF; font-size:12px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:pointer; }

/* 简介和tags等，仿legend-------------------------------------------------*/
#afui .quote-tags{margin:4px 0px 0px 0px}
    #afui fieldset{padding:2px 8px 4px 8px; border:1px #F29722 dotted; font-family:Times New Roman}
    #afui legend{padding:0px 0px 0px 0px; color:#F29722; font-weight:bold;}
	#afui fieldset div{line-height:1.5em;  text-transform:capitalize;word-wrap:break-word; }
	#afui fieldset a{color:#F29722;}
	
	
/*留言样式*/
#afui .form-box{margin:3px 10px -10px 3px; width:96%; }
#afui .form-box>div{padding:0px; }
/*表单样式
	#afui .form-box input{ height:10px}
	#afui .form-box input[type="checkbox"] + label { display:block; float:none; margin:0.5em 0; padding:0 0 110px 25px; width:auto; }
	#afui .form-box input.code{ width:50%; }
	#afui .form-box .send{ display:block; float:right; margin-top:7px; width:40%; text-align:center; border:1px solid #ddd; border-radius:0.2125em; color:#555; font-size:14px; line-height:42px; height:42px;}
	#afui .form-box .send.gray{ color:#999; }
	#afui .form-box>dl{ display:block; margin:0; padding:0; clear:both; font-size:14px; line-height:40px; }
	#afui .form-box>dl:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	#afui .form-box>dl dt{ display:block; float:left; width:30%; color:#777; }
	#afui .form-box>dl dd{ display:block; float:left; padding:10px 0; width:70%; line-height:20px; }
	#afui .form-box>dl dd input,#afui .form-box>dl dd select{ margin:-5px 0; }
*/

/* 页面头部CSS
----------------------------------------------------------------------*/
#afui h2.logo{ display:block; float:left; margin:0px 0px 0px 2px; padding:0px;  }
	#afui h2.logo img{height:45px}
#afui .banner{  word-wrap:break-word; overflow:hidden; font-weight:bold; max-width:55%; float:left; text-align:center;  font-size:1em;  word-spacing:4px; font-style:italic; margin:5px 0px 0px 1px; color:Yellow; line-height:18px;}
/* 购物商城CSS
----------------------------------------------------------------------*/
#afui .goods-item{ margin:15px 0; padding:10px; border:1px solid #ddd; border-radius:0.2125em; }
	#afui .goods-item h2{ margin:0 0 10px; padding-bottom:10px; color:#53575e; font-size:14px; line-height:1em; font-weight:normal; border-bottom:1px solid #efefef; }
	#afui .goods-item>dl{ clear:both; font-size:14px; padding: 5px 0; }
	#afui .goods-item>dl dt{ display:block; float:left; padding-right:5px; }

#afui .goods-btn{ margin:15px 0; padding:10px; border:1px solid #ddd; border-radius:0.2125em; }
	#afui .goods-btn h1{ margin:0 0 10px; padding-bottom:10px; color:#0088D1; font-size:19px; border-bottom:1px solid #efefef; }
	#afui .goods-btn:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	#afui .goods-btn .price-box{ margin-bottom:10px; line-height:1.8em; }
	#afui .goods-btn .price-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	#afui .goods-btn .price-box div{ display:block; float:left; width:50%; }
	#afui .goods-btn .price-box div b{ color:#F00; font-size:21px; }
	#afui .goods-btn .input-box{ margin-bottom:10px; clear:both; line-height:37px; height:37px; }
	#afui .goods-btn .input-box .listbox{ display:inline-block; vertical-align:middle; }
	#afui .goods-btn .input-box a{ display:block; float:left; margin:0; padding:5px 12px; border:1px solid #ddd; font-size:15px; line-height:25px; height:35px; color:#353535; cursor:pointer; }
	#afui .goods-btn .input-box input[type="text"]{ display:block; float:left; margin:0; padding:5px 10px; width:50px; border:1px solid #ddd; border-left:0; border-right:0; border-radius:0; font-size:15px; line-height:25px; height:35px; text-align:center; }
	#afui .goods-btn .btn-box .col{ float:left; width:50%; }
	#afui .goods-btn .btn-box .add{ display:block; width:100%; box-sizing:border-box; border-color:#f00; color:#fff; background:#f00; cursor:pointer; }
	#afui .goods-btn .btn-box .buy{ display:block; width:100%; box-sizing:border-box; border-color:#0088D1; color:#fff; background:#0088D1; cursor:pointer; }
	#afui .goods-btn .btn-box .over{ color:#999; background:#f7f7f7; border-color:#e8e8e8; cursor:default; }
	
#afui .spec-box{ position:relative; margin-top:10px; }
	#afui .spec-box:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	#afui .spec-box dl{ clear:both; display:block; }
	#afui .spec-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	#afui .spec-box dl dt{ float:left; width:20%; line-height:38px; min-height:38px; color:#53575e; }
	#afui .spec-box dl dd{ position:relative; padding:5px 0; line-height:26px; min-height:26px; color:#6c6c6c; }
	#afui .spec-box dl dd s{ display:inline-block; text-decoration:line-through; }
	#afui .spec-box dl dd .price{ display:inline-block; margin-right:5px; color:#f40; font-size:24px; font-weight:700; }
	#afui .spec-box dl dd .items{ list-style:none; }
	#afui .spec-box dl dd .items li{ position:relative; float:left; margin:0 5px 8px 0; padding:1px; line-height:20px; vertical-align:middle; }
	#afui .spec-box dl dd .items li a{ display:block; padding:1px; color:#666; min-width:10px; width:auto !important;  text-align:center; text-decoration:none; border:1px solid #eee; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; }
	#afui .spec-box dl dd .items li a span{ display:inline-block; padding:5px 9px; font-style:normal; line-height:20px; }
	#afui .spec-box dl dd .items li a img{ width:36px; height:38px; vertical-align:middle; }
	#afui .spec-box dl dd .items li a.selected{ margin:-1px; color:#333; border:2px solid #f40; color:#f40; }

/* 相关图片
----------------------------------------------------------------------*/
#afui .photo-list{ margin:10px -0.5em 0.5em; padding:0; overflow:hidden; }
    #afui .photo-list h3 { background:url(../images/arrow6.gif) no-repeat 7px; color:white; background-color:red;width:100px;height:30px;line-height:30px;text-align:center;font-size:16px;}
    #afui .photo-list ul {border-top:1px solid red;}
	#afui .photo-list:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	#afui .photo-list .nodata{ margin:0 10px; line-height:35px; }
	#afui .photo-list li{ float:left; width:33.3333%; list-style:none; text-align:center; }
	#afui .photo-list li a{ display:block; margin:0.5em; }
	#afui .photo-list li a img{ display:block; height:auto; width:100%; border:1px solid #efefef; }
	#afui .photo-list li a.pressed img{ opacity:0.5; }
	#afui .photo-list li a h2{ display:block; font-size:13px; font-weight:normal; color:#0088D1; line-height:30px; height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

/* 文字相关列表------------------*/
	#afui .inforlist {display:block; width:100%; margin-bottom:10px;margin-top:10px;}
    #afui .inforlist h3 { color:red; height:22px;line-height:22px; padding-left:3px; font-size:14px;  vertical-align:bottom; padding-top:3px; border-left:4px solid red;}
    #afui .inforlist h3:after{content:"↴"; color:Red;}
    #afui .inforlist ul li { list-style:none; color:#0088D1;border-bottom:1px dotted #efefef; height:30px; line-height:30px;overflow:hidden}
    #afui .inforlist ul li a:before { content:"↪"; color:#FF9E7D;padding-right:1px}
	#afui .inforlist ul li>a{color:#0088D1;line-height:2em; width:97.5%; display:block; float:left; height:100%; font-size:1em;text-overflow:ellipsis; white-space:nowrap;  overflow:hidden; }
	#afui .inforlist ul li:after {float:right; overflow:hidden;  margin-right:1px; font-family: 'chevron'; content: "\f054";  font-size:0.1em; color:#FF9E7D }

/*附件下载-----------------------------------*/
	#afui .attachlist {display:block; width:100%; margin-bottom:10px;margin-top:10px;}
    #afui .attachlist h3 { color:red; height:22px;line-height:22px; padding-left:3px; font-size:14px;  vertical-align:bottom; padding-top:3px; border-left:4px solid red;}
    #afui .attachlist h3:after{content:"↴"; color:Red;}
    #afui .attachlist ul li { list-style:none; color:#0088D1;border-bottom:1px solid #efefef; height:30px;line-height:30px; overflow:hidden}
    #afui .attachlist ul li:before { content:"↪Attach"; color:#FF9E7D; font-size:0.5em; padding-right:1px; float:left;}
    #afui .attachlist ul li .text{ display:inline; color:#FF9E7D; font-size:0.75em; float:left; padding-right:2px; }
	#afui .attachlist ul li>a{color:Red;line-height:30px;width:79%; display:block;float:left; height:100%; font-size:0.8em;text-overflow:ellipsis;word-break: break-all; overflow:hidden; }
    #afui .attachlist ul li:after {float:right; overflow:hidden;  margin-right:2px;  content: "↡"; color:Red; margin-top:-1px; }
	

#afui .album-list{ margin:10px -0.5em 0.5em; padding:0; }
	#afui .album-list:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	#afui .album-list li{ float:left; width:33.333%; list-style:none; }
	#afui .album-list li:first-child{ width:66.666%; }
	#afui .album-list li a{ position:relative; display:block; margin:0.5em; }
	#afui .album-list li a img{ display:block; height:auto; width:100%; border:1px solid #efefef; }
	#afui .album-list li a .info{ position:absolute; left:0; bottom:0; color:#fff; width:100%; height:30px; background:rgba(0,0,0,0.4); overflow:hidden; }
	#afui .album-list li a .info h2{ margin:0; padding:0 10px; font-size:13px; color:#fff; font-weight:normal; height:30px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	#afui .album-list li a .info p{ margin:0; padding:0 10px; font-size:12px; color:#fff; height:30px; line-height:15px; font-weight:normal;  text-overflow:ellipsis; overflow:hidden; }
	#afui .album-list li:first-child a .info{ height:70px; }
	#afui .album-list li:first-child a .info h2{ font-size:15px; }


/* 查询页面样式
----------------------------------------------------------------------*/
#afui #search-box{min-height:300px;}
#afui .searchSummary{padding-left:10px; padding-right:5px; margin-top:5px; padding-bottom:5px; display:block; font-size:12px;word-break: break-all; word-wrap:break-word; border-bottom:1px dotted #e0e0e0 }
#afui .searchSummary>u{color:Red }
#afui .search-bar{padding:5px; }
	#afui .search-bar:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	#afui .search-bar .col{ float:left; width:70%; }
	#afui .search-bar .col-1{ float:left; width:30%; }
	#afui .search-bar input[type="search"]{ margin:0; padding:10px; font-size:14px; height:40px; line-height:20px; border-right:0;border-top-left-radius:4px; border-top-right-radius:0px; border-bottom-left-radius:4px; border-bottom-right-radius:0px; }
	#afui .search-bar .btn{ margin:0; padding:5px; height:40px; font-size:14px; color:#0088D1; line-height:20px; border-top-left-radius:0px; border-top-right-radius:4px; border-bottom-left-radius:0px; border-bottom-right-radius:4px;  font-weight:bolder; background:#e0e0e0 url(/skin/mobile/images/gray_bg.gif) repeat-x; border:1px solid #ccc }
	#afui .search-bar i{ display:block; color:#8c8c8c; font-size:12px; font-style:normal; }
	
.HdKeyword 
{
POSITION: absolute;TEXT-INDENT: -999999em; top: -999px;left: -999px;
}

/*屏幕宽度较小时，使table可以滚动
@media screen and (max-width: 800px){
.detail table{max-width: 100%;display: block;overflow: auto;}
}*/