.center {
  width: 1200px;
  margin: 0 auto;
}

div {
  box-sizing: border-box;
}

.com_title {
  margin: 0 auto;
  width: 264px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #010101;
  font-size: 32px;
}
.com_title img {
  width: 16px;
  height: 12px;
}

.banner_bg {
  background-color: transparent;
  height: 650px;
  background: url(../images/laborDispatch/banner.jpg) no-repeat;
  background-size: 100% 100%;
}
.banner_bg .nav_wapper {
  height: 60px;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
}
.banner_bg .nav_wapper .wapper {
  display: flex;
  align-items: center;
  width: 1200px;
}
.banner_bg .nav_wapper .logo {
  background: url(../images/laborDispatch/logo.png) no-repeat;
  background-size: 100% 100%;
  width: 190px;
  height: 38px;
  margin-right: 220px;
  margin-bottom: 8px;
}
.banner_bg .nav_wapper .nav_list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.banner_bg .nav_wapper .nav_list .item {
  font-size: 16px;
  color: #000;
}
.banner_bg .nav_wapper .nav_list .item:hover {
  color: #2173fd;
}
.banner_bg .nav_wapper .nav_list .itemAc {
  color: #2173fd;
  font-weight: bold;
}
.banner_bg .nav-active {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.banner_bg .bannerText {
  padding-top: 210px;
}
.banner_bg .bannerText .text1 {
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
}
.banner_bg .bannerText .text1 span {
  position: relative;
  margin-right: 40px;
}
.banner_bg .bannerText .text1 span:last-child::after {
  display: none;
}
.banner_bg .bannerText .text1 span::after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: 44%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.banner_bg .bannerText .text2 {
  font-size: 23px;
  color: #000000;
  margin-bottom: 50px;
}
.banner_bg .bannerText .btn {
  width: 156px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(91deg, #7964f7, #3a50ff, #318cff);
  border-radius: 23px;
  font-size: 20px;
  color: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.banner_bg .bannerText .btn .circle::after {
  animation: circleA 3s infinite;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.box1 {
  position: relative;
  background-size: 100%;
  height: 146px;
}
.box1 .bannerList_wapper {
  width: 1200px;
  position: absolute;
  top: -60px;
  display: flex;
  justify-content: space-between;
}
.box1 .bannerList_wapper .item {
  width: 387px;
  height: 206px;
  background: url(../images/laborDispatch/white.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: 1px 2px 6px 1px rgba(218, 230, 255, 0.39);
  border-radius: 10px;
  padding: 22px 40px 22px 23px;
  color: #333;
  cursor: pointer;
  transition: background 1s ease;
}
.box1 .bannerList_wapper .item:hover {
  background: url(../images/laborDispatch/box1_bg.png) no-repeat;
  background-size: 100% 100%;
}
.box1 .bannerList_wapper .item:hover .text1 {
  color: #fff;
}
.box1 .bannerList_wapper .item:hover .text2 {
  color: #ffffff;
}
.box1 .bannerList_wapper .item:hover .btn {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 17px;
  line-height: 30px;
}
.box1 .bannerList_wapper .item .text1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.box1 .bannerList_wapper .item .text2 {
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 28px;
}
.box1 .bannerList_wapper .item .btn {
  background: url(../images/laborDispatch/btn.png);
  background-size: 100% 100%;
  color: #2173fd;
  font-size: 20px;
  width: 105px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.box2 {
  width: 100%;
  height: 754px;
  padding-top: 90px;
  background: url(../images/laborDispatch/jjfa-bj.png) 100% 100%;
}
.box2 .item_wapper {
  position: relative;
  margin-top: 110px;
  height: 374px;
}
.box2 .item_wapper .img {
  width: 375px;
  margin: auto;
  padding-top: 58px;
  padding-left: 60px;
}
.box2 .item_wapper .img .round {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../images/laborDispatch/box2_round.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  animation: round 5s linear infinite;
}
.box2 .item_wapper .img .round1 {
  top: 69.5px;
  left: 616px;
}
.box2 .item_wapper .img .round2 {
  top: 183.5px;
  left: 487px;
}
.box2 .item_wapper .img .round3 {
  top: 181.9px;
  left: 743.9px;
}
.box2 .item_wapper .img .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #316aff;
  position: absolute;
}
.box2 .item_wapper .img .circle::after {
  animation: circle 3s infinite;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(49, 106, 255, 0.2);
}
.box2 .item_wapper .img .circle::before {
  animation: circle 3s 0.75s infinite;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(49, 106, 255, 0.2);
}
.box2 .item_wapper .img .circle .circle_center {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.box2 .item_wapper .img .circle1 {
  top: 112px;
  left: 540px;
}
.box2 .item_wapper .img .circle2 {
  top: 112px;
  left: 710px;
}
.box2 .item_wapper .img .circle3 {
  top: 245px;
  left: 500px;
}
.box2 .item_wapper .img .circle4 {
  top: 245px;
  left: 751px;
}
.box2 .item_wapper .img img {
  width: 100%;
  height: 100%;
}
.box2 .item_wapper .text1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
  font-weight: bold;
}
.box2 .item_wapper .text2 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  letter-spacing: 0.5px;
}
.box2 .item_wapper .item1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 519px;
  cursor: pointer;
}
.box2 .item_wapper .item1:hover .text1 {
  color: #2173fd !important;
}
.box2 .item_wapper .item1:hover .text2 {
  color: #333;
}
.box2 .item_wapper .item2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 427px;
  text-align: right;
  cursor: pointer;
}
.box2 .item_wapper .item2:hover .text1 {
  color: #2173fd !important;
}
.box2 .item_wapper .item2:hover .text2 {
  color: #333;
}
.box2 .item_wapper .item3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 418px;
  cursor: pointer;
}
.box2 .item_wapper .item3:hover .text1 {
  color: #2173fd !important;
}
.box2 .item_wapper .item3:hover .text2 {
  color: #333;
}
.box2 .item_wapper .item4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 407px;
  text-align: right;
  cursor: pointer;
}
.box2 .item_wapper .item4:hover .text1 {
  color: #2173fd !important;
}
.box2 .item_wapper .item4:hover .text2 {
  color: #333;
}

.box3 {
  height: 730px;
  background: url(../images/laborDispatch/box3.png) no-repeat;
  background-size: 100% 100%;
}
.box3 .wapper {
  padding: 56px 0 43px 0;
  position: relative;
}
.box3 .wapper .line {
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 510px;
  background: #EEEEEE;
  margin-top: 15px;
  top: 150px;
  left: 687px;
}
.box3 .wapper .line .line_wapper {
  width: 3px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.box3 .wapper .line .line_wapper .line_blue {
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px !important;
  height: 82px;
  background: #2173fd;
  z-index: 11;
}
.box3 .wapper .box3_bg1 {
  width: 240px;
  height: 230px;
  bottom: 0;
  right: -230px;
  position: absolute;
}
.box3 .wapper .box3_bg1 img {
  width: 100%;
  height: 100%;
}
.box3 .wapper .box3_bg2 {
  position: absolute;
  width: 484px;
  height: 600px;
  left: -400px;
}
.box3 .wapper .box3_bg2 img {
  width: 100%;
  height: 100%;
}
.box3 .wapper .tab_wapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.box3 .wapper .tab_wapper .item {
  width: 162px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #ffffff;
  box-shadow: 1px 2px 6px 1px rgba(218, 230, 255, 0.39);
  border-radius: 10px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.box3 .wapper .tab_wapper .item:hover {
  background: linear-gradient(91deg, #7964f7, #3a50ff, #318cff);
  box-shadow: 1px 2px 14px 2px rgba(218, 230, 255, 0.57);
  color: #ffffff;
}
.box3 .wapper .tab_wapper .itemAc {
  background: linear-gradient(91deg, #7964f7, #3a50ff, #318cff);
  box-shadow: 1px 2px 14px 2px rgba(218, 230, 255, 0.57);
  color: #ffffff;
}
.box3 .content_wapper {
  display: flex;
  justify-content: space-between;
}
.box3 .content_wapper .line {
  width: 1px;
  height: 507px;
  background: #eeeeee;
  margin-top: 15px;
}
.box3 .content_wapper .banner {
  width: 623px;
  height: 541px;
  animation: fadeInRight 1s;
}
.box3 .content_wapper .banner img {
  width: 100%;
  height: 100%;
}
.box3 .content_wapper .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 0 48px 0;
  animation: fadeInLeft 1s;
}
.box3 .content_wapper .content .item {
  width: 455px;
  position: relative;
  cursor: pointer;
}
.box3 .content_wapper .content .item .textAC {
  color: #2173fd !important;
}
.box3 .content_wapper .content .item .text1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.box3 .content_wapper .content .item .text2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  position: relative;
}

.box4 {
  padding-top: 95px;
}
.box4 .wapper {
  margin-top: 70px;
}
.box4 .wapper .item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  height: 120px;
}
.box4 .wapper .item .left {
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #3873ff;
  border-radius: 10px;
  margin-top: 18px;
  position: relative;
}
.box4 .wapper .item .left .arrow1 {
  background: url(../images/laborDispatch/arrow1.png);
  background-size: 100% 100%;
  width: 36px;
  height: 53px;
  position: absolute;
  z-index: 10;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: box4_arrow1 4s infinite;
}
.box4 .wapper .item .left .arrow2 {
  background: url(../images/laborDispatch/arrow2.png);
  background-size: 100% 100%;
  width: 25px;
  height: 15px;
  position: absolute;
  right: -36px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation: box4_arrow2 3s infinite;
}
.box4 .wapper .item .right {
  width: 930px;
  color: #333;
}
.box4 .wapper .item .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.box4 .wapper .item .right .top .bg1 {
  background: #e8f4ff;
  border: 1px solid #d2e6ff;
}
.box4 .wapper .item .right .top .bg2 {
  background: #d3f2ef;
  border: 1px solid #97e7df;
}
.box4 .wapper .item .right .top .bg3 {
  background: #fff7eb;
  border: 1px solid #ecdac8;
}
.box4 .wapper .item .right .top .bg4 {
  background: #d0edff;
  border: 1px solid #6eafda;
}
.box4 .wapper .item .right .top .tag {
  flex: 1;
  font-size: 18px;
  margin-right: 20px;
  border-radius: 10px;
  height: 45px;
  line-height: 43px;
  text-align: center;
}
.box4 .wapper .item .right .top .tag:last-child {
  margin-right: 0;
}
.box4 .wapper .item .right .bottom {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 1px 2px 6px 1px rgba(218, 230, 255, 0.39);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
}

.box5_title {
  margin-top: 91px;
  margin-bottom: 70px;
}

.box5 {
  height: 628px;
  background: url(../images/laborDispatch/box5.png) no-repeat;
  background-size: 100% 100%;
}
.box5 .wapper {
  padding: 74px 0 54px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.box5 .wapper .box5_bg1 {
  width: 516px;
  height: 470px;
  position: absolute;
  top: 0;
  left: -388px;
}
.box5 .wapper .box5_bg1 img {
  width: 100%;
  height: 100%;
}
.box5 .wapper .line {
  width: 4px;
  height: 470px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.box5 .wapper .line .line_blue {
  width: 4px;
  height: 100px;
  background: #2173fd;
  position: absolute;
  top: 0;
  left: 0;
}
.box5 .wapper .right {
  width: 722px;
  height: 436px;
}
.box5 .wapper .right img {
  width: 100%;
  height: 100%;
  display: none;
  animation: fadeInLeft 1s;
}
.box5 .wapper .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 450px;
}
.box5 .wapper .left .box5_item {
  width: 414px;
}
.box5 .wapper .left .box5_item .marginB_113 {
  margin-bottom: 113px;
}
.box5 .wapper .left .box5_item .marginB_22 {
  margin-bottom: 22px;
}
.box5 .wapper .left .box5_item .text1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 14px;
  transition: transform 1s;
  font-weight: bold;
  cursor: pointer;
}
.box5 .wapper .left .box5_item .text1 .span1 {
  transition: color 1s;
}
.box5 .wapper .left .box5_item .text2 {
  font-size: 18px;
  color: #010101;
  line-height: 36px;
  animation: fadeOpacity 1.5s;
  letter-spacing: 2px;
  position: relative;
}
.box5 .wapper .left .box5_item .text2 .span2 {
  color: #ef4104;
}

.box6_title {
  margin-top: 86px;
  margin-bottom: 70px;
}

.box6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
.box6 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  width: 224px;
  height: 329px;
  box-shadow: 0px 0px 2px 0px rgba(218, 230, 255, 0.61);
  opacity: 0.9;
  border-radius: 10px;
  font-size: 22px;
  color: #000;
  line-height: 36px;
  background: url(../images/laborDispatch/box6_bg1.png);
  text-align: center;
  transition: transform 0.5s ease, background 1s ease;
}
.box6 .item:hover {
  background: url(../images/laborDispatch/box6_bg2.png);
  color: #ffffff;
  transform: translateY(-20px);
}

.box7 {
  height: 210px;
  background: url(../images/laborDispatch/box7.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 3px;
}
.box7 .btn {
  cursor: pointer;
  color: #ffffff;
  width: 156px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(91deg, #7964f7, #3a50ff, #318cff);
  border-radius: 23px;
  margin-top: 33px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.box7 .btn .circle::after {
  animation: circleA 3s infinite;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mask_wapper {
  position: relative;
}

@keyframes box4_arrow1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes box4_arrow2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(20%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circleA {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-element {
  opacity: 0;
}

.animated {
  animation-duration: 0.5s;
}

.fly-up {
  animation-name: fly-up;
  animation-fill-mode: both;
  animation-duration: 0.5s;
}
@keyframes fly-up {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */

.right_btn{
  display: none;
}