﻿@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{max-height:160px; overflow:hidden;}
.header .logoImg{float:left; margin:5.5% 0 5.5% 3%; width:8em;}
.header .hdTxt{float:right; margin-top:4.4%; margin-right:3%; width:56%; text-align:right;}
.header .hdTxt h2{color:#d80073; font-size:1.250em;}
.header .hdTxt p{color:#333; font-size:1.2em;}


/*公共颜色调用*/
.pagedSpan a{background:#d80073;}
.CategoryList_Title i{color:#d80073;}
.hdPhone p i{border:1px solid #fff;}
.hdPhone p a , .header , .pagedSpan a{color:#fff;}
.pagedSpan{background:#feeddc;}




@media screen and (min-width:320px) {
	body{font-size:75%;}
}
@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%;}
}

.phones{padding:0.25em 0; display:block; text-align:center; background:url(../images/Index/phonesG.png) no-repeat 22% center; background-size:1em auto; color:#fff; font-size:1.6em;}

.footer{padding-top:1em; background-color:#d80073;}
.fotTxt{text-align:center; color:#f6ff00; font-size:1.5em; font-weight:bold;}
.fotNav{margin-top:0.6em; padding:1.2em 0; overflow:hidden; border-top:1px dotted #fff;}
.fotNav li a{position:relative; float:left; width:25%; height:1.250em; line-height:1.250em; text-align:center; font-size:1.250em; color:#fff;}
.fotNav li a:after{content:''; position:absolute; top:20%; right:-1px; z-index:9; height:60%; width:0; border-left:1px dotted #fff;}
/*分类标题*/
.CategoryList_Title{height:2.968em; line-height:2.968em; padding:0 .687em; color:#d80073; 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:.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%);}



.green{coor:Green}
.red{color:Red}