﻿@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 { width:100%; height:5em; background-color:#fff; position:relative;z-index: 999;}
header h1{ float:left; margin-left:3%; margin-top:5%; width:20%;}
header h1 img{ display:block; width:100%;}
header h2{ padding-left:2%; margin-left:2%; border-left:1px solid #e3e3e3; margin-top:3%; font-size:1.2em; color:#333; float:left; width:60%}
header h2 img{ width:1.5em;}
header h2 em{ display:block; font-size:1em; color:#d96100;}
header .nav-icon { display:block; width:2em; height:1.8em; float:right; margin-right:3%; margin-top:1.5em; position:relative}
header .nav-icon i{ display:block; width:2em; height:0.3em; border-radius:0.3em; background-color:#ec6900; position:absolute; left:50%; top:50%;}
header .nav-icon i:nth-child(1){ margin-left:-1em; margin-top:-0.9em}
header .nav-icon i:nth-child(2){ margin-left:-1em; margin-top:-0.15em}
header .nav-icon i:nth-child(3){ margin-left:-1em; margin-top:0.5em}

/*nav*/
nav { overflow:hidden; width:100%; background-color:#ec6900; opacity:0.95; position: absolute; left:0; top:5em; padding:1em 0; display:none;}
nav a{ display:block; padding-left:20%; width:80%; font-size:1.1em; color:#fff; height:2.5em; border-bottom:1px solid #ff9744; line-height:2.5em; background:url(../images/Common/nav_s.png) no-repeat 80% center; background-size:2%;}
nav a:nth-child(10){ border-bottom:none}
/*.tophone*/
.tophone { overflow:hidden; width:94%; padding:0.5em 3%; background:linear-gradient(to bottom,#fff,#d5d5d5);}
.tophone .phone{ display:block; float:left; font-size:1.2em; color:#383838;}
.tophone .phone span{ color:#ef7f00; font-family:Arial;}
.tophone .phone img{ width:1.5em; margin-right:0.2em; position:relative; top:0.4em;}
.tophone .top{ display:block; float:right; width:10%}
.tophone .top img{ display:block; width:100%;}

/*info*/
.info { overflow:hidden; width:100%; margin-top:1.7em; margin-bottom:6em}
.info p{ font-size:1em; color:#3e3e3e; text-align:center; line-height:1.5em;}
.info p a{ color:#3e3e3e;}

/*footer*/
footer { overflow:hidden; width:100%; padding:1.25em 0; background-color:#272525; position:fixed; left:0; bottom:0}
footer a{ display:block; width:24.7%; float:left; text-align:center; font-size:1em; color:#fff; border-right:1px dotted #fff;}
footer a:nth-child(4){ border:none}



/*分类标题*/
.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:.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: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%;}

}


/*留言*/
.liuyan { overflow:hidden; width:94%; padding:4.25em 3%; background-color:#ec6900;}
.liuyan h2{ text-align:center; font-size:1.6em; color:#e3e41c;}
.liuyan p{ text-align:center; font-size:1.1em; color:#fff;}
.liuyan a{ display:block; text-align:center; font-size:1.2em; color:#fff; margin-bottom:1em;}
.liuyan a em{ font-family:Arial}
.liuyan a img{ width:1.5em; margin-right:0.2em; position:relative; top:0.4em;}
.liuyan input{ display:block; width:96%; margin:0 auto; margin-bottom:1px; padding:0.6em 2%; font-size:1em; color:#0b0b0b; border:none; border-radius:3px;}
.liuyan select{ display:block; float:left; width:50%; padding:0.6em 2%; border:none; border-radius:3px;}
.liuyan select.slast{ width:49.66666666666%; float:right}
.liuyan span{ display:block; width:99%; text-align:center; padding:0.8em 0; margin-top:3px; background-color:#8ebd20; font-size:1.25em; color:#fff; font-weight:bold; border-radius:3px; box-shadow:2px 2px 2px #719915;}