@font-face {
  font-family: "Regular";
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
* { box-sizing: border-box; }
body {
  font-family: "Regular";
  padding: 0;
  margin: 0;
}
img { vertical-align: middle; }
a { text-decoration: none; }
.ul, .ul li, p, .h2, .dl, .dl dd {
  list-style: none;
  padding: 0; margin: 0;
}
.f { display: flex; }
.fv { align-items: center; }
.fc { justify-content: center; }
.fj { justify-content: space-between; }
.f1 { flex: 1; overflow: hidden; }
.pr { position: relative; }
.pa { position: absolute; }
.pv { position: absolute; top: 50%; transform: translateY(-50%); }
.ph { position: absolute; left: 50%; transform: translateX(-50%); }
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.ellipsis {
  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.row-ellipsis {
  display: -webkit-box !important;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 3;    
  overflow: hidden;
}

.phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .phone {
    display: block;
  }
  .m-dttexts{ padding:10px;}
}


#pages {
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font: 14px 'Microsoft YaHei'; margin-top:15px;
}
#pages a {
	display: inline-block;
	padding: 0px 12px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.hover,#pages span.hover {
	padding: 0px 12px;
	height: 32px;
	line-height: 32px;
	margin-top: 0px;
}
#pages a:hover {
	background: #8b0100;
	color: #fff;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 12px;
	height: 32px;
	line-height: 32px;
	background: #8b0100;
	border: 1px solid #8b0100;
	color: #fff;
	text-align: center;
}

