﻿@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-width: 800px;
    margin: auto;
}
.logo {
    margin: 1em 0.5em 0.8em 0em;
}
.logo img {
    max-width: 100%;
    border: none;
}
/*--header_end--*/
.nav {
	overflow: hidden;
	background: #277df2;
}
.nav ul {
	position: relative;
	overflow: hidden;
	height: 6.2em;
	position: relative;
}
.nav ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
}
.nav ul li a {
	display: block;
	height: 2.75em;
	line-height: 2.95em;
	font-size: 1.15em;
	color: #fff;
	font-weight: bold;
}
.nav ul li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 1px;
	z-index: 9;
	height: 100%;
	width: 0px;
	border-left: 0.1em solid #80bef7;
}
.nav ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 9;
	height: 0;
	width: 100%;
	border-top: 0.1em solid #80bef7;
}
/*nav_end*/
/*子栏目*/
.sub_nav {
  overflow: hidden;
}
.sub_nav ul {
}
.sub_nav li {
  float: left;
  margin: 1em 0.5em 0 0.5em;
  width: 29%;
  text-align: center;
}
.sub_nav li a {
  width: 100%;
  height: 1.8em;
  overflow: hidden;
  line-height: 2em;
  display: block;
  border: solid 1px #ddd;
  background: #f2f2f2;
  font-size: 1.1em;
  border-radius: 5px;
}
.sub_nav li.currclass a {
  background: #FF7F00;
  border: solid 1px #FF7F00;
  color: #fff;
}
/*footer_end*/
.end {
	font-size: 1.1em;
	color: #535353;
	text-align: center;
	background: #80bef7;
	text-shadow: 0px 0px #bbb, 0 1px #fff;
	margin-bottom: 4.5em;
	padding:10px;
}
.ftmenu {
	position: relative;
	width: 100%;
	height: 4em;
	padding: 0.5em 0;
	background: #277df2;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.ftmenu ul {
	overflow: hidden;
}
.ftmenu .Ttotop {
	width: 4.542em;
	height: 2.292em;
	overflow: hidden;
	position: absolute;
	top: -2.292em;
	left: 50%;
	margin-left: -2.271em;
}
.ftmenu .Ttotop img {
	display: block;
	width: 100%;
}
.ftmenu li {
	float: left;
	width: 25%;
	text-align: center;
}
.ftmenu li a {
	display: block;
	position: relative;
	height: 4em;
}
.ftmenu li img {
	width: auto;
	height: 2.083em;
}
.ftmenu li span {
	display: block;
	font-size: 1em;
	color: #ffffff;
	margin-top: 0.2em;
}
.ftmenu li a:after {
	content: '';
	position: absolute;
	top: 15%;
	right: -2px;
	z-index: 9;
	height: 70%;
	width: 0px;
	border-left: 0.1em solid #558dd9;
}
/*公共颜色调用*/
.pagedSpan a {
	background: #333;
}
.hdPhone p i {
	border: 1px solid #fff;
}
.pagedSpan a {
	color: #fff;
}
.pagedSpan {
	background: #feeddc;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
}
.toTop {
	position: absolute;
	top: -3em;
	left: 50%;
	z-index: 999;
	margin-left: -2.2em;
	width: 4.583em;
	height: 4.583em;
	line-height: 4.583em;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}
.fotNav {
	overflow: hidden;
}
.fotNav li {
	float: left;
	width: 25%;
	text-align: center;
}
.fotNav li a {
	display: block;
	padding: 1em 0px;
	font-size: 1em;
	color: #fff;
	margin-top: 1px;
	position: relative;
	background-color: #ee5915;
}
.fotNav li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 9;
	height: 100%;
	width: 0px;
	border-left: 1px solid #fa6724;
}
/*分类标题*/
.CategoryList_Title {
	height: 2.75em;
	line-height: 2.75em;
	padding: 0 .687em;
	color: #333;
	text-align: center;
	font-size: 1.2em;
	background-color: #f2f2f2;
	font-weight: 700;
}
.CategoryList_Title i {
	font-size: 1.2em;
	margin-top: .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;
}
.CategoryLista > li li a {
	height: 3.031em;
	line-height: 3.031em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #666;
	background: #EBEBEB;
	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;
}
/*图文列表*/
.pic_art_list {
  padding: 0 1em;
}
.pic_art_list dl {
  height: 8em;
  border-bottom: solid 1px #eee;
  margin-top: 1.5em;
}
.pic_art_list dl dt {
  width: 10em;
  float: left;
}
.pic_art_list dl dt img {
  width: 9em;
  height: 6.5em;
}
.pic_art_list dl dd {
}
.pic_art_list dl dd h5 {
  overflow: hidden;
  font-weight: 700;
  font-size: 1.1em;
}
.pic_art_list dl dd h5 span {
  float: right;
}
.pic_art_list dl dd p {
  line-height: 1.7em;
  font-size: 1em;
  color: #666;
  margin-bottom: 0em;
}
.link_1 span {
  font-size: 1em;
  color: #999999;
  line-height: 2.2em;
  padding-left: 2em;
  margin-right: 1.5em;
}
.link_1 span.question {
  background: url(/m/skin/img/listyle1.jpg) no-repeat left center;
}
.link_1 span.question a {
  color: #999;
}
.link_1 span.stars {
  background: url(/m/skin/img/listyle2.jpg) no-repeat left center;
}
/*搜索*/
.searchSpan {
	position: relative;
	overflow: hidden;
	margin: 1em;
}
.searchSpan .txtSearch {
	height: 2.5em;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 1.1em;
	text-indent: .25em;
	width: 99.9%;
	outline: none;
	color:#7d7d7d;
}
.searchSpan .btnSearch {
	position: absolute;
	right: 0px;
	top: 1px;
	border-radius: 0 5px 5px 0;
	display: block;
	height: 2.8em;
	line-height: 3.2em;
	color: #333;
	width: 2.5em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	background-color: #ddd;
}
/*分页*/
.pagingNav {
	padding: 0.5em 1em 1em 1em;
}
.pagingNav p {
	height: 2.5em;
	line-height: 2.5em;
}
.pagingNav .uls {
	overflow: hidden;
	text-align: center;
}
.pagingNav .uls a {
	float: left;
	margin-left: 0.5em;
	padding: 0 0.9em;
	height: 2.2em;
	line-height: 2.3em;
	border: 1px solid #EBEBEB;
	text-decoration: none;
	float: left;
	margin-bottom: 0.5em;
}
.pagingNav .uls a:hover, .pagingNav .uls a.cur {
	background-color: #0C5CC8;
	border-color: #0C5CC8;
	color: #fff;
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
	*background-color:transparent;
	*color:#666;
}
.pageinfo{
	font-size:1.1em;
}
.green {
	coor: Green
}
.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%;
}
}