@charset "utf-8";
/* CSS Document */

*,
*:before,
:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
	display: block;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	margin: 0;
	padding: 0;
}

nav,
ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 0px;
	border: 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	line-height: 0px;
}

input,
select,
a img {
	vertical-align: middle;
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	/* -webkit-appearance: none; */
	outline: none;
}

em,
i {
	font-style: normal;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover,
a:active,
a:link {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	width: 100%;
	min-height: 100%;
	/* overflow-x: hidden */
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.6;
}

.ps {
	position: absolute;
}

.pr {
	position: relative;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.pd5 {
	padding: 5px;
}

.pd10 {
	padding: 10px;
}

.pd15 {
	padding: 15px;
}

.pd20 {
	padding: 20px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.mg5 {
	margin: 5px;
}

.mg10 {
	margin: 10px;
}

.mg15 {
	margin: 15px;
}

.mg20 {
	margin: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.color_f {
	color: #fff;
}

.color_f8 {
	color: #f8f8f8;
}

.color_e {
	color: #eee;
}

.color_9 {
	color: #999;
}

.color_6 {
	color: #666;
}

.color_3 {
	color: #333;
}

.slh {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overh {
	overflow: hidden;
}

.hidden {
	display: none;
}

.m_a {
	margin: 0 auto;
}

/*# sourceMappingURL=reset.css.map */

/*-- All --*/
html {
	min-width: 1200px;
}
body {
	color: #333;
	font-size: 14px;
	font-family: Arial, "Microsoft YaHei", "宋体", sans-serif;
}
/* a {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
table td,
table th {
	border: #ddd solid 1px;
	padding: 5px 0;
}
table th {
	background: #39a4dc;
	color: #fff;
}
table .new td {
	color: #f60;
	font-weight: bold;
} */

/* css三角形 */
.arrow,
.arrow s {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: dashed;
	border-width: 5px;
}
.arrowR,
.arrowR s {
	border-left-color: #aaa;
	border-left-style: solid;
}
.arrowR s {
	border-left-color: #fff;
	position: absolute;
	left: -7px;
	top: -5px;
}
.arrowR:hover {
	border-left-color: #f60;
}

.arrowL,
.arrowL s {
	border-right-color: #aaa;
	border-right-style: solid;
}
.arrowL s {
	border-right-color: #fff;
	position: absolute;
	right: -7px;
	top: -5px;
}
.arrowL:hover {
	border-right-color: #f60;
}

.arrowT,
.arrowT s {
	border-bottom-color: #aaa;
	border-bottom-style: solid;
}
.arrowT s {
	border-bottom-color: #fff;
	position: absolute;
	left: -5px;
	top: -3px;
}
.arrowT:hover {
	border-bottom-color: #f60;
}

.arrowB,
.arrowB s {
	border-top-color: #aaa;
	border-top-style: solid;
}
.arrowB s {
	border-top-color: #fff;
	position: absolute;
	left: -5px;
	bottom: -3px;
}
.arrowB:hover {
	border-top-color: #f60;
}

/* css圆形 */
.circle {
	line-height: 100%;
	overflow: hidden;
	font-family: Tahoma, Helvetica;
	font-size: 18px;
	color: #aaa;
}
.circle:hover {
	color: #f60;
}

/* 首页 - index.html  ---------------------------------------------- */
