@charset "UTF-8";
/**重置css*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
body {
	min-width: 320px;
	font-size: 14px;
	color: #333;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
	-webkit-overflow-scrolling: touch;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl {
	list-style: none;
}

* {
	text-decoration: none!important;
}
a, a:visited, a:active, a:hover, a:focus {
	text-decoration: none!important;
	outline: none;
}
a {
	color: #666;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both
}
.clearfix {
  zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: '\20';
}
.bgFull {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

fieldset {
	border: 0!important;
}
input, button, textarea, select {
	font-size: 100%;
	outline: none;
	resize: none;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}
input[type="button"] {
	cursor: pointer;
	border: 0
}
input[type="submit"] {
	cursor: pointer;
	border: 0
}
input[type="reset"] {
	cursor: pointer;
	border: 0
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999999;
}

img {
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

.vertical-center {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.t2 {
	text-indent: 2em;
}
em {
	font-style: normal;
}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.w1200 {
	width: 100%;
	max-width: 1340px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 70px;
}
.pc-block {
	display: block;
}
.mb-block {
	display: none;
}
.fl{
float: left;
}
.fr{
  float: right;
}
.mb-2r{margin-bottom: 2rem;}
.pagination{
  flex-wrap: wrap; justify-content: center;
  padding-bottom: 2rem;
}
.page-item.active .page-link{
  background-color: #db0f31;
  border-color: #db0f31;
}
.page-link{
  color: #db0f31;
}
.overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.article-content p{
  margin: 20px 0;
  color: #666;
  line-height: 1.6;
  word-wrap: break-word;
  text-align: justify;
  overflow: hidden;
}
.main-bg {
  padding: 2rem 0;
  background: #fff;
  overflow: hidden;
}