﻿@charset "UTF-8";
/**
  * @description: 公共样式,PC、WAP都需要引入,分辨率大于1240加载PC样式，小于1240加载WAP样式。
  * @author: Yanglinchuan
  * @update: Y(2020-09-10)
  */
/*默认样式预设与重置*/
:root {
  --redColor: #d0261e;
  --oneColor: #333;
  --twoColor: #666;
  --threeColor: #999;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: tahoma, arial, Microsoft YaHei, Hiragino Sans GB, sans-serif;
  color: var(--oneColor);
}

body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

input,
button {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#isShow {
  display: none;
}

/*分辨率低于1280，采用下面的样式*/
@media screen and (max-device-width:1280px){
  #pcHeader.pc-header .logo-txt,#pcHeader.pc-header .service-line{display:none;}
  #pcHeader.pc-header .logo-wrap .logo-box{padding-top: 10px;}
}
/*PC端预设开始*/
/*分辨率高于1240，采用下面的样式*/
@media screen and (min-width: 1240px) {
  .show-mobile {
    display: none !important;
  }
  html {
    font-size: 14px;
  }
  body {
    overflow-x: hidden;
  }
  .comWidth {
    width: 1240px;
    margin: 0 auto;
  }
  /*头部开始*/ 
  #pcHeader {
    display: block !important;
  }
  #moblieHeader,
  #moblieNavWrap {
    display: none !important;
  }
  #pcHeader.hearder-index{background: #fff0;}
  /* .hearder-index .logo-wrap{margin-left: 100px;} */
  .pc-header {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
  .pc-header .pc-header-wrap {
    width: 100%;
  }
  .pc-header .col-m-animation {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .pc-header .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc-header .nav-m-padding {
    padding: 10px 4%;
  }
  .pc-header .nav-padding-scroll {
    padding: 8px 4% !important;
    -webkit-box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.2) !important;
  }
  #pcHeader.hearder-index .logo-box .logo-img {
    display: block;
    width: 200px;
    height: 58px;
    background: url(../images/logo-fff.png) no-repeat center;
    text-indent: -20000px;
  }
  .pc-header .logo-box .logo-img {
    display: block;
    width: 200px;
    height: 58px;
    background: url(../images/b-logo.png) no-repeat center;
    text-indent: -20000px;
  }
  .pc-header .logo-box .logo-txt {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    font-size: 12px;
  }
  .pc-header .logo-box .logo-txt p:first-child {
    color: #f47420;
    margin-bottom: 6px;
  }
  #pcHeader.hearder-index .logo-box .logo-txt p:first-child {
    color: #ffffff;
  }
  .pc-header .logo-box .logo-txt p:last-child {
    color: var(--redColor);
  }
  #pcHeader.hearder-index .logo-box .logo-txt p:last-child {
    color: #ffffff;
  }
  .pc-header .service-line {
    padding-left: 74px;
    font-size: 14px;
    color: var(--twoColor);
  }
  #pcHeader.hearder-index .service-line {
    color: #ffffff;
  }
  .pc-header .navbar > li {
    display: inline-block;
    padding: 10px 5px;
  }
  .pc-header .navbar > li .a-link {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: var(--oneColor);
    line-height: 57px;
    letter-spacing: 1px;
  }
  #pcHeader.hearder-index .navbar > li .a-link {
	color: #ffffff;
  }
  .pc-header .navbar > li .a-link:hover,
  .pc-header .navbar > li .a-link-active {
    color: var(--redColor);
  }
  #pcHeader.hearder-index .navbar > li .a-link-active {
    color: #ffffff;
  }
  .pc-header .navbar > li.navbar-select {
    position: relative;
    background: url(../images/down-arrow.png) no-repeat 86px center;
  }
  .pc-header .navbar .navbar-select-list {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border: 1px solid rgba(102, 136, 153, 0.18);
    border-radius: 4px;
  }
  .pc-header .navbar .navbar-select-list:before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -12px;
    border-color: transparent transparent rgba(102, 136, 153, 0.18);
  }
  .pc-header .navbar .navbar-select-list:after {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    border-color: transparent transparent #fff;
  }
  .pc-header .navbar .navbar-select-list a {
    display: block;
    line-height: 32px;
    color: var(--oneColor);
    text-align: center;
  }
  .pc-header .navbar .navbar-select-list a:hover {
    color: var(--redColor);
  }
  .pc-header .navbar > li.navbar-select:hover .navbar-select-list {
    display: block;
  }
  /*头部结束*/
  /*板块区域样式开始*/
  .block-container {
    padding: 40px 0;
  }
  .block-title {
    text-align: center;
  }
  .block-title .tit-english {
    font-weight: 300;
    font-size: 20px;
    color: rgba(51, 50, 50, 0.4);
  }
  .block-title .tit-main {
    font-size: 28px;
    color: var(--oneColor);
    font-weight: bold;
  }
  .block-title .tit-line {
    display: block;
    margin: 5px auto;
    width: 50px;
    height: 2px;
    background: var(--redColor);
  }
  /*板块区域样式结束*/
  /* 面包屑开始 */
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb span {
    font-size: 18px;
    color: #999;
  }
  .breadcrumb span.active {
    color: #333;
  }
  /* 面包屑结束 */
  /*合作案例*/
  .cooperation-case .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .cooperation-case .content-box .item {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .cooperation-case .content-box .item:not(:last-child) {
    margin-right: 20px;
  }
  .cooperation-case .content-box .item .image-wrap {
    width: 100%;
    height: 235px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .cooperation-case .content-box .item .image-wrap img {
    width:295px;
    height: 235px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cooperation-case .content-box .item .image-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cooperation-case .content-box .item h5 {
    font-size: 16px;
    margin-top: 5px;
  }
  .cooperation-case .content-box .item .description {
    margin-top: 5px;
	font-size:14px;
  }
  /*合作企业*/
  .cooperative-enterprise {
    background: url("../images/talent-outsourcing/seven-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .cooperative-enterprise .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cooperative-enterprise .content-box .item {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
  .cooperative-enterprise .content-box .item .image-wrap {
    width: 280px;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    border: 1px solid #999;
    text-align: center;
    margin-top: 40px;
  }
  .cooperative-enterprise .content-box .item .image-wrap:hover {
    border: 1px solid #d0261e;
  }
  .cooperative-enterprise .content-box .item .image-wrap img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /*人才外包资讯*/
  .information .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .information .content-box .item {
	  
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .information .content-box .item .image-wrap {
    width: 250px;
    height: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 150px;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
  }
  .information .content-box .item .image-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .information .content-box .item .image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .information .content-box .item .info-text {
    width: 320px;
    margin-left: 30px;
  }
  .information .content-box .item .info-text h5 {
    font-size: 16px;
    cursor: pointer;
  }
  .information .content-box .item .info-text p,
  .information .content-box .item .info-text .date {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }
  .information .content-box .item .info-text p {
    margin-top: 10px;
  }
  .information .content-box .item .info-text .date {
    margin-top: 20px;
  }
  .information .content-box .item:hover h5 {
    color: #d0261e;
  }
  /*你是否还想了解*/
  .more-know .tit-line {
    display: none;
  }
  .more-know .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .more-know .content-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
    height: 90px;
    padding: 0 20px;
    cursor: pointer;
  }
  .more-know .content-box .item img {
    height: 34px;
  }
  .more-know .content-box .item h5 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .more-know .content-box .item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  /*体验宝航区域开始*/
  .experience-bh {
    padding: 60px 0;
    background-color: #437bf4;
    background-image: url(../images/index/expericence-bh.png);
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .experience-bh .experience-bh-tit {
    text-align: center;
    font-size: 32px;
    color: #fff;
  }
  .experience-bh .experience-info {
    margin-top: 60px;
    padding: 10px;
    border-radius: 12px;
    background: #f2f2f2;
  }
  .experience-bh .experience-ipt {
    width: 300px;
    height: 72px;
    margin-right: 5px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 18px;
  }
  .experience-bh .experience-info .layui-form-item {
    margin-bottom: 0;
  }
  .experience-bh .experience-info input:nth-child(2) {
    width: 390px;
  }
  .experience-bh .experience-ipt:focus {
    border-color: #437bf4;
  }
  .experience-bh .experience-btn {
    width: 200px;
    height: 72px;
    font-size: 18px;
    color: #fff;
    line-height: 72px;
    border: none;
    border-radius: 12px;
    background: #437bf4;
    letter-spacing: 10px;
    cursor: pointer;
  }
  .experience-bh .experience-btn:hover {
    background: #007aff;
  }
  /*体验宝航区域结束*/
  /* 公共介绍 */
  .com-description {
    margin: 50px 0 30px;
  }
  .com-description .comWidth {
    padding: 30px 20px 20px;
    border: 1px solid #333333;
    position: relative;
  }
  .com-description .comWidth .head-title {
    position: absolute;
    left: 50%;
    top: -20px;
    border: 1px solid #333;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .com-description .comWidth .text {
    line-height: 1.8;
    color: #666;
    font-size: 12px;
  }
  /*尾部开始*/
  #pcFooter {
    display: block !important;
  }
  #moblieFooter {
    display: none !important;
  }
  .pc-footer {
    padding: 10px 0 20px 0;
    background: url(../images/footer/pc-footer-bg.png) no-repeat center;
    background-size: cover;
  }
  .footer-blogroll,
  .footer-service,
  .footer-enterprise,
  .footer-website {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .pc-footer .footer-blogroll {
    color: rgba(255, 255, 255, 0.6);
  }
  .pc-footer .footer-blogroll p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pc-footer .footer-blogroll a {
    margin-right: 20px;
    line-height: 2;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
  .pc-footer .footer-blogroll a:hover {
    color: white;
  }
  .pc-footer .footer-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc-footer .footer-service .footer-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-footer .footer-service .footer-service-list li {
    margin-right: 20px;
  }
  .pc-footer .footer-service .footer-service-list a {
    color: rgba(255, 255, 255, 0.6);
  }
  .pc-footer .footer-service .footer-service-list a:hover {
    color: white;
  }
  .pc-footer .footer-service-line {
    color: #fff;
    font-size: 12px;
  }
  .pc-footer .footer-service-line p:first-child {
    font-size: 16px;
    color: #fdbc0d;
    font-weight: 600;
  }
  .pc-footer .footer-enterprise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc-footer .footer-enterprise .footer-enterprise-info p {
    line-height: 2;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .pc-footer .footer-enterprise .footer-enterprise-info p:first-child a {
    margin-right: 10px;
  }
  .pc-footer .footer-enterprise p.footer-enterprise-info2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .pc-footer .footer-enterprise .footer-enterprise-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-footer .footer-enterprise .footer-enterprise-code .footer-ern-code-box {
    width: 144px;
    margin-left: 10px;
    overflow: hidden;
    background: #fff;
  }
  .pc-footer
.footer-enterprise
.footer-enterprise-code
.footer-ern-code-box
img {
    width: 144px;
    height: 144px;
  }
  .pc-footer .footer-enterprise .footer-enterprise-code .footer-ern-code-box p {
    width: 144px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: var(--redColor);
  }
  .pc-footer .footer-website {
    border: none;
  }
  .pc-footer .footer-website p {
    line-height: 2;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
  .pc-footer .footer-website .record-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(../images/footer/record-icon.png) no-repeat center;
    vertical-align: -3px;
  }
  /*尾部结束*/
  .page-wrap {
    display: inline-block;
    padding: 10px 0;
  }
  .page-wrap .page-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #cccccc;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
  }
  .page-wrap .page-item .arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  .page-wrap .page-item.prev .arrow {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .page-wrap .page-item.next .arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /*底部悬浮*/
  .footer_guding {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .footer_guding img {
    width: 100%;
    vertical-align: bottom;
  }
  .footer_guding1 {
    width: 11.25%;
    position: absolute;
    left: 61.875%;
    top: 40px;
    -webkit-animation: myfirst 0.6s linear infinite alternate;
            animation: myfirst 0.6s linear infinite alternate;
  }
  .footer_guding_close {
    position: absolute;
    left: 81.25%;
    top: 10px;
    cursor: pointer;
  }
  @-webkit-keyframes myfirst {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes myfirst {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  /* 侧边悬浮 */
  @-webkit-keyframes serviceRo {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    1% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    3% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    5% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    7% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    9% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    11% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    12% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes serviceRo {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    1% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    3% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    5% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    7% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    9% {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    11% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    12% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .dwpf {
    width: 70px;
    position: fixed;
    right: 0;
    bottom: 80px;
    color: #fff;
    z-index: 1100;
  }
  .dwpf .vipIconBox {
    display: block;
    width: 60px;
    padding: 10px 10px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(135deg, #ffb039, #ff7831);
    -webkit-box-shadow: 0 4px 16px 0 rgba(243, 84, 0, 0.14);
    box-shadow: 0 4px 16px 0 rgba(243, 84, 0, 0.14);
    border-radius: 4px 0 0 4px;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .dwpf .vipIconBox img {
    margin-bottom: 6px;
  }
  .dwpf .vipIconBox .sildebarTxt {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
  }
  .dwpf .vipClose {
    z-index: 1;
    position: absolute;
    left: -257px;
    top: 3px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .dwpf .vipContent {
    z-index: 1;
    display: block;
    position: absolute;
    left: -225px;
    top: 3px;
    width: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url(../images/vipbg.2a6f381.png) no-repeat 100%;
    -webkit-box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.1);
    background-size: 65.6px 52px;
    border-radius: 10px;
    padding: 14px;
    text-align: left;
  }
  .dwpf .vipContent p {
    color: #282624;
    font-size: 14px;
    line-height: 22px;
  }
  .dwpf .cmain {
    color: #ff7831;
  }
  .dwpf .arrowRight {
    position: absolute;
    left: -15px;
    z-index: 2;
    border: 9px solid transparent;
    border-left-color: #fff;
    top: 28px;
  }
  .dwpf ul#rMune {
    background: #fff;
    border-radius: 6px 0 0 6px;
    padding: 0;
    -webkit-box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.1);
  }
  .dwpf ul#rMune li {
    position: relative;
    list-style: none;
    text-align: center;
  }
  .dwpf ul#rMune li a {
    display: block;
    height: 70px;
    width: 70px;
    padding: 0;
    /* background-position: 50%; */
	background-position-x: 50%;
    background-position-y: 26%;
    background-repeat: no-repeat;
  }
  .dwpf ul#rMune li a em{
    position: relative;
    top: -21px;
  }
  .dwpf ul#rMune li a .text{
    position: relative;
    top: 42px;
    color: #333;
  }
  .dwpf ul#rMune li .phonebox {
    position: absolute;
    left: -192px;
    top: 0;
    width: 192px;
    height: 50px;
    display: none;
  }
  .dwpf ul#rMune li .phonebox .lfphone {
    width: 175px;
    z-index: 1000;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
    box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
    height: 32px;
    line-height: 32px;
    background: #ff7831;
    position: relative;
  }
  .dwpf ul#rMune li .phonebox .ysz {
    border-left: 8px solid #ff7831;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -8px;
  }
  .dwpf ul#rMune li.r_menu1 a,
  .dwpf ul#rMune li.r_menu2 a {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    /* line-height: 49px; */
  }
  .dwpf ul#rMune li.r_menu1 a img {
    display: inline;
    /* margin: 14px auto; */
	margin: 0 14px;
    vertical-align: middle;
    -webkit-animation: serviceRo 3s ease infinite;
            animation: serviceRo 3s ease infinite;
  }
  .dwpf ul#rMune li.r_menu2 a {
    background-image: url("../images/slider-phone.png");
  }
  .dwpf ul#rMune li.r_menu3 a {
    background-image: url("../images/slider-wx.png");
  }
  .dwpf ul#rMune li.r_menu4 a {
    background-image: url("../images/slider-top.png");
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
  }
  .dwpf ul#rMune li.r_menu5 a {
    background-image: url("../images/slider-baojia.png");
	border-bottom: 1px solid #e5e5e5;
  }
  .dwpf ul#rMune li:nth-child(3) .phonebox {
    width: 114px;
    z-index: 100;
    left: -128px;
  }
  
  .dwpf ul#rMune li:nth-child(2) .phonebox {
    width: 114px;
    z-index: 100;
    left: -128px;
  }
  .dwpf ul#rMune li:nth-child(3) .phonebox .lfphone {
    width: 114px;
  }
  .dwpf ul#rMune li:nth-child(2) .phonebox .lfphone {
    width: 114px;
  }
  .dwpf ul#rMune .xcxCode {
    width: 114px;
    height: 114px;
    background: #fff;
    position: absolute;
    right: 0;
    top: -112px;
    border-radius: 4px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
    box-shadow: 0 2px 10px 0 rgba(255, 120, 49, 0.35);
  }
  .dwpf ul#rMune .r_menu1 a:hover + .phonebox,
  .dwpf ul#rMune .r_menu2 a:hover + .phonebox,
  .dwpf ul#rMune .r_menu3 a:hover + .phonebox {
    display: block;
  }
  .pc-top-100{
	  margin-top:100px;
  }
}

/*PC端预设结束*/
/*移动端预设开始*/
@media screen and (max-width: 1240px) {
  .show-pc {
    display: none !important;
  }
  html {
    font-size: 62.5% !important;
  }
  body {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
  }
  .comWidth {
    width: 90%;
    margin: 0 auto;
  }
  /*头部开始*/
  #pcHeader {
    display: none !important;
  }
  #moblieHeader {
    display: block;
  }
  .moblie-header {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.2) !important;
  }
  /*顶部广告开始*/
  .packageBox {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .packageBox .box {
    width: 100%;
    display: none;
  }
  .packageBox a {
    display: block;
    width: 100%;
  }
  .packageBox img {
    display: block;
    width: 100%;
  }
  .packageBox .packageBtn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: -38px;
    right: 6rem;
    width: 8rem;
    height: 38px;
    padding-top: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    background: url(../images/mobile-head-ruler.png) no-repeat center 5px #ed6d00;
    background-size: 18%;
  }
  /*顶部广告结束*/
  .moblie-header .moblie-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    height: 7.2rem;
    padding: 0.5rem 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moblie-header .nav-menu-btn {
    position: relative;
    display: block;
    width: 3.2rem;
    height: 0.2rem;
    background: var(--redColor);
    text-indent: -20000px;
  }
  .moblie-header .nav-menu-btn:before,
  .moblie-header .nav-menu-btn:after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 0.2rem;
    position: absolute;
    left: 0;
    background: var(--redColor);
  }
  .moblie-header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.4rem;
    height: 4.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moblie-header .nav-menu-btn:before {
    top: 1rem;
  }
  .moblie-header .nav-menu-btn:after {
    bottom: 1rem;
  }
  .moblie-header .d-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moblie-header .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moblie-header .logo-box .logo-img {
    display: block;
    width: 12rem;
    height: 3rem;
    background: url(../images/b-logo.png) no-repeat center;
    background-size: contain;
    text-indent: -20000px;
  }
  .moblie-header .logo-box .logo-txt {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ddd;
    font-size: 12px;
  }
  .moblie-header .logo-box .logo-txt p:first-child {
    color: #f47420;
    margin-bottom: 3px;
  }
  .moblie-header .logo-box .logo-txt p:last-child {
    color: var(--redColor);
  }
  .moblie-header .service-line {
    font-size: 1.2px;
  }
  .moblie-nav-wrap {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .moblie-nav-wrap .modal-layer-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .moblie-nav-wrap .modal-layer-2 {
    position: absolute;
    width: 20%;
    right: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    opacity: 0;
  }
  .layer-closed-btn {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 2.4rem;
    margin: 0 auto;
  }
  .moblie-nav-wrap .modal-layer-3 {
    position: absolute;
    width: 80%;
    left: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    left: -80%;
  }
  .moblie-nav-wrap .modal-layer-3 ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .moblie-nav-wrap .modal-layer-3 ul li {
    border-bottom: 1px solid #232530;
  }
  .moblie-nav-wrap .modal-layer-3 ul li a {
    display: block;
    height: 4.5rem;
    color: #fff;
    line-height: 4.5rem;
    padding-left: 5%;
    font-size: 1.6rem;
  }
  .moblie-nav-wrap .modal-layer-3 ul li .moblie-select {
    background: url(../images/plus.png) no-repeat 95% center;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .moblie-nav-wrap .modal-layer-3 ul li .moblie-select-on {
    background: url(../images/reduce.jpg) no-repeat 95% center;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .moblie-nav-wrap .modal-layer-3 ul li .moblie-select-list {
    display: none;
  }
  .moblie-nav-wrap .modal-layer-3 ul li .moblie-select-list a {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
  /*头部结束*/
  /*板块区域样式开始*/
  .block-container {
    padding: 3rem 0;
  }
  .block-title {
    text-align: center;
  }
  .block-title .tit-english {
    font-size: 1.6rem;
    color: rgba(51, 50, 50, 0.4);
  }
  .block-title .tit-main {
    font-size: 2.4rem;
    color: var(--oneColor);
    font-weight: normal;
  }
  .block-title .tit-line {
    display: block;
    margin: 0.5rem auto 0 auto;
    width: 5rem;
    height: 0.2rem;
    background: var(--redColor);
  }
  /*板块区域样式结束*/
  /*合作案例*/
  .cooperation-case .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cooperation-case .content-box .item {
    /*width: 100%;*/
    height: 23rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .cooperation-case .content-box .item .image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cooperation-case .content-box .item .image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cooperation-case .content-box .item .image-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cooperation-case .content-box .item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .cooperation-case .content-box .item .content-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 10;
    width: 100%;
  }
  .cooperation-case .content-box .item h5,
  .cooperation-case .content-box .item .description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cooperation-case .content-box .item h5 {
    font-size: 1.6rem;
  }
  .cooperation-case .content-box .item .description {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  /*合作企业*/
  .cooperative-enterprise.block-container {
    padding: 0;
  }
  .cooperative-enterprise .bg-gray {
    background-color: #f0f0f0;
    padding: 3rem 0;
  }
  .cooperative-enterprise .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
  }
  .cooperative-enterprise .content-box .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 0.5rem;
  }
  .cooperative-enterprise .content-box .item .image-wrap {
    height: 4.5rem;
    background-color: #fff;
    line-height: 4.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  .cooperative-enterprise .content-box .item .image-wrap img {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /*人才外包资讯*/
  .information .content-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.6rem 0;
  }
  .information .content-box .item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .information .content-box .item .image-wrap {
    max-width: 28rem;
    width: 40%;
    height: 15rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 15rem;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
  }
  .information .content-box .item .image-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .information .content-box .item .image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .information .content-box .item .info-text {
    float: 1;
    margin-left: 3rem;
  }
  .information .content-box .item .info-text h5 {
    font-size: 1.8rem;
    cursor: pointer;
  }
  .information .content-box .item .info-text p,
  .information .content-box .item .info-text .date {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.5;
  }
  .information .content-box .item .info-text p {
    margin-top: 1rem;
  }
  .information .content-box .item .info-text .date {
    margin-top: 2rem;
  }
  .information .content-box .item:hover h5 {
    color: #d0261e;
  }
  /*你是否还想了解*/
  .more-know {
    background-color: #f7f7f7;
  }
  .more-know .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .more-know .content-box .item {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
    cursor: pointer;
  }
  .more-know .content-box .item img {
    width: 2rem;
  }
  .more-know .content-box .item h5 {
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  /* 公共介绍 */
  .com-description.show-pc {
    display: none;
  }
  /*尾部开始*/
  #pcFooter {
    display: none !important;
  }
  #moblieFooter {
    display: block !important;
  }
  .moblie-footer {
    padding: 1.5rem 0;
    background: url(../images/footer/moblie-footer-bg.png) no-repeat center;
    background-size: cover;
  }
  .moblie-footer p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: white;
  }
  /*尾部结束*/
  /*底部悬浮*/
  .contact-fixed {
    overflow: hidden;
  }
  .contact-fixed .bottom-call {
    width: 100%;
    position: fixed;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 99999999;
  }
  .contact-fixed .bottom-call .apply-form,
  .contact-fixed .bottom-call .phone {
    float: left;
    width: 50%;
    -webkit-box-shadow: 0 14px 20px 0 rgba(14, 20, 33, 0.05);
            box-shadow: 0 14px 20px 0 rgba(14, 20, 33, 0.05);
    line-height: 60px;
    font-size: 16px;
    text-align: center;
  }
  .contact-fixed .bottom-call .apply-form {
    background: #f2f6ff;
    color: #3784ff;
  }
  .contact-fixed .bottom-call .phone {
    height: 100%;
    background: #3784ff;
    border-radius: 0;
  }
  .contact-fixed .bottom-call .phone a {
    color: #fff;
  }
  /* 侧边悬浮 */
  .slider-fixed-mobile {
    position: fixed;
    right: 0;
    top: calc(50% - 110.5px);
    width: 48px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(9, 10, 11, 0.11);
            box-shadow: 0 0 4px 0 rgba(9, 10, 11, 0.11);
    border-radius: 4px;
    z-index: 1005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider-fixed-mobile .item {
    position: relative;
    height: 65px;
    width: 100%;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
  }
  .slider-fixed-mobile .item.kefu:before {
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0 auto;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3784ff;
    -webkit-animation: twinkle 0.6s ease-in-out infinite alternate;
            animation: twinkle 0.6s ease-in-out infinite alternate;
  }
  .slider-fixed-mobile .item.zixun {
    margin-bottom: 15px;
  }
  .slider-fixed-mobile .item .img {
    height: 22px;
  }
  .slider-fixed-mobile .item .title {
    font-size: 12px;
    margin: 6px auto 0;
    width: 25px;
    color: #2b313f;
    text-align: center;
  }
  .slider-fixed-mobile .line {
    margin: 0 18px;
    width: 35px;
    height: 1px;
    background: #dfe2eb;
  }
  @-webkit-keyframes twinkle {
    0% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
  }
  @keyframes twinkle {
    0% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
  }
  .wap-top-70{
	  margin-top:70px;
  }
}

/*移动端预设结束*/
/*# sourceMappingURL=public.css.map */
#row1 b{
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: #5c8cf1;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
}
#row1 a{
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}
#row1 span{
    color:#5c8cf1;
}

#row2 b{
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: #5c8cf1;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
}
#row2 a{
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}
#row1 span{
    color:#5c8cf1;
}
.content-box a{
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 1rem;
   /* margin-bottom: 1rem;*/
    cursor: pointer;

}
.content-box b{
display:none;
}
.fadeInDown .tab .gaoliang{
   border-bottom:2px solid red;

}
.product-nav a.active{
color: #5c8cf1;
}
.fadeInLeftBig a.active{
    color: #fff;
    width:250px;
    height:50px;
    background-color: #437bf4;
}

<style>
  .pagess {
    clear: both;
    height: 30px;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}
.pagess ul li {
    display: inline-block;
    /*border: 1px solid #ccc;*/
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}
/*第几页样式*/
.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #E4392A;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E4392A;
    color: #fff;
}
.fudong{
	float:left;
}
.breadcrumb a{
	color:#9e9d9d;
} 
