@charset "UTF-8";
/* 主题色 */
/* 全局样式 START */
body {
  font-family: Noto Sans SC, Microsoft YaHei, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 1200px;
}

.container {
  width: 1200px !important;
  margin: 0 auto;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dn {
  display: none;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.p-r {
  position: relative;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt-ellipsis-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-ellipsis-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-ellipsis-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h2.tit .plus {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  margin-top: -4px;
}

.sub-tit .plus {
  display: inline-block;
  font-size: 14px;
  margin-top: -2px;
  vertical-align: top;
}

.plus {
  display: inline-block;
  font-size: 14px;
  margin-top: -2px;
  vertical-align: top;
}

.line-3 {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.scale-img-wrapper {
  overflow: hidden;
}
.scale-img-wrapper img {
  transition: transform 0.3s;
}
.scale-img-wrapper img:hover {
  transform: scale(1.4);
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}
.btn:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) inset;
}
.btn[disabled], .btn.disabled {
  cursor: not-allowed;
  box-shadow: none;
}
.btn[big] {
  width: 325px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
}
.btn.btn-yellow {
  background-color: #ea5404;
  border-color: #ea5404;
  color: #fff;
}
.btn.btn-blue {
  background-color: #004486;
  border-color: #004486;
  color: #fff;
}

input:focus-visible {
  outline: none;
}

input:focus {
  border-color: #004486;
}

.watermark {
  width: 167px;
  height: 82px;
  background: url("../images/solution/frontLineSeries/2-1-解决方案-一线管理者培养系列-25.png") no-repeat;
  background-size: 100%;
  position: absolute;
}

/* banner-img 图片 */
.banner-img img {
  width: 100%;
}

/* 全局样式 END */

/*# sourceMappingURL=global.css.map */
