<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>北京外企人力资源服务天津有限公司</title>
    <meta name="description" content="" />
    <meta name="keywords" content="人力资源" />
    <link rel="stylesheet" href="/assets/css/bootstrap.css">
    <link rel="stylesheet" href="/assets/css/swiper-3.4.2.min.css">
    <link rel="stylesheet" href="/assets/css/global.css">
    <link rel="stylesheet" href="/assets/css/hover.css">
    <link rel="stylesheet/less" type="text/css" href="/assets/css/component.less" />
    <link rel="stylesheet/less" type="text/css" href="/assets/css/index.less" />
    <script src="/assets/js/lib/jquery-1.11.0.min.js"></script>
    <script src="/assets/js/lib/TweenMax-2.0.2.min.js"></script>
    <script src="/assets/js/lib/less.min.js"></script>
    <script src="/assets/js/lib/vue-test.js"></script>
    <script src="/assets/js/lib/bootstrap.js"></script>
    <script src="/assets/js/lib/swiper-3.4.2.jquery.min.js"></script>
    <script src="/assets/js/global.js"></script>
    <script src="/assets/js/index.js"></script>
</head>
<body>
    <div id="Home" class="main">
        <style type="text/css" id="less:webfile-assets-css-component">.main {
  padding-top: 80px;
}
.crumbsContent {
  padding: 0;
  background: #EFF1F3;
  padding-top: 19px;
  padding-bottom: 19px;
}
.crumbsContent .txt {
  font-size: 16px;
  line-height: 22px;
  color: #515356;
  text-decoration: none;
}
.crumbsContent .arrow {
  width: 12px;
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
}
#menu {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  top: 0;
  z-index: 100;
}
#menu .menuContent {
  height: 100%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu .menuContent .flexBox {
  display: flex;
  align-items: center;
}
#menu .menuContent .logo {
  height: 52px;
}
#menu .menuContent .region {
  width: 58px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px rgba(114, 116, 118, 0.5);
  border-radius: 14px;
  margin-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
#menu .menuContent .region .text {
  font-size: 12px;
  line-height: 20px;
  color: #515356;
}
#menu .menuContent .region .arrow {
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 3px;
}
#menu .menuContent .menuList {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#menu .menuContent .menuList .btn {
  position: relative;
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  margin: 0;
  margin-right: 25px;
  border-radius: 0;
  overflow: hidden;
  word-wrap: normal;
}
#menu .menuContent .menuList .btn .txt {
  color: #222325;
  text-decoration: none;
}
#menu .menuContent .menuList .btn:last-child {
  margin-right: 0;
}
#menu .menuContent .menuList .btn .navs {
  position: absolute;
  width: 180px;
  top: 0px;
  left: 50%;
  margin-left: -90px;
  text-align: center;
  line-height: 48px;
  padding-top: 20px;
  font-size: 16px;
  opacity: 0;
}
#menu .menuContent .menuList .btn .navs .nav {
  color: #333436;
  text-decoration: none;
  display: block;
}
#menu .menuContent .menuList .btn:hover {
  overflow: inherit;
  background: #F6F8FA;
}
#menu .menuContent .menuList .btn:hover .navs {
  top: 80px;
  opacity: 1;
  transition: all 0.3s ease-out;
}
#menu .menuContent .language {
  font-size: 13px;
  line-height: 32px;
  color: rgba(114, 116, 118, 0.5);
  margin-right: 6px;
  cursor: pointer;
}
#menu .menuContent .language .active {
  color: #727476;
}
#menu .menuContent .tel {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 32px;
  color: #222325;
  margin-left: 6px;
  margin-right: 6px;
}
#menu .menuContent .tel .icon {
  width: 26px;
  height: 26px;
  display: block;
}
#menu .menuContent .search {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#menu .menuContent .search .icon {
  display: block;
  width: 32px;
  height: 32px;
}
.menuDown {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.menuDown .infoBox {
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 99;
}
.menuDown .infoBox .infoContent {
  background: #F6F8FA;
  padding-top: 40px;
  padding-bottom: 40px;
}
.menuDown .infoBox .infoContent.search {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.menuDown .infoBox .infoContent.search .title {
  font-size: 22px;
  color: #333436;
  margin-bottom: 20px;
}
.menuDown .infoBox .infoContent.search .searchInput {
  position: relative;
  width: 500px;
  height: 48px;
  border-radius: 8px;
  background: #ffffff;
  margin: auto;
}
.menuDown .infoBox .infoContent.search .searchInput .input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
  background: none;
  padding-left: 15px;
  font-size: 16px;
  color: #707579;
  font-weight: 300;
  outline: none;
}
.menuDown .infoBox .infoContent.search .searchInput .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 8px;
  top: 8px;
}
.menuDown .infoBox .infoContent.region {
  position: absolute;
  width: 100%;
  height: 0;
  display: none;
  opacity: 0;
  left: 0px;
  top: 0;
  padding-left: 280px;
  padding-right: 280px;
  overflow: hidden;
}
.menuDown .infoBox .infoContent.region .regionContainer {
  display: flex;
  justify-content: space-between;
}
.menuDown .infoBox .infoContent.region .regionBox .regionLabel {
  font-size: 13px;
  line-height: 17px;
  color: #727476;
  margin-bottom: 21px;
}
.menuDown .infoBox .infoContent.region .regionBox .regionBtn {
  font-size: 16px;
  line-height: 38px;
  color: #333436;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.menuDown .infoBox .infoContent.region .regionBox .regionBtn.active {
  border-bottom: solid 2px #333436;
}
.menuDown .infoBox .infoContent.menuHover {
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
}
.menuDown .mobileMenu {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  background: #F6F8FA;
  z-index: 99;
  opacity: 0;
  overflow: hidden;
}
.menuDown .mobileMenu .searchInput {
  position: relative;
  height: 40px;
  border-radius: 6px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.menuDown .mobileMenu .searchInput .input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
  background: none;
  padding-left: 15px;
  font-size: 14px;
  color: #707579;
  font-weight: 300;
  outline: none;
}
.menuDown .mobileMenu .searchInput .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 4px;
  top: 4px;
}
.menuDown .mobileMenu .bar {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.3;
  margin-bottom: 30px;
}
.menuDown .mobileMenu .menuBtns .menuBtn {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #333436;
  margin-bottom: 20px;
  transition: all 0.5s;
  font-weight: bold;
  text-decoration: none;
}
.menuDown .mobileMenu .menuBtns .menuBtn:hover {
  font-size: 20px;
}
.menuDown .mobileMenu .flexBox {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  display: flex;
  justify-content: center;
}
.menuDown .mobileMenu .flexBox .language {
  font-size: 13px;
  line-height: 32px;
  color: rgba(114, 116, 118, 0.5);
  margin-right: 10px;
  cursor: pointer;
}
.menuDown .mobileMenu .flexBox .language .active {
  color: #727476;
}
.menuDown .mobileMenu .flexBox .tel {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 32px;
  color: #727476;
  margin-left: 6px;
  margin-right: 6px;
}
.menuDown .mobileMenu .flexBox .tel .icon {
  width: 26px;
  height: 26px;
  display: block;
}
.menuDown .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .pic {
  width: 100%;
}
#banner .titleBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .title {
  font-size: 66px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#banner .bannerSwiper {
  position: relative;
  height: auto;
}
#banner .swiperBtn {
  position: absolute;
  bottom: 42px;
  left: 153px;
  z-index: 1;
}
#banner .left,
#banner .right {
  width: 40px;
  height: 16px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#banner .left:hover {
  transform: translateX(-10px);
}
#banner .right {
  margin-left: 20px;
}
#banner .right:hover {
  transform: translateX(10px);
}
#banner .pagination {
  position: absolute;
  right: 135px;
  left: auto;
  text-align: right;
  z-index: 1;
}
#banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 3px;
  width: 10px;
  height: 10px;
}
#banner .swiper-pagination-bullet-active {
  background: #E60012;
}
.titleContainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.titleBox .bar {
  width: 52px;
  height: 6px;
  background: #E60012;
  border-radius: 3px;
}
.titleBox .text {
  font-size: 40px;
  color: #222326;
  font-weight: bold;
  margin-top: 14px;
  line-height: 52px;
}
.titleBox .text .sml {
  font-size: 15px;
  line-height: 24px;
}
.button_v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9463F;
  height: 42px;
  cursor: pointer;
  text-decoration: none;
}
.button_v2 .text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.button_v2 .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 11px;
  top: 50%;
  margin-top: -10px;
}
.button_v2:hover {
  text-decoration: none;
}
.button {
  display: block;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.button .txt {
  font-size: 18px;
  color: #333436;
  font-weight: bold;
  line-height: 40px;
}
.button .arrow {
  width: 24px;
  height: 12px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.button:hover {
  text-decoration: none;
}
.button:hover .arrow {
  transform: translateX(10px);
}
.loading {
  position: relative;
}
.loading .icon {
  width: 30px;
  display: block;
  margin: auto;
}
.newsCellBox {
  position: relative;
  width: 100%;
  padding: 18px 20px;
  padding-bottom: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  background: #fff;
}
.newsCellBox .title {
  font-size: 19px;
  line-height: 28px;
  color: #333436;
  font-weight: 500;
}
.newsCellBox .title.ml10 {
  margin-left: 10px;
}
.newsCellBox .date {
  font-size: 13px;
  line-height: 18px;
  color: #727476;
  margin-top: 6px;
  font-weight: 300;
  margin-left: 10px;
}
.newsCellBox .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  margin-top: -10px;
}
.newsCellBox:hover {
  text-decoration: none;
}
.newsBox {
  cursor: pointer;
  width: 32%;
  display: block;
  text-decoration: none !important;
}
.newsBox .pic {
  width: 100%;
}
.newsBox .title {
  font-size: 18px;
  color: #333436;
  line-height: 26px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 12px;
}
.newsBox .desc {
  font-size: 13px;
  line-height: 24px;
  color: #727476;
  font-weight: 300;
}
#tabs {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F8FA;
}
#tabs .swiper-container {
  margin: 0;
}
#tabs .tab {
  position: relative;
  padding: 19px 29px;
  width: 122px;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
#tabs .tab .txt {
  font-size: 16px;
  color: #222326;
  line-height: 22px;
  text-decoration: none;
}
#tabs .tab .bar {
  position: absolute;
  width: 50%;
  height: 4px;
  left: 25%;
  bottom: 0;
  background: #E60012;
  display: none;
}
#tabs .tab.curr .bar {
  display: block;
}
#footer {
  background: #505558;
}
#footer .mapInfo {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 51px;
  overflow: initial;
}
#footer .mapInfo .logo {
  height: 79px;
  display: block;
}
#footer .mapInfo .maps {
  display: flex;
  justify-content: space-between;
}
#footer .mapInfo .maps .navBox {
  width: 80px;
  margin-right: 20px;
}
#footer .mapInfo .maps .navBox:last-child {
  margin-right: 0;
}
#footer .mapInfo .maps .navBox .nav {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
#footer .mapInfo .maps .navBox .navBtn {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.6;
  font-weight: 300;
  line-height: 23px;
  display: block;
}
#footer .mapInfo .qrcodeInfo .title {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 15px;
  text-align: center;
}
#footer .mapInfo .qrcodeInfo .qrcodes {
  position: relative;
  display: flex;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox {
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:last-child {
  margin-right: 0;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .weixin {
  width: 60px;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .qrcode {
  width: 100px;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .name {
  font-size: 11px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 23px;
  margin-top: 2px;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox {
  position: absolute;
  left: -50px;
  bottom: 120px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode {
  width: 160px;
  padding: 20px;
  padding-bottom: 12px;
  background: #fff;
  border-radius: 5px;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode .img {
  display: block;
  width: 120px;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode .txt {
  font-size: 14px;
  color: #333436;
  margin-top: 5px;
  text-align: center;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .arrow {
  width: 10px;
  height: 4px;
  display: block;
  margin: auto;
}
#footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:hover .hoverBox {
  opacity: 1;
  bottom: 90px;
}
#footer .copyright {
  background: #484E52;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer .copyright .txt {
  font-size: 12px;
  color: #868C92;
  line-height: 20px;
}
#footer .copyright .linkBtn {
  font-size: 12px;
  color: #AEB3B8;
  line-height: 20px;
}
#footer .copyright .linkBtn a {
  color: #AEB3B8;
}
.floatBtnBox {
  position: fixed;
  top: 310px;
  right: 0;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.floatBtnBox .floatBtn {
  position: relative;
  display: block;
  width: 60px;
  cursor: pointer;
}
.floatBtnBox .floatBtn .btnIcon {
  position: relative;
  width: 60px;
  border-bottom: solid 1px #FAFAFA;
}
.floatBtnBox .floatBtn:first-child .btnIcon {
  border-radius: 5px 0 0 0;
}
.floatBtnBox .floatBtn:last-child .btnIcon {
  border-radius: 0 0 0 5px;
  border-bottom: 0;
}
.floatBtnBox .floatBtn:hover .infoBox {
  right: 60px;
  opacity: 1;
}
.floatBtnBox .infoBox {
  position: absolute;
  display: flex;
  justify-content: right;
  right: -326px;
  padding-right: 2px;
  opacity: 0;
  top: 0;
  transition: all 0.3s ease-out;
}
.floatBtnBox .infoBox .arrow {
  width: 4px;
  height: 10px;
  margin-top: 25px;
}
.floatBtnBox .infoBox .info {
  border-radius: 5px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.floatBtnBox .infoBox.dianhua .info {
  width: 229px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBtnBox .infoBox.dianhua .info .txt {
  font-size: 14px;
  color: #333436;
}
.floatBtnBox .infoBox.dianhua .info .txt span {
  font-size: 16px;
  color: #E9463F;
}
.floatBtnBox .infoBox.weixin .info {
  width: 320px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBtnBox .infoBox.weixin .info .qrcodeBox .qecode {
  width: 120px;
  height: 120px;
  display: block;
}
.floatBtnBox .infoBox.weixin .info .qrcodeBox .txt {
  font-size: 14px;
  color: #333436;
  text-align: center;
  margin-top: 8px;
}
.floatBtnBox .infoBox.weixin .info .bar {
  position: relative;
  width: 1px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
  background: rgba(0, 0, 0, 0.08);
}
.inputBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.inputBox .text {
  min-width: 100px;
  margin-left: 25px;
  font-size: 13px;
  color: #333436;
}
.inputBox .input {
  width: 100%;
  height: 36px;
  background: #F1F3F5;
  border: 0;
  margin-right: 25px;
  outline: none;
  padding: 8px 9px;
  border-radius: 3px;
}
.inputBox .yzmBox {
  display: flex;
  justify-content: space-between;
  margin-right: 25px;
}
.inputBox .yzmBox .input {
  margin-right: 0;
}
.inputBox .yzmBox .yzm {
  width: 90px;
  height: 36px;
  margin-left: 5px;
}
.err {
  color: #E60012;
}
.err::-webkit-input-placeholder {
  color: #E60012;
}
.err::-moz-placeholder {
  color: #E60012;
}
.err input:-ms-input-placeholder {
  color: #E60012;
}
.err::-webkit-input-placeholder {
  color: #E60012;
}
.err::placeholder {
  color: #E60012;
}
.floatPage {
  display: none;
}
.floatPage .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 102;
  opacity: 0;
}
.floatPage .floatInfo {
  position: fixed;
  width: 360px;
  left: 50%;
  top: 70%;
  margin-left: -180px;
  margin-top: -237px;
  z-index: 103;
  opacity: 0;
}
.floatPage .floatInfo .infoBox {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 25px;
}
.floatPage .floatInfo .infoBox .tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.floatPage .floatInfo .infoBox .tab .tabBtn {
  width: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #333436;
  background: #F1F3F5;
  cursor: pointer;
}
.floatPage .floatInfo .infoBox .tab .tabBtn.curr {
  background: #fff;
}
.floatPage .floatInfo .infoBox .button1 {
  position: relative;
  background: #E9463F;
  width: 200px;
  height: 42px;
  margin: auto;
  margin-top: 15px;
  cursor: pointer;
}
.floatPage .floatInfo .infoBox .button1 .txt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
}
.floatPage .floatInfo .infoBox .button1 .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 11px;
}
.floatPage .floatInfo .floatClose {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  bottom: -47px;
  cursor: pointer;
}
.floatPage .floatInfo .titleBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(#fff, #F2F5F8);
  padding: 15px 20px;
  padding-right: 11px;
}
.floatPage .floatInfo .titleBar .title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #333436;
}
.floatPage .floatInfo .titleBar .close {
  width: 28px;
  height: 28px;
  display: block;
  opacity: 1;
}
#productNameFloat .floatInfo {
  width: 664px;
  margin-left: -332px;
  overflow: hidden;
  border-radius: 5px;
}
#productNameFloat .floatInfo .infoBox {
  border-radius: 0;
  padding: 30px 60px;
}
#productNameFloat .floatInfo .infoBox .text {
  font-size: 14px;
  line-height: 26px;
  color: #333436;
  margin-bottom: 20px;
}
#productNameFloat .floatInfo .infoBox .text span {
  color: #E9463F;
  font-weight: bold;
}
#productNameFloat .floatInfo .infoBox .productNameList {
  display: flex;
  flex-wrap: wrap;
}
#productNameFloat .floatInfo .infoBox .productNameList .productName {
  font-size: 13px;
  line-height: 20px;
  color: #333436;
  padding: 10px 18px;
  background: #F1F3F5;
  border-radius: 3;
  margin-right: 10px;
  margin-bottom: 10px;
}
#productNameFloat .floatInfo .infoBox .inputBox {
  width: 422px;
  margin-top: 10px;
}
#productNameFloat .floatInfo .infoBox .inputBox .text {
  min-width: 62px;
  margin-left: 0;
  margin: 0;
}
#productNameFloat .floatInfo .infoBox .inputBox .input {
  margin-right: 0;
}
@media (max-width: 1199px) {
  #menu .menuContent .menuList .btn {
    font-size: 14px;

    margin-right: 10px;
  }
  #footer {
    position: relative;
    padding-top: 20px;
  }
  #footer .mapInfo {
    padding-top: 120px;
  }
  #footer .mapInfo .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -53px;
  }
  #footer .mapInfo .maps .navBox {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  #footer {
    padding-top: 20px;
    position: relative;
  }
  #footer .mapInfo .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -53px;
  }
  #footer .mapInfo .maps .navBox {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 56px;
  }
  #menu {
    height: 56px;
  }
  #menu .menuContent {
    padding-left: 20px;
    padding-right: 15px;
  }
  #menu .menuContent .logo {
    height: 40px;
  }
  #menu .menuContent .menuList .btn {
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #menu .menuContent .mobileIcon .openMenu {
    width: 32px;
    height: 32px;
  }
  #menu .menuContent .mobileIcon .closeMenu {
    width: 32px;
    height: 32px;
    display: none;
  }
  #banner .pagination {
    text-align: left;
    right: auto;
    left: 0;
    padding-left: 25px;
    margin: 0;
  }
  #banner .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    border-radius: 2px;
  }
  #banner .titleBox .title {
    font-size: 32px;
  }
  .button .txt {
    font-size: 16px;
  }
  .button .arrow {
    width: 20px;
  }
  .titleBox .bar {
    width: 30px;
    height: 4px;
  }
  .titleBox .text {
    font-size: 25px;
    line-height: 33px;
  }
  .newsCellBox {
    margin-bottom: 8px;
  }
  .newsCellBox .title {
    font-size: 15px;
    line-height: 22px;
  }
  .newsCellBox .date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    margin-left: 0;
  }
  .newsBox {
    width: 100% !important;
    margin-bottom: 25px !important;
  }
  .newsBox .title {
    font-size: 17px;
    margin-top: 15px;
    line-height: 24px;
  }
  #tabs {
    height: 48px;
  }
  #tabs .tab {
    padding: 12px 15px;
  }
  #tabs .tab .txt {
    font-size: 15px;
    line-height: 24px;
  }
  #footer {
    padding-top: 0;
  }
  #footer .mapInfo {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .mapInfo .logo {
    position: relative;
    height: 70px;
    left: auto;
    top: auto;
    margin: auto;
  }
  #footer .mapInfo .qrcodeInfo {
    width: 100%;
    margin-top: 20px;
  }
  #footer .mapInfo .qrcodeInfo .title {
    text-align: center;
  }
  #footer .mapInfo .qrcodeInfo .qrcodes {
    justify-content: center;
    margin-top: 10px;
  }
  #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .qrcode {
    width: 100px;
    height: 100px;
  }
  #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .name {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin-top: 5px;
  }
  #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:hover .hoverBox {
    display: none;
  }
  #footer .copyright .txt {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
  }
  .floatBtnBox {
    top: 290px;
  }
  .floatBtnBox .floatBtn {
    width: 50px;
  }
  .floatBtnBox .floatBtn .btnIcon {
    width: 50px;
  }
  .floatBtnBox .floatBtn .weixin .info {
    padding-top: 10px;
    width: 140px;
    height: auto;
    display: block;
    margin-top: -60px;
    padding-bottom: 10px;
  }
  .floatBtnBox .floatBtn .weixin .info .qrcodeBox .qecode {
    margin: auto;
  }
  .floatBtnBox .floatBtn .weixin .info .qrcodeBox .txt {
    margin-top: 0;
  }
  .floatBtnBox .floatBtn .weixin .info .bar {
    width: 100px;
    height: 1px;
    margin-top: 9px;
    margin-bottom: 10px;
  }
  .menuDown .infoBox {
    top: 50px;
  }
  .menuDown .infoBox .infoContent {
    height: 100%;
  }
  .menuDown .infoBox .infoContent.region {
    position: relative;
    overflow: scroll;
    display: block;
    width: 100%;
    padding: 0;
  }
  .menuDown .infoBox .infoContent.region .regionContainer {
    display: flex;
    flex-wrap: wrap;
    height: max-content;
    padding: 30px;
  }
  .menuDown .infoBox .infoContent.region .regionBox {
    width: 50%;
    margin-bottom: 40px;
  }
  .menuDown .infoBox .infoContent.region .regionBox .regionLabel {
    margin-bottom: 10px;
  }
  .menuDown .infoBox .infoContent.region .region1 {
    width: 100%;
  }
  .menuDown .infoBox .infoContent.region .region1 .regionBtn {
    display: inline-block;
  }
  .floatPage .floatInfo .titleBar {
    padding: 11px 20px;
    padding-right: 11px;
  }
  #productNameFloat .floatInfo {
    width: 96%;
    left: 2%;
    margin-left: 0;
    margin-top: -290px;
  }
  #productNameFloat .floatInfo .infoBox {
    padding: 20px;
  }
  #productNameFloat .floatInfo .infoBox .text {
    font-size: 12px;
    line-height: 26px;
    margin-top: -5px;
    margin-bottom: 19px;
  }
  #productNameFloat .floatInfo .infoBox .productNameList .productName {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 10px;
  }
  #productNameFloat .floatInfo .infoBox .inputBox {
    width: 100%;
  }
}
</style>
 <!-- 导航 -->
        <div id="menu">
            <div class="menuContent">
                <div class="flexBox">
                    <a href="/">
                        <img class="logo" src="/static/upload/image/20230518/1684377933536903.png" alt="">
                    </a>
                    <div class="region" @click="showRegion">
                        <p class="text">天津</p>
                        <img class="arrow" src="/assets/images/arrow.png" alt="">
                    </div>
                </div>
                <div class="menuList hidden-xs" @mouseenter="menuHoverOn" @mouseleave="menuHoverOff" >
                
                 
                    <div class="btn">
                        <a class="txt" href="/qiyefw/">企业服务</a>
                        <div class="navs">
                        
                            <a class="nav hvr-grow" href="/qiyefw/">企业服务</a>
                            
                        </div>
                    </div>
                  
                     
                    <div class="btn">
                        <a class="txt" href="/fwzn/">员工服务</a>
                        <div class="navs">
                        
                            <a class="nav hvr-grow" href="/fwzn/">员工服务指南</a>
                            
                            <a class="nav hvr-grow" href="/jsq/">五险一金计算器</a>
                            
                            <a class="nav hvr-grow" href="/gs/">个税计算器</a>
                            
                        </div>
                    </div>
                  
                     
                    <div class="btn">
                        <a class="txt" href="/zp/">招聘服务</a>
                        <div class="navs">
                        
                            <a class="nav hvr-grow" href="/zp/">招聘服务</a>
                            
                        </div>
                    </div>
                  
                     
                    <div class="btn">
                        <a class="txt" href="/zx/">资讯中心</a>
                        <div class="navs">
                        
                            <a class="nav hvr-grow" href="/zx/">资讯中心</a>
                            
                        </div>
                    </div>
                  
                     
                    <div class="btn">
                        <a class="txt" href="/jj/">关于我们</a>
                        <div class="navs">
                        
                            <a class="nav hvr-grow" href="/jj/">公司简介</a>
                            
                            <a class="nav hvr-grow" href="/ryzz/">荣誉资质</a>
                            
                            <a class="nav hvr-grow" href="/qywh/">企业文化</a>
                            
                            <a class="nav hvr-grow" href="/djyl/">党建引领</a>
                            
                            <a class="nav hvr-grow" href="/lxwm/">联系我们</a>
                            
                            <a class="nav hvr-grow" href="/jrwm/">加入我们</a>
                            
                        </div>
                    </div>
                  
                    
                </div>
                <div class="flexBox hidden-xs">
                    <!-- <div class="language hidden-sm">
                        <span class="cn active">中文</span>
                        /
                        <span class="en">EN</span>
                    </div> -->
                    <div class="tel hidden-md hidden-sm">
                        <img class="icon" src="/assets/images/tel_icon.png" alt="">
                        <p class="telnum">022-58182188</p>
                    </div>
                    <div class="search" @click="showSearch">
                        <img class="icon" src="/assets/images/search.png" alt="">
                    </div>
                </div>
                <div class="mobileIcon visible-xs">
                    <img v-if="!isShowMobileMenu" class="openMenu" @click="showMobileMenu" src="/assets/images/icon13.png" alt="">
                    <img v-if="isShowMobileMenu" class="closeMenu" @click="showMobileMenu" src="/assets/images/icon14.png" alt="">
                </div>
            </div>
        </div>
       
        <!-- banner头图 -->
        <div id="banner">
            <div class="bannerSwiper swiper-container">
                <div class="swiper-wrapper">
                
                
                    <div class="swiper-slide banner1">
                        <img class="pic hidden-xs" src="/static/upload/image/20230512/1683864016465690.jpg" alt="">
                        <img class="pic visible-xs" src="/static/upload/image/20230512/1683864019592682.jpg" alt="">
                        <div class="titleBox">
                            <p class="title"><br/></p>
                        </div>
                    </div>
                    
                    <div class="swiper-slide banner1">
                        <img class="pic hidden-xs" src="/static/upload/image/20230118/1674033016905675.jpg" alt="">
                        <img class="pic visible-xs" src="/static/upload/image/20230118/1674033037120288.jpg" alt="">
                        <div class="titleBox">
                            <p class="title">打造有价值的智慧人力服务生态<br/></p>
                        </div>
                    </div>
                    
                    
                    <a class="swiper-slide" href="http://www.mohrss.gov.cn/SYrlzyhshbzb/dongtaixinwen/buneiyaowen/rsxw/202107/t20210728_419489.html" target="_blank">
                        <img class="pic hidden-xs" src="/static/upload/image/20221211/1670731342665407.jpg" alt="">
                        <img class="pic visible-xs" src="/static/upload/image/20221211/1670731345525095.jpg" alt="">
                        <div class="titleBox">
                            <div class="info">
                                <p class="title">中国第一家<br/>专业化人力资源服务机构</p>
                                <div class="button">
                                    <p class="txt">查看详情</p>
                                    <img class="arrow" src="/assets/images/btnArrow2.png" alt="">
                                </div>
                            </div>
                        </div>
                    </a>
                    
                    
                </div>
                <!-- 如果需要分页器 -->
                <div class="pagination"></div>
                
                <!-- 如果需要导航按钮 -->
                <div class="swiperBtn hidden-xs">
                    <img class="left" src="/assets/images/left.png" alt="">
                    <img class="right" src="/assets/images/right.png" alt="">
                </div>
            </div>
        </div>
        <!-- 简介 -->
        <div class="content" id="content1">
            <div class="container">
                <img class="pic" src="/static/upload/image/20230512/1683863380709879.jpg" alt="">
                <div class="textInfo">
                    <p class="title">北京外企人力资源服务天津有限公司</p>
                    <p class="text">　　作为北京国际人力资本集团股份有限公司（简称：北京国际人力，品牌：FESCO）的所属企业，FESCO天津成立于2000年，下设3家分公司。依托集团成熟服务体系，深入挖掘本地需求并发挥自身优势，深耕人事用工管理、管理咨询、人才招聘、残障人士用工管理等多重领域。公司以专业服务、创新能力和品牌信誉赢得市场信赖，持续拓展服务边界，深化客户合作，市场份额稳步提升。<br>　　FESCO天津凭借卓越的行业贡献与社会责任担当，荣获多项权威认证：获评"全国人力资源服务示范机构"国家级殊荣，入选"青年就业见习基地"、"天津市职工教育培训示范点"等人才培育标杆项目，荣膺"天津市和平区功勋企业"、“天津市服务业创新发展星锐企业”等区域发展典范称号，并获天津市商务局颁发《对外劳务合作经营资格证书》，多维彰显其在人力资源服务领域的标杆地位与进军国际化发展实力。</p>
                    <a class="button" href="/jj/">
                        <p class="txt">查看全部</p>
                        <img class="arrow" src="/assets/images/btnArrow.png" alt="">
                    </a>
                </div>
            </div>
        </div>
        <!-- 咨询中心 -->
        <div class="content" id="content2">
            <div class="container">
                <div class="titleContainer">
                    <div class="titleBox">
                        <div class="bar"></div>
                        <p class="text">资讯中心</p>
                    </div>
                    <a class="button hidden-xs" href="/zx/">
                        <p class="txt">查看全部</p>
                        <img class="arrow" src="/assets/images/btnArrow.png" alt="">
                    </a>
                </div>

                <div class="newsSwiper swiper-container hidden-xs">
                    <div class="newsList swiper-wrapper">
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/87.html" style="text-decoration:none"><p class="title">武清区消防救援支队2025年度 面向社会补录政府专职消防员的公告</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2025-04-08</p>
                        </div>-->
                                <p class="desc">武清区消防救援支队2025年度面向社会补录政府专职消防员的公告为满足武清区经济社会发展对消防力量的需求，充实消防救援站一线消防执勤力量，武清区消防救援支队现面向社会补录政府专职消防员。现将有关事项公告如下：一、补录岗位及人数经天津市消防救援总队批准，此次武清区消防救援支队招录专职消防员26人，其中包</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/86.html" style="text-decoration:none"><p class="title">2025年度公开招聘武清区消防救援支队政府专职消防员参加体检人员公告</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2025-04-01</p>
                        </div>-->
                                <p class="desc">【测试】2025年度公开招聘武清区消防救援支队政府专职消防员参加体检人员公告各位考生：根据《2025年度公开招聘武清区消防救援支队政府专职消防员的公告》安排，现将进入体检名单进行公告一日，有关事项公告如下：一、参加体检人员名单（排序随机）序号姓名身份证号后四位1王奕哲025X2杨俊35123林佳森08144倪国斌17105李超然</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/85.html" style="text-decoration:none"><p class="title">2025年度公开招聘武清区消防救援支队政府专职消防员参加面试人员公告</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2025-03-26</p>
                        </div>-->
                                <p class="desc">2025年度公开招聘武清区消防救援支队政府专职消防员参加面试人员公告各位考生：根据《2025年度公开招聘武清区消防救援支队政府专职消防员的公告》安排，现将面试名单进行公告一日，有关事项公告如下：一、体能测试合格人员名单（排序随机）女子组：序号姓名身份证号后四位1龚亚琳78222焦靖雯36423娄瑀航322X4徐久砚73235于霜</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/80.html" style="text-decoration:none"><p class="title">和平区消防救援支队2024年政府专职消防员公开招聘拟聘用名单公示</p>
                                <!--<div class="sourceBox">
                            <p class="source">天津市和平区消防救援支队</p>
                            <p class="time">2024-04-15</p>
                        </div>-->
                                <p class="desc">2024年和平区消防救援支队公开招聘合同制政府专职消防员，经报名、资格审查、体测、面试、体检、考察等环节，共计20人符合条件，按照《和平区消防救援支队2024年政府专职消防员招聘简章公告》，现将聘用人员予以公示。公示时间：2024年4月15日-2024年4月19日公示有关要求：1.如对公示内容有异议，请于公示期间，以电话、信函</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/78.html" style="text-decoration:none"><p class="title">和平区消防救援支队2024年政府专职消防员招聘简章</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2024-03-01</p>
                        </div>-->
                                <p class="desc">和平区消防救援支队2024年政府专职消防员招聘简章为满足和平区消防工作发展需要，现面向社会公开招聘20名政府专职消防员，经报名、资格审查、体能测试、面试、体检、培训考核，确定聘用的和平区消防救援支队政府专职消防员与和平区消防救援支队直接签订劳动合同。本次招聘的政府专职消防员不具有国家行政编制、事业编</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/77.html" style="text-decoration:none"><p class="title">天津市滨海智慧集团有限公司工作人员招聘公告</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-12-11</p>
                        </div>-->
                                <p class="desc">FESCO天津受天津市滨海智慧集团有限公司委托招聘相关工作人员，有关事项如下:一、招聘单位天津市滨海智慧集团有限公司二、应聘人员须同时具备以下各项条件（一）中华人民共和国国籍；（二）遵纪守法，无违法犯罪记录；（三）具有良好的职业素养与操守；（四）具有岗位所需的专业或技能；（五）适应岗位要求的身</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/75.html" style="text-decoration:none"><p class="title">FESCO亮相中国天津人力资源服务产业园保利园区开园暨和平区新业态·数字人力研究院成立仪式</p>
                                <!--<div class="sourceBox">
                            <p class="source">FESCO天津微信公众号</p>
                            <p class="time">2023-09-26</p>
                        </div>-->
                                <p class="desc">9月25日，中国天津人力资源服务产业园保利园区开园仪式、和平区新业态·数字人力研究院成立仪式及数字人力创新论坛举行。和平区委书记姚建军，市人社局党组成员、副局长郑巴音出席活动并为园区揭牌，区有关领导出席并致辞。北京国际人力资本集团股份有限公司副总经理程金刚发表致辞。FESCO天津总经理姚远就任和平区新业态·</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/74.html" style="text-decoration:none"><p class="title">天津市津房物业管理有限公司公开招聘拟聘用名单公示</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-08-22</p>
                        </div>-->
                                <p class="desc">【测试】天津市津房物业管理有限公司公开招聘拟聘用名单公示根据《天津市津房物业管理有限公司工作人员公开招聘公告》，经面试、体检、背调等程序，确定了天津市津房物业管理有限公司拟聘用人员，现予以公示。公示时间：2023年8月22日-2023年8月28日公示有关要求：1.如对公示内容有异议，请于公示期间，以电话、信函、来访等</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/73.html" style="text-decoration:none"><p class="title">天津市津房物业管理有限公司工作人员公开招聘面试成绩公示</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-08-17</p>
                        </div>-->
                                <p class="desc">【测试】天津市津房物业管理有限公司工作人员公开招聘面试成绩公示为加强招聘工作的社会监督，经过测评、面试程序，候选人按面试成绩排名，1:1进入背景调查及体检环节，现将天津市津房物业管理有限公司招聘岗位：运营总监，面试成绩予以公示。公示时间：2023年8月17日-2023年8月21日（3个工作日）公示有关要求：1.如对</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/76.html" style="text-decoration:none"><p class="title">FESCO天津公司董事长王倩一行莅临FESCO天津视察并指导工作</p>
                                <!--<div class="sourceBox">
                            <p class="source">FESCO天津微信公众号</p>
                            <p class="time">2023-08-09</p>
                        </div>-->
                                <p class="desc">为加快公司成长建设步伐，推动各项业务取得更大成效，2023年8月8日上午，FESCO天津公司董事长王倩和监事石鸿涛莅临FESCO天津视察并指导工作，对项目进展、员工精神面貌、工作环境等进行查看并且给予相应的指导意见。FESCO天津公司董事长王倩和监事石鸿涛首先来到办公大厅，与员工亲切交流，深入了解员工工作日常，详细</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/72.html" style="text-decoration:none"><p class="title">天津市和平区组建招商服务中心面向全国公开招聘招商人员拟聘用人员名单公示</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-07-31</p>
                        </div>-->
                                <p class="desc">天津市和平区组建招商服务中心面向全国公开招聘招商人员拟聘用名单公示根据《天津市和平区组建招商服务中心面向全国公开招聘招商人员公告》，经面试、体检、考察等程序，确定了天津市和平区投资促进服务办公室招商服务中心拟聘用派遣制招商人员，现予以公示。公示时间：2023年7月 31日-2023年8月4日公示有关要求：1.如对公示</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/69.html" style="text-decoration:none"><p class="title">FESCO董事、总经理郝杰一行在天津开展工作调研</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-07-31</p>
                        </div>-->
                                <p class="desc">7月27日，FESCO董事、总经理郝杰、FESCO副总经理程金刚、FESCO副总监、办公室主任曲鸣一行赴津调研访问天津市和平区委副书记、区长郑伟铭，和平区常务副区长李浩、和平人社局党委书记、局长马轶、和平区财政局局长鲍世峥、和平区投促办主任贾金伟出席会见。双方围绕落实天津市“十项行动”，就国家级产业园运营、人力资源赋</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/67.html" style="text-decoration:none"><p class="title">天津市津房物业管理有限公司工作人员公开招聘公告</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-07-25</p>
                        </div>-->
                                <p class="desc">【测试】天津市津房物业管理有限公司工作人员公开招聘公告天津市津房物业管理有限公司是国有国家一级资质的物业服务企业，成立于 2004年，隶属于天津市房产管理服务中心，注册资本540万元。主要为行政机关、商务办公楼、商业景区、风貌建筑以及住宅小区等项目提供专业的物业服务。公司秉承：专业、优质、人本的企业文化理念</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/70.html" style="text-decoration:none"><p class="title">党建共建——FESCO天津与天津港港湾人力公司举行合作签约仪式</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-06-30</p>
                        </div>-->
                                <p class="desc">2023年6月21日，天津中天对外服务有限公司（简称：FESCO天津）与天津港集团二级企业天津港湾人力资源服务有限公司（简称：天津港港湾人力公司）举行党建共建合作签约仪式。双方深入贯彻落实习近平新时代中国特色社会主义思想，切实发挥党组织优势和党支部的战斗堡垒作用，</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        <div class="swiper-slide">
                            <div class="newsBox hvr-float-shadow">
                                <a href="/zx/65.html" style="text-decoration:none"><p class="title">天津市北辰城市基础设施建设投资有限责任公司公开招聘</p>
                                <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-06-27</p>
                        </div>-->
                                <p class="desc">天津市北辰城市基础设施建设投资有限责任公司（以下简称“北辰城投”），系北辰区国有全资公司，于2012年2月24日成立。北辰城投秉承工匠精神，以“提升城市形象，造福北辰百姓”为己任，承担基础设施建设、棚户区改造、北辰区消防保障配套建设、农民长远生计配套商业开发及安居工程等，致力于打造具有品牌优势、资产实力和资</p>
                                <img class="arrow" src="/assets/images/arrow8.png" alt="">
                                </a>
                            </div>
                        </div>
                        
                        
                        
                        
                    </div>
                    <div class="pagination"></div>
                </div>
                
                <div class="newsList visible-xs">
                    
                       
                    <div class="newsBox">
                        <p class="title">武清区消防救援支队2025年度 面向社会补录政府专职消防员的公告</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2025-04-08</p>
                        </div>-->
                        <p class="desc">武清区消防救援支队2025年度面向社会补录政府专职消防员的公告为满足武清区经济社会发展对消防力量的需求，充实消防救援站一线消防执勤力量，武清区消防救援支队现面向社会补录政府专职消防员。现将有关事项公告如下：一、补录岗位及人数经天津市消防救援总队批准，此次武清区消防救援支队招录专职消防员26人，其中包</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">2025年度公开招聘武清区消防救援支队政府专职消防员参加体检人员公告</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2025-04-01</p>
                        </div>-->
                        <p class="desc">【测试】2025年度公开招聘武清区消防救援支队政府专职消防员参加体检人员公告各位考生：根据《2025年度公开招聘武清区消防救援支队政府专职消防员的公告》安排，现将进入体检名单进行公告一日，有关事项公告如下：一、参加体检人员名单（排序随机）序号姓名身份证号后四位1王奕哲025X2杨俊35123林佳森08144倪国斌17105李超然</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">2025年度公开招聘武清区消防救援支队政府专职消防员参加面试人员公告</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2025-03-26</p>
                        </div>-->
                        <p class="desc">2025年度公开招聘武清区消防救援支队政府专职消防员参加面试人员公告各位考生：根据《2025年度公开招聘武清区消防救援支队政府专职消防员的公告》安排，现将面试名单进行公告一日，有关事项公告如下：一、体能测试合格人员名单（排序随机）女子组：序号姓名身份证号后四位1龚亚琳78222焦靖雯36423娄瑀航322X4徐久砚73235于霜</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">和平区消防救援支队2024年政府专职消防员公开招聘拟聘用名单公示</p>
                        <!--<div class="sourceBox">
                            <p class="source">天津市和平区消防救援支队</p>
                            <p class="time">2024-04-15</p>
                        </div>-->
                        <p class="desc">2024年和平区消防救援支队公开招聘合同制政府专职消防员，经报名、资格审查、体测、面试、体检、考察等环节，共计20人符合条件，按照《和平区消防救援支队2024年政府专职消防员招聘简章公告》，现将聘用人员予以公示。公示时间：2024年4月15日-2024年4月19日公示有关要求：1.如对公示内容有异议，请于公示期间，以电话、信函</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">和平区消防救援支队2024年政府专职消防员招聘简章</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2024-03-01</p>
                        </div>-->
                        <p class="desc">和平区消防救援支队2024年政府专职消防员招聘简章为满足和平区消防工作发展需要，现面向社会公开招聘20名政府专职消防员，经报名、资格审查、体能测试、面试、体检、培训考核，确定聘用的和平区消防救援支队政府专职消防员与和平区消防救援支队直接签订劳动合同。本次招聘的政府专职消防员不具有国家行政编制、事业编</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">天津市滨海智慧集团有限公司工作人员招聘公告</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-12-11</p>
                        </div>-->
                        <p class="desc">FESCO天津受天津市滨海智慧集团有限公司委托招聘相关工作人员，有关事项如下:一、招聘单位天津市滨海智慧集团有限公司二、应聘人员须同时具备以下各项条件（一）中华人民共和国国籍；（二）遵纪守法，无违法犯罪记录；（三）具有良好的职业素养与操守；（四）具有岗位所需的专业或技能；（五）适应岗位要求的身</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">FESCO亮相中国天津人力资源服务产业园保利园区开园暨和平区新业态·数字人力研究院成立仪式</p>
                        <!--<div class="sourceBox">
                            <p class="source">FESCO天津微信公众号</p>
                            <p class="time">2023-09-26</p>
                        </div>-->
                        <p class="desc">9月25日，中国天津人力资源服务产业园保利园区开园仪式、和平区新业态·数字人力研究院成立仪式及数字人力创新论坛举行。和平区委书记姚建军，市人社局党组成员、副局长郑巴音出席活动并为园区揭牌，区有关领导出席并致辞。北京国际人力资本集团股份有限公司副总经理程金刚发表致辞。FESCO天津总经理姚远就任和平区新业态·</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">天津市津房物业管理有限公司公开招聘拟聘用名单公示</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-08-22</p>
                        </div>-->
                        <p class="desc">【测试】天津市津房物业管理有限公司公开招聘拟聘用名单公示根据《天津市津房物业管理有限公司工作人员公开招聘公告》，经面试、体检、背调等程序，确定了天津市津房物业管理有限公司拟聘用人员，现予以公示。公示时间：2023年8月22日-2023年8月28日公示有关要求：1.如对公示内容有异议，请于公示期间，以电话、信函、来访等</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">天津市津房物业管理有限公司工作人员公开招聘面试成绩公示</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-08-17</p>
                        </div>-->
                        <p class="desc">【测试】天津市津房物业管理有限公司工作人员公开招聘面试成绩公示为加强招聘工作的社会监督，经过测评、面试程序，候选人按面试成绩排名，1:1进入背景调查及体检环节，现将天津市津房物业管理有限公司招聘岗位：运营总监，面试成绩予以公示。公示时间：2023年8月17日-2023年8月21日（3个工作日）公示有关要求：1.如对</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">FESCO天津公司董事长王倩一行莅临FESCO天津视察并指导工作</p>
                        <!--<div class="sourceBox">
                            <p class="source">FESCO天津微信公众号</p>
                            <p class="time">2023-08-09</p>
                        </div>-->
                        <p class="desc">为加快公司成长建设步伐，推动各项业务取得更大成效，2023年8月8日上午，FESCO天津公司董事长王倩和监事石鸿涛莅临FESCO天津视察并指导工作，对项目进展、员工精神面貌、工作环境等进行查看并且给予相应的指导意见。FESCO天津公司董事长王倩和监事石鸿涛首先来到办公大厅，与员工亲切交流，深入了解员工工作日常，详细</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">天津市和平区组建招商服务中心面向全国公开招聘招商人员拟聘用人员名单公示</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-07-31</p>
                        </div>-->
                        <p class="desc">天津市和平区组建招商服务中心面向全国公开招聘招商人员拟聘用名单公示根据《天津市和平区组建招商服务中心面向全国公开招聘招商人员公告》，经面试、体检、考察等程序，确定了天津市和平区投资促进服务办公室招商服务中心拟聘用派遣制招商人员，现予以公示。公示时间：2023年7月 31日-2023年8月4日公示有关要求：1.如对公示</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">FESCO董事、总经理郝杰一行在天津开展工作调研</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-07-31</p>
                        </div>-->
                        <p class="desc">7月27日，FESCO董事、总经理郝杰、FESCO副总经理程金刚、FESCO副总监、办公室主任曲鸣一行赴津调研访问天津市和平区委副书记、区长郑伟铭，和平区常务副区长李浩、和平人社局党委书记、局长马轶、和平区财政局局长鲍世峥、和平区投促办主任贾金伟出席会见。双方围绕落实天津市“十项行动”，就国家级产业园运营、人力资源赋</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">天津市津房物业管理有限公司工作人员公开招聘公告</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-07-25</p>
                        </div>-->
                        <p class="desc">【测试】天津市津房物业管理有限公司工作人员公开招聘公告天津市津房物业管理有限公司是国有国家一级资质的物业服务企业，成立于 2004年，隶属于天津市房产管理服务中心，注册资本540万元。主要为行政机关、商务办公楼、商业景区、风貌建筑以及住宅小区等项目提供专业的物业服务。公司秉承：专业、优质、人本的企业文化理念</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">党建共建——FESCO天津与天津港港湾人力公司举行合作签约仪式</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-06-30</p>
                        </div>-->
                        <p class="desc">2023年6月21日，天津中天对外服务有限公司（简称：FESCO天津）与天津港集团二级企业天津港湾人力资源服务有限公司（简称：天津港港湾人力公司）举行党建共建合作签约仪式。双方深入贯彻落实习近平新时代中国特色社会主义思想，切实发挥党组织优势和党支部的战斗堡垒作用，</p>
                    </div>
                    
                        
                    <div class="newsBox">
                        <p class="title">天津市北辰城市基础设施建设投资有限责任公司公开招聘</p>
                        <!--<div class="sourceBox">
                            <p class="source">本站</p>
                            <p class="time">2023-06-27</p>
                        </div>-->
                        <p class="desc">天津市北辰城市基础设施建设投资有限责任公司（以下简称“北辰城投”），系北辰区国有全资公司，于2012年2月24日成立。北辰城投秉承工匠精神，以“提升城市形象，造福北辰百姓”为己任，承担基础设施建设、棚户区改造、北辰区消防保障配套建设、农民长远生计配套商业开发及安居工程等，致力于打造具有品牌优势、资产实力和资</p>
                    </div>
                    
                        
                    
                </div>
                <div class="visible-xs">
                    <a class="button" href="/zx/">
                        <p class="txt">查看全部</p>
                        <img class="arrow" src="/assets/images/btnArrow.png" alt="">
                    </a>
                </div>
            </div>
            <!-- 如果需要导航按钮 -->
            <div class="swiperBtn hidden-xs">
                <img class="left" src="/assets/images/left2.png" alt="">
                <img class="right" src="/assets/images/right2.png" alt="">
            </div>
        </div>
        
        <!-- 企业服务 -->
        <div class="content" id="content3">
            <div class="container">
                <div class="titleBox">
                    <div class="bar"></div>
                    <p class="text">企业服务</p>
                </div>
                <div class="infoList">
                
                
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732495494727.png" alt="">
                        <p class="title">人事服务外包</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732509147145.png" alt="">
                        <p class="title">业务流程外包</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732518267440.png" alt="">
                        <p class="title">专业人才招聘</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732537343783.png" alt="">
                        <p class="title">员工福利外包</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732549372390.png" alt="">
                        <p class="title">签证中心</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732561138793.png" alt="">
                        <p class="title">法律用工咨询</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732571243774.png" alt="">
                        <p class="title">培训与拓展服务</p>
                        <div class="bar"></div>
                    </div>
                    
                    <div class="item hvr-float-shadow2">
                        <img class="icon" src="/static/upload/image/20221211/1670732584877162.png" alt="">
                        <p class="title">外籍人服务</p>
                        <div class="bar"></div>
                    </div>
                    
                    
                    
                </div>
            </div>
        </div>

        <!-- 员工服务 -->
        
        <!--<div class="content" id="content4">
            <div class="container">
                <div class="titleContainer">
                    <div class="titleBox">
                        <div class="bar"></div>
                        <p class="text">员工服务</p>
                    </div>
                </div>
                <div class="contentInfo">
                    <div class="infoList active">
                        <div class="listBox">
                        
                        </div>
                    </div>
                </div>
            </div>
        </div>-->

        <!-- 页尾 -->
        <div id="footer">
            <div class="container mapInfo">
                <img class="logo" src="/static/upload/image/20230518/1684377949906391.png" alt="">
                <div class="maps hidden-xs">
                 
                    <div class="navBox">
                        <p class="nav">企业服务</p>
                        
                        <a class="navBtn" href="/qiyefw/">企业服务</a>
                        
                    </div>
                    
                    <div class="navBox">
                        <p class="nav">员工服务</p>
                        
                        <a class="navBtn" href="/fwzn/">员工服务指南</a>
                        
                        <a class="navBtn" href="/jsq/">五险一金计算器</a>
                        
                        <a class="navBtn" href="/gs/">个税计算器</a>
                        
                    </div>
                    
                    <div class="navBox">
                        <p class="nav">招聘服务</p>
                        
                        <a class="navBtn" href="/zp/">招聘服务</a>
                        
                    </div>
                    
                    <div class="navBox">
                        <p class="nav">资讯中心</p>
                        
                        <a class="navBtn" href="/zx/">资讯中心</a>
                        
                    </div>
                    
                    <div class="navBox">
                        <p class="nav">关于我们</p>
                        
                        <a class="navBtn" href="/jj/">公司简介</a>
                        
                        <a class="navBtn" href="/ryzz/">荣誉资质</a>
                        
                        <a class="navBtn" href="/qywh/">企业文化</a>
                        
                        <a class="navBtn" href="/djyl/">党建引领</a>
                        
                        <a class="navBtn" href="/lxwm/">联系我们</a>
                        
                        <a class="navBtn" href="/jrwm/">加入我们</a>
                        
                    </div>
                   
                </div>
                <div class="qrcodeInfo">
                    <p class="title">与我们建立连接</p>
                    <div class="qrcodes">
                        <div class="qrcodeBox">
                            <img class="weixin hidden-xs" src="/assets/images/weixin.png" alt="">
                            <img class="qrcode visible-xs" src="/static/upload/image/20230518/1684376945733969.jpg" alt="">
                            <p class="name">FESCO天津</p>
                            <div class="hoverBox">
                                <div class="hoverCode">
                                    <img class="img" src="/static/upload/image/20230518/1684376945733969.jpg" alt="">
                                    <p class="txt">FESCO天津</p>
                                </div>
                                <img class="arrow" src="/assets/images/arrow2.png" alt="">
                            </div>
                        </div>
                        <div class="qrcodeBox">
                            <img class="weixin hidden-xs" src="/assets/images/weixin.png" alt="">
                            <img class="qrcode visible-xs" src="/static/upload/image/20230518/1684376460609379.jpg" alt="">
                            <p class="name">FESCO官方</p>
                            <div class="hoverBox">
                                <div class="hoverCode">
                                    <img class="img" src="/static/upload/image/20230518/1684376460609379.jpg" alt="">
                                    <p class="txt">FESCO官方</p>
                                </div>
                                <img class="arrow" src="/assets/images/arrow2.png" alt="">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="copyright">
                <p class="txt"><a href="https://beian.miit.gov.cn/" target="_blank" style="    color: #868C92;">津ICP备12005625号-2</a>   <br class="visible-xs"/>
                    Copyright © 2000-2023 FESCOTJ.CN  版权所有:北京外企人力资源服务天津有限公司</p>
            </div>
        </div>
        <!-- 右侧悬浮按钮 -->
        <div class="floatBtnBox">
            <div class="floatBtn">
                <div class="infoBox dianhua">
                    <div class="info">
                        <p class="txt">客户服务  <span>022-58182188</span></p>
                    </div>
                    <img class="arrow" src="/assets/images/arrow1.png" alt="">
                </div>
                <img class="btnIcon" src="/assets/images/floatBtn1.png" alt="">
            </div>
            <div class="floatBtn">
                <div class="infoBox weixin">
                    <div class="info">
                        <div class="qrcodeBox">
                            <img class="qecode" src="/static/upload/image/20230518/1684376945733969.jpg" alt="">
                            <p class="txt">FESCO天津</p>
                        </div>
                        <div class="bar"></div>
                        <div class="qrcodeBox">
                            <img class="qecode" src="/static/upload/image/20230518/1684376460609379.jpg" alt="">
                            <p class="txt">FESCO官方</p>
                        </div>
                    </div>
                    <img class="arrow" src="/assets/images/arrow1.png" alt="">
                </div>
                <img class="btnIcon" src="/assets/images/floatBtn2.png" alt="">
            </div>
            <div class="floatBtn need">
                <img class="btnIcon" src="/assets/images/floatBtn3.png" alt="">
            </div>
            <div class="floatBtn">
                <img class="btnIcon" src="/assets/images/floatBtn4.png" alt="">
            </div>
        </div>
        <!-- 导航下拉区 -->
        <div class="menuDown">
            <div class="bg"></div>
            <div class="infoBox">
                <!-- 搜索 -->
                <div class="infoContent search">
                    <p class="title">搜索</p>
                    <div class="searchInput">
                    <form action="/search/"  method="get">
                        <input class="input" type="text" placeholder="请输入关键词搜索">
                        <img class="icon" src="/assets/images/search2.png" alt="">
                        
                        </form>
                    </div>
                </div>
                    <!-- 区域 -->
                <div class="infoContent region">
                    <div class="regionContainer">
                        <div class="regionBox region1">
                            <p class="regionLabel">全国</p>
                            <a href="" class="regionBtn">FESCO总部</a>
                        </div>
                        <div class="regionBox">
                            <p class="regionLabel">北方大区</p>
                            <a href="/" class="regionBtn active">天津</a>
                            
                            <a href="http://www.fescohebei.com" class="regionBtn" target="_blank">河北</a>
                            
                            <a href="http://www.fescojinan.com" class="regionBtn" target="_blank">济南</a>
                            
                            <a href="http://www.fescoqingdao.com" class="regionBtn" target="_blank">青岛</a>
                            
                            
                        </div>
                        <div class="regionBox">
                            <p class="regionLabel">华东大区</p>
                            
                            <a href="http://www.fescoadecco.com" class="regionBtn" target="_blank">上海</a>
                            
                            <a href="http://www.fescojiangsu.com" class="regionBtn" target="_blank">江苏</a>
                            
                            <a href="http://www.fescoadeccosuzhou.com" class="regionBtn" target="_blank">苏州</a>
                            
                            <a href="http://www.fescoadeccozhejiang.com" class="regionBtn" target="_blank">浙江</a>
                            
                            <a href="/" class="regionBtn" target="_blank">宁波</a>
                            
                            <a href="http://www.fescoanhui.com" class="regionBtn" target="_blank">安徽</a>
                            
                        </div>
                        <div class="regionBox">
                            <p class="regionLabel">华南大区</p>
                            
                            <a href="http://www.fescofujian.com" class="regionBtn" target="_blank">福建</a>
                            
                            <a href="http://www.fescoguangdong.com" class="regionBtn" target="_blank">广东</a>
                            
                            <a href="http://www.fescoadeccoshenzhen.com" class="regionBtn" target="_blank">深圳</a>
                            
                            <a href="#" class="regionBtn" target="_blank">三亚</a>
                            
                        </div>
                        <div class="regionBox">
                            <p class="regionLabel">中西部大区</p>
                            
                            <a href="http://www.fescohenan.com.cn" class="regionBtn" target="_blank">河南</a>
                            
                            <a href="http://www.fescohubei.com" class="regionBtn" target="_blank">湖北</a>
                            
                            <a href="#" class="regionBtn" target="_blank">湖南</a>
                            
                            <a href="#" class="regionBtn" target="_blank">江西</a>
                            
                            <a href="http://www.shanxifesco.com" class="regionBtn" target="_blank">山西</a>
                            
                            <a href="http://www.fescoadeccoshaanxi.cn" class="regionBtn" target="_blank">陕西</a>
                            
                            <a href="http://www.fescoadeccochongqing.com" class="regionBtn" target="_blank">重庆</a>
                            
                            <a href="http://www.fescosichuan.com" class="regionBtn" target="_blank">四川</a>
                            
                            <a href="#" class="regionBtn" target="_blank">云南</a>
                            
                            <a href="http://www.fescogz.com" class="regionBtn" target="_blank">贵州</a>
                            
                        </div>
                    </div>
                </div>
                <div class="infoContent menuHover"></div>
            </div>
            <!-- 手机端导航 -->
            <div class="mobileMenu visible-xs">
                <div class="searchInput">
                <form action="/search/"  method="get">
                    <input class="input" type="text" placeholder="请输入关键词搜索">
                    <img class="icon" src="/assets/images/search2.png" alt="">
                    </form>
                </div>
                <div class="bar"></div>
                <div class="menuBtns">
                
                    <a class="menuBtn" href="/qiyefw/">企业服务</a>
                    
                    <a class="menuBtn" href="/fwzn/">员工服务</a>
                    
                    <a class="menuBtn" href="/zp/">招聘服务</a>
                    
                    <a class="menuBtn" href="/zx/">资讯中心</a>
                    
                    <a class="menuBtn" href="/jj/">关于我们</a>
                    
                   
                </div>
                <div class="flexBox">
                    <div class="tel">
                        <img class="icon" src="/assets/images/tel_icon.png" alt="">
                        <p class="telnum">022-58182188</p>
                    </div>
                </div>
            </div>
        </div>
        <!-- 浮层弹窗 -->
        <div id="needFloat" class="floatPage">
            <div class="bg"></div>
            <div class="floatInfo">
                <div class="infoBox">
                    <div class="tab">
                        <div class="tabBtn curr">企业级需求</div>
                        <div class="tabBtn">个人级需求</div>
                    </div>
                    <form action="/form/2/"  method="post">
                    <div class="inputBox" id="productNameInput">
                        <p class="text">产品名称</p>
                        <input class="input" placeholder="请添加产品名称" type="text" name="mc">
                    </div>
                    <div class="inputBox copies">
                        <p class="text">预计人数/份数</p>
                        <input class="input" type="text" name="rs">
                    </div>
                    <div class="inputBox">
                        <p class="text">地       区</p>
                        <input class="input" type="text" name="dq">
                    </div>
                    <div class="inputBox">
                        <p class="text">姓       名</p>
                        <input class="input" type="text" name="name">
                    </div>
                    <div class="inputBox company">
                        <p class="text">公       司</p>
                        <input class="input" type="text" name="gs">
                    </div>
                    <div class="inputBox">
                        <p class="text">电       话</p>
                        <input class="input" placeholder="请录入手机号" type="text" name="dh">
                    </div>
                    <div class="inputBox">
                        <p class="text">电子邮箱</p>
                        <input class="input" type="text" name="yx">
                    </div>
                    <div class="inputBox">
                        <p class="text">验证码</p>
                        <div class="yzmBox">
                        <input type="text" name="checkcode"  style="width:90px"><img   title="点击刷新"  src="/core/code.php" onclick="this.src='/core/code.php?'+Math.round(Math.random()*10);" />
                            
                        </div>
                    </div>
                    <div class="button1">
                        <p class="txt"><button type="submit" style="width: 100%;    background: #E9463F;    border: none;">提交</button></p>
                        
                        <img class="arrow" src="/assets/images/right3.png" alt="">
                    </div>
                    </form>
                </div>
                <img class="floatClose" src="/assets/images/close.png" alt="">
            </div>
        </div>
        <!-- 浮层弹窗 -->
        <div id="productNameFloat" class="floatPage">
            <div class="bg"></div>
            <div class="floatInfo">
                <div class="titleBar">
                    <p class="title">请选择产品名称</p>
                    <img class="close" floatid="#productNameFloat" src="/assets/images/close1.png" alt="">
                </div>
                <div class="infoBox">
                    <p class="text">
                        <span>如购买体检卡</span>请前往"好生活商城 www.fescovip.com"<br/>
                        <span>求职</span>请关注"FESCO招聘"公众号<br/>
                        <span>入职、在职、离职相关办理</span>请前往"员工自助服务平台 es.fesco.com.cn"<br/>
                    </p>
                    <div class="productNameList">
                        <p class="productName">社保公积金代理</p>
                        <p class="productName">劳务派遣</p>
                        <p class="productName">岗位外包</p>
                        <p class="productName">人事档案和户口相关服务</p>
                        <p class="productName">弹性福利</p>
                        <p class="productName">工会服务</p>
                        <p class="productName">健康体检</p>
                        <p class="productName">保险保障</p>
                        <p class="productName">残保金服务</p>
                        <p class="productName">薪酬外包</p>
                        <p class="productName">外籍人服务</p>
                        <p class="productName">员工档案管理服务</p>
                        <p class="productName">HR共享服务（SSC）</p>
                        <p class="productName">政务服务</p>
                        <p class="productName">招聘服务</p>
                        <p class="productName">灵活用工/众包</p>
                        <p class="productName">人力资源管理咨询</p>
                        <p class="productName">IT外包</p>
                        <p class="productName">法律咨询</p>
                        <p class="productName">员工背景调查</p>
                        <p class="productName">培训学习</p>
                    </div>
                    <div class="inputBox">
                        <p class="text">其他服务</p>
                        <input class="input" type="text">
                    </div>
                </div>
            </div>
        </div>
    </div>
</body>
</html>