.m-nav {
  position: absolute;
}
/* 顶部 banner 图 */
.top-banner {
  width: 100%;
  /* background: url(/images/about/city-bg.png) center center no-repeat;
      background-size: cover; */
  position: relative;
}
.top-banner img {
  width: 100%;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 36px;
  font-weight: bold;
  z-index: 1;
}
.tp-banner-title{
  left: 20%;

}
.banner-title .banner-h1 {
  font-size: 36px;
  line-height: 50px;
}
.banner-title .banner-h2 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.banner-title .banner-btn {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  width: 155px;
  margin-top: 25px;
  background: #fff;
  border-radius: 25px;
  color: #212529;
  padding: 10px 0;
  cursor: pointer;
}

/* 导航栏 */
.nav {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-container {
  margin-left: 80px;
}

.nav ul {
  display: flex;
}

.nav li {
  list-style: none;
  padding: 18px 25px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease;
  position: relative;
}

.nav li:hover {
  color: var(--secondary-color);
}

.nav li.active {
  color: var(--secondary-color);
}

.nav li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--secondary-color);
}

/* 各部分通用样式 */
.section {
  /* margin: 80px; */
  padding: 80px;

  scroll-margin-top: 80px;
  /* background: var(--white-color); */
}
.section-header-h1 {
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #5b626c;
  font-size: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.section-header-h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 4px;
  width: 60px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.corporate-culture {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.corporate-culture .culture-item {
  width: 15%;
  flex: 1;
  text-align: center;
  padding: 40px 40px 100px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.05);
}
/* 劳务外包产品 人力资源咨询产品 */
 .out-pt {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
           height: 300px;
           margin:90px 0 50px;

        }
        
        .out-pt-c {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            width: 350px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            display: flex;
            flex-direction: column;
            position:relative;
        }
        .cg-pt  .out-pt-c {
          width:20%;
          padding:0;
        }
        
   
         
        
        .out-pt-img {
            height: 220px;
            background-size: cover;
            background-position: center;
            transition: height 0.5s ease;
        }
        
        .out-pt-c:nth-child(1) .out-pt-img {
            background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/ot_bg1.png);
        }
        
        .out-pt-c:nth-child(2) .out-pt-img {
            background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/ot_bg2.png);
        }
        
        .out-pt-c:nth-child(3) .out-pt-img {
            background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/ot_bg3.png);
        }
        .cg-pt  .out-pt-c:nth-child(1) .out-pt-img {
            background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/cg_bg1.jpg) center no-repeat;
            background-size:330px auto;
        }
        
       .cg-pt  .out-pt-c:nth-child(2) .out-pt-img {
            background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/cg_bg2.png) center no-repeat;
            background-size:330px auto;

        }
        
       .cg-pt  .out-pt-c:nth-child(3) .out-pt-img {
            background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/cg_bg3.jpg) center no-repeat;               
            background-size:330px auto;

        }
          .cg-pt  .out-pt-c:nth-child(4) .out-pt-img {
            background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/cg_bg4.jpg) center no-repeat;
            background-size:330px auto;

        }
        
        .out-pt-txt {
            background: #fff;
            transition: background 0.3s ease;
            opacity:1;
        }
        
        .out-pt-txt p {
            font-size: 22px;
            font-weight: 400;
            color: #2c3e50;
            margin: 0;
            text-align:center;
            line-height:60px;
        }
        
        .out-pt-t {
            padding: 20px;
            color: white;
            font-size: 16px;
            line-height:30px;
            height:300px;
            background-image: linear-gradient(45deg, rgb(29, 130, 214), rgb(2, 180, 238));
            opacity: 0;
            transition: opacity 0.5s ease, height 0.5s ease;
            position: absolute;
    left: 0;
    top: 0;
        }
             .out-pt-c:hover {
            /* transform: translateY(-10px); */
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
            .out-pt-c:hover .out-pt-txt{
           opacity:0;
        }
        .out-pt-c:hover .out-pt-t {
            opacity: 1;
            /* height: 220px; */
        }
        
        /* .out-pt-c:hover .out-pt-img {
            height: 150px;
        } */
        
        .icon {
            font-size: 2.5rem;
            color: #1d82d6;
            margin-bottom: 15px;
        }
        
        .footer {
            margin-top: 60px;
            color: #7f8c8d;
            font-size: 1rem;
        }
        
        @media (max-width: 1281px) {
            .out-pt {
                flex-direction: column;
                align-items: center;
            }
            
            .out-pt-c {
                width: 90%;
                max-width: 320px;
            }
            .out-pt-txt p{
              font-size:18px;
            }
            .out-pt-t{
              font-size:14px;
            }
        }
        
        @media (max-width: 1040px) {
            .out-pt {
                flex-direction: column;
                align-items: center;
                padding:0 60px;
            }
            
            .out-pt-c {
                width: 30%;
              
              
            }
            .out-pt-txt p{
              font-size:16px;
            }
            .out-pt-t{
              font-size:12px;
              line-height:20px;
              padding:5px;
            }
        }
        /* 薪税 产品*/
         /* 薪税 产品*/
        .tn-pt-center{
          display:felx;
          flex-direction:clome;
          position:relative;
          padding:20px 80px;
        }
        .tn-pt-top{
          display:flex;
          justify-content:space-between;
          height:340px;
          position:relative;
        }
         .tn-pt-bottom{
          display:flex;
          justify-content:center;
          width:100%;
          height:340px;
          gap:20%;
          margin-top:20px;
        }
        .tn-pt{
          width:25%;
          position:relative;
            transition: all 0.3s ease;

        }
       
          /*  */
        .tn-img{
          position:absolute;
          left:50%;
          top:0;
          transform:translateX(-50%);
          width:90px;
          height:90px;
          border-radius:100%;
          z-index:1;
          background-size:100% 100%;
  background:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr109.png) center center no-repeat;
        }
         .tn-img1{
          background-img:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr109.png);
         }
          .tn-img2{
            background-img:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr110.png);
         }
          .tn-img3{
            background-img:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr115.png);
         }
          .tn-img4{
            background-img:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr113.png);
         }
          .tn-img5{
            background-img:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr114.png);
         }
          .tn-img6{
            background-img:url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/skr116.png);
         }
         .tn-txt{
          width:100%;
          height:200px;
           position:absolute;
          left:50%;
          top:45px;
          transform:translateX(-50%);
          border-radius:10px;
          background:#fff;
          padding:20px;
          padding-top:70px;
                     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
                     color:#5b626c;

         }
          .tn-txt h3{
            font-size:16px;
            text-align:center;
            line-height:30px;
          }
            .tn-txt p{
            font-size:14px;
            text-align:center;
            line-height:30px;
          }
           .tn-pt:hover{
          box-shadow-color:#1987fd;
          transform:translateY(-10px);
        }
         .tn-pt:hover .th-txt{
          box-shadow: 0 15px 35px #1987fd;
        }
         
        /* 招聘中心产品 */
        .ct-pt-center{
          padding:80px 150px 0 150px;
        }
        .ct-pt-box{
          display:flex;
          align-items:center;
          justify-content:space-between;
        }
        .ct-pt-ct{
          width:47%;
          margin:20px;
            display:flex;
          align-items:center;
        }
        .ct-pt-img{
          width:80px;
        }
        .ct-pt-img img{
          width:80px;
        }
        .ct-pt-txt{
              width: calc(100% - 100px);
              padding-top: 10px;
              margin-left:20px;
        }
        .ct-pt-tx-h1{
          padding-left: 10px;
    line-height: 24px;
    border-left: 4px solid #dda15e;
    font-size: 20px;
    font-weight:600;
    margin-bottom:5px;
          color:#5b626c;


        }
        .ct-pt-txt p{
          font-size:18px;
          line-height:30px;
          color:#5b626c;

        }
          @media (max-width: 1281px) {
            .out-pt {
                flex-direction: column;
                align-items: center;
            }
            
            .out-pt-c {
                width: 90%;
                max-width: 320px;
            }
            .out-pt-txt p{
              font-size:18px;
            }
            .out-pt-t{
              font-size:14px;
            }
            .tn-txt h3{
            font-size:14px;
          }
            .tn-txt p{
            font-size:12px;
          }
          .tn-img{
            width:70px;
            height:70px;
          }
           .tn-txt{
          top:35px;
           }
            /* 招聘中心产品 */
  
        
        .ct-pt-tx-h1{
    font-size: 18px;
    line-height:25px;


        }
        .ct-pt-img img{
          width:60px;
        }

         .ct-pt-tx-h1 p{
          padding:0;
         }
        .ct-pt-txt p{
          font-size:16px;

        }
        }
        
        @media (max-width: 1040px) {
            .out-pt {
                flex-direction: column;
                align-items: center;
                padding:0 60px;
            }
            
            .out-pt-c {
                width: 30%;
              
              
            }
            .out-pt-txt p{
              font-size:16px;
            }
            .out-pt-t{
              font-size:12px;
              line-height:20px;
              padding:5px;
            }
             .ct-pt-tx-h1{
    font-size: 14px;
    line-height:20px;


        }
          .ct-pt-img img{
          width:40px;
        }
         .ct-pt-tx-h1 p{
          padding:0;
         }
        .ct-pt-txt p{
          font-size:12px;

        }
        }
/* 劳务派遣难题 */
.dh-custormer-difficulty {
  padding: 80px;
  background: #fff;
}
.dh-custormer-difficulty .dispatch-corporate-culture {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dh-custormer-difficulty .dispatch-corporate-culture .dh-df {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dh-custormer-difficulty .dispatch-corporate-culture .dh-df .culture-item {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.15rem;
  position: relative;
  width: 47% !important;
  padding: 30px 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;

  margin: 20px;
}
.dfcl-1 {
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_d1.png);
}
.dfcl-2 {
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_d2.png);
}
.dfcl-3 {
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_d3.png);
}
.dfcl-4 {
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_d4.png);
}
.dispatch-corporate-culture .dh-df .culture-item .dh-df-cl {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  margin-right: 20px;
  background-size: 100%;
  background-position: 0px 0px;
}
.dispatch-corporate-culture .dh-df .culture-item .dh-df-cr {
  width: 80%;
  font-size: 14px;
  line-height: 30px;
  color: #5b626c;
}
.dh-custormer-difficulty
  .dispatch-corporate-culture
  .dh-df
  .culture-item:hover {
  margin: 0;
  padding: 40px 70px;
  background: -webkit-linear-gradient(75deg, #1987fd, #89bcf2);
}
.dh-custormer-difficulty
  .dispatch-corporate-culture
  .dh-df
  .culture-item:hover
  .dh-df-cl {
  background-position: 0 -52px;
}
.dh-custormer-difficulty
  .dispatch-corporate-culture
  .dh-df
  .culture-item:hover
  p {
  color: #fff;
}

/* 客户的难题 */
.custormer-difficulty {
  padding: 80px;
}

.custormer-difficulty .culture-item h3 {
  font-size: 40px;
  margin-bottom: 50px;
  color: rgba(65, 75, 91, 0.5);
  transition: transform 0.3s ease;
  position: relative;
}
.custormer-difficulty .culture-item:hover {
  transform: scale(1.2);

  background: -webkit-linear-gradient(75deg, #1987fd, #89bcf2);
}
.custormer-difficulty .culture-item:hover h3 {
  color: rgba(65, 75, 91, 0.2);
}
.custormer-difficulty .culture-item:hover p {
  color: #fff;
}

.custormer-difficulty .culture-item p {
  color: #5b626c;
  font-size: 16px;
  line-height: 30px;
  transition: transform 0.3s ease;
}

.custormer-difficulty .culture-item:hover p {
  transform: translateY(-5px);
}

/* 劳务派遣产品 */
.dh-mine-product {
  padding: 80px 200px;
}
.dh-product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: Center;
}
.dh-pt-l {
  width: 50%;
}
.dh-pt-l .section-header-h1 {
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.dh-pt-l .section-header-h1::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(0);
}
.dh-product-text {
  margin-top: 50px;
}
.dh-product-text p {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #5b626c;
}
.dh-zixun {
  padding: 8px 10px;
  margin-top: 50px;
  background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 120px;
  text-align: center;
  display: felx;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dh-pt-r {
  width: 50%;
}
.dh-pt-r img {
  width: 100%;
}
/* 我们的产品 */
.mine-product {
  padding: 80px 0;
  background: #fff;
}

.product-text {
  margin-top: 10px;
  color: #5b626c;
  line-height: 30px;
  padding: 0px 80px;
  font-size: 16px;
}
.product-center {
  width: 100%;
  display: block;
  margin-top: 40px;
  z-index: 9;
  overflow: hidden;
  position: relative;
}
.product-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding: 0px;
}
.product-content .left-line,
.product-content .right-line {
  position: absolute;
  top: 73px;
  transform: translateY(-50%);
  z-index: -1;
  width: 10%;
  height: 1px;
  background-color: rgb(229, 229, 229);
  margin-top: 60px;
  /* height: 125px; */
}
.product-content .left-line {
  left: 0;
}
.product-content .right-line {
  right: 0;
}
/* .product-content .left-line::after {
  content:'';
   position: absolute;
    top: 54%;
    width:229px;
    left: 0px;
     height: 1px;
    background-color: rgb(229, 229, 229);

}
.product-content .right-line::after {
  content:'';
       position: absolute;
    top: 54%;
    width:229px;
    left: 0px;
     height: 1px;
    background-color: rgb(229, 229, 229);
   
} */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.product-center .swiper-wrapper {
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  justify-content: center;
}
.product-center .swiper-slider {
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 200px;
  margin-top: 60px;
}
.animate-item {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.icon-item {
  width: 125px;
  height: 125px;
  z-index: 9;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon-item img {
  width: 55px;
  height: 55px;
}

.icon-item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/produce0.png) center center / 100% no-repeat
    rgb(255, 255, 255);
  /* background-size:108px 108px ; */
  border-radius: 50%;
}
.txt {
  width: 100%;
  text-align: center;
  line-height: 20px;
  color: rgb(65, 75, 91);
  margin-top: 15px;
}
.swiper-slider .swiper-r-line {
  position: absolute;
  top: 58px;
  right: -42px;
  background-color: #e5e5e5;
  height: 1px;
  z-index: -1;
  width: 0;
}
.swiper-slider .swiper-l-line {
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 63px;
  z-index: -1;
  left: -42px;
  width: 86px;
}
.swiper-slider:nth-of-type(1) .swiper-l-line {
  width: 0;
}
.swiper-slider .rline {
  transition: all 0.5s ease;
}
.swiper-l-line {
  width: 0;
}

.swiper-slider:hover .lline {
  width: 86px;
  top: 15px;
  left: -55px;
  animation: rotatel30 2s ease forwards;
}

.swiper-slider:hover {
  transform: translateY(-60px);
}
.swiper-slider:hover .icon-item::after {
  animation: rotate 2s ease forwards;
}
.swiper-slider:nth-of-type(1):hover .lline {
  width: 0;
}
.swiper-slider:nth-of-type(1):hover ~ .swiper-slider .no2line {
  width: 0;
}
.swiper-slider:nth-of-type(2):hover ~ .swiper-slider .no3line {
  width: 0;
}
.swiper-slider:nth-of-type(3):hover ~ .swiper-slider .no4line {
  width: 0;
}
.swiper-slider:nth-of-type(4):hover ~ .swiper-slider .no5line {
  width: 0;
}
.swiper-slider:nth-of-type(5):hover ~ .swiper-slider .no6line {
  width: 0;
}
.swiper-slider:nth-of-type(6):hover ~ .swiper-slider .no7line {
  width: 0;
}
.swiper-slider:nth-of-type(1):hover .rline {
  width: 86px;
  top: 15px;
  right: -55px;
  animation: rotate20 2s ease forwards;
}
.swiper-slider:nth-of-type(2):hover .rline {
  width: 86px;
  top: 15px;
  right: -55px;
  animation: rotate20 2s ease forwards;
}
.swiper-slider:nth-of-type(3):hover .rline {
  width: 86px;
  top: 15px;
  right: -55px;
  animation: rotate20 2s ease forwards;
}
.swiper-slider:nth-of-type(4):hover .rline {
  width: 86px;
  top: 15px;
  right: -55px;
  animation: rotate20 2s ease forwards;
}
.swiper-slider:nth-of-type(5):hover .rline {
  width: 86px;
  top: 15px;
  right: -55px;
  animation: rotate20 2s ease forwards;
}
.swiper-slider:nth-of-type(6):hover .rline {
  width: 86px;
  top: 15px;
  right: -55px;
  animation: rotate20 2s ease forwards;
}

/* .swiper-slider:hover .line {
   width: 86px;
    top: 15px;
    right: -55px;
    animation: rotate20 2s ease forwards;
} */

/* 关键帧动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes rotatel30 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-39deg);
  }
}
@keyframes rotate20 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
/* 劳务托管关系产品 */
.tp-pt-center{
  position:relative;
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/tp_center_bg.png) center center no-repeat;
  background-size:100% auto;
  width:880px;
  height:388px;
  margin:0 auto;
  margin-top:80px;

}
.tp-pt-l{
  position:absolute;
  left:0;
  top:50%;
  transform:translate(-50%,-50%);
  width:238px;
  display: flex
;
    align-items: center;
    flex-direction: column;
  
}
.tp-pt-l img{
  width:238px;
    transition: all 0.5s ease;
}
.tp-pt-l:hover img{
  transform:translateY(-10px);
}
.tp-pt-c{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:433px;
  display: flex
;
    align-items: center;
    flex-direction: column;
  
}
.tp-pt-c img{
  width:433px;
    transition: all 0.5s ease;
}
.tp-pt-c:hover img{
  transform:translateY(-10px);
}
.tp-pt-r{
  position:absolute;
  right:0;
  top:50%;
  transform:translate(50%,-50%);
  width:238px;
  display: flex
;
    align-items: center;
    flex-direction: column;
  
}
.tp-pt-r img{
  width:238px;
    transition: all 0.5s ease;


}
.tp-pt-r:hover img{
  transform:translateY(-10px);
}
 .tp-pt-txt{
 margin-top:30px;
 font-size:18px;
 color:#dda15e;

}
/* 人资考试产品 */
.tt-pt-cont{
  padding:80px 200px 0 200px;

}
.tt-pt-center{
  padding:20px;
  position:relative;
  display:flex;
  height:280px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.tt-pt-c{
  width:50%;
  position:relative;
  z-indx:1;
}
.tt-pt-c .tt-pt-img{
  width:420px;
  height:282px;
  overflow:hidden;
  position:absolute;
  left:20px;
  top:-40px;
  border-radius:10px;

}
.tt-pt-c img{
   width:420px;
  height:282px;
   
  transition: all 0.4s ease;

}
.tt-pt-c:hover img{transform: scale(1.2);
}
.tt-pt-txt{
   width:50%;
   margin-top:20px;
   padding:20px;
   color:#5b626c;
   font-size:14px;
   line-height:30px;
   
}
/* 我们的优势网络招聘 */
.advantage-section {
  padding: 80px;
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/advantage_bg.jpg) no-repeat;
}
.advantage-section h2 {
  color: #fff;
}
.advantage-section h2::after {
  background: #fff;
}

.advantage-section .corporate-culture {
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  margin-top: 80px;
}
.advantage-section .culture-item {
  width: 15%;
  flex: 1;
  text-align: center;
  padding: 80px 40px 40px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.05);
  position: relative;
}
.advantage-section .culture-item h3 {
  font-size: 16px;
  margin-bottom: 50px;
  color: #5b626c;
  transition: transform 0.3s ease;
  position: relative;
}
.advantage-section .culture-item h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 4px;
  width: 60px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.advantage-section .culture-item:hover {
  transform: translateY(-30px);
}

.advantage-section .culture-item p {
  color: #5b626c;
  font-size: 14px;
  line-height: 30px;
  transition: transform 0.3s ease;
}

.advantage-section .culture-item:hover p {
  transform: translateY(-5px);
}
.advantage-section .culture-item .top-img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.advantage-section .culture-item .top-img::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 12px;
  border: 6px #fff solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
}
.advantage-section .culture-item .top-img img {
  width: 90px;
  height: 90px;
}
/* 我们的优势招聘中心 */
.advantage-section-center {
  padding: 80px;
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/advantage_bg.jpg) no-repeat;
}
.advantage-section-center h2 {
  color: #fff;
}
.advantage-section-center h2::after {
  background: #fff;
}

.advantage-section-center .corporate-culture {
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  margin-top: 80px;
}
.advantage-section-center .corporate-culture {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 80px;
}
.advantage-section-center .corporate-culture .center-first {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.advantage-section-center .corporate-culture .center-scend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.advantage-section-center .corporate-culture .culture-item {
  display: flex;
  padding: 25px;
  text-align: justify;
}
.advantage-section-center .corporate-culture .top-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px #f7f4f0 solid;
  overflow: hidden;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px;
  background: #fff;
}
.advantage-section-center .corporate-culture .top-img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.advantage-section-center .corporate-culture .culture-item:hover {
  transform: translateY(-10px);
}
.advantage-section-center .corporate-culture .culture-item:hover .top-img {
  border-color: #dda15e;
  background: #f7f4f0;
}
.advantage-section-center .corporate-culture .asc-right {
  max-width: 60%;
}
.advantage-section-center .corporate-culture .asc-right h3 {
  font-size: 72px;
  opacity: 0.08;
  font-weight: bold;
}
.advantage-section-center .corporate-culture .asc-right p {
  font-size: 24px;
  color: #5b626c;
  margin-top: 10px;
}
.advantage-section-center .corporate-culture .asc-right .center-txt {
  font-size: 14px;
  margin-top: 10px;
  color: #5b626c;
  line-height:30px;
}

/* 我们的优势劳务派遣 */
.dh-advantage {
  padding: 80px 0;
  height: 70vh;
  background: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/advantage_bg.jpg) no-repeat;
}
.dh-adv-box {
  width: 100%;
  margin: 0 auto;
}
.dh-advantage .section-header-h1 {
  color: #fff;
}
.dh-advantage .section-header-h1::after {
  background: #fff;
}
.dh-advantage .dh-corporate-culture {
  width: 80%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.dh-advantage .dh-culture-item {
  width: 22%;
  height: 100%;
  position: relative;
}

.dh-top-img {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 174px;
  height: 174px;
  transform: translate(-50%, 0);
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  border: 6px solid #fff;
  transition: all 0.5 ease-in-out;
}

.dh-top-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.5 ease-in-out;
}
/* 添加伪元素并设置初始状态 */
.dh-top-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 162px;
  height: 162px;
  border-radius: 100%;
  border: 6px solid #fff;
  opacity: 0; /* 初始状态透明 */
  transition: all 0.5s ease-in-out;
}
.dh-asc-right {
  position: absolute;
  left: 0;
  top: 100px;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  padding: 130px 20px 10px 20px;
  line-height: 30px;
  color: #5b626c;
  /* 添加过渡效果 */
  transition: all 0.5s ease-in-out;
}
.dh-asc-right p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.dh-asc-right .dh-center-txt {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.dh-culture-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 210px;
  height: 210px;
  transform: translate(-50%, 0);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.dh-culture-item:hover .dh-asc-right {
  padding: 140px 20px 20px 20px;
}

.dh-culture-item:hover .dh-asc-right {
  top: 90px;
}
.dh-culture-item:hover .dh-top-img {
  border-color: #06adeb;
}
.dh-culture-item:hover .dh-top-img::after {
  opacity: 1; /* 完全显示 */
  border-color: #fff;
}
/* 我们的价值 */
.honor-section {
  padding: 80px;
}
.honor-section h2 {
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #5b626c;
  font-size: 30px;
  display: inline-block;
  position: relative;
}
.honor-section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 4px;
  width: 60px;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.honor-section p {
  color: #5b626c;
  font-size: 14px;
  line-height: 30px;
}
.honor-section .corporate-culture {
  width: 80%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  margin-top: 50px;
}
.honor-section .culture-item {
  height: 200px;

  position: relative;
  padding: 40px 20px;
  margin-top: 20px;
}
.honor-section .culture-item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #5b626c;
  margin-bottom: 20px;
}
.honor-section .culture-item p {
  margin-bottom: 100px;
}
.honor-section .culture-item:hover h3 {
  transform: translateY(-10px);
  color: #fff;
}
.honor-section .culture-item:hover p {
  transform: translateY(-10px);
  color: #fff;
}
.honor-section .culture-item:hover {
  margin-top: 0;

  opacity: 1;
  height: 300px;
  background: -webkit-linear-gradient(90deg, #1987fd, #89bcf2);
}
.honor-section .culture-item:hover .value-icon {
  background-position: 0 -50px;
}
.honor-section .value-icon {
  position: absolute;
  left: 50%;
  height: auto;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  z-index: 1;
}

.honor-section .value-icon1 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/value1.png);
}
.honor-section .value-icon2 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/value2.png);
}
.honor-section .value-icon3 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/value3.png);
}
.honor-section .value-icon4 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/value4.png);
}


.honor-section .dh-value-icon1 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_icon1.png);
}
.honor-section .dh-value-icon2 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_icon2.png);
}
.honor-section .dh-value-icon3 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_icon3.png);
}
.honor-section .dh-value-icon4 {
  background-image: url(https://hxrcimages.oss-cn-hangzhou.aliyuncs.com/images/offical/solution/dh_icon4.png);
}

@media screen and (min-width: 1545px) and (max-width: 1669px) {
  .product-content .left-line,
  .product-content .right-line {
    width: 150px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1544px) {
  .product-content .left-line,
  .product-content .right-line {
    width: 120px;
  }
  .culture-item {
    padding: 20px 20px 80px;
  }
  /* 劳务派遣 */
  
  .dh-mine-product{
    padding:80px 100px;
  }

/* 劳务派遣优势 */

.dh-top-img {

  width: 154px;
  height: 154px;
}
/* 添加伪元素并设置初始状态 */
.dh-top-img::after {
  content: "";
  width: 142px;
  height: 142px;
}
.dh-asc-right {
  top: 80px;
}

.dh-culture-item::before {
  content: "";
  width:190px;
  height: 190px;
}
.dh-culture-item:hover .dh-asc-right {
  padding: 140px 20px 20px 20px;
}

.dh-culture-item:hover .dh-asc-right {
  top: 70px;
}
.tt-pt-cont{
  padding:80px 80px 0 80px;

}

}

@media screen and (min-width: 1153px) and (max-width: 1280px) {
  /* 服务 */
  .banner-title .banner-h1 {
    font-size: 30px;
  }
  .banner-title .banner-h2 {
    font-size: 14px;
  }
  .banner-title .banner-btn {
    padding: 8px 0;
  }
  .custormer-difficulty {
    padding: 50px;
  }
  .section-header-h1 {
    font-size: 24px;
  }
  .honor-section h2 {
    font-size: 24px;
  }
  .honor-section .culture-item h3 {
    font-size: 14px;
  }
  .corporate-culture {
    gap: 40px;
  }
  .culture-item {
    padding: 20px 20px 80px;
  }

  .custormer-difficulty .culture-item h3 {
    font-size: 30px;
  }
  .custormer-difficulty .culture-item p {
    font-size: 14px;
  }
  .product-text {
    font-size: 14px;
  }
  .advantage-section-center {
    padding: 50px;
  }
  .advantage-section-center .corporate-culture {
    gap: 40px;
  }
  .advantage-section-center .corporate-culture .center-first {
    gap: 40px;
  }
  .advantage-section-center .corporate-culture .center-scend {
    gap: 40px;
  }
  .advantage-section-center .corporate-culture .top-img {
    width: 100px;
    height: 100px;
  }
  .advantage-section-center .corporate-culture .top-img img {
    width: 100px;
    height: 100px;
  }
  .advantage-section-center .corporate-culture .asc-right h3 {
    font-size: 40px;
  }
  .advantage-section-center .corporate-culture .asc-right p {
    font-size: 18px;
  }
  .advantage-section-center .corporate-culture .asc-right .center-txt {
    font-size: 14px;
    line-height:25px;

  }
  /* 劳务派遣 */
  
  .dh-mine-product{
    padding:80px 80px;
  }
  .dh-product-text p{
    font-size:14px;
  }
  .product-text {
    margin-top: 30px;
}
.dh-product-text p{
  margin-top:30px;
}
  .dh-zixun{
    font-size:14px;
  }
 
.dh-top-img {

  width: 134px;
  height: 134px;
}
/* 添加伪元素并设置初始状态 */
.dh-top-img::after {
  content: "";
  width: 122px;
  height: 122px;
}
.dh-asc-right {
  top: 60px;
}

.dh-culture-item::before {
  content: "";
  width:170px;
  height: 170px;
}
.dh-culture-item:hover .dh-asc-right {
  padding: 140px 20px 20px 20px;
}
.dh-asc-right p{
  font-size:12px;
}
.dh-asc-right .dh-center-txt{
  font-size:12px;
}

.dh-culture-item:hover .dh-asc-right {
  top: 50px;
}

/* 劳务托管关系产品 */
.tp-pt-center{
  width:850px;
  height:388px;
  margin-top:50px;

}
.tp-pt-l{
  width:208px;
  
}
.tp-pt-l img{
  width:208px;
}
.tp-pt-c{
  width:403px;
  
}
.tp-pt-c img{
  width:403px;

}
.tp-pt-r{
  width:208px;
;
  
}
.tp-pt-r img{
  width:208px;

}
 .tp-pt-txt{
 margin-top:20px;
 font-size:16px;

}
.tt-pt-cont{
  padding:80px 80px 0 80px;

}
.tt-pt-c .tt-pt-img{
  width:320px;
  height:215px;
  

}
.tt-pt-c img{
   width:320px;
  height:215px;


}

}

@media screen and (min-width: 601px) and (max-width: 1152px) {
  /* 服务 */
  .banner-title {
    top: 60%;
    left: 20%;
  }
  .banner-title .banner-h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .banner-title .banner-h2 {
    font-size: 14px;
  }

  .banner-title .banner-btn {
    padding: 8px 0;
    margin-top: 20px;
  }
  .custormer-difficulty {
    padding: 30px;
  }
  .section-header-h1 {
    font-size: 20px;
  }
  .honor-section h2 {
    font-size: 20px;
  }
  .honor-section .culture-item h3 {
    font-size: 14px;
  }
  .corporate-culture {
    gap: 10px;
  }
  .culture-item {
    padding: 10px 10px 50px;
  }

  .custormer-difficulty .culture-item h3 {
    font-size: 20px;
  }
  .custormer-difficulty .culture-item p {
    font-size: 12px;
  }
  .product-text {
    font-size: 12px;
  }
  .advantage-section-center {
    padding: 30px;
  }
  .advantage-section-center .corporate-culture .top-img {
    width: 80px;
    height: 80px;
  }
  .advantage-section-center .corporate-culture .top-img img {
    width: 80px;
    height: 80px;
  }
  .advantage-section-center .corporate-culture {
    gap: 10px;
  }
  .advantage-section-center .corporate-culture {
    margin-top: 40px;
  }
  .advantage-section-center .corporate-culture .center-first {
    gap: 10px;
  }
  .advantage-section-center .corporate-culture .center-scend {
    gap: 10px;
  }
  .advantage-section-center .corporate-culture .asc-right h3 {
    font-size: 30px;
  }
  .advantage-section-center .corporate-culture .asc-right p {
    font-size: 16px;
  }
  .advantage-section-center .corporate-culture .asc-right .center-txt {
    font-size: 12px;
    line-height:20px;

  }
  .advantage-section-center .corporate-culture .culture-item {
    padding: 18px;
  }
  .icon-item {
    width: 80px;
    height: 80px;
  }
  .icon-item img {
    width: 30px;
    height: 30px;
  }
  .swiper-slider .swiper-l-line {
    top: 41px;
  }
  .product-content .left-line,
  .product-content .right-line {
    top: 42px;
  }
  .advantage-section .culture-item h3 {
    font-size: 14px;
  }
  .advantage-section .culture-item p {
    font-size: 12px;
  }
  .advantage-section .culture-item {
    padding: 40px 20px 20px;
  }
  .advantage-section {
    padding: 30px;
  }
  .honor-section {
    padding: 30px;
  }
  .honor-section {
    padding: 30px;
  }
  .honor-section .corporate-culture {
    gap: 10px;
  }

  .honor-section p {
    font-size: 12px;
  }
  /* 劳务派遣 */
  
  .dh-mine-product{
    padding:80px 50px;
  }
  .dh-product-text p{
    font-size:12px;
  }
  .product-text {
    margin-top: 30px;
}
.dh-product-text p{
  margin-top:30px;
}
  .dh-zixun{
    font-size:12px;
  }
  
  .dh-top-img {

  width: 114px;
  height: 114px;
}
/* 添加伪元素并设置初始状态 */
.dh-top-img::after {
  content: "";
  width: 102px;
  height: 102px;
}
.dh-asc-right {
  top: 40px;
}

.dh-culture-item::before {
  content: "";
  width:150px;
  height: 150px;
}
.dh-culture-item:hover .dh-asc-right {
  padding: 140px 20px 20px 20px;
}
.dh-asc-right p{
  font-size:12px;
}
.dh-asc-right .dh-center-txt{
  font-size:12px;
}

.dh-culture-item:hover .dh-asc-right {
  top: 30px;
}
/* 劳务托管关系产品 */
.tp-pt-center{
  width:600px;
  height:388px;
  margin-top:30px;

}
.tp-pt-l{
  width:158px;
  
}
.tp-pt-l img{
  width:158px;
}
.tp-pt-c{
  width:353px;
  
}
.tp-pt-c img{
  width:353px;

}
.tp-pt-r{
  width:158px;
;
  
}
.tp-pt-r img{
  width:158px;

}
 .tp-pt-txt{
 margin-top:15px;
 font-size:14px;

}
.tt-pt-cont{
  padding:80px 80px 0 80px;

}
.tt-pt-center{
  height:300px;
}
.tt-pt-c .tt-pt-img{
  width:320px;
  height:215px;
  

}
.tt-pt-c img{
   width:320px;
  height:215px;


}
}
@media screen and (min-width: 600px) and (max-width: 800px){
.tp-pt-center{
  width:400px;
  margin-top:20px;

}
.tp-pt-l{
  width:88px;
  
}
.tp-pt-l img{
  width:88px;
}
.tp-pt-c{
  width:183px;
  
}
.tp-pt-c img{
  width:183px;

}
.tp-pt-r{
  width:88px;
;
  
}
.tp-pt-r img{
  width:88px;

}
 .tp-pt-txt{
 margin-top:10px;
 font-size:12px;

}
.tt-pt-cont{
  padding:80px 80px 0 80px;

}
.tt-pt-c .tt-pt-img{
  width:320px;
  height:215px;
  

}
.tt-pt-c img{
   width:320px;
  height:215px;


}
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .banner-title {
    top: 60%;
    left: 30%;
  }
  .banner-title .banner-h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-title .banner-h2 {
    font-size: 13px;
  }
  .banner-title .banner-btn {
    font-size: 12px;

    padding: 5px 0;
    margin-top: 10px;
  }
  .custormer-difficulty {
    padding: 20px;
  }
  .section-header-h1 {
    font-size: 18px;
  }
  .honor-section h2 {
    font-size: 18px;
  }
  .advantage-section-center .corporate-culture .culture-item {
    padding: 10px;
  }
  .honor-section .culture-item h3 {
    font-size: 13px;
  }
  .corporate-culture {
    gap: 5px;
  }
  .culture-item {
    padding: 10px 10px 50px;
  }

  .custormer-difficulty .culture-item h3 {
    font-size: 20px;
  }
  .custormer-difficulty .culture-item p {
    font-size: 12px;
  }
  .product-text {
    font-size: 12px;
  }
  .advantage-section-center {
    padding: 30px;
  }
  .advantage-section-center .corporate-culture .top-img {
    width: 60px;
    height: 60px;
  }
  .advantage-section-center .corporate-culture .top-img img {
    width: 60px;
    height: 60px;
  }
  .advantage-section-center .corporate-culture {
    gap: 5px;
  }
  .advantage-section-center .corporate-culture {
    margin-top: 40px;
  }
  .advantage-section-center .corporate-culture .center-first {
    gap: 5px;
  }
  .advantage-section-center .corporate-culture .center-scend {
    gap: 5px;
  }
  .advantage-section-center .corporate-culture .asc-right h3 {
    font-size: 24px;
  }
  .advantage-section-center .corporate-culture .asc-right p {
    font-size: 14px;
  }
  .advantage-section-center .corporate-culture .asc-right .center-txt {
    font-size: 12px;
    line-height:20px;

  }
  .icon-item {
    width: 80px;
    height: 80px;
  }
  .icon-item img {
    width: 30px;
    height: 30px;
  }
  .swiper-slider .swiper-l-line {
    top: 41px;
  }
  .product-content .left-line,
  .product-content .right-line {
    top: 42px;
  }
  .advantage-section .culture-item h3 {
    font-size: 14px;
  }
  .advantage-section .culture-item p {
    font-size: 12px;
  }
  .advantage-section .culture-item {
    padding: 40px 20px 20px;
  }
  .advantage-section {
    padding: 30px;
  }
  .honor-section {
    padding: 30px;
  }
  .honor-section .corporate-culture {
    gap: 5px;
  }

  .honor-section p {
    font-size: 12px;
  }
  /* 劳务派遣 */
  
  .dh-mine-product{
    padding:80px 30px;
  }
  .dh-product-text p{
    font-size:12px;
  }
  .product-text {
    margin-top: 30px;
}
.dh-product-text p{
  margin-top:30px;
}
  .dh-zixun{
    font-size:12px;
  }
  .dh-top-img {

  width: 114px;
  height: 114px;
}
/* 添加伪元素并设置初始状态 */
.dh-top-img::after {
  content: "";
  width: 102px;
  height: 102px;
}
.dh-asc-right {
  top: 40px;
}

.dh-culture-item::before {
  content: "";
  width:150px;
  height: 150px;
}
.dh-culture-item:hover .dh-asc-right {
  padding: 140px 20px 20px 20px;
}
.dh-asc-right p{
  font-size:12px;
}
.dh-asc-right .dh-center-txt{
  font-size:12px;
}

.dh-culture-item:hover .dh-asc-right {
  top: 30px;
}
.tp-pt-center{
  width:400px;
  margin-top:20px;

}
.tp-pt-l{
  width:88px;
  
}
.tp-pt-l img{
  width:88px;
}
.tp-pt-c{
  width:183px;
  
}
.tp-pt-c img{
  width:183px;

}
.tp-pt-r{
  width:88px;
;
  
}
.tp-pt-r img{
  width:88px;

}
 .tp-pt-txt{
 margin-top:10px;
 font-size:12px;

}
.tt-pt-cont{
  padding:80px 80px 0 80px;

}
.tt-pt-c .tt-pt-img{
  width:320px;
  height:215px;
  

}
.tt-pt-c img{
   width:320px;
  height:215px;


}
}
@media screen and (min-width: 0) and (max-width: 299px) {
  .corporate-culture {
    flex-direction: column;
  }
  .culture-item {
    width: 100%;
  }
  .honor-section .corporate-culture {
    height: auto;
  }
  .banner-title {
    top: 60%;
    left: 30%;
  }
  .banner-title .banner-h1 {
    font-size: 12px;
    line-height: 10px;
  }
  .banner-title .banner-h2 {
    font-size: 12px;
  }
  .banner-title .banner-btn {
    font-size: 12px;

    padding: 2px 0;
    margin-top: 5px;
  }
  .custormer-difficulty {
    padding: 20px;
  }
  .section-header-h1 {
    font-size: 14px;
  }
  .honor-section h2 {
    font-size: 14px;
  }
  .advantage-section-center .corporate-culture .culture-item {
    padding: 8px;
  }
  .honor-section .culture-item h3 {
    font-size: 12px;
  }
  .corporate-culture {
    gap: 2px;
  }
  .culture-item {
    padding: 5px 5px 20px;
  }

  .custormer-difficulty .culture-item h3 {
    font-size: 16px;
  }
  .custormer-difficulty .culture-item p {
    font-size: 12px;
  }
  .product-text {
    font-size: 12px;
  }
  .advantage-section-center {
    padding: 30px;
  }
  .advantage-section-center .corporate-culture .top-img {
    width: 60px;
    height: 60px;
  }
  .advantage-section-center .corporate-culture .top-img img {
    width: 60px;
    height: 60px;
  }
  .advantage-section-center .corporate-culture {
    gap: 5px;
  }
  .advantage-section-center .corporate-culture {
    margin-top: 40px;
  }
  .advantage-section-center .corporate-culture .center-first {
    gap: 5px;
  }
  .advantage-section-center .corporate-culture .center-scend {
    gap: 5px;
  }
  .advantage-section-center .corporate-culture .asc-right h3 {
    font-size: 24px;
  }
  .advantage-section-center .corporate-culture .asc-right p {
    font-size: 14px;
  }
  .advantage-section-center .corporate-culture .asc-right .center-txt {
    font-size: 12px;
    line-height:20px;
  }
  .icon-item {
    width: 80px;
    height: 80px;
  }
  .icon-item img {
    width: 30px;
    height: 30px;
  }
  .swiper-slider .swiper-l-line {
    top: 41px;
  }
  .product-content .left-line,
  .product-content .right-line {
    top: 42px;
  }
  .advantage-section .culture-item h3 {
    font-size: 14px;
  }
  .advantage-section .culture-item p {
    font-size: 12px;
  }
  .advantage-section .culture-item {
    padding: 40px 20px 20px;
  }
  .advantage-section {
    padding: 30px;
  }
  .honor-section {
    padding: 30px;
  }
  .honor-section .corporate-culture {
    gap: 5px;
  }

  .honor-section p {
    font-size: 12px;
  }
  /* 劳务派遣 */
  
  .dh-mine-product{
    padding:80px 20px;
  }
  .dh-product-text p{
    font-size:12px;
  }
  .product-text {
    margin-top: 30px;
}
.dh-product-text p{
  margin-top:30px;
}
  .dh-zixun{
    font-size:12px;
  }
  .dh-top-img {

  width: 114px;
  height: 114px;
}
/* 添加伪元素并设置初始状态 */
.dh-top-img::after {
  content: "";
  width: 102px;
  height: 102px;
}
.dh-asc-right {
  top: 40px;
}

.dh-culture-item::before {
  content: "";
  width:150px;
  height: 150px;
}
.dh-culture-item:hover .dh-asc-right {
  padding: 140px 20px 20px 20px;
}
.dh-asc-right p{
  font-size:12px;
}
.dh-asc-right .dh-center-txt{
  font-size:12px;
}

.dh-culture-item:hover .dh-asc-right {
  top: 30px;
}
.tp-pt-center{
  width:400px;
  margin-top:20px;

}
.tp-pt-l{
  width:88px;
  
}
.tp-pt-l img{
  width:88px;
}
.tp-pt-c{
  width:183px;
  
}
.tp-pt-c img{
  width:183px;

}
.tp-pt-r{
  width:88px;
;
  
}
.tp-pt-r img{
  width:88px;

}
 .tp-pt-txt{
 margin-top:10px;
 font-size:12px;

}
.tt-pt-cont{
  padding:80px 80px 0 80px;

}
.tt-pt-c .tt-pt-img{
  width:320px;
  height:215px;
  

}
.tt-pt-c img{
   width:320px;
  height:215px;


}
}
