@charset "utf-8";
/**
 * 页面初始化样式
 */
body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
@font-face {
  font-family: 'PingFangSC-Semibold';
  font-style: normal;
  font-weight: 600;
  src: local('☺'), url("../fonts/PingFangSC-Semibold.woff2") format("woff2"), url("../fonts/PingFangSC-Semibold.woff") format("woff"), url("../fonts/PingFangSC-Semibold.ttf") format("truetype");
  /* (C) 2015 Apple Inc. All rights reserved. */
}
@font-face {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/PingFangSC-Regular.eot');
  src: local('☺'), url("../fonts/PingFangSC-Regular.woff2") format("woff2"), url("../fonts/PingFangSC-Regular.woff") format("woff"), url("../fonts/PingFangSC-Regular.ttf") format("truetype");
  /* (C) 2015 Apple Inc. All rights reserved. */
}
/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
code,
em,
img,
small,
strong,
sub,
sup,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a {
  color: #007bc4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  height: 100%;
  font: 14px/18px PingFang SC, PingFangSC-Semibold, "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;
  color: #51555C;
  background: #FFFFFF;
}
img {
  border: none;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}
.clearfix {
  zoom: 1;
  /* 兼容ie6*/
}
.clearfix:after,
.clearfix:before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
[role="button"] {
  cursor: pointer;
}
.pointer,
a {
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
/* 单换行 */
.ellipsis-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.3;
}
/* 双换行 */
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
/* 双换行 */
.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  line-height: 1.3;
}
.hide {
  display: none;
}
.border-none {
  border: none !important;
}
.bg-transparent {
  background: transparent !important;
}
.tr-img {
  transition: all 0.5s ease-in-out;
}
.tr-img:hover {
  transition: transform 0.5s;
  transform: scale(1.1);
}
.pc-container {
  width: 1250px;
  margin: 0px auto;
}
.hover-scale11 {
  transition: all 0.6s;
}
.hover-scale11:hover {
  transform: scale(1.1);
}
