html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	/* font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '寰蒋闆呴粦', Arial, sans-serif; */
	font-family: "寰蒋闆呴粦", "瀹嬩綋", "鍗庢枃缁嗛粦", \5B8B\4F53, arial, sans-serif,"Helvetica Neue", Helvetica, "PingFang SC";
	box-sizing: border-box;
	color: #231815;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 100%;
	font-family: "寰蒋闆呴粦", "瀹嬩綋", "鍗庢枃缁嗛粦", \5B8B\4F53, arial, sans-serif,"Helvetica Neue", Helvetica, "PingFang SC";
	box-sizing: border-box;
	color: #231815;
}

li {
	list-style: none;
}

img {
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
}

a {
	text-decoration: none;
}

html,
body {
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.page-list .banner-img{
	height: 0 !important;
}
/* @font-face {
	font-family: 'palatino';
	src: url('../fonts/Palatino.ttc');
} */

/* 鍒嗛〉 */
.current-page {
	float: right;
  }
.current-page > span {
	font-size: 14px;
	float: left;
	line-height: 30px;
}

.current-page > span > i{
	display: none;
	font-size: 14px;
	line-height: 30px;
	font-style: normal;
	color: #bd9475;
}
  
  .current-page > span > input {
	width: 50px;
	height: 32px;
	text-align: center;
  }
  
  #jump-page {
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	height: 32px;
	padding: 0 10px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bd9475;
	color: #bd9475;
  }
  #jump-page:hover {
	background: #bd9475;
	color: #fff;
  }
  #all_page {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 32px;
	color: #bd9475;
  }
  #jump-value {
	width: 60px;
	height: 32px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bd9475;
	color: #bd9475;
  }
  .current-container {
	float: left;
  }
  .current-container li span {
	display: block;
	font-size: 30px;
	line-height: 0.4rem;
	margin: 0 5px 0 5px;
	cursor: pointer;
  }
  @media screen and (max-width: 960px) {
	  #all_page {
		  display: block;
		  width: 100%;
		  text-align: left;
		  margin-bottom: 8px;
	  }
	  #main .pages .current-page > ul > li {
		  /* margin-top: 10px; */
		  margin-bottom: 10px;
	  }
	  #main .pages .current-page > ul > li {
		display: none;
	  }
	  #main .pages .current-page > ul > li:first-of-type,#main .pages .current-page > ul > li:last-of-type{
		display: block;
	  }
	  .current-container .float-left:first-of-type,.current-container .float-left:last-of-type{
		  margin-left: 10px;
	  }

	  .current-page > span > i{
		display: inline;
		margin-left: 15px;
	}
  }