html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 758px;
  background: url("../images/social/banner_1.png") center top no-repeat, url("../images/social/banner_2.png") center 252px no-repeat, url("../images/social/banner_3.png") center 504px no-repeat;
}
.banner .inner p {
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.banner .inner p + p {
  width: 680px;
  height: 56px;
  line-height: 56px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  color: #00176a;
  font-size: 28px;
}
.banner .tab-list {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(248, 251, 255, 0.8);
  padding: 19px 0;
}
.banner .tab-list ul {
  display: flex;
  justify-content: center;
}
.banner .tab-list ul li {
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0 60px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.banner .tab-list ul li.active {
  background: #1D51CE;
  color: #fff;
}

section {
  padding-bottom: 128px;
}
section .title {
  padding-top: 48px;
  padding-top: 112px;
  text-align: center;
}
section .title h6 {
  font-size: 36px;
}
section .title h6::after {
  content: " ";
  display: block;
  width: 64px;
  height: 4px;
  background: #1D51CE;
  margin: 4px auto 0;
  border-radius: 2px;
}
section .title p {
  margin-top: 12px;
  color: #666;
  font-size: 20px;
  font-weight: lighter;
}
section .title.title-pale {
  color: #fff;
}
section .title.title-pale h6::after {
  background: #fff;
}
section .title.title-pale p {
  color: #fff;
}

.s1 {
  background: #F8F8FB;
}
.s1 .content {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 54px 70px;
  border-radius: 4px;
  box-shadow: 0 4px 48px 0 rgba(17, 27, 61, 0.06);
  box-sizing: border-box;
}
.s1 img {
  width: 542px;
}
.s1 .right {
  width: 440px;
}
.s1 .right p {
  margin-bottom: 40px;
  padding-top: 24px;
  font-size: 35px;
}
.s1 .right dl dt {
  margin-bottom: 16px;
  color: #1D51CE;
  font-size: 22px;
}
.s1 .right dl dd {
  color: #666;
  font-size: 19px;
}
.s1 .right dl + dl::before {
  content: " ";
  display: block;
  width: 415px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.s2 {
  background: url("../images/social/s2_bg.png") no-repeat center top/cover;
}
.s2 .content {
  display: flex;
  width: 1440px;
  margin: 58px auto 0;
}
.s2 .content .left {
  width: 370px;
  padding: 53px 0 0 120px;
  color: #fff;
  box-sizing: border-box;
}
.s2 .content .left p {
  font-size: 20px;
}
.s2 .content .left p + p {
  margin: 13px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.s2 .content .left ul {
  position: relative;
  padding-left: 27px;
  font-size: 20px;
}
.s2 .content .left ul::before {
  position: absolute;
  top: 16px;
  left: 7px;
  content: " ";
  display: block;
  width: 1px;
  height: 112px;
  background: #fff;
}
.s2 .content .left ul li {
  line-height: 48px;
}
.s2 .content .right {
  width: 1070px;
  height: 437px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 74px 0 rgba(0, 0, 0, 0.15);
}
.s2 .content .right dl {
  position: relative;
  float: left;
  padding: 38px 44px;
  height: 218px;
  box-sizing: border-box;
}
.s2 .content .right dl dt {
  color: #1D51CE;
  font-size: 24px;
}
.s2 .content .right dl dt::after {
  content: " ";
  display: block;
  width: 220px;
  height: 1px;
  background: #EDEDED;
  margin: 16px 0;
}
.s2 .content .right dl dd {
  color: #666;
  font-size: 18px;
}
.s2 .content .right dl:nth-child(1) {
  width: 470px;
  border-bottom: 1px solid #EDEDED;
}
.s2 .content .right dl:nth-child(2) {
  width: 600px;
  border-bottom: 1px solid #EDEDED;
}
.s2 .content .right dl:nth-child(2)::before {
  position: absolute;
  top: 59px;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 100px;
  background: #EDEDED;
}
.s2 .content .right dl:nth-child(3) {
  width: 470px;
}
.s2 .content .right dl:nth-child(4) {
  width: 600px;
}
.s2 .content .right dl:nth-child(4)::before {
  position: absolute;
  top: 59px;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 100px;
  background: #EDEDED;
}

.s3 {
  position: relative;
  min-height: 714px;
}
.s3 .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 254px);
  background: url("../images/social/s3_bg.png") no-repeat center bottom/cover;
  transform: translateX(-50%);
}
.s3 .content .inner {
  position: absolute;
  bottom: 24px;
  left: 50%;
  height: 180px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  transform: translateX(-50%);
}
.s3 .content .inner p {
  height: 132px;
  padding: 20px 96px 0;
  color: #666;
  font-size: 18px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.s3 .content .inner ul {
  display: flex;
  justify-content: space-around;
  height: 48px;
  background: #2C58C2;
  padding-top: 8px;
  box-sizing: border-box;
}
.s3 .content .inner ul li {
  width: 96px;
  height: 32px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.s4 .content {
  display: flex;
  height: 428px;
  background: #1D51CE;
  margin-top: 56px;
  border-radius: 4px;
}
.s4 .content img {
  height: 428px;
}
.s4 .content .right {
  width: 522px;
  margin: 72px 0;
  padding: 0 72px;
}
.s4 .content .right p {
  color: #fff;
  font-size: 20px;
}
.s4 .content .right p + p {
  line-height: 26px;
  padding-top: 25px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.s5 {
  height: auto;
  background: url("../images/social/s5_bg.png") no-repeat center bottom;
}
.s5 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}
.s5 .content .item {
  position: relative;
  width: 376px;
  height: 320px;
  background: #fff;
  margin-bottom: 36px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 4px 20px 0 rgba(159, 163, 205, 0.25);
  box-sizing: border-box;
  overflow: hidden;
}
.s5 .content .item .pic {
  align-content: center;
  width: 344px;
  height: 229px;
  background: #eee;
  overflow: hidden;
}
.s5 .content .item .pic img {
  display: block;
  width: 100%;
}
.s5 .content .item p {
  position: relative;
  display: block;
  height: 50px;
  line-height: 25px;
  margin-top: 8px;
  padding: 0 24px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.s5 .content .item p::before, .s5 .content .item p::after {
  position: absolute;
  top: 0;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/social/s5_icon.svg") no-repeat 0 0/contain;
}
.s5 .content .item p::before {
  left: 0;
}
.s5 .content .item p::after {
  right: 0;
  transform: rotateY(180deg);
}
.s5 .content .item .desc {
  position: absolute;
  top: 320px;
  left: 0;
  right: 0;
  line-height: 22px;
  height: 198px;
  background: #1D51CE;
  padding: 24px 16px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.s5 .content .item:hover .desc {
  top: 122px;
}

.s6 {
  background: #F8FAFC;
}
.s6 .content {
  margin-top: 72px;
}
.s6 .content .item a {
  position: relative;
  display: block;
  height: 180px;
  padding: 18px 160px 0 368px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.s6 .content .item a::after {
  position: absolute;
  top: 62px;
  right: 48px;
  display: block;
  content: " ";
  width: 56px;
  height: 56px;
  background: url("../images/social/s6_icon.svg") no-repeat 0 0;
}
.s6 .content .item a:hover {
  background: #F8F9FB;
  box-shadow: 0 3px 20px 0 rgba(109, 118, 135, 0.25);
  transition: all 0.4s ease;
}
.s6 .content .item a:hover::after {
  background: url("../images/social/s6_icon_active.svg") no-repeat 0 0;
}
.s6 .content .item img {
  position: absolute;
  top: 20px;
  left: 48px;
  width: 280px;
  height: 140px;
}
.s6 .content .item .text-ellipsis {
  margin-bottom: 8px;
  font-size: 20px;
}
.s6 .content .item span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.s6 .content .item span.tag {
  width: 88px;
  background-color: rgba(29, 81, 206, 0.1);
  margin-right: 16px;
  border-radius: 4px;
  color: #1D51CE;
  text-align: center;
}
.s6 .content .item span.date {
  color: #999;
}
.s6 .content .item .desc {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
}
.s6 .content .item + .item {
  margin-top: 56px;
}/*# sourceMappingURL=social.css.map */