.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .navbars {
  margin: 40px 0;
}
.page-container .navbars ul {
  overflow: hidden;
  clear: both;
}
.page-container .navbars ul li {
  float: left;
}
.page-container .navbars ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.page-container .navbars ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  display: inline-block;
  margin: 3px 60px;
}
.page-container .navbars ul li.last-li:after {
  content: "";
  background: #fff;
  display: inline-block;
}
.page-container .navbars ul li.active a {
  color: #045BDE;
}
.page-container .navbars ul li.active:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 70px 3px 15px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.page-container .navbars ul li:hover a {
  color: #045BDE;
}
.page-container .navbars ul li:hover:after {
  content: "";
  width: 130px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 70px 3px 15px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.page-container .office-img ul {
  margin: 0 -12px;
  overflow: hidden;
  clear: both;
}
.page-container .office-img ul .office1 {
  cursor: pointer;
}

.page-container .office-img ul .office2 {
  cursor: pointer;
}

.page-container .office-img ul .office3 {
  cursor: pointer;
}
.page-container .office-img ul .office4 {
  cursor: pointer;
}
.page-container .office-img ul li {
  margin: 12px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page-container .office-img ul li .conimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  border: 2px solid #eee;
}
.page-container .office-img ul li span {
  display: inline-block;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.page-container .process {
  margin: 50px 0;
}
.page-container .process .little-title {
  font-size: 28px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #131419;
  line-height: 2;
  text-align: center;
  margin: 50px 0;
}
.page-container .process .detail-process {
  overflow: hidden;
  clear: both;
}
.page-container .process .detail-process .process-1 {
  float: left;
  width: 130px;
  height: 160px;
  background: url(../../../images/contactUs/flow.png) center no-repeat;
  position: relative;
  text-align: center;
}
.page-container .process .detail-process .process-1 .span1 {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  font-size: 18px;
  font-family: DINPro-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
.page-container .process .detail-process .process-1 .span2 {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #096DD6;
  display: inline-block;
  margin-top: 100px;
}
.page-container .process .detail-process .process-1 .process-img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.page-container .process .detail-process .process-1 .process-img img {
  width: 100%;
}
.page-container .process table {
  width: 100%;
  padding: 0 100px;
}
.page-container .process table tr {
  border-bottom: 1px solid #EAEAEA;
  height: 75px;
}
.page-container .process table tr th {
  width: 25%;
  text-align: left;
  padding: 0 10px;
}
.page-container .process table tr th.col1 {
  text-align: left;
}
.page-container .process table tr th.col3 {
  width: auto;
  text-align: left;
}
.page-container .process table tr th.col4 {
  width: 120px;
  text-align: center;
}
.page-container .process table tr td {
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  word-break: break-all;
}
.page-container .process table tr td.col3 {
  width: auto;
  text-align: left;
}
.page-container .process table tr td.col4 {
  width: 120px;
}
.page-container .process table tr td.col2 {
  text-align: left;
}
.page-container .process table tr td.col1 {
  text-align: left;
}
.page-container .process table thead tr {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 75px;
}
.page-container .process table tbody tr {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 75px;
  cursor: pointer;
}
.page-container .process table tbody tr:hover {
  color: #045BDE;
}
.page-container #recruitmentInfos {
  padding: 0 100px;
}
@media screen and (min-width: 1600px) {
  .page-container .process table tr .col1,
  .page-container .process table tr .col2,
  .page-container .process table tr .col3 {
    width: 426.66666667px;
  }
}
@media screen and (max-width: 1600px) {
  .page-container .process table tr .col1,
  .page-container .process table tr .col2,
  .page-container .process table tr .col3 {
    width: 320px;
  }
}
.page-container .footer-banner {
  width: 100%;
  height: 100px;
  background: linear-gradient(90deg, #045bde, #23c7ae);
  margin-top: 90px;
  text-align: center;
}
.page-container .footer-banner span {
  display: inline-block;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 100px;
}
.page-container .footer-banner .span1 {
  margin-right: 40px;
}
.modal-public {
  margin: 0 auto;
  width: 1120px;
  height: 600px;
  margin-bottom: 80px;
  position: relative;
}
.modal-public .title {
  line-height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.modal-public .swiper-container {
  position: relative;
  width: 890px;
  border: 5px solid white;
}
.modal-public .swiper-container .swiper-wrapper .swiper-slide {
  background-color: white;
  font-size: 0;
}
.modal-public .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 880px;
  height: auto;
}
.modal-public #btn1 {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.modal-public #btn1 i {
  font-size: 70px;
  color: #aaa;
  transition: color 0.3s;
}
.modal-public #btn1 i:hover {
  color: #fff;
}
.modal-public #btn2 {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.modal-public #btn2 i {
  font-size: 70px;
  color: #aaa;
  transition: color 0.3s;
}
.modal-public #btn2 i:hover {
  color: #fff;
}
#invite-detail-model {
  width: 850px;
  height: 560px;
  padding: 20px 30px;
  padding-bottom: 80px;
}
#invite-detail-model .employcontent {
  overflow: auto;
  max-height: 275px;
  padding-bottom: 20px;
}
#invite-detail-model .employcontent strong {
  font-weight: bold;
}
#invite-detail-model .employcontent ol {
  list-style-type: decimal;
  padding-left: 15px;
}
#invite-detail-model .employcontent ul {
  list-style-type: disc;
  padding-left: 18px;
}
#invite-detail-model .station {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#invite-detail-model .station .station-title {
  font-size: 28px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #333333;
  margin: 10px 0;
  word-break: break-all;
}
#invite-detail-model .station .station-total {
  display: block;
}
#invite-detail-model .station span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}
#invite-detail-model .station .station-adress {
  max-width: 781px;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#invite-detail-model .public-css {
  margin-bottom: 10px;
}
#invite-detail-model .public-css .responsibility-title {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 2;
  margin-bottom: 10px;
}
#invite-detail-model .public-css p {
  font-size: 14px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#invite-detail-model .station-button {
  margin-top: 20px;
  width: 92%;
  height: 60px;
  position: absolute;
  bottom: 20px;
  font-size: 0;
  cursor: pointer;
}
#invite-detail-model .station-button .nav {
  display: inline-block;
  width: 50%;
  padding: 0px 85px;
  position: relative;
  height: 100%;
}
#invite-detail-model .station-button .nav .ie8 {
  display: none;
}
#invite-detail-model .station-button .nav .title {
  line-height: 60px;
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 75px;
}
#invite-detail-model .station-button .nav .nav-icon {
  font-size: 16px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  transition-delay: all 0.3s;
}
#invite-detail-model .station-button .nav.nav {
  border: 1px solid #E7E7E7;
}
#invite-detail-model .station-button .nav.pre .nav-icon::before {
  content: '\e658';
  font-family: 'iconfont';
  position: absolute;
  left: 25px;
  line-height: 60px;
  font-weight: bold;
  transition: all 0.2s ease-in;
  color: #999;
}
#invite-detail-model .station-button .nav.pre .nav-icon::after {
  content: '\e658';
  font-family: 'iconfont';
  position: absolute;
  left: 45px;
  line-height: 60px;
  transition: all 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
  color: #999;
}
#invite-detail-model .station-button .nav.pre:hover {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
  color: #FFFFFF;
}
#invite-detail-model .station-button .nav.pre:hover .title {
  color: #FFFFFF;
}
#invite-detail-model .station-button .nav.pre:hover .nav-icon::before {
  left: 10px;
  opacity: 0;
}
#invite-detail-model .station-button .nav.pre:hover .nav-icon::after {
  left: 25px;
  opacity: 1;
  color: white;
}
#invite-detail-model .station-button .nav.next {
  text-align: right;
  background: white;
  transition: all 0.3s;
}
#invite-detail-model .station-button .nav.next .nav-icon::before {
  content: '\e659';
  font-family: 'iconfont';
  position: absolute;
  right: 25px;
  line-height: 60px;
  font-weight: bold;
  transition: all 0.2s ease-in;
  color: #999;
}
#invite-detail-model .station-button .nav.next .nav-icon::after {
  content: '\e659';
  font-family: 'iconfont';
  position: absolute;
  right: 45px;
  line-height: 60px;
  transition: all 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
  color: #999;
}
#invite-detail-model .station-button .nav.next .nav-bg {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#invite-detail-model .station-button .nav.next:hover {
  color: white;
}
#invite-detail-model .station-button .nav.next:hover .nav-bg {
  opacity: 1;
  display: block;
}
#invite-detail-model .station-button .nav.next:hover .title {
  color: #FFFFFF;
}
#invite-detail-model .station-button .nav.next:hover .nav-icon::before {
  right: 10px;
  opacity: 0;
}
#invite-detail-model .station-button .nav.next:hover .nav-icon::after {
  right: 25px;
  opacity: 1;
  color: white;
}
#invite-detail-model .single-button {
  margin: 20px auto 0;
  width: 93%;
  height: 60px;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
#invite-detail-model .single-button .pre,
#invite-detail-model .single-button .next {
  width: 100%;
}
#invite-detail-model .single-button .pre .title,
#invite-detail-model .single-button .next .title {
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .office-img ul li {
    width: 382px;
    height: 400px;
  }
  .office-img ul li span {
    margin-top: 338px;
  }
  .process .detail-process .arrow-process {
    float: left;
    margin: 74px 56px;
  }
}
@media screen and (max-width: 1600px) {
  .office-img ul li {
    width: 300px;
    height: 314px;
    cursor: pointer;
  }
  .office-img ul li span {
    margin-top: 271px;
  }
  .process .detail-process .arrow-process {
    float: left;
    margin: 74px 24px;
  }
}
.openimg {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.openimg .layui-layer-content {
  overflow: hidden !important;
}
.openimg .layui-layer-setwin .layui-layer-close2 {
  height: 24px;
  width: 24px;
  z-index: 2 !important;
  right: 100px !important;
  top: -78px;
  background: url(/public/images/common/close-icon.png) no-repeat;
}
.openimg .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0;
}
