﻿
@charset "utf-8";
/* CSS Document */
html {
}
body {
	background:#fff;
}
.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;
}
/*版权信息*/
#footer_main {
	text-align:center;
	width:100%;
	background:#666;
	padding:0.5em 0 4.5em 0;
}
#returntop {
	width:1rem;
	height:1rem;
	background:url(../images/gotop.png) no-repeat center top;
	background-size:1rem auto;
	position:fixed;
	bottom:20%;
	right:2%;
	cursor:pointer;
	z-index:99;
}
#copyright {
	width:94%;
	margin:0 auto;
	color:#fff;
	font-size:1.0em;
	line-height:1.4em;
	padding:0.5em 0 1em 0;
	clear:both;
}
#footer_main .bottomNav {
	width:100%;
}
#footer_main .bottomNav  ul{
        display: block;
	width:345px;
	margin:0 auto;
}
#footer_main .bottomNav li {
	width: 4.0em;
    height: 1.0em;
    border-left: .1em solid #ddd;
    display: block;
    float: left;
    margin: 1em 0;
}
#footer_main .bottomNav li.fli {
	border-left:0;
}
#footer_main .bottomNav li a {
	display: block;
    height: 1.2em;
    line-height: 1.2em;
    color: #fff;
    font-size: .8rem;
}
#copyright a {
	color:#fff;
}
#fix-sider {
	width:1em;
	height:1em;
	position:fixed;
	right:2%;
	bottom:29%;
	background:url(../images/tel.png) no-repeat center top;
	background-size:1rem auto;
	cursor:pointer;
	z-index:999;
}
/*公共颜色调用*/
.pagedSpan a {
	background: #333;
}
.CategoryList_Title i {
	color: #333;
	z-index: 99;
}
.hdPhone p i {
	border: 1px solid #fff;
}
.pagedSpan a {
	color: #fff;
}
.pagedSpan {
	background: #feeddc;
}
/*header*/
header {
	overflow: hidden;
	width: 94%;
	padding: 1em 3%;
	background:#fff;
}
header h1 {
	float: left;
	width: 40%;
}
header h1 img {
	display: block;
}
header h2 {
	float: left;
	margin-left: 3%;
	font-size: 1.1em;
	color: #333;
	margin-top: 4%;
	width: 57%;
}
header h2 p {
	font-weight: normal;
	margin-top: 0.5em;
}
/*nav*/
nav {
	overflow: hidden;
	width: 100%;
}
nav a {
	display: block;
	width: 33%;
	padding: 0.7em 0;
	float: left;
	margin-right: 0.33333333%;
	background: url(../img/navbg.png) no-repeat center top;
	background-size: cover;
	border-top: 1px solid #fff;
	font-size: 1em;
	color: #fff;
	text-align: center;
}
nav img {
	display: block;
	width: 25%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}
nav a:nth-child(3n) {
	margin-right: 0;
	width: 33.33333333%
}
/*footer*/
footer {
	overflow: hidden;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 100
}
footer a {
	display: block;
	width: 24.6%;
	float: left;
	text-align: center;
	font-size: 1em;
	color: #fff;
	padding: 0.6em 0;
	background:#454341;
	background-size: cover;
	margin:0 0.2%
}
footer img {
	display: inline-block;
	width: 30%;
	margin-bottom: -2px;
	margin-right: 0.5em
}
.bd {
	margin-bottom: 2em;
}
/*分类标题*/
.CategoryList_Title {
	line-height: 2.968em;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #b0b4bb;
	font-size: 1.125em;
}
.CategoryList_Title i {
	font-size: 1.2em;
	margin-top: .75em;
	margin-left: 0.75em;
}
.CategoryList_Title .icon-details {
	margin-right: .5em;
}
/*分类列表*/
.CategoryLista {
}
.CategoryLista > li > a {
	display: block;
	color: #333;
	padding: 0 1.125em;
	font-size: 1.125em;
}
.CategoryLista li i {
	float: left;
	margin-top: -1.25em;
	margin-left: 95%;
	color: #656565;
	font-weight: bold;
	font-size: 1.6em;
	z-index: 99;
	display:none;
}
.CategoryLista > li li{
	width: 25%;
    float: left;
}
.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;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.8em;
}
.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: block;
	border-top: 1px solid #ddd;
}
/*搜索*/
.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%;
}
}
/*内页留言*/
.lypage {
	overflow: hidden;
	width: 94%;
	margin: 0 auto
}
.lypage h2 {
	text-align: center;
	font-size: 1.5em;
	color: #C81200;
	background: url(../img/ly_h.png) no-repeat center;
	background-size: 100%;
	margin-bottom: 1.5em;
}
.lypage h3 {
	font-size: 0.6em;
	color: #C81200;
}
.lypage p {
	font-size: 0.5em;
	color: #000;
	margin: 0.5em 0;
}
.lypage .LyPhone {
	display: block;
	font-size: 0.9em;
	color: #ff5a00;
	margin-bottom: 1.25em;
}
.lypage input {
	display: block;
	width: 42%;
	margin: 0.5em 0;
	margin-right: 2%;
	border: 1px solid #cdcdcd;
	float: left;
	height: 2em;
	line-height: 2em;
	padding: 0 2%;
	font-size: 0.6em;
	color: #666;
}
.lypage textarea {
	overflow: hidden;
	display: block;
	width: 90%;
	border: 1px solid #cdcdcd;
	padding: 2%;
	font-size: 0.6em;
	color: #666;
	height: 3em;
	resize: none;
	margin: 0.5em 0 1em 0;
	float: left;
}
.lypage .box {
	overflow: hidden;
	width: 105%;
}
.lypage em {
	display: block;
	width: 22%;
	text-align: center;
	padding: 0.6em 0;
	background-color: #C81200;
	float: left;
	margin-right: 2%;
	font-size: 1em;
	color: #fff;
}
.lypage .em02 {
	background-color: #ff5a00;
}
.pagingNav {
	margin: 1.25em .781em;
	height:auto;
	line-height: 1.562em;
	border-radius: 5px;
	text-align: center;
}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	margin-top: -30px;
	overflow: hidden;
}
.pagingNav .uls a {
	float: left;
	margin-left: 5px;
	padding: 0 5px;
       font-size: 12px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	text-decoration: none;
	float: left
}
.pagingNav .uls a:hover, .pagingNav .uls a.cur {
	background-color: #C81200;
	border-color: #C81200;
	color: #fff;
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
*background-color:transparent;
*color:#666;
}
