@font-face {
  font-family: BOT;
  src: url("Boton Bold.ttf"); }
.bot {
  font-family: BOT; }

@font-face {
  font-family: roboB;
  src: url("RobotoSlab-Regular.ttf"); }
.roboB {
  font-family: roboB; }

body {
  font-family: "Noto Sans SC",Arial;
  font-weight: 400; }

.w1200 {
  width: 1200px;
  margin: auto;
  max-width: 96%; }

li {
  font-style: normal;
  display: block; }

.animation {
  -moz-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0; }

.animation.srcospcur {
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  transition: 1.3s;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s; }

@media (max-width: 640px) {
  .header {
    padding: 0; }
    .header .w1200 {
      width: auto;
      padding-right: 2.5%;
      max-width: 100%; } }

.flk401 .banner {
  position: relative; }
  .flk401 .banner .con {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10.9%; }
    .flk401 .banner .con .title {
      width: 37.25%; }
    .flk401 .banner .con .applyClick {
      width: 350px;
      height: 60px;
      border-radius: 30px;
      background-color: #ffbb32;
      text-align: center;
      display: block;
      font-size: 20px;
      line-height: 60px;
      color: #121212;
      margin-top: 78px;
      margin-left: 8px; }
.flk401 .box1 {
  padding-top: 5.1%;
  padding-bottom: 5.4%; }
  .flk401 .box1 .title {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    color: #121212; }
    .flk401 .box1 .title span {
      color: #ffbc24;
      position: relative;
      font-weight: 500; }
      .flk401 .box1 .title span:after {
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        left: 0;
        bottom: -8px;
        content: '';
        background-color: #ffbc24; }
      .flk401 .box1 .title span.s {
        margin-right: 24px; }
  .flk401 .box1 .itemBox {
    margin-top: 5.2%;
    position: relative; }
    .flk401 .box1 .itemBox .item {
      width: 45%;
      float: left; }
      .flk401 .box1 .itemBox .item:nth-child(2) {
        float: right; }
      .flk401 .box1 .itemBox .item .pic {
        width: 100%;
        position: relative; }
        .flk401 .box1 .itemBox .item .pic .t1 {
          text-align: center;
          font-size: 30px;
          line-height: 32px;
          color: #fff;
          width: 100%;
          position: absolute;
          bottom: 38px;
          left: 0;
          font-weight: bold; }
      .flk401 .box1 .itemBox .item .t {
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        color: #595757;
        font-weight: bold;
        margin-top: 30px; }
        .flk401 .box1 .itemBox .item .t span {
          display: block;
          font-size: 22px; }
          .flk401 .box1 .itemBox .item .t span em {
            font-size: 26px;
            color: #ffaa00; }
    .flk401 .box1 .itemBox:before {
      width: 10%;
      height: calc(100% - 99px);
      position: absolute;
      top: 0;
      left: 45%;
      content: '';
      background-image: url("../images/pk.png");
      background-position: center;
      background-repeat: no-repeat; }
.flk401 .box2 {
  background-color: #000;
  padding-top: 5.2%;
  padding-bottom: 3.125%; }
  .flk401 .box2 .title {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: 500; }
  .flk401 .box2 .tabs {
    width: 990px;
    margin: 45px auto 0; }
    .flk401 .box2 .tabs a {
      font-size: 26px;
      line-height: 40px;
      color: #fff;
      text-align: center;
      width: 35.4%;
      display: block;
      float: left;
      border-bottom: 3px solid #fff;
      padding-top: 32px;
      padding-bottom: 35px; }
      .flk401 .box2 .tabs a:nth-child(2) {
        width: 42.4%; }
      .flk401 .box2 .tabs a:nth-child(3) {
        width: 22.2%; }
      .flk401 .box2 .tabs a.on {
        background-color: #ff8414;
        border-color: #ff8414; }
  .flk401 .box2 .itemBox {
    margin-top: 45px; }
    .flk401 .box2 .itemBox .item {
      width: 100%;
      display: none; }
      .flk401 .box2 .itemBox .item .tits {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        color: #b2b2b2;
        margin-bottom: 6.1%; }
      .flk401 .box2 .itemBox .item .imgBox {
        width: calc(100% - 100px);
        padding: 50px 0;
        margin: 0 auto;
        min-height: 100%;
        position: relative;
        overflow: hidden; }
        .flk401 .box2 .itemBox .item .imgBox ul li {
          min-height: 50px;
          position: relative;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .flk401 .box2 .itemBox .item .imgBox ul li .boxx {
            position: relative;
            left: 0px;
            top: 0px;
            width: 30%;
            overflow: hidden; }
            .flk401 .box2 .itemBox .item .imgBox ul li .boxx .img {
              height: 742px;
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover; }
          .flk401 .box2 .itemBox .item .imgBox ul li .bar {
            width: 68px;
            height: 100%;
            position: absolute;
            z-index: 20;
            left: 30%;
            top: 0;
            margin-left: -34px; }
            .flk401 .box2 .itemBox .item .imgBox ul li .bar .line {
              width: 2px;
              height: 100%;
              position: absolute;
              left: 50%;
              margin-left: -1px;
              top: 0;
              background-color: #fff; }
            .flk401 .box2 .itemBox .item .imgBox ul li .bar .bb {
              width: 68px;
              height: 68px;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -34px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/bar.png"); }
        .flk401 .box2 .itemBox .item .imgBox .txt {
          font-size: 28px;
          line-height: 43px;
          position: absolute;
          left: 50px;
          bottom: 20px;
          color: #fff;
          width: 800px; }
.flk401 .box3 {
  width: 100%;
  height: auto;
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3%;
  padding-bottom: 5.1%; }
  .flk401 .box3 .title {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    color: #111;
    font-weight: 500; }
  .flk401 .box3 .tabs {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 7.1%; }
    .flk401 .box3 .tabs a {
      font-size: 18px;
      line-height: 42px;
      padding: 0 42px;
      color: #666;
      border-radius: 21px;
      display: inline-block;
      font-family: roboB;
      margin: 0 24px; }
      .flk401 .box3 .tabs a.on {
        background-color: #ffbb32;
        color: #000; }
  .flk401 .box3 .itemBox {
    margin-top: 50px; }
    .flk401 .box3 .itemBox .item {
      display: none; }
.flk401 .box4 {
  background-color: #444;
  padding-top: 4.2%;
  padding-bottom: 5.3%; }
  .flk401 .box4 .title {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    text-align: center; }
  .flk401 .box4 .tabs {
    width: 507px;
    margin: 18px auto 0; }
    .flk401 .box4 .tabs a {
      width: 33.33%;
      float: left;
      font-size: 22px;
      line-height: 70px;
      border-bottom: 2px solid #ccc;
      color: #ddd;
      text-align: center;
      display: block; }
      .flk401 .box4 .tabs a.on {
        color: #fcc800;
        border-color: #fcc800; }
  .flk401 .box4 .itemBox {
    margin-top: 47px; }
    .flk401 .box4 .itemBox .item {
      display: none; }
      .flk401 .box4 .itemBox .item .txt {
        padding-left: 32px;
        font-size: 24px;
        line-height: 30px;
        color: #ddd;
        position: relative; }
        .flk401 .box4 .itemBox .item .txt:after {
          width: 9px;
          height: 9px;
          background-color: #fcc800;
          position: absolute;
          top: 12px;
          left: 1px;
          border-radius: 100%;
          content: ''; }
      .flk401 .box4 .itemBox .item .list {
        margin-top: 37px; }
        .flk401 .box4 .itemBox .item .list ul li {
          width: 23.3%;
          float: left;
          margin-right: 2.2%;
          color: #fff; }
          .flk401 .box4 .itemBox .item .list ul li:last-child {
            margin-right: 0; }
          .flk401 .box4 .itemBox .item .list ul li .pic {
            box-sizing: border-box;
            border: 1px solid #666; }
          .flk401 .box4 .itemBox .item .list ul li .tits {
            margin-top: 6px; }
            .flk401 .box4 .itemBox .item .list ul li .tits span {
              display: inline-block;
              border-bottom: 2px solid #fcc800;
              line-height: 62px;
              font-size: 24px;
              padding-right: 40px;
              font-weight: 500; }
          .flk401 .box4 .itemBox .item .list ul li .tit {
            font-size: 18px;
            line-height: 32px;
            color: #ddd;
            margin-top: 13px; }
      .flk401 .box4 .itemBox .item:nth-child(4) .list ul {
        margin-left: 11.65%; }
.flk401 .box5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 34px;
  padding-bottom: 57px; }
  .flk401 .box5 .pic {
    width: 31.25%;
    margin: 0 auto; }
  .flk401 .box5 .tits {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    margin-top: 27px;
    font-weight: bold; }
  .flk401 .box5 .applyClick {
    width: 218px;
    height: 45px;
    border-radius: 23px;
    background-color: #000;
    font-size: 22px;
    line-height: 45px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 44px auto 0; }
@media (max-width: 1500px) {
  .flk401 .banner .con {
    padding-top: 7%; }
    .flk401 .banner .con .applyClick {
      margin-top: 50px; } }
@media (max-width: 1366px) {
  .flk401 .box4 .tabs a {
    font-size: 20px;
    line-height: 60px; }
  .flk401 .box4 .itemBox .item .txt {
    font-size: 22px;
    line-height: 28px; }
  .flk401 .box4 .itemBox .item .list ul li .tits span {
    font-size: 24px;
    line-height: 54px; }
  .flk401 .box4 .itemBox .item .list ul li .tit {
    font-size: 16px;
    line-height: 26px; }
  .flk401 .box3 .tabs a {
    padding: 0 30px;
    margin: 0 18px; } }
@media (max-width: 1200px) {
  .flk401 .box4 .title {
    font-size: 32px;
    line-height: 34px; }
  .flk401 .box4 .tabs a {
    font-size: 18px;
    line-height: 54px; }
  .flk401 .box4 .itemBox .item .txt {
    font-size: 18px;
    line-height: 26px; }
  .flk401 .box4 .itemBox .item .list ul li .tits span {
    font-size: 20px;
    line-height: 50px; }
  .flk401 .box4 .itemBox .item .list ul li .tit {
    font-size: 14px;
    line-height: 24px; }
  .flk401 .banner .con .title {
    width: 32%; }
  .flk401 .banner .con .applyClick {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 18px; }
  .flk401 .box1 .title {
    font-size: 28px;
    line-height: 30px; }
  .flk401 .box1 .itemBox .item .pic .t1 {
    font-size: 24px;
    line-height: 26px; }
  .flk401 .box1 .itemBox .item .t {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px; }
    .flk401 .box1 .itemBox .item .t span {
      font-size: 18px; }
      .flk401 .box1 .itemBox .item .t span em {
        font-size: 22px; }
  .flk401 .box1 .itemBox:before {
    height: calc(100% - 78px); }
  .flk401 .box2 .title {
    font-size: 30px;
    line-height: 32px; }
  .flk401 .box2 .tabs a {
    font-size: 20px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 24px; }
  .flk401 .box2 .itemBox .item .tits {
    font-size: 18px;
    line-height: 24px; }
  .flk401 .box2 .itemBox .item .imgBox .txt {
    font-size: 22px;
    line-height: 26px; }
  .flk401 .box3 .title {
    font-size: 30px;
    line-height: 32px; }
  .flk401 .box3 .tabs a {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 10px; } }
@media (max-width: 1024px) {
  .flk401 .box1 .title {
    font-size: 24px;
    line-height: 26px; }
  .flk401 .box1 .itemBox .item .pic .t1 {
    font-size: 16px;
    line-height: 18px; }
  .flk401 .box1 .itemBox .item .t {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px; }
    .flk401 .box1 .itemBox .item .t span {
      font-size: 14px; }
      .flk401 .box1 .itemBox .item .t span em {
        font-size: 18px; }
  .flk401 .box1 .itemBox:before {
    height: calc(100% - 65px);
    background-size: 80% auto; }
  .flk401 .box2 .tabs {
    width: 100%; } }
@media (max-width: 768px) {
  .flk401 .box4 .title {
    font-size: 22px;
    line-height: 24px; }
  .flk401 .box4 .tabs {
    width: 90%;
    margin: 10px auto 0; }
  .flk401 .box4 .tabs a {
    font-size: 16px;
    line-height: 40px;
    border-width: 1px; }
  .flk401 .box4 .itemBox {
    margin-top: 20px; }
  .flk401 .box4 .itemBox .item .txt {
    font-size: 14px;
    line-height: 22px;
    padding-left: 16px; }
    .flk401 .box4 .itemBox .item .txt:after {
      width: 6px;
      height: 6px;
      top: 9px; }
  .flk401 .box4 .itemBox .item .list ul li .tits span {
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    margin-top: 0; }
  .flk401 .box4 .itemBox .item .list ul li .tit {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px; }
  .flk401 .box4 .itemBox .item .list {
    margin-top: 15px; }
  .flk401 .box4 .itemBox .item .list ul {
    margin-left: 0 !important; }
  .flk401 .box4 .itemBox .item .list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px; }
    .flk401 .box4 .itemBox .item .list ul li:nth-child(2n) {
      margin-right: 0; }
  .flk401 .banner {
    overflow: hidden; }
    .flk401 .banner img {
      width: 140%;
      margin-left: -20%;
      max-width: 140%; }
    .flk401 .banner .con {
      padding-top: 11%; }
      .flk401 .banner .con .title img {
        width: 100%;
        max-width: 100%;
        margin-left: 0; }
      .flk401 .banner .con .applyClick {
        width: 220px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 14px;
        margin-left: 0;
        margin-top: 20px; }
  .flk401 .box1 .title {
    font-size: 18px;
    line-height: 20px; }
    .flk401 .box1 .title span:after {
      bottom: -4px; }
    .flk401 .box1 .title span.s {
      margin-right: 15px; }
  .flk401 .box1 .itemBox .item .pic .t1 {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
    left: 10%;
    bottom: 18px; }
  .flk401 .box1 .itemBox .item .t {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px; }
    .flk401 .box1 .itemBox .item .t span {
      font-size: 12px; }
      .flk401 .box1 .itemBox .item .t span em {
        font-size: 16px; }
  .flk401 .box1 .itemBox:before {
    height: calc(100% - 56px);
    background-size: 80% auto; }
  .flk401 .box2 .tabs a {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 12px;
    border-width: 2px; }
  .flk401 .box2 .title {
    font-size: 20px;
    line-height: 22px; }
  .flk401 .box2 .tabs {
    margin: 20px auto 0; }
  .flk401 .box2 .itemBox {
    margin-top: 18px; }
  .flk401 .box2 .itemBox .item .tits {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px; }
  .flk401 .box2 .itemBox .item .imgBox {
    width: 100%;
    padding: 0; }
  .flk401 .box2 .itemBox .item .imgBox .txt {
    font-size: 14px;
    line-height: 16px;
    width: 300px;
    left: 15px; }
  .flk401 .box2 .itemBox .item .imgBox ul li .bar {
    width: 40px;
    margin-left: -20px; }
    .flk401 .box2 .itemBox .item .imgBox ul li .bar .bb {
      width: 40px;
      height: 40px;
      margin-top: -20px; }
  .flk401 .box3 {
    padding-top: 6%; }
  .flk401 .box3 .tabs a {
    width: 48%;
    margin: 0 1%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0;
    line-height: 36px;
    border-radius: 18px; }
  .flk401 .box3 .itemBox {
    margin-top: 15px; }
  .flk401 .box3 .title {
    font-size: 20px;
    line-height: 22px; }
  .flk401 .box3 .tabs {
    margin-top: 20px; }
  .flk401 .box5 .pic {
    width: 84%; }
  .flk401 .box5 .tits {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px; }
  .flk401 .box5 .applyClick {
    width: 140px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    margin: 24px auto 0; }
  .flk401 .box5 {
    padding-top: 20px;
    padding-bottom: 35px; } }

.tk {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none; }
  .tk .box {
    background-color: #fff;
    width: 595px;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 28px;
    padding-bottom: 40px; }
    .tk .box .tits {
      text-align: center;
      font-size: 20px;
      line-height: 22px;
      color: #ffbb32; }
    .tk .box .tableBox {
      width: 493px;
      margin: 37px auto 0; }

      .tk .box .tableBox .text {
        width: 44.6%;
        height: 42px;
        border: 1px solid #dcdcdc;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 40px;
        color: #b5b5b6;
        box-sizing: border-box;
        padding-left: 12px;
        float: left; 
      }
    .tk .box .tableBox .text2 {
        width: 100%;
        height: 42px;
        border: 1px solid #dcdcdc;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 40px;
        color: #b5b5b6;
        box-sizing: border-box;
        padding-left: 12px;
        float: left;
    }

        .tk .box .tableBox .text::-webkit-input-placeholder {
          color: #b5b5b6; }
        .tk .box .tableBox .text:-moz-placeholder {
          color: #b5b5b6; }
        .tk .box .tableBox .text:-ms-input-placeholder {
          color: #b5b5b6; }
        .tk .box .tableBox .text:nth-child(2n) {
          float: right; }
      .tk .box .tableBox .txt {
        width: 100%;
        height: 108px;
        box-sizing: border-box;
        border: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 32px;
        padding: 4px 12px;
        color: #b5b5b6;
        display: block;
        float: none; }
        .tk .box .tableBox .txt::-webkit-input-placeholder {
          color: #b5b5b6; }
        .tk .box .tableBox .txt:-moz-placeholder {
          color: #b5b5b6; }
        .tk .box .tableBox .txt:-ms-input-placeholder {
          color: #b5b5b6; }
      .tk .box .tableBox .submit {
        width: 256px;
        height: 40px;
        border-radius: 20px;
        background-color: #000;
        text-align: center;
        display: block;
        border: none;
        font-size: 18px;
        line-height: 40px;
        color: #fff;
        margin: 30px auto 0; }
    .tk .box .close {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/close.png"); }
  @media (max-width: 1024px) {
    .tk .box {
      width: 90%;
      padding-top: 20px;
      padding-bottom: 25px; }
      .tk .box .tits {
        font-size: 14px;
        line-height: 16px; }
      .tk .box .tableBox {
        width: 90%;
        margin: 15px auto 0; }
        .tk .box .tableBox .text {
          width: 100%;
          height: 36px;
          line-height: 34px;
          float: none !important;
          margin-bottom: 10px;
          font-size: 14px; }
        .tk .box .tableBox .txt {
          font-size: 14px;
          line-height: 20px; }
        .tk .box .tableBox .submit {
          width: 150px;
          height: 36px;
          font-size: 14px;
          line-height: 36px;
          border-radius: 18px;
          margin: 15px auto 0; }
      .tk .box .close {
        width: 20px;
        height: 20px; } }

/*# sourceMappingURL=style.css.map */
