/* 人才外包 */
.outbag .app_case {
  margin-top: 110px;
  padding-top: 20px;
  padding-bottom: 50px;
  background: #F8F8F8;
}
.outbag .app_case .top {
  height: 165px;
  padding: 30px;
  box-sizing: border-box;
}
.outbag .app_case .top h2 {
  text-align: center;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 25px;
}
.outbag .app_case .top p {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.outbag .app_case .top span {
  display: block;
  height: 2px;
  background: #fff;
  width: 50px;
  margin: 20px auto;
}
.outbag .app_case .img {
  width: 1200px;
  margin: 0 auto;
}
.outbag .app_case .items {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.outbag .app_case .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
.outbag .app_case .items .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.outbag .app_case .items .item.active {
  z-index: 9;
  opacity: 1;
}
.outbag .app_case .nav {
  display: flex;
  margin: 40px auto 0;
  width: fit-content;
}
.outbag .app_case .nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.outbag .app_case .nav .item.active {
  color: #3785fe;
  background: rgba(55, 133, 254, 0.1);
  border-color: #3785fe;
}
.outbag .app_case .more {
  font-size: 16px;
  margin-top: 60px;
  text-align: center;
}
.outbag .app_case .more a {
  text-decoration: none;
}
.outbag .activeOut {
  border: 0;
  color: #3785fe;
}
.outbag .activeOut .icon_nav1 {
  width: 25px;
  height: 25px;
  background: url(../images/outbag/icon_nav1_at.png) no-repeat center center !important;
  background-size: 100% 100%;
}
.outbag .activeOut .icon_nav2 {
  width: 25px;
  height: 25px;
  background: url(../images/outbag/icon_nav3_at.png) no-repeat center center !important;
  background-size: 100% 100%;
}
.outbag .activeOut .icon_nav3 {
  width: 25px;
  height: 25px;
  background: url(../images/outbag/icon_nav2_at.png) no-repeat center center !important;
  background-size: 100% 100%;
}
.outbag .smg_main .img_top {
  width: 100%;
  min-width: 1200px;
  height: auto;
  position: relative;
}
.outbag .smg_main .img_top img {
  width: 100%;
  height: auto;
}
.outbag .smg_main .img_top .btn {
  position: absolute;
  bottom: 150px;
  left: 350px;
  color: #ffffff !important;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 20px;
  background: #3884FF;
  text-decoration: none;
}
.outbag .smg_main .mian_nav {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  position: relative;
}
.outbag .smg_main .mian_nav ul {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  font-size: 18px;
  background: #ffffff;
  z-index: 8;
  position: absolute;
  top: -95%;
  left: 0;
  right: 0;
  border-radius: 15px;
  box-shadow: 2px 2px 2px #EEE;
  padding: 23px 150px;
}
.outbag .smg_main .mian_nav ul li {
  float: left;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
  margin-right: 180px;
}
.outbag .smg_main .mian_nav ul li:last-child {
  margin-right: 0;
}
.outbag .smg_main .mian_nav ul li .icon_nav1 {
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/outbag/icon_nav1.png) no-repeat center center;
  background-size: 100% 100%;
}
.outbag .smg_main .mian_nav ul li .icon_nav2 {
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/outbag/icon_nav3.png) no-repeat center center;
  background-size: 100% 100%;
}
.outbag .smg_main .mian_nav ul li .icon_nav3 {
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/outbag/icon_nav2.png) no-repeat center center;
  background-size: 100% 100%;
}
.outbag .smg_main .container {
  background: #ffffff;
  width: 100%;
  min-width: 1200px;
  /* height: 5000px; */
  padding: 50px 0 0 0;
}
.outbag .experience ul {
  display: flex;
  align-items: center;
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
}
.outbag .experience ul li {
  padding: 0 80px;
}
.outbag .experience ul li h2 {
  color: #3884ff;
  font-size: 44px;
  width: 150px;
}
.outbag .experience ul li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626262;
}
.outbag h1 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.outbag .jobs {
  background: #F7F7F7;
}
.outbag .jobs h1 {
  padding-top: 120px;
}
.outbag .jobs ul {
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
  /* display: flex;
            align-items: center;
            flex-wrap: wrap; */
}
.outbag .jobs ul li {
  float: left;
  width: 222px;
  height: 164px;
  margin: 0 21px 21px 0;
  text-align: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.outbag .jobs ul li:hover {
  box-shadow: 2px 2px 2px #ccc;
  margin-top: -5px;
  z-index: 6;
}
.outbag .jobs ul li:hover i {
  transform: rotate(360deg);
  transition: all 0.4s;
}
.outbag .jobs ul li:nth-child(5n) {
  margin-right: 0;
}
.outbag .jobs ul li i {
  width: 74px;
  height: 74px;
  margin-bottom: 10px;
}
.outbag .jobs ul li .icon1 {
  background: url('../images/outbag/icon1.png') no-repeat center;
}
.outbag .jobs ul li .icon2 {
  background: url('../images/outbag/icon2.png') no-repeat center;
}
.outbag .jobs ul li .icon3 {
  background: url('../images/outbag/icon3.png') no-repeat center;
}
.outbag .jobs ul li .icon4 {
  background: url('../images/outbag/icon4.png') no-repeat center;
}
.outbag .jobs ul li .icon5 {
  background: url('../images/outbag/icon5.png') no-repeat center;
}
.outbag .jobs ul li .icon6 {
  background: url('../images/outbag/icon6.png') no-repeat center;
}
.outbag .jobs ul li .icon7 {
  background: url('../images/outbag/icon7.png') no-repeat center;
}
.outbag .jobs ul li .icon8 {
  background: url('../images/outbag/icon8.png') no-repeat center;
}
.outbag .jobs ul li .icon9 {
  background: url('../images/outbag/icon9.png') no-repeat center;
}
.outbag .jobs ul li .icon10 {
  background: url('../images/outbag/icon10.png') no-repeat center;
}
.outbag .flow {
  width: 1200px;
  margin: 0 auto;
}
.outbag .partner {
  width: 1200px;
  padding: 120px 0 0 0;
  margin: 0 auto;
}
.outbag .partner .al_con {
  width: 1200px;
  height: 710px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding-top: 100px;
}
.outbag .partner .al_con .items {
  width: 780px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.outbag .partner .al_con .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20%;
  height: 172px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  transition: all 0.3s;
}
.outbag .partner .al_con .items .item:nth-child(5n) {
  border-right: none;
}
.outbag .partner .al_con .items .item:nth-last-child(-n+5) {
  border-bottom: none;
}
.outbag .partner .al_con .items .item img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.outbag .partner .al_con .items .item:hover {
  box-shadow: 1px 2px 13px 0px rgba(5, 17, 87, 0.5);
}
.outbag .partner .al_con .items .item:hover img {
  transform: scale(1.15);
}
.outbag .partners {
  width: 1200px;
  margin: 0 auto;
}
.outbag .partners .al_con {
  width: 1200px;
  height: 710px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding-top: 100px;
}
.outbag .partners .al_con .items {
  width: 780px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.outbag .partners .al_con .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20%;
  height: 172px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  transition: all 0.3s;
}
.outbag .partners .al_con .items .item:nth-child(5n) {
  border-right: none;
}
.outbag .partners .al_con .items .item:nth-last-child(-n+5) {
  border-bottom: none;
}
.outbag .partners .al_con .items .item img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.outbag .partners .al_con .items .item:hover {
  box-shadow: 1px 2px 13px 0px rgba(5, 17, 87, 0.5);
}
.outbag .partners .al_con .items .item:hover img {
  transform: scale(1.15);
}
.outbag .sec_daily {
  width: 1200px;
  height: 850px;
  margin: 0 auto;
}
.outbag .flow {
  padding: 95px 0 120px 0;
}
.outbag .flow .img {
  width: 100%;
  height: auto;
}
.outbag .flow .img img {
  width: 100%;
  height: auto;
}
.outbag .flow h1 {
  margin: 0 0 74px 0;
}
.outbag .flow ul {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.outbag .flow ul li {
  font-size: 15px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-right: 60px;
}
.outbag .flow ul li:last-child {
  margin-right: 0;
}
.outbag .flow ul li .tit {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 800;
  color: #333333;
  margin-bottom: 21px;
}
.outbag .cover {
  background: #F7F7F7;
  padding: 120px 0;
}
.outbag .cover ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 40px;
}
.outbag .cover ul li {
  float: left;
  width: 280px;
  height: 250px;
  margin: 0 11px 11px 0;
  text-align: center;
  background-size: 100% 100%;
  position: relative;
}
.outbag .cover ul li:hover {
  background-size: 120%;
}
.outbag .cover ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 128, 255, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.outbag .cover ul li span h4 {
  font-size: 22px;
  color: #ffffff;
}
.outbag .cover ul .bg4 {
  background: url('../images/outbag/bg4.png') no-repeat center;
}
.outbag .cover ul .bg5 {
  background: url('../images/outbag/bg5.png') no-repeat center;
}
.outbag .cover ul .bg6 {
  background: url('../images/outbag/bg6.png') no-repeat center;
}
.outbag .cover ul .bg7 {
  background: url('../images/outbag/bg7.png') no-repeat center;
}
.outbag .cover ul .bg8 {
  background: url('../images/outbag/bg8.png') no-repeat center;
}
.outbag .cover ul .bg9 {
  background: url('../images/outbag/bg9.png') no-repeat center;
}
.outbag .cover ul .bg10 {
  background: url('../images/outbag/bg10.png') no-repeat center;
}
.outbag .cover ul .bg11 {
  background: url('../images/outbag/bg11.png') no-repeat center;
}
.outbag .merit {
  background: url(../images/outbag/bg.png) no-repeat center;
  padding: 120px 0;
}
.outbag .merit h1 {
  color: #ffffff;
  margin-bottom: 90px;
}
.outbag .merit ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.outbag .merit ul li {
  background: #F9FAFF;
  width: 283px;
  height: 376px;
  margin-right: 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.outbag .merit ul li:last-child {
  margin-right: 0;
}
.outbag .merit ul li:hover i {
  transform: rotate(360deg);
  transition: all 0.4s;
}
.outbag .merit ul li h2 {
  font-size: 22px;
  font-family: PingFang;
  font-weight: bold;
  color: #313131;
  margin: 37px 0 20px 0;
}
.outbag .merit ul li p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  width: 188px;
}
.outbag .merit ul li i {
  width: 100px;
  height: 100px;
  margin-top: 38px;
}
.outbag .merit ul li .icon11 {
  background: url('../images/outbag/icon11.png') no-repeat center;
}
.outbag .merit ul li .icon12 {
  background: url('../images/outbag/icon12.png') no-repeat center;
}
.outbag .merit ul li .icon13 {
  background: url('../images/outbag/icon13.png') no-repeat center;
}
.outbag .merit ul li .icon14 {
  background: url('../images/outbag/icon14.png') no-repeat center;
}
.outbag .sec_firm {
  padding-bottom: 120px;
}
.outbag .sec_firm .sec_list ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.outbag .sec_firm .sec_list ul li {
  width: 280px;
  height: 330px;
  margin-right: 26px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 27px;
  box-shadow: 4px 4px 16px 0px rgba(73, 94, 168, 0.08);
  text-align: center;
}
.outbag .sec_firm .sec_list ul li:last-child {
  margin-right: 0;
}
.outbag .sec_firm .sec_list ul li:hover {
  box-shadow: 2px 2px 2px #ccc;
}
.outbag .sec_firm .sec_list ul li:hover .iconl .icons {
  transform: rotate(360deg);
  transition: all 0.4s;
}
.outbag .sec_firm .sec_list h4 {
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0;
}
.outbag .sec_firm .sec_list p {
  font-size: 13px;
  color: #7f7f7f;
  width: 160px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 auto;
}
.outbag .iconl {
  width: 100%;
  height: 86px;
}
.outbag .icons {
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
.outbag .icons2 {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.outbag .icon15 {
  background: url('../images/outbag/icon15.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon16 {
  background: url('../images/outbag/icon16.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon17 {
  background: url('../images/outbag/icon17.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon18 {
  background: url('../images/outbag/icon18.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon19 {
  background: url('../images/outbag/icon19.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon20 {
  background: url('../images/outbag/icon20.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon21 {
  background: url('../images/outbag/icon21.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon22 {
  background: url('../images/outbag/icon22.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon23 {
  background: url('../images/outbag/icon23.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon24 {
  background: url('../images/outbag/icon24.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .icon25 {
  background: url('../images/outbag/icon25.png') no-repeat center;
  background-size: 100% 100%;
}
.outbag .sec_delivery {
  background: #F7F7F7;
  padding: 120px 0;
}
.outbag .sec_delivery .box {
  width: 1200px;
  margin: 0 auto;
}
.outbag .sec_delivery .box h1 {
  margin-bottom: 60px;
}
.outbag .sec_delivery .box ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.outbag .sec_delivery .box ul li {
  background: #ffffff;
  float: left;
  width: 584px;
  height: 236px;
  margin-right: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 0 67px;
}
.outbag .sec_delivery .box ul li:nth-child(2n) {
  margin-right: 0;
}
.outbag .sec_delivery .box ul li:hover {
  box-shadow: 4px 4px 16px 0px rgba(73, 94, 168, 0.08);
}
.outbag .sec_delivery .box ul li:hover i {
  transform: scale(1.2);
}
.outbag .sec_delivery .box ul li .txt {
  width: 360px;
  margin-left: 10px;
}
.outbag .sec_delivery .box ul li .txt h3 {
  font-size: 20px;
  font-weight: bold;
}
.outbag .sec_delivery .box ul li .txt p {
  font-size: 16px;
  color: #5c5f6b;
}
.outbag .sec_safe {
  background: #F7F7F7;
  padding: 120px 0;
}
.outbag .sec_safe ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.outbag .sec_safe ul li {
  background: #ffffff;
  padding: 0 70px;
  float: left;
  width: 380px;
  height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  text-align: center;
}
.outbag .sec_safe ul li:last-child {
  margin-right: 0;
}
.outbag .sec_safe ul li:hover i {
  transform: rotate(360deg);
  transition: all 0.4s;
}
.outbag .sec_safe ul li i {
  width: 86px;
  height: 86px;
  margin-top: 54px;
}
.outbag .sec_safe ul li h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
.outbag .sec_safe ul li p {
  font-size: 16px;
  color: #5c5f6b;
  line-height: 30px;
  text-align: left;
}
.outbag .sec_daily {
  padding: 120px 0 150px 0;
}
.outbag .sec_daily h1 {
  margin-bottom: 123px;
}
.outbag .sec_daily .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.outbag .sec_daily .box .con {
  width: 360px;
  font-size: 15px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
}
.outbag .sec_daily .box .con .tit {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 800;
  color: #333333;
  margin-bottom: 19px;
}
.outbag .sec_daily .box .con1 {
  text-align: right;
}
.outbag .sec_daily .box .con1 .item {
  margin-bottom: 100px;
}
.outbag .sec_daily .box .con1 .item:last-child {
  margin-bottom: 0;
}
.outbag .sec_daily .box .con2 {
  text-align: left;
}
.outbag .sec_daily .box .con2 .item {
  margin-bottom: 63px;
}
.outbag .sec_daily .box .con2 .item:last-child {
  margin-bottom: 0;
}
.outbag .sec_daily .box .img img {
  width: 100%;
  height: 100%;
}
.digital .icon9 {
  background: url('http://nwzimg.wezhan.cn/contents/sitefiles2042/10214302/images/19918459.png') no-repeat;
  background-size: cover;
}
