* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
  }
 .join_us .container-box-join {
  }
 .join_us .container-box-join .container-top {
    width: 100%;
    background-color: white;
    margin-top: 160px;
  }
 .join_us .container-box-join .container-top .join {
    width: 1200px;
    margin: 0 auto;

  }

 .join_us .container-box-join .container-top .join .title h1 {
    font-size: 56px;
    color: #333;
  }
 .join_us .container-box-join .container-top .join .title p:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #999999;
    vertical-align: 5px;
    margin-right: 10px;
  }
 .join_us .container-box-join .container-top .join .title p {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
  }
 .join_us .container-box-join .container-top .join .title p:after {
    position: relative;
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #999999;
    vertical-align: 5px;
  }
 .join_us .container-box-join .container-top .join-bottom {
    width: 700px;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .join_us .container-box-join .container-top .join-bottom .swiper-container .swiper-wrapper .swiper-slide {
    height: 500px!important;
    width: 700px;
  }
  .join_us .container-box-join .container-top .join-bottom .swiper-container .swiper-wrapper .swiper-slide img{
    height: 500px!important;
    width: 700px;
    top: -400px;
  }
 .join_us .container-box-join .container-top .join-bottom .title p{
    font-size: 24px;
    color: #3466c5;
  }
 .join_us .container-box-join .container-top .join-bottom .title p:after {
    position: relative;
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 50vw;
    height: 1px;
    background: #3466c5;
    vertical-align: 5px;
  }
 .join_us .container-box-join .container-top .join-bottom .join-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 234px;
  }
 .join_us .container-box-join .container-top .join-bottom .join-text .item {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-left: 50px;
  }
 .join_us .container-box-join .container-top .join-bottom .join-text .item .item-img {
    background-color: #559ee7;
    height: 135px;
    width: 135px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 .join_us .container-box-join .container-top .join-bottom .join-text .item .item-text {
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
  }
 .join_us .container-box-join .container-top .join-bottom .join-text .item .item-title {
    font-size: 24px;
    color: #559ee7;
  }
 .join_us .container-box-join .container-bottom {
    width: 100%;
    background-color: #f5f5f5;
    padding: 150px 0 197px 0;
  }
 .join_us .container-box-join .container-bottom .container-bottom-top {
    text-align: center;
  }
 .join_us .container-box-join .container-bottom .container-bottom-top p:nth-child(1) {
    font-size: 56px;
    font-weight: bold;
    color: #3466c5;
  }
 .join_us .container-box-join .container-bottom .container-bottom-top p:nth-child(2) {
    font-size: 14px;
    color: #cacaca;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table {
    border: 1px solid #999999;
    width: 80%;
    margin: 0 auto;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table table.tftable,
 .join_us .container-box-join .container-bottom .container-bottom-table table.table-count {
    font-size: 12px;
    color: #333333;
    width: 100%;
    border-width: 1px;
    border-collapse: collapse;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table table.table-count th,
 .join_us .container-box-join .container-bottom .container-bottom-table table.table-count td {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
    text-align: center;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table table.tftable th,
 .join_us .container-box-join .container-bottom .container-bottom-table table.tftable td {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
    text-align: left;
    text-align: center;
    width: 236px;
    height: 59px;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table .tftable thead tr td {
    font-size: 24px;
    font-weight: bold;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table .tftable tbody tr td a:hover {
    color: #3466c5!important;
    text-decoration: none!important;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table table.tftable tr:hover {
    background: #d2e5f9;
    cursor: pointer;
  }
 .join_us .container-box-join .container-bottom .container-bottom-table .tftable > thead > tr:hover {
    background: white;
  }
 .join_us .container-bottom-Applyfor {
    width: 100%;
    background-image: url(../img/bg2.png);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 130px;
  }
 .join_us .container-bottom-Applyfor p {
    color: white;
  }
 .join_us .container-bottom-Applyfor p:nth-child(1) {
    font-size: 56px;
    margin: 0px;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: 25px;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-box .container-bottom-Applyfor-left {
    width: 50px;
    height: 1px;
    background-color: #fff;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-box .container-bottom-Applyfor-right {
    width: 50px;
    height: 1px;
    background-color: #fff;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-box .container-bottom-Applyfor-text p {
    font-size: 14px;
    margin: 0 10px;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-soure {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-soure .container-bottom-Applyfor-item {
    width: 203px;
    height: 187px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-soure .container-bottom-Applyfor-item .container-bottom-Applyfor-item-left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-soure .container-bottom-Applyfor-item .container-bottom-Applyfor-item-left div {
    width: 135px;
    height: 135px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-soure .container-bottom-Applyfor-item .container-bottom-Applyfor-item-left span {
    font-size: 24px;
    color: white;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-soure .container-bottom-Applyfor-item .container-bottom-Applyfor-item-right {
    margin: -40px 0 0 30px;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-footer {
    width: 100%;
    height: 413px;
    text-align: center;
    padding-top: 95px;
  }
 .join_us .container-bottom-Applyfor .container-bottom-Applyfor-footer p {
    font-size: 30px;
  }
  