@charset "UTF-8";
/**
 * 关于我们
 */
.r1 {
  position: relative; }
  .r1 .content {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 45%;
    text-align: center;
    transform: translate(-50%, -50%); }
    .r1 .content .title {
      font-size: 58px; }
    .r1 .content p {
      font-size: 24px;
      font-family: Kozuka Gothic Pr6N;
      font-weight: normal; }

.tabs {
  display: flex;
  justify-content: center;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21); }
  .tabs a {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #717579;
    margin: 40px 77px;
    padding: 18px 25px;
    border: 1px solid #fff; }
    .tabs a.active {
      background-color: #3f7cf8;
      color: #fff;
      border-radius: 20px; }
    .tabs a:hover {
      color: #3f7cf8;
      border-radius: 20px;
      border: 1px solid #3f7cf8; }

.c-body .title {
  text-align: center;
  margin: 80px 0; }

.c-body .txt {
  font-size: 16px;
  text-indent: 2em;
  margin-bottom: 30px; }

.c-body .img {
  margin-bottom: 40px; }

.recruit .tt {
  margin: 0 0 20px; }
