#pc {
  overflow: auto;
}
@media (max-width: 1199px) {
  .container {
    width: 900px;
  }
  .container2 {
    width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .container2 {
    width: 900px;
  }
}
.container,
.container2 {
  margin: 0 auto;
}
.skin-bg {
  background: #ff8d1a;
}
.skin-color {
  color: #fb2f02;
}
.skin-color2 {
  color: #ff8d1a;
}
.skin-color3 {
  color: #9b9b9b;
}
.text-white {
  color: #fff;
}
#pc-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  height: 66px;
  color: #fff;
  /* background: #022a4c; */
}
#pc-header.header-bg {
  /* background: #2c3e6f; */
  background-color: #000;
}
#pc-header .container {
  margin: 0 auto;
  height: 44px;
  display: flex;
  justify-content: space-between;
}

#pc-header .container .head-l,
#pc-header .container .head-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

#pc-header .container .head-l .v-line {
  height: 26px;
  width: 3px;
  background: #fb2f02;
  margin: 0 14px 0 8px;
}
#pc-header .logo {
  position: relative;
  width: 190px;
  /* height: 66px; */
  border-radius: 50%;
}
#pc-header .logo img {
  width: 100%;
  height: 100%;
}
#pc-header .net img {
  width: 60px;
}
#pc-header .container .head-l .title {
  font-size: 18px;
  font-weight: bold;
}

#pc-header .container .head-r .nav {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#pc-header .container .head-r .nav .nav-item {
  padding: 6px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
#pc-header .container .head-r .nav .nav-item .el-dropdown {
  color: #fff;
}

#pc-header .container .head-r .nav .nav-item.active {
  border-color: #fff;
}
#pc-header .container .head-r .nav .nav-item::before {
  content: '';
  position: absolute;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
#pc-header .container .head-r .nav .nav-item.active::before {
  visibility: visible;
  width: 100%;
}
#pc-header .container .head-r .nav .nav-item:not(.language):hover::before {
  visibility: visible;
  width: 100%;
}
.head-r .phone-icon {
  margin-left: 80px;
}
.head-r .phone-icon img {
  width: 36px;
}
.head-r .time {
  font-size: 12px;
}
#footer {
  height: 60px;
  line-height: 60px;
  background: #000000;
}
.footer-text {
  text-align: center;
  color: #fff;
}
#banner {
  /* margin-top: 65px; */
  height: 900px;
  position: relative;
}
#banner .banner-images {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-images img {
  height: 900px;
}
#banner .container {
  position: relative;
}
#banner .banner-l {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
#banner .banner-l img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#banner .banner-l .fixed-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 100%;
  z-index: 1;
  background-size: cover;
  width: 100%;
}
.banner-desc {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner .banner-l .fixed-bg .text-content {
  position: relative;
  width: 668px;
  z-index: 999;
}
#banner .banner-l .banner-bg1 {
  background: #2c3e6f url(./../images/banner1.jpg) center/cover no-repeat;
}
#banner .banner-l .banner-bg2 {
  background: #2c3e6f url(./../images/banner2.jpg) center/cover no-repeat;
}
#banner .banner-l .banner-bg3 {
  background: #2c3e6f url(./../images/banner3.jpg) center/cover no-repeat;
}
#banner .banner-l .relative-container {
  overflow: hidden;
  position: relative;
  height: 900px;
}
/* .el-carousel__indicators {
    display: none;
} */
.el-carousel__arrow {
  display: none;
}
#banner .banner-l .title {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px 14px 0;
  border-bottom: 1px solid #fff;
}
#banner .banner-l .des {
  margin: 20px 0;
  line-height: 30px;
}
#banner .banner-l .contact-us {
  display: inline-block;
  padding: 6px 50px;
  border-radius: 20px;
  cursor: pointer;
  color: inherit;
}
#banner .banner-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1; */
}
.banner-form {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#banner .form {
  border-radius: 8px;
  background: #fff;
  padding: 5px 26px;
  width: 360px;
  text-align: center;
  box-sizing: border-box;
  z-index: 9;
}
#banner .form .form-group {
  margin: 20px;
}
.form-group .form-title,
.form-group .f-2 {
  font-size: 20px;
}
.form-group .f-1 {
  padding: 5px 2px;
  border-bottom: 1px solid #666;
}
.form-group .filter {
  display: flex;
  justify-content: space-around;
}
.form-group .filter .item {
  text-align: center;
  cursor: pointer;
}
.form-group .filter .item.active {
  color: #ff8d1a;
}
.form-group .filter .item.active .f-1 {
  border-bottom: 1px solid #ff8d1a;
}

.form-personal {
  display: none;
}
.el-form-item {
  margin-bottom: 20px;
}
.submit {
  margin: 26px 0 14px;
}
#submit {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background: #ff8d1a;
  box-shadow: 0px 2px 10px 0px #ff8d1a;
  border: 0;
  outline: 0;
  padding: 0;
}
#hot {
  background: #242424;
  color: #fff;
}
#hot .container {
  padding: 30px 0;
}
#hot .container .f-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding-bottom: 14px;
}
#hot .swiper-container {
  height: 30px;
}
#hot .swiper-slide {
  height: 30px !important;
}
#hot .container .f-2 {
  margin-top: 10px;
}
#hot .container .f-2 .hot-list2 {
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  color: #9b9b9b;
}
#hot .container .f-2 .hot-list2 .item {
  width: 33%;
  text-align: center;
}
#hot .container .f-1 .title {
  font-size: 24px;
}
.hot-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.hot-list .list-item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.hot-list .list-item .list {
  margin-left: 4px;
}
.hot-list .list-item .time {
  color: #9b9b9b;
}
.approval-floor,
.approval-floor2 {
  padding: 30px 0;
}
.approval-floor .container > .title,
.approval-floor2 .container2 > .title,
.approval-floor2 .container > .title {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
/* .approval-floor .container > .title .t-1 {
    
} */
.approval-floor .container > .title .t-2,
.approval-floor2 .container2 > .title .t-2,
.approval-floor2 .container > .title .t-2 {
  font-size: 18px;
  color: #9b9b9b;
}
.approval-floor.company {
  background: #2e2e2e;
}
.company-desc {
  display: flex;
  justify-content: space-between;
}
.company-desc img {
  width: 594px;
  height: 325px;
}
.company-desc .desc {
  margin-left: 60px;
}
.company-desc .desc .f-1 {
  margin-bottom: 20px;
}
.company-desc .desc .title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
}
.company-desc .desc .title .bar {
  margin-top: 3px;
  height: 4px;
  border-radius: 8px;
  background: #fff;
}
.company-desc .desc .description {
  line-height: 1.5;
  font-size: 16px;
}
.learn-more {
  display: inline-block;
  padding: 2px 24px;
  border-radius: 43px;
  border: 2px solid #ff8d1a;
  cursor: pointer;
}
.learn-more.text-white {
  border-color: #fff;
}
.approval-floor.promise {
  background: #242424;
}
#promiseList {
  display: flex;
  justify-content: space-between;
}
.service-list-item {
  padding: 0 28px;
}
.service-list-item .icon-lg {
  font-size: 76px;
}
.service-list-item .title {
  font-size: 20px;
  color: #fff;
  margin: 18px 0;
}
#promiseList .promise-item .desc {
  margin-bottom: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  height: 75px;
}
#promiseList.en .promise-item .desc {
  height: 200px;
}
.approval-floor2.industry {
  background-image: url('../images/service-industry.jpg');
  background-size: cover;
}
#industryList {
  display: flex;
  justify-content: space-around;
}
.approval-floor.jobs {
  background: #2e2e2e;
}
.selected-job {
  display: flex;
  justify-content: space-between;
}
.selected-job .job-list-item {
  width: 550px;
  border-radius: 8px;
  background: #131313;
  border: 1px solid #ff8d1a;
  box-shadow: 0px 2px 60px 0px #000000;
  padding: 30px 36px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.selected-job .job-list-item .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 116px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px 8px 0px 8px;
  text-align: center;
  background: #ff8d1a;
  color: #fff;
}
.selected-job .job-title {
  font-size: 18px;
  max-width: 100%;
}
.selected-job .company {
  margin: 14px 0;
  max-width: 100%;
}
.selected-job .job-list-item .info2 {
  font-size: 16px;
}
.more-jobs {
  display: table;
  width: 100%;
  height: 480px;
  margin-top: 30px;
}
.more-jobs .j-l {
  display: table-cell;
  width: 290px;
  border-radius: 8px;
}
.more-jobs .j-l .title {
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 8px 0px 0px 0px;
  background: #ff8d1a;
}
.more-jobs .j-l img {
  width: 290px;
  height: 422px;
}
.more-job .job-list2 {
  display: table-cell;
}
.job-list2 .list-head {
  background: #000;
  border-radius: 0 8px 0 0;
  height: 58px;
  line-height: 58px;
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
}
.job-list2 .time {
  width: 120px;
}
.job-list2 .company {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-list2 .job-title {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-list2 .salary {
  width: 120px;
}
.job-list2 .list-body {
  padding: 0 10px;
  background: #fff;
  height: 422px;
  border-radius: 0 0 8px 0;
  overflow-y: hidden;
}
.job-list2 .list-body .swiper-container {
  height: 422px;
}
.job-list2 .list-body .content {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  border-bottom: 1px solid #f78919;
  color: inherit;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.job-list2 .swiper-slide {
  height: 56px !important;
}

.job-list2 .el-carousel__item {
  height: 56px;
}
.el-carousel--vertical {
  overflow-y: visible;
}
.approval-floor2.customer {
  background: #131313;
}
#customerList {
  overflow: hidden;
  margin-right: -20px;
}
.service-customer-item {
  float: left;
  width: 285px;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 60px 0px #101010;
  overflow: hidden;
}
.service-customer-item img {
  width: 285px;
  display: block;
}
.approval-floor.contact {
  background: url('../images/address-map.jpg') center/cover no-repeat;
}
.contact-content .floor {
  margin-bottom: 20px;
}
.contact-content .floor .iconfont {
  margin-right: 3px;
}
.contact-content .floor .text {
  margin-left: 12px;
}

.approval-floor.success {
  background: #242424;
}
#sucessContainer {
  width: 100%;
  height: 132px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#sucessContainer .success-item {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background: #131313;
  border: 1px solid #ff8d1a;
  margin-right: 18px;
}
#sucessContainer .swiper-slide {
  box-sizing: border-box;
  width: 236px !important;
  height: 130px;
}
.success-item .floor {
  margin-bottom: 10px;
}
.success-item .floor .salary {
  font-weight: bold;
  font-size: 20px;
}
.success-item .floor .salary-type {
  font-size: 14px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.success-item .floor .title {
  font-size: 16px;
  max-width: 100%;
}
.success-item .floor .company {
  margin-bottom: 2px;
  max-width: 100%;
}

.ontline-consult {
  position: fixed;
  bottom: 130px;
  background: #fff;
  width: 90px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0px 2px 60px #000000;
  right: 0;
  z-index: 9999;
  padding: 14px 0;
}
.ontline-consult .consult-item {
  padding: 6px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.consult-item-content {
  z-index: 1;
  position: relative;
  background: #fff;
}
.ontline-consult .divider {
  height: 1px;
  background: #ededed;
  width: 70px;
  margin: 5px auto;
}
.ontline-consult .consult-item .icon {
  margin: 0 auto 10px;
  height: 46px;
  line-height: 46px;
  width: 46px;
  border-radius: 50%;
  background: #ff8d1a;
}
.ontline-consult .consult-item .icon .iconfont {
  font-size: 30px;
}
.consult-box,
.consult-box2 {
  position: absolute;
  right: -300px;
  top: 16px;
  padding-right: 20px;
  transition: all 0.3s ease;
}
.consult-box .box-content {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  background: #fff;
  display: flex;
}
.consult-box2 .box-content {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  background: #fff;
  display: flex;
}
.consult-box .icon2 {
  width: 50px;
  height: 50px;
  border-radius: 8px 0 0 8px;
  background: #ff8d1a;
}
.consult-box .icon2 .iconfont {
  color: #fff;
  font-size: 34px;
}
.consult-box .text {
  text-align: center;
  flex: 1;
  font-size: 16px;
}
.consult-box2 .image {
  padding: 16px;
  width: 200px;
  height: 200px;
}
.consult-box2 .image img {
  width: 100%;
  height: 100%;
}
.ontline-consult .consult-item:hover .consult-box,
.ontline-consult .consult-item:hover .consult-box2 {
  right: 88px;
}

/* detail */
.banner-container img {
  width: 100%;
  display: block;
}
.position-container {
  padding-bottom: 44px;
  background-color: #2e2e2e;
}
.position-container .inner {
  margin: -165px auto 0;
  width: 1000px;
  padding: 38px 30px 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.position-container .inner .back {
  border-radius: 10px;
  position: absolute;
  top: -50px;
  left: 25px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}
.position-container .inner .back img {
  height: 20px;
  margin-right: 8px;
}
.position-container .position-top {
  padding: 0 12px 23px;
  border-bottom: 1px solid #f2f2f2;
}
.position-container .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position-container .name {
  font-size: 30px;
  font-weight: 700;
}
.position-container .name h1 {
  font-size: 30px;
  font-weight: 700;
}
.position-container .name .salary {
  color: #ff8d1a;
}
.position-container .position-desc {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position-desc .text-desc {
  display: flex;
}
.position-desc .text-desc span {
  color: #2e2e2e;
  margin-right: 40px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.position-desc .text-desc .text-city:before {
  content: '';
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background: url(./../images/detail/local_icon.png) 0 0/26px auto no-repeat;
}
.position-desc .text-desc .text-exp:before {
  content: '';
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background: url(./../images/detail/exp_icon.png) 0 0/26px auto no-repeat;
}
.position-desc .text-desc .text-edu:before {
  content: '';
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background: url(./../images/detail/edu_icon.png) 0 0/26px auto no-repeat;
}
.position-desc .delivery-btn {
  border: none;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  background: rgba(255, 141, 26, 1);
  box-shadow: 0px 2px 10px rgba(255, 141, 26, 1);
  cursor: pointer;
}
.position-container .position-descript {
  margin-top: 25px;
}
.position-container .blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.position-container .position-descript .title {
  font-size: 24px;
  font-weight: 700;
}
.position-container .position-descript .content {
  margin-top: 14px;
  border-radius: 8px;
  background: #f2f2f2;
  padding: 30px;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 1.8;
}
.position-container .position-bottom {
  padding: 32px 0;
}
.position-container .position-bottom img {
  display: block;
  margin: 0 auto;
  width: 246px;
}
.dialog-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.dialog-container .dialog {
  width: 360px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.25);
  position: relative;
}
.dialog .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.dialog h1 {
  padding: 5px 0 18px;
  color: #ff8d1a;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #ff8d1a;
}
.dialog h1 {
  padding: 5px 0 18px;
  color: #ff8d1a;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #ff8d1a;
}
.dialog .tip-img {
  width: 108px;
  display: block;
  margin: 35px auto 10px;
}
.dialog h3 {
  color: #ff8d1a;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.dialog h5 {
  color: #ff8d1a;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.dialog .mt60 {
  margin-bottom: 60px;
}
.form-container {
  margin-top: 36px;
}
.form-container .form {
  text-align: center;
}
#upload {
  display: block;
  width: 100%;
  border-radius: 8px;
}
#file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.privacy-content {
  padding-top: 100px;
  width: 61.8%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.privacy-content .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy-content p {
  margin-bottom: 10px;
}
