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


/*reset.css end*/

#menuClickFilter {
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	background: #E5E5E5;
}

#head {
	width: 100%;
	height: auto;
	background: #333333;
}

#mainNav {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 35px;
	width: auto;
}

#logo>img {
	width: auto;
	height: 100%;
}

#menuBtn {
	display: none;
}

#navUl {
	padding: 0;
	margin: 0;
	float: right;
}

#phoneNav {
	display: none;
}

.navLi {
	margin: 0 8px;
	padding: 0;
	display: inline-block;
}

.navLi a {
	color: #EEEEEE;
	font-size: 14px;
	display: block;
	padding: 0 8px;
	width: 100%;
	height: 100%;
}

.navLi>a:hover {
	color: #DEC9B0;
	background: #222;
}

.mainNavCurrent {
	color: #DEC9B0 !important;
	background: #222;
}

.categoryCurrent {
	color: #ffffff;
}

#categoryAndSearch {
	width: 1000px;
	margin: 30px auto 0 auto;
}

#category {
	float: left;
}

#categoryUl {
	padding: 0;
	margin: 0;
	height: 77px;
	width: 694px;
	background: url(../img/ejdh.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.categoryLi {
	height: 77px;
	width: 173px;
	line-height: 77px;
	float: left;
	margin: auto 0;
	padding: 0;
	text-align: center;
}

.categoryA {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
}

.categoryA:hover {
	color: #fff;
}

#search {
	float: right;
	margin-top: 25px;
}

#footer {
	width: 100%;
	text-align: center;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #111;
}

#links {
	margin: 0;
	padding: 0;
}

#links,
.link {
	height: 22px;
	font-size: 13px;
	color: #CCCCCC;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}

#copyright {
	margin: 0 auto;
	font-size: 13px;
	color: #CCCCCC;
	!important font-family: "微软雅黑";
	letter-spacing: 1px;
}


/*fix download link*/

#fix-download {
	display: none;
}

#pager {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	padding-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;
}

.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;
}

@media only screen and (max-width: 640px) {
	* {
		font-size: 62.5%;
	}
	body {
		width: 100%;
		overflow-x: hidden;
		background-image: none;
		background: #efefef;
	}
	#wrapper {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#menuClickFilter {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0, 0, 0, 0.1);
	}
	#mainNav {
		width: 100%;
		height: 4.5rem;
		line-height: 4.5rem;
		margin: 0 auto;
	}
	#logo {
		display: none;
	}
	#phoneNav {
		display: block;
		width: 100%;
		float: left;
		text-align: left;
		height: 4.5rem;
	}
	#phoneNavUl li {
		height: 4.5rem;
		line-height: 4.5rem;
	}
	#back {
		float: left;
		width: 12%;
		text-align: left;
		height: 3.5rem;
	}
	#back img {
		width: auto;
		height: 100%;
		margin-left: 0.3rem;
	}
	#navTitle {
		width: 76%;
		height: 3.5rem;
		text-align: center;
		float: left;
	}
	#navTitle a {
		color: #FFF;
		font-size: 1.8rem;
	}
	#menuClickFilter {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0, 0, 0, 0.1);
	}
	#menuBtn {
		width: 12%;
		display: block;
		float: right;
		text-align: right;
		height: 3.5rem;
	}
	#menuBtn img {
		width: auto;
		height: 100%;
		margin-right: 0.3rem;
	}
	#navUl {
		display: none;
		width: 100%;
		text-align: center;
		position: relative;
		background: #616161;
		z-index: 1001;
		padding: 0;
		margin: 0;
	}
	.navLi {
		float: left;
		width: 6.0rem;
		margin: 0 0.5rem;
	}
	#categoryAndSearch {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#search {
		display: none;
	}
	#category {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
		background: #aaa;
		overflow-x: scroll;
		background: url(../img/ejdh.png);
		background-repeat: repeat-x;
		background-size: 120%;
		background-position-x: 40%;
	}
	#categoryUl {
		padding: 0;
		margin: 0;
		height:3.5rem;
	}
	.categoryLi {
		height: 3.5rem;
		width: 10.0rem;
		line-height: 3.5rem;
		display: block;
		float: left;
	}
	.categoryA {
		padding: 0;
		margin: 0;
		font-size: 1.4rem;
		letter-spacing: 0rem;
		color: #EEEEEE;
	}
	footer {
		display: none;
	}
	/*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;
	}
	#pager {
		width: 92%;
	}
}