
.social-wrap .banner {
  height: 416px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 296px;
}
.social-wrap .btn {
  display: block;
  width: 272px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  font-size: 27px;
  color: white;
  background: linear-gradient(to top, #fd7b00, #ffaf00);
  border-radius: 800px;
  margin: 0 auto;
}

.social-wrap .title4 {
  font-size: 25.6px;
  text-align: center;
}
.social-wrap .title4 span {
  border-bottom: 2px solid #fd7b00;
  padding: 4px 0;
}

.policy {
  padding: 56px 0 72px;
}
.policy .items {
  display: flex;
  padding: 0 24px;
  align-items: center;
  border: 2px solid #c0c0c0;
  border-radius: 9.6px;
  margin-top: 16px;
  min-height: 88px;
  font-size: 14.4px;
}
.policy .right {
  padding: 16px 0;
}

.policy .icon {
  width: 72px;
  margin-right: 24px;
}
.policy .consult {
  padding: 40px 0 0;
}


.object {
  border-top: 3px solid #ffaf00;
  background: #f1eeee;
  padding-top: 30px;
  position: relative;
}
.object .list {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 0 72px;
}
.object .item {
  width: 25%;
  height: 184px;
  background: white;
  display: flex;
  align-items: center;
}
.object img {
  width: 100%;
  height: 100%;
}
.object .ul {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  justify-content: center;
}

.object .li {
  margin: 8px 0;
  font-size: 12px;
  display: flex;
  font-weight:bold;
}

.object .li span {
  display: inline-block;
  color: #ffaf00;
  font-size: 10px;
  margin-right: 8px;
}


.solution {
  padding: 80px 0;
  background: white;
}

.solution  .text3 {
  font-size: 14px;
  text-align: center;
  padding: 24px 0 32px;
}

.solution .list {
  padding: 0 24px;
}
.solution .item {
  width: auto;
  height: 150px;
  margin :0 16px 16px 0;
  background: #eeecec;
}
.solution .item.text {
  flex: 1;
}

.solution .ul {
  align-self: flex-start;
}


.jaocai {
  border-top: 3px solid #ffaf00;
  background: #f1eeee;
  padding: 40px 0;
  position: relative;
}
.jaocai .imgs {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jaocai img {
  height: 288px;
}
.angle-down {
  position: absolute;
  left: 50%;
  top: -10px;
  height: 19px;
  width: 19px;
  margin-left: -10px;
  z-index: 2;
  border: 3px solid #ffaf00;
  border-top: none;
  border-left: none;
  background: white;
  transform: rotate(45deg);
}
.solution .angle-down{
  background: #f1eeee;
}

.videos-wrap {
  padding: 80px 0;
}

.videos-wrap .videos {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.videos-wrap .icon-play {
  color: white;
  position: absolute;
  z-index: 2;
  font-size: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  cursor: pointer;
}
.videos-wrap .left .icon-play {
  font-size: 68.8px;
  top: 104px;
}

.videos-wrap .left {
  width:544px;
  position: relative;
}
.videos-wrap video {
  background: #333333;
  width: 100%;
  min-height: 289px;
}
.videos-wrap .video-info {
  border: 1px solid #979797;
  color: #666;
  padding: 8px 12px 20px;
}
.videos-wrap .teacher {
  font-size: 20px;
  color: #333;
  margin-bottom: 4px;
}
.videos-wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.videos-wrap .list {
  display: flex;
  justify-content: space-between;
}

.videos-wrap .course {
  width: 253px;
  margin-left: 24px;
  position: relative;
}
.videos-wrap .course img {
  width: 100%;
  height: 125px;
}
.videos-wrap .course .info {
  padding: 5px 16px 8px;
  border: 1px solid #979797;
}
.videos-wrap .course .badges {
  display: flex;
  padding-top: 4px;
}

.videos-wrap .course .badge {
  background: #eae8e8;
  padding: 0 10px;
  margin-right: 16px;
}










