#section1 .tiaozhan {
  display: inline-block;
  margin-top: 60px;
}
#section1 .tiaozhan .item {
  width: 238px;
  height: 217px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  float: left;
  position: relative;
  cursor: pointer;
}
#section1 .tiaozhan .item .num {
  position: absolute;
  width: 100%;
  font-size: 120px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #c3deff, #fff);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 90px;
  display: block;
  top: 42px;
}
#section1 .tiaozhan .item .text {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 22px;
  top: 120px;
}
#section1 .tiaozhan .item:hover {
  border: 2px solid #4286f3;
}
#section1 .tiaozhan .item:hover .num {
  top: 41px;
}
#section1 .tiaozhan .item:hover .text {
  top: 119px;
}
#section1 .tiaozhan .item.multi .text {
  top: 110px;
}
#section1 .tiaozhan .item.multi:hover .text {
  top: 109px;
}
.icon-title {
  font-size: 22px;
  padding-left: 0;
}
.icon-title:before {
  font-size: 30px;
  color: #4286f3;
  position: relative;
  top: 5px;
  left: -3px;
}
#section2 .part2 {
  margin-top: 50px;
}
#section2 .part2 .card {
  margin: 60px auto 20px;
}
#section2 .part2 .card img {
  margin-right: 40px;
}
#section2 .part2 .card img:last-child {
  margin-right: 0;
}
#section2 .part2 .card img:hover {
  box-shadow: 0 11px 46px 6px rgba(0, 0, 0, 0.08);
}
#section2 .part3 .circle-line {
  margin: 55px auto 80px;
}
#section2 .part3 .circle-line .item {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-right: 115px;
}
#section2 .part3 .circle-line .item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #4286f3;
  border-radius: 50%;
  margin-bottom: 25px;
  font-size: 50px;
  color: #fff;
}
#section2 .part3 .circle-line .item:after {
  position: absolute;
  display: block;
  content: '';
  width: 217px;
  border-bottom: 1px solid #4286f3;
  left: 87px;
  top: 40px;
}
#section2 .part3 .circle-line .item:last-child {
  margin-right: 0;
}
#section2 .part3 .circle-line .item:last-child:after {
  display: none;
}
#section2 .part3 .circle-line .item:hover i {
  transform: rotate(360deg);
  transition: 0.8s;
}
#section3 ul {
  margin-top: 70px;
  margin-bottom: 120px;
}
#section3 ul li {
  display: inline-block;
  width: 240px;
  height: 90px;
  font-size: 22px;
  line-height: 90px;
  margin-right: 122px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
#section3 ul li:last-child {
  margin-right: 0;
}
#section3 ul li:hover {
  background-color: #4286f3;
  border-color: #4286f3;
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 11px 46px 6px rgba(66, 134, 243, 0.1);
}
#section4 .part1 {
  width: 100%;
  height: 686px;
  margin: 65px auto 0;
  background: url("/Shared/home/images/training/sales/section3-1.jpg") center center no-repeat;
}
#section4 .part2 .daogou {
  width: 980px;
  height: 600px;
  margin: 47px auto 160px;
}
#section4 .part2 .daogou .item-fa {
  display: inline-block;
  margin-right: 47px;
  position: relative;
  width: 279px;
  height: 564px;
  float: left;
}
#section4 .part2 .daogou .item-fa ul {
  position: absolute;
  bottom: 0;
}
#section4 .part2 .daogou .item-fa ul li {
  width: 223px;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 20px 24px 20px 30px;
  text-align: left;
  background-color: #ffffff;
  height: 31px;
}
#section4 .part2 .daogou .item-fa ul li h3 {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 35px;
}
#section4 .part2 .daogou .item-fa ul li h3:after {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/Shared/home/images/training/sales/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section4 .part2 .daogou .item-fa ul li h3:before {
  font-size: 30px;
  position: absolute;
  left: 0;
}
#section4 .part2 .daogou .item-fa ul li span {
  display: none;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 12px;
  line-height: 18px;
}
#section4 .part2 .daogou .item-fa ul li:hover {
  height: auto;
  background: linear-gradient(to right, #0373ff, #3298ff);
  color: #ffffff;
}
#section4 .part2 .daogou .item-fa ul li:hover h3:after {
  background-position: 0 0;
}
#section4 .part2 .daogou .item-fa ul li:hover span {
  display: block;
  margin-top: 10px;
}
#section4 .part2 .daogou .item-fa ul li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
#section4 .part2 .daogou .item-fa ul:last-child {
  margin-right: 0;
}
#section4 .part2 .daogou .item-fa ul:nth-child(1):after {
  display: inline-block;
  content: '知识层';
  margin-top: 48px;
}
#section4 .part2 .daogou .item-fa ul:nth-child(2):after {
  display: inline-block;
  content: '训练层';
  margin-top: 48px;
}
#section4 .part2 .daogou .item-fa ul:nth-child(3):after {
  display: inline-block;
  content: '任务层';
  margin-top: 48px;
}
#section4 .part3 {
  margin-top: 70px;
  margin-bottom: 170px;
}
#section4 .part3 .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 4px;
}
