@charset "UTF-8";
/* 主题色 */
/* 这些痛 */
.these-pain {
  height: 693px;
  overflow: hidden;
}
.these-pain .title {
  margin-top: 60px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.these-pain .title .big {
  font-size: 36px;
  color: #004486;
}
.these-pain .pain-list {
  margin-top: 40px;
  margin-right: -16px;
}
.these-pain .pain-list .pain-item {
  float: left;
  margin-right: 16px;
  width: 288px;
  overflow: hidden;
  position: relative;
}
.these-pain .pain-list .pain-item img {
  width: 100%;
  transition: all 0.3s;
}
.these-pain .pain-list .pain-item:hover img {
  transform: scale(1.4);
}
.these-pain .pain-list .pain-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.these-pain .pain-list .pain-item .info .tit {
  margin-top: 52px;
  color: #fff;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}
.these-pain .pain-list .pain-item .info .line {
  width: 86px;
  height: 1px;
  margin: 14px auto 0;
  background-color: #fff;
}
.these-pain .pain-list .pain-item .info .desc {
  margin-top: 20px;
  height: 136px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #595858;
  color: #fff;
}
.these-pain .pain-list .pain-item .info .desc .bold {
  font-weight: 500;
  font-size: 20px;
}
.these-pain .pain-list .pain-item .info .b-btn {
  text-align: center;
}
.these-pain .pain-list .pain-item .info .b-btn .btn {
  width: 144px;
  height: 35px;
  line-height: 33px;
  font-size: 13px;
  background-color: #548ed3;
  border-color: #548ed3;
}
.these-pain .go-more-btn {
  margin-top: 55px;
  text-align: center;
}

/* 需要解决方案 */
.need-solution {
  height: 658px;
  overflow: hidden;
  background-color: #ededee;
}
.need-solution .title {
  margin-top: 55px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.need-solution .title .big {
  font-size: 36px;
  color: #00457f;
}
.need-solution .head {
  margin-top: 42px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.need-solution .head .head1 {
  width: 388px;
  background-color: #3c68ac;
}
.need-solution .head .head2 {
  width: 812px;
  background-color: #56b1bc;
}
.need-solution .c {
  margin-top: 20px;
  position: relative;
}
.need-solution .c .series {
  width: 360px;
}
.need-solution .c .series .tit {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.need-solution .c .series .line {
  height: 118px;
  display: table-row;
}
.need-solution .c .series .line .txt {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #595858;
  padding-left: 34px;
  padding-right: 48px;
}
.need-solution .c .series .bd {
  width: 100%;
  height: 5px;
}
.need-solution .c .series.series1 .tit {
  background-color: #437fc4;
}
.need-solution .c .series.series1 .line1 {
  background-color: #def0f7;
}
.need-solution .c .series.series1 .line2 {
  background-color: #cce1ed;
}
.need-solution .c .series.series1 .line3 {
  background-color: #9acce0;
}
.need-solution .c .series.series1 .bd {
  background-color: #4280c4;
}
.need-solution .c .series.series2 {
  margin-left: 60px;
}
.need-solution .c .series.series2 .tit {
  background-color: #61c9cf;
}
.need-solution .c .series.series2 .line1 {
  background-color: #d8ebea;
}
.need-solution .c .series.series2 .line2 {
  background-color: #d0e9e8;
}
.need-solution .c .series.series2 .line3 {
  background-color: #c6e2e0;
}
.need-solution .c .series.series2 .bd {
  background-color: #61c9cf;
}
.need-solution .c .tag {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 8px solid #ededee;
}
.need-solution .c .tag .txt {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #4480c5;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-top: 8px;
}
.need-solution .c .tag.tag-type1 .txt {
  color: #3b69ad;
  background-color: #dcf1f5;
  border-color: #699ce0;
}
.need-solution .c .tag.tag-type1::before {
  content: "";
  display: block;
  border-right: 6px solid #699ce0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -14px;
  top: 31px;
}
.need-solution .c .tag.tag-type1::after {
  content: "";
  display: block;
  border-left: 6px solid #699ce0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -14px;
  top: 31px;
}
.need-solution .c .tag.tag-type2 .txt {
  color: #56b3bd;
  background-color: #e9fffb;
  border-color: #82ccd0;
}
.need-solution .c .tag.tag-type2::before {
  content: "";
  display: block;
  border-right: 6px solid #82ccd0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -14px;
  top: 31px;
}
.need-solution .c .tag.tag-type2::after {
  content: "";
  display: block;
  border-left: 6px solid #82ccd0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -14px;
  top: 31px;
}
.need-solution .c .tag.tag1 {
  top: 50px;
  left: 348px;
}
.need-solution .c .tag.tag2 {
  top: 50px;
  left: 768px;
}
.need-solution .c .tag.tag3 {
  top: 168px;
  left: 348px;
}
.need-solution .c .tag.tag4 {
  top: 168px;
  left: 768px;
}
.need-solution .c .tag.tag5 {
  top: 286px;
  left: 348px;
}
.need-solution .c .tag.tag5 .txt {
  padding-top: 18px;
}
.need-solution .c .tag.tag6 {
  top: 286px;
  left: 768px;
}
.need-solution .c .tag.tag6 .txt {
  padding-top: 18px;
}

/* find+ 报告 */
.find-plus-report {
  height: 520px;
  overflow: hidden;
  background: url("/images/solution/frontLineSeries/切图-解决方案-一线管理者培养系列-0817-01.jpg") no-repeat;
  background-size: cover;
}
.find-plus-report .title {
  margin-top: 60px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.find-plus-report .title .big {
  font-size: 36px;
  color: #004486;
}
.find-plus-report .wrapper {
  margin-top: 60px;
  width: 1050px;
  height: 155px;
  background-image: linear-gradient(to right, #8ac11e, #157aa1);
  position: relative;
  padding-left: 75px;
  padding-top: 18px;
}
.find-plus-report .wrapper::after {
  content: "";
  display: block;
  border-left: 148px solid #157aa1;
  border-top: 118px solid transparent;
  border-bottom: 118px solid transparent;
  position: absolute;
  top: -40px;
  left: 1050px;
  padding: 0 32px;
}
.find-plus-report .wrapper .txt-c {
  width: 290px;
  height: 116px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 36px;
  padding-left: 32px;
  letter-spacing: 4px;
}
.find-plus-report .wrapper .txt-c.ml {
  margin-left: 23px;
}
.find-plus-report .go-more-btn {
  margin-top: 73px;
  text-align: center;
}

/* 目标对象 */
.target-obj {
  padding-bottom: 24px;
  background-color: #fff;
}
.target-obj .c {
  height: 749px;
  background: url("../../images/solution/frontLineSeries/2-1-解决方案-一线管理者培养系列-06.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.target-obj .c .title {
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-top: 70px;
}
.target-obj .c .sub-tit {
  margin-top: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #595858;
}
.target-obj .c .sub-tit .big {
  color: #004486;
  font-size: 20px;
}
.target-obj .c .ball-wrapper {
  margin-top: 96px;
  margin-left: 516px;
  width: 168px;
  height: 168px;
  position: relative;
  cursor: pointer;
}
.target-obj .c .ball-wrapper:hover .ring {
  animation: waterAnimate 1.3s ease-out infinite;
}
@keyframes waterAnimate {
  0% {
    width: 300px;
    height: 300px;
    opacity: 1;
  }
  100% {
    width: 380px;
    height: 380px;
    opacity: 0;
  }
}
.target-obj .c .ball-wrapper .ring {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(63, 142, 220, 0.2);
}
.target-obj .c .ball-wrapper .ball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3f8edc;
  background-image: radial-gradient(#3f8edc, #336eaf);
  border-radius: 50%;
  overflow: hidden;
}
.target-obj .c .ball-wrapper .ball .txt {
  margin-top: 74px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.target-obj .c .feature-list {
  margin-top: 80px;
}
.target-obj .c .feature-list .feature-item {
  float: left;
  width: 25%;
}
.target-obj .c .feature-list .feature-item .tit {
  margin-top: 28px;
  height: 28px;
  line-height: 18px;
  font-size: 18px;
  color: #004486;
}
.target-obj .c .feature-list .feature-item .tit .big {
  font-size: 28px;
  font-weight: 700;
}
.target-obj .c .feature-list .feature-item .desc {
  font-size: 14px;
  color: #595858;
  line-height: 26px;
}

/* 一线讲师 */
.one-line-lecturer {
  background-color: #fff;
  overflow: hidden;
}
.one-line-lecturer .title {
  margin-top: 75px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 48px;
}
.one-line-lecturer .lecturer-swiper {
  padding: 0 69px;
  position: relative;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide:hover .img .mask {
  display: block;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .img {
  overflow: hidden;
  position: relative;
  height: 174px;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .img img {
  width: 100%;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 84, 4, 0.7);
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .img .mask .desc {
  margin-top: 70px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 0 8px;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .info {
  height: 42px;
  overflow: hidden;
  background-color: #004486;
  text-align: center;
  color: #fff;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .info .name {
  margin-top: 5px;
  font-size: 13px;
  line-height: 13px;
}
.one-line-lecturer .lecturer-swiper .swiper-container .swiper-slide .info .position {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
}
.one-line-lecturer .lecturer-swiper .swiper-button-next, .one-line-lecturer .lecturer-swiper .swiper-button-prev {
  width: 26px;
  height: 96px;
  margin-top: -48px;
  background-size: 14px;
  background-color: #f4f4f4;
}
.one-line-lecturer .lecturer-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ea5404'%2F%3E%3C%2Fsvg%3E");
}
.one-line-lecturer .lecturer-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ea5404'%2F%3E%3C%2Fsvg%3E");
}
.one-line-lecturer .go-more-btn {
  margin-top: 56px;
  text-align: center;
}

/* 经典案例 */
.classic-case {
  margin-top: 70px;
}
.classic-case .title {
  margin-top: 45px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
}
.classic-case .tit3 {
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #004486;
  font-weight: 500;
}
.classic-case .case4-case5 {
  height: 1176px;
  background-color: #ededee;
  overflow: hidden;
}
.classic-case .case4-case5 .case4-tit {
  margin-top: 48px;
}
.classic-case .case4-case5 .case4-sub-tit {
  margin-top: 18px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #595858;
}
.classic-case .case4-case5 .case4-c {
  height: 480px;
  position: relative;
  overflow: hidden;
}
.classic-case .case4-case5 .case4-c .img {
  margin-top: 45px;
}
.classic-case .case4-case5 .case4-c .img img {
  user-select: none;
}
.classic-case .case4-case5 .case4-c .msg {
  position: absolute;
  font-size: 13px;
  line-height: 23px;
  color: #595858;
  margin-top: 10px;
}
.classic-case .case4-case5 .case4-c .msg ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 50%;
}
.classic-case .case4-case5 .case4-c .msg1 {
  top: 338px;
  left: 0;
}
.classic-case .case4-case5 .case4-c .msg1 ul li::before {
  background-color: #346fb0;
}
.classic-case .case4-case5 .case4-c .msg2 {
  top: 338px;
  left: 223px;
  color: #346fb0;
  width: 120px;
}
.classic-case .case4-case5 .case4-c .msg3 {
  top: 258px;
  left: 420px;
}
.classic-case .case4-case5 .case4-c .msg3 ul li::before {
  background-color: #009da7;
}
.classic-case .case4-case5 .case4-c .msg4 {
  top: 258px;
  left: 629px;
  color: #009da7;
  width: 120px;
}
.classic-case .case4-case5 .case4-c .msg5 {
  top: 180px;
  left: 820px;
}
.classic-case .case4-case5 .case4-c .msg5 ul li::before {
  background-color: #f29c1c;
}
.classic-case .case4-case5 .case4-c .watermark {
  top: 228px;
  left: 725px;
}
.classic-case .case4-case5 .case5-c {
  margin-top: 32px;
}
.classic-case .case4-case5 .case5-c .my-table {
  width: 100%;
}
.classic-case .case4-case5 .case5-c .my-table thead tr:nth-child(1) th {
  height: 40px;
}
.classic-case .case4-case5 .case5-c .my-table thead tr:nth-child(2) th {
  height: 35px;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th {
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-align: center;
  vert-align: middle;
  font-weight: 500;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-1 {
  width: 110px;
  background-color: #878788;
  border-radius: 20px 20px 0 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #bbb;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-2 {
  background-color: #f29c1c;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-2-1 {
  background-color: #f29c1c;
  width: 220px;
  border-right: 1px solid #fff;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-2-2 {
  background-color: #f29c1c;
  width: 370px;
  border-right: 1px solid #fff;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-3 {
  background-color: #346fb0;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #fff;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-3-1 {
  background-color: #346fb0;
  width: 120px;
  border-right: 1px solid #fff;
}
.classic-case .case4-case5 .case5-c .my-table thead tr th.head-3-2 {
  background-color: #346fb0;
}
.classic-case .case4-case5 .case5-c .my-table tbody tr:nth-child(2) td {
  background-color: #ededee;
}
.classic-case .case4-case5 .case5-c .my-table tbody tr td {
  font-size: 13px;
  line-height: 21px;
  color: #595858;
  padding: 18px 16px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.classic-case .case4-case5 .case5-c .my-table tbody tr td:nth-child(1) {
  background-color: #ededee;
  text-align: center;
  border-left: 1px solid #bbb;
}
.classic-case .case1 {
  background-color: #fff;
  overflow: hidden;
}
.classic-case .case1 .tit3 {
  margin-top: 45px;
  margin-bottom: 18px;
}
.classic-case .case1 .my-table {
  width: 100%;
}
.classic-case .case1 .my-table thead th {
  height: 38px;
  background-color: #346fb0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.classic-case .case1 .my-table thead th:nth-child(1) {
  width: 135px;
  border-right: 1px solid #fff;
}
.classic-case .case1 .my-table thead th:nth-child(2) {
  width: 210px;
  border-right: 1px solid #fff;
}
.classic-case .case1 .my-table thead th:nth-child(3) {
  width: 560px;
  border-right: 1px solid #fff;
}
.classic-case .case1 .my-table tbody td {
  height: 40px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #8aaed1;
  color: #595858;
}
.classic-case .case1 .my-table tbody td.t-l {
  text-align: left;
  padding: 0 20px;
}
.classic-case .case1 .my-table tbody td.bg {
  background-color: #ededee;
}
.classic-case .case1 .my-table tbody td:not(:last-child) {
  border-right: 1px dashed #c5c5c5;
}
.classic-case .case1 .watermark {
  right: 205px;
  top: 218px;
}
.classic-case .case3 {
  overflow: hidden;
  margin-bottom: 88px;
}
.classic-case .case3 .watermark {
  top: 56px;
  left: 495px;
}
.classic-case .case3 .tit3 {
  margin-top: 58px;
  margin-bottom: 25px;
}
.classic-case .case3 .l {
  width: 208px;
  overflow: hidden;
}
.classic-case .case3 .l .tag {
  width: 172px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.classic-case .case3 .l .tag:nth-child(1) {
  margin-top: 106px;
  background-color: #8cb4e2;
}
.classic-case .case3 .l .tag:nth-child(1)::after {
  border-left-color: #8cb4e2;
}
.classic-case .case3 .l .tag:nth-child(2) {
  margin-top: 42px;
  background-color: #558fd4;
}
.classic-case .case3 .l .tag:nth-child(2)::after {
  border-left-color: #558fd4;
}
.classic-case .case3 .l .tag:nth-child(3) {
  margin-top: 42px;
  background-color: #2e6db7;
}
.classic-case .case3 .l .tag:nth-child(3)::after {
  border-left-color: #2e6db7;
}
.classic-case .case3 .l .tag:nth-child(4) {
  margin-top: 42px;
  background-color: #1b5496;
}
.classic-case .case3 .l .tag:nth-child(4)::after {
  border-left-color: #1b5496;
}
.classic-case .case3 .l .tag .num {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  margin: 0 8px;
}
.classic-case .case3 .l .tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -48px;
  display: block;
  border-top: 20px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid transparent;
}
.classic-case .case3 .c {
  border: 1px solid #346fb0;
  width: 480px;
}
.classic-case .case3 .c p {
  font-size: 12px;
  line-height: 22px;
  color: #595858;
  padding: 0 16px;
}
.classic-case .case3 .c p.blue {
  color: #004486;
}
.classic-case .case3 .c p.mt {
  margin-top: 20px;
}
.classic-case .case3 .c .top {
  height: 308px;
  border-bottom: 1px solid #346fb0;
  background-color: #e8f5fc;
  overflow: hidden;
}
.classic-case .case3 .c .bottom {
  height: 186px;
  background-color: #d5f2ff;
  overflow: hidden;
}
.classic-case .case3 .r {
  width: 500px;
  height: 496px;
}
.classic-case .case3 .r .my-table {
  width: 100%;
  border-left: 1px solid #346fb0;
  border-right: 1px solid #346fb0;
}
.classic-case .case3 .r .my-table thead th {
  height: 38px;
  font-size: 14px;
  text-align: center;
  vert-align: middle;
  background-color: #346fb0;
  color: #fff;
}
.classic-case .case3 .r .my-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.classic-case .case3 .r .my-table thead th:nth-child(1) {
  width: 50px;
}
.classic-case .case3 .r .my-table thead th:nth-child(2) {
  width: 80px;
}
.classic-case .case3 .r .my-table thead th:nth-child(3) {
  width: 315px;
}
.classic-case .case3 .r .my-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #346fb0;
}
.classic-case .case3 .r .my-table tbody td {
  padding: 14px 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #595858;
  background-color: #fff;
  border-bottom: 1px solid #346fb0;
}
.classic-case .case3 .r .my-table tbody td:not(:last-child) {
  border-right: 1px dashed #d5d5d5;
}
.classic-case .case3 .r .my-table tbody td.t-l {
  text-align: left;
}

/*# sourceMappingURL=frontLineSeries.css.map */
