@charset "utf-8";
/*■■■■■■■■　公用样式  ■■■■■■■■*/
*{margin:0px;padding:0px;}
@font-face {
  font-family: "PingFang Bold";
  src: url('../fonts/PingFang Bold.ttf');
}
@font-face {
  font-family: "PingFang Medium";
  src: url('../PingFang Medium.ttf');
}
@font-face {
  font-family: "PingFang Regular";
  src: url('../fonts/PingFang Regular.ttf');
}
@font-face {
  font-family: "DINCond-Bold";
  src: url('../fonts/DINCond-Bold.otf');
}
body {
	font-family: "PingFang Medium","PingFang Regular",新細明體,Arial,"Lucida Grande",sans-serif!important;
	font-size:16pt;
	overflow-x:hidden;
	line-height:30pt;
	color: #747474;
	background:#F9F9F9;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i,center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,strong {
	font-weight:normal;
	font-size:100%;
}
input, select, textarea {
	vertical-align:middle;
	font-size:15px;
	color:#3a3a3a;
	transition-duration:0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	border-radius:0;
	box-sizing:border-box;
}
input[type="text"], input[type="password"] {
	padding-left:5px;
	padding-right:5px;
	height:25px;
	line-height:25px;
	border:1px solid #e8e9ec;
	background:#fff;border:none;outline:medium;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {  outline: none;}
select::-ms-expand {display: none;border:none;outline:medium;}/*清除ie的默认样式，隐藏下拉箭头*/
textarea {padding:0.1em;border:none;outline:medium;}
button {
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
}
a {
	text-decoration:none;
	color:#181818;
	cursor: pointer;
}
a:hover {
	color:#023589;
	text-decoration:none;
}
.w1200 {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
.w1320 {
	margin: 0 auto;
	width: 1320px;
	position: relative;
}
.fl{float: left;}
.fr{float: right;}
 /*图片等比例*/
img {
	outline-width:0px;
	vertical-align:top;
} 
em{font-style:normal;}
ul, ol ,li{list-style: none;}
.icon{background: url(../images/icon.png) no-repeat;}

/*■■■■■■■■　基本设定　■■■■■■■■*/
/* 清理浮动 */
.clearfix {clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* 空格 */
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.m20{margin:20px 0;}
.p10{padding:10px;}
.p20{padding:20px;}
.p30{padding:30px;}

/*pages*/
.pages {
	padding:40px 0;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 500px;
}
.pages li {
	float: left;
}
.pages li a {
	height:40px;
	/*! border:1px solid #d7d7d7; */
	display: inline-block;
	text-align: center;
	margin:0 4px;
	line-height: 40px;
	width: 40px;
	border-radius: 5px;
	background: #EEEEEE;
}
.pages li.active a,.pages li a:hover {
	background: #023889;
	color:#fff;
}
