/*reset*/

html {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	background-color: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
a {
	background: transparent;
	text-decoration: none;
	color: #000;
}
a:active {
	outline: 0;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
	
	outline: none;
}
input,
textarea,
button {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}
ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
.web-font {
	font-weight: 100;
}
body {
	background: #EEEEEE;
}
/*header*/

#header {
	width: 980px;
	height: 45px;
	margin: 0 auto;
	padding-top: 15px;
}
#logo {
	float: left;
	width: 184px;
	height: 56px;
	margin-top: 4px;
}
#logo img {
	width: 90%;
	height: 90%;
}
#phoneNav {
	display: none;
}
#mianNav {
	float: right;
}
.mainNavLi {
	line-height: 60px;
	height: 60px;
	display: inline-block;
	margin-left: 10px;
}
.mainNavA {
	font-family: "微软雅黑";
	font-weight: 100;
	font-size: 15px;
	padding: 3px 10px;
}
.mainNavA:hover {
	border-radius: 30px;
	background: #FFFFFF;
	box-shadow: -1px 1px 5px #CCCCCC;
}
#wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#main {
	padding-top: 30px;
	height: auto;
}
#breadNav {
	float: left;
	width:60%;
	text-align: left;
	padding-left: 2px;
	margin-top: 11px;
	color: #777;
	font-family: "微软雅黑";
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 100;
}
#breadNav a {
	font-size: 13px;
	font-family: "微软雅黑";
	color: #555;
	letter-spacing:1px;
	font-weight: 100;
}
#breadNav a:hover{
	text-decoration: underline;
}
#baiduSearch {
	float: right;
	height: 32px;
	width: 250px;
	margin-right: 48px;
}
#content {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border: 1px #dedede solid;
	margin-top:12px;
	padding-bottom: 0;
	padding-top: 0;
}
/*links*/

#links {
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
}
.link {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 6px;
}
a.link:hover{
	text-decoration: underline;
}
#copyright {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
}
#pager {
	width: 92%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.paged {
	width: 100%;
	text-align: center;
	margin: 30px auto;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}
.page-a {
	display: block;
	float: left;
	padding: 1px 10px;
	margin: 0 3px;
	border-radius: 60px;
	background-color: #DCDCDC;
	border: #DCDCDC solid 1px;
}
.page-a:link,
.page-a:visited {
	text-decoration: none;
	color: #000000;
}
.page-a:hover {
	background-color: red;
}
.page-a:hover,
.page-a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.page-curr {
	display: block;
	float: left;
	padding: 1px 10px;
	margin: 0 3px;
	border-radius: 60px;
	background-color: #333;
	border: #333 solid 1px;
	color: #FFFFFF;
}
.page-curr:link,
.page-curr:visited {
	text-decoration: none;
	color: #333;
}
.page-curr:hover,
.page-curr:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*详情页面的css*/

#article {
	padding: 30px 20px 0px 20px;
	margin-bottom: 15px;
	overflow: hidden;
}
#h1 {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #555;
	font-weight: 300;
	padding-bottom: 15px;
	width: 100%;
	letter-spacing: 1px;
}
#detail {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #DDDDDD solid;
}
#detail p {
	line-height: 23px;
	margin: 0 auto 20px auto;
	text-align: left;
	font-size: 14px;
	color: #333;
}
#detail img {
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	height: auto;
}
.next-pre {
	width: 95%;
	margin: 0 auto 20px auto;
	text-align: left;
	color: #333;
}
.next-pre li {
	line-height: 25px;
}
.next-pre a {
	color: #555;
	font-size: 13px;
}
.copyright {
	color: #444;
	font-size: 13px;
	margin: 25px auto 30px auto;
}
.bdsharebuttonbox {
	text-align: right;
}
.time-share {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
#time {
	color: #333;
	font-size: 13px;
	font-family: arial;
	width: 46%;
	float: left;
	text-align: right;
	padding-right: 6%;
}
#share {
	text-align: left;
	font-family: arial;
	font-size: 13px;
	color: #333;
	width: 48%;
	float: right;
	margin-top: -5px;
}
/*about.css*/

#aboutNav {
	width: 80%;
	height: 80px;
	margin: -20px auto 15px auto;
}
.aboutus {
	display: inline-block;
	padding: 2px 40px;
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	border-right: 1px #aaa solid;
}
.aboutus:last-child {
	border-right: none;
}
.aboutus:hover {
	text-decoration: underline;
}
#aboutDetail {
	padding: 0 30px 40px 30px;
	overflow: hidden;
}
#aboutDetail p {
	font-size: 14px;
}
#aboutDetail img {
	width: auto;
	height: auto;
}
#fix-box {
	width: auto;
	height: auto;
	background: #FFFFFF;
}
.phoneCopyright {
	display: none;
}
/*fix download link*/

#fix-download {
	display: none;
}
/*评论框*/
#comment{
	width: 94%;
	margin: -10px auto 30px auto;
}
/*移动端通用css除首页*/
@media only screen and (max-width: 768px) {
	html {
		font-size: 62.5%;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	* {
		font-family: helvetica;
		font-size: 1.5rem;
	}
	body {
		width: 100%;
		height: auto;
		background: #FFFFFF;
		overflow-x: hidden;
	}
	#wrapper {
		width: 100%;
	}
	#header {
		height: 4.4rem;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 1000;
	}
	#logo {
		display: none;
	}
	#phoneNav {
		position: fixed;
		top: 0;
		left: 0;
		height: 4.4rem;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		border-bottom: 1px #d4d4d4 solid;
		display: block;
		z-index: 2;
	}
	.phoneNavUl {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.phoneNavLi {
		line-height: 4.4rem;
		height: 4.4rem;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	#back {
		width: 10%;
		height: 100%;
		float: left;
		text-align: left;
	}
	#navTitle {
		width: 60%;
		height: 100%;
		margin: auto;
		text-align: center;
	}
	#navTitle a {
		display: inline-block;
		font-size: 1.8rem;
		padding-top: 0.2rem;
		color: #3385FF;
	}
	#menu {
		width: 10%;
		height: 100%;
		float: right;
		text-align: right;
	}
	.phoneNavLi img {
		width: auto;
		height: 3.2rem;
	}
	#menu img {
		padding-right: 0.6rem;
		z-index: 2;
	}
	#breadNav,
	#baiduSearch {
		display: none;
	}
	#mianNav {
		display: none;
		float: none;
		position: fixed;
		top: 4.5rem;
		left: 0;
		margin: 0;
		padding: 0;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		width: 100%;
		background: #FFFFFF;
		text-align: left;
		border-bottom: 0.1rem #EEEEEE solid;
		box-shadow: 0px 1px 5px #EEEEEE;
		-webkit-box-shadow: 0px 1px 5px #EEEEEE;
		z-index: 2;
	}
	.mainNavLi {
		line-height: 3.0rem;
		height: 3.0rem;
		display:block;
		float: left;
		margin-top: 0.2rem;
		margin-left:0.5rem;
	}
	.mainNavA {
		font-weight: 100;
		font-size: 1.5rem;
		letter-spacing:0;
		border: 0;
		color: #3385FF;
		padding: 0.4rem 0.4rem 0.2rem 0.4rem;
	}
	.mainNavA:hover {
		border-radius: 1.5rem;
		background: #FFFFFF;
	}
	#share {
		margin-top: -0.6rem;
	}
	#article {
		padding: 1.2rem 1.0rem 0 1.0rem;
		margin-bottom: 1.5rem;
		border-bottom: 1px #DDDDDD solid;
		overflow: hidden;
	}
	#h1 {
		font-size: 2.2rem;
		color: #333;
		font-weight: 800;
		padding-bottom: 1.5rem;
		width: 100%;
		letter-spacing: 0.1rem;
		text-align: left;
	}
	.time-share {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 6px;
		text-align: left;
	}
	#time {
		color: #666;
		font-size: 13px;
		font-family: arial;
		width: 38%;
		float: left;
		text-align: left;
	}
	#share {
		width: 55%;
	}
	#detail {
		padding-top: 1.2rem;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		border-top: 0;
		border: none;
	}
	#detail p {
		line-height: 2.4rem;
		margin: 0 auto 2.0rem auto;
		text-align: left;
		font-size: 1.6rem;
		color: #333;
	}
	#detail img {
		width: auto;
		max-width: 90%;
		margin: 0 auto;
		height: auto;
	}
	.copyright {
		display: none;
	}
	.phoneCopyright {
		display: block;
		width: 100%;
		color: #444;
		font-size: 1.3rem;
		margin: 0 auto;
		padding-top: 2.0rem;
		padding-bottom: 2.0rem;
		background: #fafafa;
	}
	#pager {
		text-align: center;
		margin-top: 0;
		margin-bottom: 2.5rem;
	}
	.paged {
		margin: 2.0rem auto;
		font-size: 1.3rem;
	}
	/*fix download link*/
	
	#fix-download {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 4.2rem;
		width: 100%;
		background: rgba(0,0,0,0.4);
	}
	#fix-download-ul{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	.fixLi{
		display:block;
		float: left;
		height: 4.2rem;
		line-height: 4.2rem;
		padding: 0;
		margin: 0;
	}
	#fix-download-logo{
		width: 14%;
		text-align:right;
	}
	#fix-logo{
		height:3.2rem;
		width:3.2rem;
		margin-top: -0.2rem;
	}
	#fix-download-tip{
		width:50%;
		text-align: left;
		margin: 0;
		margin-top: -0.6rem;
		padding: 0;
		padding-left: 0.4rem;
	}
	#tip-title{
		display: block;
		color: #FFFFFF;
		font-size: 1.4rem;
		height: 1.6rem;
	}
	#tip-content{
		font-size: 1.2rem;
		margin: 0;
		padding: 0;
		color: #f4f4f4;
	}
	#download-btn{
		width:18%;
		display: block;
		text-align: center;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	#download-txt{
		width:100%;
		display: block;
		font-size: 1.4rem;
		margin-top: 1.0rem;
		margin-bottom: 0.8rem;
		background: #F84C4A;
		color: #FFFFFF;
	}
	#close{
		width:16%;
		text-align:center;
		margin-top: -0.2rem;
	}
	#closePic{
		width:3.6rem;
		height:3.6rem;
	}
}