@charset "utf-8";
/* CSS Document */
.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{ padding:3%;}
.header dl{ overflow:hidden;}
.header dt{ float:left; margin-top:0.1em;}
.header dt img{ display:block; width:6.917em;}
.header dd{ margin-left:8.5em; border-left:1px solid #ececec; padding:0.3em 0 0.3em 0.5em;}
.header dd h2{ font-size:1.2em; color:#2e2d2d;}
.header dd h2 span{ color:#006a4f;}
.header dd p{ font-size:1em; color:#3b3b3b;}
.header dd p a{ font-size:1.2em; color:#ff7800; font-weight:bold;}


.nav{ overflow:hidden; position:relative;}
.nav:after{ content: '';position:absolute; top:50%; left:0px; z-index:9; height:0; width:100% ;border-bottom:1px solid #047a5c;}
.nav li{ float:left; width:25%; position:relative; background-color:#006a4f;}
.nav li a{ display:block; padding:1em 0; text-align:center; font-size:1.2em; color:#fff;}
.nav li:after{ content: '';position:absolute; top:0; left:-1px; z-index:9; height:100%; width:0 ;border-left:1px solid #047a5c;}
.nav li:hover,.nav li.on{ background-color:#ff7800;}

.dress{ background-color:#2d2d2d; padding-top:1.5em; padding-bottom:7em;}
.dress p{ text-align:center; font-size:1em; color:#c3c3c3; line-height:1.6em;}

.footer{ position:fixed; width:100%; bottom:0; left:0; z-index:999;}
.ftc{ position:relative;}
.ftc .rt{ display:block; background:url(../images/rt.png) no-repeat center; height:4em; background-size:cover; position:absolute; left:50%; top:-2.3em; width:4em; margin-left:-2em; z-index:98;}
.footer ul{ overflow:hidden; position:relative; z-index:99; background:#ff7d00;}
.footer li{ width:25%; float:left; text-align:center;}
.footer li a{ display:block; padding:0.5em 0; background:url(../images/line.png) no-repeat left center; background-size:0.083em;}
.footer li:nth-child(1) a{ background:none;}
.footer li a img{ display:block; width:2.208em; margin:0 auto;}
.footer li a span{ display:block; text-align:center; font-size:1em; color:#fff;}

/*公共颜色调用*/
.pagedSpan a{background:#333;}
.CategoryList_Title i{color:#333;}
.hdPhone p i{border:1px solid #fff;}
 .pagedSpan a{color:#fff;}
.pagedSpan{background:#feeddc;}

/*分类标题*/
.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{min-height: 20em;}
.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:.687em;}
.searchSpan .txtSearch{height:33px; border-radius:5px; border:1px solid #ddd; font-size:1.2em; 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{width:20em;margin-top: 0.5em;color:#0C7D5F;}
.red{color:Red}
#ErrorInfo{ text-align:center;margin-top: 1em;} 




@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%;}
}












