﻿@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;}

/*公共颜色调用*/
.pagedSpan a{background:#333;}
.CategoryList_Title i{color:#333;}
.hdPhone p i{border:1px solid #fff;}
 .pagedSpan a{color:#fff;}
.pagedSpan{background:#feeddc;}

/*header*/
header { overflow:hidden; width:100%; padding-bottom:1.2em; position:relative;}
header .phone{ display:block; text-align:center; margin-bottom:1.4em; font-size:1.2em; color:#fff; padding:0.8em 0; background-color:#e50012; }
header .phone img{ width:1em; margin-right:0.2em; position:relative; top:0.1em;}
header .headerMenu{width:2rem; position:absolute; top:1rem; right:0.5rem;}
header .headerMenu img{ display:block; width:100%;} 
header h1{ float:left; width:32%; margin-left:3%; margin-right:1.5%;}
header h1 img{ display:block; width:100%;}
header .wen{ overflow:hidden; width:58%; padding:0.2em 0; padding-left:1.5%; border-left:1px solid #ccc;}
header h2{ font-size:1.1em; color:#03316c;}
header p{ font-size:.7em; color:#3f3f3f; margin-top:0.2em;font-weight: bolder}

/*nav_menu*/
.nav_menu {  width:0; position:fixed;  right:0; top:0; height: 100%;z-index: 99999;overflow: scroll;background: #fff;}
.nav_menu img{display: block;width: 100%;}
.nav_menu .top{width: 100%;padding-top:.297rem;padding-bottom: .25rem;}
.nav_menu .Navlog{width: 54%;display: block;margin-left: 4%;}
.nav_menu .btn{display: block;width: 12%;position: absolute;top: 3%;right: 5%;}
.nav_menu .btn img{display: block;width: 100%;}
.nav_menu ul{overflow:hidden; width:100%;height: 80%;}
.nav_menu li{ width:100%; overflow:hidden; background:url(../images/nav_icon01.png) no-repeat 89% center;height: 3rem;border-bottom: 1px solid #eaeaea;}
.nav_menu li:first-child{border-top:1px solid #eaeaea;}
.nav_menu li p a{ color:#333333;font-size: 1rem;display: block;height: 3rem;line-height: 3rem;box-sizing: border-box;padding-left: 6%;}

/*nav*/
nav { overflow:hidden; width:100%; background-color:#03316c;}
nav a{ display:block; float:left; width:33.33333333333%; text-align:center; font-size:1em; color:#e7e7e7; padding:1.2em 0; border-bottom:1px solid #021c3d; border-top:1px solid #19539d; background:url(../images/nav.png) repeat-y right top;}

footer { overflow:hidden; width:100%; background-color:#03316c; position:fixed; left:0; bottom:0; z-index:10}
footer a{ display:block; float:left; width:25%; text-align:center; font-size:1.1em; color:#fff; padding:0.8em 0; background:url(../images/f05.png) no-repeat right center;}
footer a:nth-child(4){ background:none;}
footer a img{ display:block; margin:0 auto; width:25%;}

a.top{ display:block; width:14%; position:fixed; left:43%; bottom:5%; z-index:8;}
a.top img{ display:block; width:100%;}

/*分类标题*/
.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{ margin-bottom: 100px;}
.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%);}

.ftmain{margin-bottom:7em;}

.green{coor:Red}
.red{color:Red}
#DetailedSpan div table{width: 640px !important;}

@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%;}

}