@charset "utf-8";
/* CSS Document */
html{}
body{}
.mian{position:relative; margin-left:auto; margin-right:auto; min-width:320px; max-width:640px; overflow:hidden; background-color:#fff; font-family:Microsoft YaHei;}
a{text-decoration:none; color:#666;}
header{ overflow:hidden; width:100%; height:5em;}
header h1{ float:left; width:40%; text-align:center;}
header h1 img{ width:90%; margin-top:10%}
header .wen{ overflow:hidden; width:55%;height:5em; background:url(/Public/mobile/images/Common/xian.png) no-repeat left center; float:left; background-size:0.08em;}
header h2 { font-size:1em; color:#666; font-weight:normal; margin-top:5%;}
header .wen a{ font-size:1.167em; color:#f47b22; background:url(/Public/mobile/images/Common/phone.png) no-repeat left center; background-size:1em; line-height:1.5em;}

/*nav*/
.nav{ overflow:hidden; width:100%;}
.nav li{ float:left; width:25%; background:url(/Public/mobile/images/Common/nav01.png) repeat-x left bottom; text-align:center; font-size:1em; background-color:#f47b22;}
.nav li a{ color:#fff; display:block; padding:1em 0; background:url(/Public/mobile/images/Common/nav02.png) left top repeat-y}


/*公共颜色挪用*/
.pagedSpan a{background:#333;}
.CategoryList_Title i{color:#333;}
.hdPhone p i{border:1px solid #fff;}
 .pagedSpan a{color:#fff;}
.pagedSpan{background:#feeddc;}

/*dizhi*/
.dizhi{ overflow:hidden; width:100%; background-color:#323232; padding:2em 0;}
.dizhi .wen{ float:left; margin-left:3%; width:84%;}
.dizhi p{ font-size:0.8em; line-height:2em; color:#fff;}
.dizhi p a{color:#fff;}
.dizhi>a{ display:block; margin-top:5%; overflow:hidden; float:right; margin-right:5%; width:8%}
.dizhi>a img{ width:100%}

/*footer*/
footer{ width:100%; height:4em; overflow:hidden; background:url(/Public/mobile/images/Common/footer.png) no-repeat center; position:fixed; left:0; bottom:0; background-size:100%;}
footer a{ display:block; width:25%; height:4em; float:left}

/*分类问题*/
.CategoryList_Title{height:2.968em; line-height:2.968em; padding:0 .687em; color:#333; text-align:center; border-bottom:1px solid #b0b4bb; font-size:1.125em; background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}
.CategoryList_Title i{font-size:1.2em; margin-top:.75em;}
.CategoryList_Title .icon-details{margin-right:.5em;}


/*分类列表*/
.CategoryLista{}
.CategoryLista > li > a{height:3.031em; line-height:3.031em; display:block; color:#333; background:#f4f4f4; padding:0 1.125em; border-bottom:1px solid #cfcbc1; border-top:1px solid #fff; font-size:1.125em;}
.CategoryLista li i{float:right; margin-top:.45em; color:#656565; font-weight:bold; font-size:1.6em;}
.CategoryLista > li li a{height:3.031em; line-height:3.031em; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; display:block; color:#666; background:#fff; padding:0 2.062em; border-bottom:1px solid #cfcbc1; border-top:1px solid #fff; font-size:1em;}
.CategoryLista li:after {content:'.'; display:block; height:0; clear:both; visibility:hidden;}
.CategoryLista .icon-arrow-down{color:#f90;}
.CategoryLista > li > ul >li >ul{padding:0 1.125em;}
.CategoryLista > li > .list1,.CategoryLista > li > .list1 li ul{display:none;}

/*搜索*/
.searchSpan{position:relative; overflow:hidden; margin-left:0.687em;margin-bottom:0.387em;margin-top:0.3em}
.searchSpan .txtSearch{height:33px; border-radius:5px; border:1px solid #ddd; font-size:.75em; text-indent:.25em; width:99.9%; outline:none;}
.searchSpan .btnSearch{position:absolute; right:0px; top:1px; border-radius:0 5px 5px 0; display:block; height:33px; line-height:33px; color:#333; width:2.5em; border-left:1px solid #ddd; border-right:1px solid #ddd; text-align:center; background:linear-gradient(180deg , #fff 0% , #ededed 100%);}



.green{coor:Green}
.red{color:Red}


@media screen and (min-width:320px) {
	body{font-size:75%;}
    
}
@media screen and (min-width:375px) {
	body{font-size:87.5%;}

}
@media screen and (min-width:480px) {
	body{font-size:87.5%;}

}
@media screen and (min-width:540px) {
	body{font-size:112.5%;}
 
}
@media screen and (min-width:550px) {
	body{font-size:125%;}
 
}
@media screen and (min-width:640px) {
	body{font-size:150%;}

}
/*分页样式*/

.paging {
	width: 100%;
	height: 76px;
	overflow: hidden;
}
.pageList {
	float: right;
	margin: 0 auto;
	clear: both;
/* 	padding-top: 25px; */
/* 	padding-bottom: 19px; */
	margin-right: 13px;
	width: auto;
}
.pageList ul.l {
	text-decoration: none;
	float: left;
	color: gray;
	font-family: 微软雅黑;
	font-size: 14px;
	font-style: normal;
	line-height: 38px;
	padding-left: 10px;
}
.pageList ul.l em {
	font-style: normal;
}
.pageList ul.r {
	float: left;
	color: #999;
	padding-left: 5px;
	font-weight: normal;
}
.pageList ul.l a {
	text-decoration: none;
}
.pageList ul li {
	line-height: 40px;
	color: #999999;
	float: left;
	display: inline;
}
.pageList ul li a {
	border: 1px solid #cfcfcf;
	color: #3A3C3B;
	margin: 0 2px;
	padding: 6px 10px;
	text-decoration: none !important;
}
.pageList ul li a.selected, .pageList ul li a:hover {
	/*目今页面颜色*/

	background-color: #0060c6;
	color: white;
}
.pageList .page-skip{
	line-height: 40px;
}<!--耗时1754363438.1337秒-->