﻿.main__container {
margin-top: -20px;
  padding: 90px 0 70px;
}
.main__container > div {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.main-banner {
  width: 1200px;
  height: 380px;
}

/* // tab */
.main-tabs {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 20px 0;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
}

.main-tabs > div {
  flex: 1;
}
.main-tabs > div a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.main-tabs > div:hover {
  cursor: pointer;
}
.main-tabs > div {
  border-right: 1px solid #dddddd;
}

.main-tabs .active a {
  color: #2d64e5;
}

/* // 内容 */
.content__container {
  background-color: #fff;
}

.content__container .tab-1 .text {
  padding: 60px 190px;
}
.content__container .tab-1 .text > p {
  text-indent: 2em;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.content__container .tab-1 .text > p + p {
  margin-top: 30px;
}

.content__container .tab-3 {
  padding: 112px 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.content__container .tab-3 p:nth-child(1) {
  font-size: 72px;
  color: #2d64e5;
  line-height: 100px;
}
.content__container .tab-3 p:nth-child(2) {
  font-size: 48px;
  color: #777777;
  line-height: 67px;
}
.content__container .tab-3 p:nth-child(3) {
  font-size: 60px;
  font-weight: 600;
  color: #2d64e5;
  line-height: 84px;
}
.content__container .tab-3 p:nth-child(4) {
  font-size: 48px;
  color: #555555;
  line-height: 67px;
}
.content__container .tab-3 p:nth-child(5) {
  font-size: 48px;
  font-weight: 500;
  color: #2d64e5;
  line-height: 67px;
}
.content__container .tab-3 p:nth-child(6) {
  font-size: 48px;
  font-weight: 600;
  color: #404040;
  line-height: 67px;
}
.content__container .tab-3 img {
  margin-top: 90px;
}
.content__container .tab-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content__container .tab-4 .title {
  font-size: 30px;
  color: #3068ee;
  line-height: 36px;
}
.content__container .tab-4 .vision {
  padding-top: 100px;
}

.content__container .tab-4 .mission {
  padding-top: 90px;
}
.content__container .tab-4 .sense-of-worth {
  padding-top: 80px;
}

.sense-of-worth ul {
  display: flex;
  margin: 70px 0 90px;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: space-between;
}
.sense-of-worth ul li {
  margin: 0 6px;
  padding: 26px 26px 80px;
  background-color: #fafafa;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
}
.sense-of-worth ul li::after {
  content: '';
  width: 116px;
  height: 9px;
  background: #d8d8d8;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50%;
}
.sense-of-worth ul li img {
  width: 160px;
  height: 160px;
}
.sense-of-worth ul li .title {
  font-size: 24px;
  color: #2d64e6;
  line-height: 29px;
  margin: 15px 0;
}
.sense-of-worth > ul > li > p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
