﻿@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; z-index:2}
a{text-decoration:none; color:#666;}

/*公共颜色调用*/
/*.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;  font-size:0.125em; background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}
.CategoryList_Title i{font-size:1.2em; margin-top:1em;}
.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:.687em;}
.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%);}

/*header*/
header { overflow:hidden; width:100%; padding:1.3em 0; position:relative}
header h1{ width:40%; margin:0 auto; overflow:hidden;}
header img{ display:block; margin:0 auto; width:100%;}
header span{ display:block; width:1.8em; height:1.8em; position:absolute; left:3%; top:1.3em; background:url(../img/nav_icon.png) no-repeat center; background-size:100%; }
header span.close { display:none; background:url(../img/nav_icon02.png) no-repeat center; background-size:100%;}

/*footer*/
footer { overflow:hidden; width:100%; padding:2.5em 0; background-color:#f4f4f4;}
footer h3{ text-align:center; font-weight:normal; font-size:1.3em; color:#333; margin-bottom:0.2em;}
footer h3 a{ color:#333;}
footer span{ display:block; text-align:center; font-size:0.7em; color:#999; margin-bottom:2em;}
footer h4{ font-weight:normal; font-size:1.1em; color:#555; margin-left:3%; margin-bottom:1.2em;}
footer .info{ overflow:hidden; width:94%; margin:0 auto}
footer .info p{ font-size:0.9em; color:#777; line-height:2em;}
footer .info a{ color:#777;}

/*nav*/
.nav { overflow:hidden; background-color:#f1f1f1; width:60%; height:100%; position: fixed; left:0; top:0; z-index:1; padding-top:10%}
.nav li{ overflow:hidden; width:100%; text-align:center; font-size:1em; color:#666;}
.nav li a{ display:block; width:100%; padding:1em 0; border-bottom:1px solid #ccc; background:url(../img/nav01.png) no-repeat 91% center; background-size:0.7em;}
.nav li:nth-child(1){ border-top:1px solid #ccc}
.nav li.on{ background-color:#fff;}
.nav li.on>a{ border-left:3px solid #e5212b; background:url(../img/nav02.png) no-repeat 91% center; background-size:0.7em;}
.nav li .nextNav{ overflow:hidden; width:100%; display:none}
.nav li .nextNav p{}
.nav li .nextNav a{ text-align:left; padding-left:10%; width:90%; background:url(../img/nav03.png) no-repeat 91% center; background-size:0.5em;}

.green{coor:Red}
.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%;}

}


.pagingNav{padding:5px 10px; width: 100%;    text-align: center;}
.pagingNav p{height:30px; line-height:30px;}
.pagingNav .uls{ overflow:hidden;width:100%;text-align:center;}

.pagingNav .uls a{ margin-left:5px; padding:0 10px; height:28px; line-height:28px; border:1px solid #ccc; text-decoration:none;    display: inline-block;}
.pagingNav .uls a:hover , .pagingNav .uls a.oran_pg_cur{background-color:#1651b9; border-color:#1651b9; color:#fff;}
.pagingNav .uls .tBtn:hover{background-color:inherit; color:inherit; *background-color:transparent; *color:#666;}

.pagingNav .uls span{font-size:14px;margin-left:10px;}
.pagingNav .uls em{color:#1651b9;}