* {
  padding: 0px;
  margin: 0px;
  font-style: normal;
  list-style-type: none;
  word-break: break-word;
  text-decoration: none;
  border: 0 none;
  outline: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

input::placeholder {
  font-size: 14px;
}

img {
  display: block;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mTop_1 {
  margin-top: 100px;
}
.mTop_16 {
  margin-top: 160px;
}

body {
  clear: both;
  min-width: 1200px !important;
  max-width: 1920px !important;
  margin: auto;
  color: #333;
  font-size: 14px;
  background-color: #fff;
}

html.up .head {
  opacity: 1;
  opacity: 0.9;
  visibility: visible;
}

html.down .head {
  opacity: 0;
  visibility: hidden;
}

/* 头部 */
.head {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  max-width: 1920px;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#021d49),
    to(#031d49)
  );
  height: 85px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 1400px;
}

.head .wrapperZs {
  height: 100%;
}

.wrapperZs {
  max-width: 1300px;
  min-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.wrapperZs .logo {
  float: left;
  margin-right: 60px;
  display: flex;
  width: 188px;
  height: 100%;
  align-items: center;
}

.wrapperZs .logo img {
  width: 100%;
}

.wrapperZs .nav-top {
  float: right;
  display: flex;
  height: 100%;
  max-width: 1050px;
}

.nav-top .nav ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.nav-top .nav ul li {
  position: relative;
  flex-direction: row;
  float: left;
  height: 100%;
}
.nav-top .nav ul li .xhs {
  display: block;
  height: 100%;
  text-align: center;
  margin: 0 60px;
  padding-top: 30px;
  font-size: 18px;
  position: relative;
  color: #f1f0f0;
  font-weight: 500;
  letter-spacing: 1px;
}

.head .nav li:hover .xhs {
  border-bottom: 2px solid #ed7232;
}

.head .nav li .opt {
  color: #ed7232 !important;
}

.head .nav li .son-pull {
  position: absolute;
  top: 90%;
  left: 50%;
  padding: 20px;
  border-radius: 6px;
  transform: translateX(-50%);
  background: #f3f0f0;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 888;
}

.head .nav li .son-pull a {
  display: flex;
  align-items: center;
  color: #333;
  padding-bottom: 40px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 400;
  padding-right: 25px;
}

.head .nav li .son-pull a:last-child {
  padding-bottom: 0;
}

.head .nav li .son-pull a::before {
  content: "";
  opacity: 0;
  display: inline-block;
  width: 5px;
  height: 18px;
  margin-top: 2px;
  margin-right: 20px;
  background-color: #ed7232;
}

.head .nav li:hover .son-pull {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.head .nav li .son-pull a:hover {
  color: #ed7232;
}

.head .nav li .son-pull a:hover::before {
  opacity: 1;
}

.head .nav .curr .arr:after {
  border-top-color: #ed7232 !important;
}

.head .nav li:hover .arr:after {
  transform: rotate(-180deg);
  border-top-color: #ed7232;
}

.head .nav li .arr:hover {
  color: #ed7232;
}

.head .nav li .arr:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin: -3px 0 0 5px;
  transition: all 0.3s;
}

.nav-top .language {
  position: relative;
  margin-top: 24px;
  margin-left: 35px;
  text-align: center;
}

.nav-top .language select {
  width: 128px;
  height: 32px;
  background-color: #20398a;
  color: #d0d0d0;
  padding: 0 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  opacity: 1;
}

.nav-top .language .select_icon {
  position: absolute;
  right: 16px;
  top: 3px;
  width: 24px;
  height: 24px;
}

.language .select_icon img {
  width: 100%;
}

.goErp {
  /*width: 112px;*/
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(270deg, #ea5c34 0%, #f9bf14 100%);
  border-radius: 4px 4px 4px 4px;
  margin-top: 24px;
  margin-left: 10px;
  display: flex;
}

.goOms {
  /*width: 112px;*/
  padding: 0 8px;
  height: 32px;
  background: linear-gradient(270deg, #ea5c34 0%, #f9bf14 100%);
  border-radius: 4px 4px 4px 4px;
  margin-top: 24px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: linear-gradient(270deg, #ea5c34 0%, #f9bf14 100%);
  border-radius: 4px 4px 4px 4px;
  margin-top: 24px;
  margin-left: 10px;
  cursor: pointer;
}

.goErp a {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.goErp a img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.goErp a span {
  color: #fff;
  font-size: 14px;
}

.goOms a {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.goOms a img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.goOms a span {
  color: #fff;
  font-size: 14px;
}

/* 清楚ie的默认select样式 */
select::-ms-expand {
  display: none;
}

/* 主体内容 */
.PageMain {
  min-height: calc(100vh - 232px);
  margin: 85px 0 24px;
  overflow: hidden;
}

/* 轮播图部分 */
.PageMain .bannerBox {
  position: relative;
  overflow: hidden;
}

.PageMain .bannerBox .swiper-slide > img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
}

.PageMain .bannerBox .bannerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  padding-top: 140px;
  margin-left: 300px;
}

.bannerText h1 {
  font-size: 60px;
  color: #051cb6;
  font-weight: 700;
}

.bannerText .orange {
  color: #e95335;
}

.bannerText p {
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}

.bannerText a {
  padding: 12px 31px;
  cursor: pointer;
  font-size: 18px;
  background: linear-gradient(270deg, #ea5c34 0%, #f9bf14 100%);
  border-radius: 5px;
  color: #fff;
}

.bannerBox .swiper-container-horizontal > .swiper-pagination-bullets,
.bannerBox .swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  z-index: 99;
  left: 300px;
  width: 30%;
  bottom: 50px;
  text-align: left;
}

.PageMain
  .bannerBox
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px) !important;
}
.PageMain .bannerBox .swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  border-radius: 50%;
  background-color: #0b1d57 !important;
  background: var(--swiper-pagination-bullet-inactive-color, #0b1d57);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

.PageMain .bannerBox .swiper-pagination-bullet-active {
  width: 36px !important;
  background-color: #fff !important;
  border-radius: 20px !important;
  transition: all 0.3s;
}

.PageMain .bannerBox .swiper-button-prev {
  left: 4%;
}

.PageMain .bannerBox .swiper-button-next {
  right: 4%;
}

.PageMain .bannerBox .swiper-button-next,
.PageMain .bannerBox .swiper-button-prev {
  width: 82px;
  height: 82px;
}
.PageMain .bannerBox .swiper-button-prev:after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/home/prev_icon.png") center center no-repeat;
}

.PageMain .bannerBox .swiper-button-next:after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/home/next_icon.png") center center no-repeat;
}
.PageMain .service-capacity {
  width: 100%;
  margin: 100px 0;
}
.PageMain .service-capacity .index_hd {
  margin-bottom: 0;
  text-align: center;
}

.service-capacity .index_hd h1 {
  font-size: 48px;
  font-weight: 700;
  color: #0b1d57;
}

.service-capacity .superiority {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.service-capacity .superiority li {
  position: relative;
  flex: 1;
  z-index: 5;
  margin: 40px 40px 0;
  text-align: center;
  background: #e6f1ff;
  cursor: pointer;
  border-radius: 8px;
}

.superiority li .holder {
  width: 100%;
}

.superiority li .holder .icon-super {
  width: 48px;
  height: 48px;
  margin: 40px auto 24px;
  display: flex;
}

.superiority li .holder .icon-super img {
  width: 100%;
}

.superiority .holder h3 {
  font-size: 36px;
  color: #e95335;
  font-weight: 400;
}

.holder .icon-super .small_num {
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 18px;
  color: #e95335;
}

.superiority .holder p {
  font-size: 18px;
  align-items: center;
  margin: 24px auto 45px;
  color: #0b1d57;
}

.service-capacity .superiority li:hover {
  background: url("../images/home/holder-bg.png") no-repeat center center;
}
.superiority li .holder .icon_white {
  overflow: hidden;
}
.superiority li:hover .holder .icon_blue {
  overflow: hidden;
}
.superiority li:hover .holder .icon_white {
  overflow: visible;
}

.superiority li:hover .holder p {
  color: #fff;
}

.global-layout {
  position: relative;
  background: url("../images/home/worldMap.png") center center no-repeat;
  background-size: cover;
  height: 600px;
}
.global-layout .global-text {
  position: absolute;
  top: 180px;
  left: 300px;
  width: 65%;
}
.global-layout .global-text h1 {
  font-size: 60px;
  font-weight: 700;
  color: #e95335;
}

.global-layout .global-text p {
  font-size: 20px;
  line-height: 2;
  color: #fff;
}

.group-mien {
  margin-top: 100px;
  text-align: center;
}

.group-mien .group-box h3 {
  font-size: 48px;
  font-weight: 700;
  color: #0b1d57;
}
.group-mien .group-box .group-content {
  display: flex;
  margin-top: 68px;
  justify-content: space-between;
}
.group-box .group-content .group-content-left {
  width: 48%;
}

.group-box .group-content .group-content-right {
  width: 45%;
}

.group-content .group-content-right .group-right-text {
  margin: 160px 0 0;
  text-align: left !important;
}

.group-content-right .group-right-text h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0934b1;
}

.group-content-right .group-right-text p {
  margin: 32px 0 60px;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 2;
}
.group-content-right .group-right-text a {
  width: 35%;
  padding: 21px 32px;
  border: 2px solid #0934b1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.group-content-right .group-right-text a span {
  font-size: 18px;
  color: #0934b1;
}

.group-content-right .group-right-text a img {
  width: 40px;
  height: 13px;
}

.group-content-right .group-right-text a:hover {
  border: 2px solid #f9bf14;
  background: linear-gradient(270deg, #f9bf14 0%, #ea5c34 100%);
}
.group-content-right .group-right-text a:hover span {
  color: #fff;
}
.group-content-right .group-right-text a .img-vb {
  overflow: hidden;
  display: none;
}
.group-content-right .group-right-text a:hover .img-hd {
  display: none;
  overflow: hidden;
}
.group-content-right .group-right-text a:hover .img-vb {
  display: block;
  overflow: visible;
}

.cooperative-partner {
  text-align: center;
  margin-top: 100px;
}
.cooperative-partner h2 {
  font-size: 48px;
  color: #0b1d57;
}

.cooperative-partner .partner-box {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 68px;
}
.cooperative-partner .partner-box div:first-child {
  width: 60%;
}

.cooperative-partner .partner-box .partner-contact {
  background: url("../images/home/cooperativeDiscussion-base.jpg") no-repeat
    center center;
  background-size: cover;
  width: 40%;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 152px;
}
.cooperative-partner .partner-box .partner-contact h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.cooperative-partner .partner-box .partner-contact p {
  font-size: 20px;
  margin-bottom: 24px;
}

/* 尾部联系我们 */
.footer {
  background: #0d1f59;
  padding-bottom: 100px;
}
.footer .footer-box {
}

.footer .footer-box .foot_nav {
  padding: 100px 0 0;
  position: relative;
  display: flex;
}

.footer-box .foot_nav .box {
  line-height: 26px;
  color: #ccc;
  margin-right: 120px;
  max-width: 150px;
  white-space: nowrap;
}

.footer-box .foot_nav .box h3 {
  font-size: 18px;
  margin-bottom: 40px;
}

.foot_nav .box ul li {
  margin-bottom: 25px;
}

.foot_nav a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 4px;
}

.foot_nav li a:hover {
  color: #ed7422;
}

.foot_nav .qrcodebox {
  margin-left: auto;
  margin-right: 0 !important;
  max-width: 160px !important;
}
.foot_nav .qrcodebox .qrcodeboxImg {
  margin-top: 10px;
  margin-left: 40px;
}

.foot_nav .qrcodebox .qrcodeboxImg img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.foot_nav .qrcodebox .qrcodeboxImg p {
  margin-top: 15px;
  margin-left: -2px;
  color: #fff;
  font-size: 15px;
}

.foot_nav .xh-beianhao {
  position: absolute;
  z-index: 888;
  color: #fff;
  font-size: 16px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.foot_nav .xh-beianhao a {
  letter-spacing: 4px;
}

/* -------------------------------------------- */
/* 公司简介 */
.introBan {
  background: url("../images/comIntro/banner.jpg") center center / cover
    no-repeat;
  height: 660px;
}

.introBan .int-ban-text {
  padding-top: 140px;
}
.introBan .int-ban-text h2 {
  font-size: 60px;
  font-weight: 700;
  color: #1f4de2;
}

.int-ban-text p {
  margin-top: 48px;
  color: #fff;
  line-height: 2;
  font-size: 20px;
  width: 33%;
}

.comIntro {
  text-align: center;
}

.comIntro h1 {
  font-size: 48px;
  color: #0b1d57;
}

.comIntro .int-details {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  margin-top: 68px;
}

.comIntro .int-details div:first-child {
  width: 48%;
}
.comIntro .int-details div:last-child {
  width: 45%;
}

.int-details-info {
  padding: 74px 0 0;
}
.int-details-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0934b1;
}

.int-details-info h4 {
  font-size: 14px;
  color: #0b1d57;
  margin-top: 16px;
  font-weight: 400;
}

.int-details-info .underline {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #0b1d57;
  margin: 30px 0 40px;
}

.int-details-info .info-text {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 2;
}

.intOriginator {
  text-align: center;
}
.intOriginator .int-origin {
  max-width: 1700px;
  min-width: 1500px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.intOriginator .int-origin h1 {
  font-size: 48px;
  color: #0b1d57;
}

.intOriginator .int-origin .int-origin-con-box {
  text-align: left;
  background: linear-gradient(
    270deg,
    #51c9ec 30%,
    rgba(81, 201, 236, 0.4) 100%
  );
  border-radius: 16px;
  height: 476px;
  opacity: 1;
  position: relative;
  padding: 0 200px;
}
.int-origin-con-box .int-origin-info {
  padding-top: 100px;
  position: relative;
  z-index: 999;
}

.int-origin-con-box .int-origin-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0934b1;
}
.int-origin-con-box .int-origin-info p.origin-duty {
  margin-top: 30px;
  width: 25%;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(270deg, rgba(34, 211, 189, 0) 0%, #22d3bd 100%);
  border-radius: 2px;
  text-align: left;
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
}
.int-origin-con-box .int-origin-info p.origin-saying {
  margin-top: 60px;
  font-size: 20px;
  color: #ff723b;
  width: 70%;
}
.int-origin-con-box .int-origin-info p.origin-describe {
  margin-top: 30px;
  font-size: 18px;
  color: #0b1d57;
  width: 70%;
}
.int-origin-con-box .int-origin-img {
  position: absolute;
  width: 498px;
  height: 636px;
  top: -160px;
  right: 200px;
}

.intComcul {
  text-align: center;
}

.intComcul h1 {
  font-size: 48px;
  color: #0b1d57;
}

.intComcul .int-comcul-box {
  margin-top: 68px;
}

.intComcul .int-comcul-box ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.intComcul .int-comcul-box ul .int-comcul-img {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.int-comcul-img div:first-child {
  overflow: hidden;
}

.intComcul .int-comcul-box .int-comcul-img img:hover {
  transform: scale(1.1);
  transition: all 1s ease-out;
}

.int-comcul-img .int-comcul-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 258px;
  bottom: 60px;
}

.int-comcul-img .int-comcul-info h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}
.int-comcul-img .int-comcul-info span {
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #fff;
  margin: 0 40px;
}

.int-comcul-img .int-comcul-info .img-info-text {
  text-align: left;
}

.int-comcul-info .img-info-text h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  padding-top: -20px;
}
.int-comcul-info .img-info-text p {
  font-size: 20px;
  color: #fff;
  margin-top: 24px;
}

/* -------------------------------- */
/* 联系我们页面 */

.contactBan {
}
.contactBan .cont-banner {
  background: url("../images/contact/cont-banner.jpg") center center / cover
    no-repeat;
  height: 660px;
  text-align: center;
}

.contactBan .cont-banner h3 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  padding-top: 298px;
}

.contactJoin {
}

.contactJoin .cont-join {
  text-align: center;
}

.contactJoin .cont-join-bg {
  background: url("../images/contact/join.jpg") center center / cover no-repeat;
  height: 560px;
  margin-top: 68px;
}

.contactJoin .cont-join h1 {
  color: #0d1f59;
  font-weight: 700;
  font-size: 48px;
}
.cont-join .cont-join-info {
  text-align: left;
  float: right;
  margin: 120px 364px 0 0;
}

.cont-join-info h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.cont-join .cont-join-info a {
  width: 70%;
  padding: 21px 32px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 68px;
}

.cont-join .cont-join-info a span {
  font-size: 18px;
  color: #fff;
}

.cont-join .cont-join-info a img {
  width: 40px;
  height: 13px;
}

.cont-join .cont-join-info a:hover {
  border: 2px solid #051cb6;
}
.cont-join .cont-join-info a:hover span {
  color: #051cb6;
}
.cont-join .cont-join-info a .img-vb {
  overflow: hidden;
  display: none;
}
.cont-join .cont-join-info a:hover .img-hd {
  display: none;
  overflow: hidden;
}
.cont-join .cont-join-info a:hover .img-vb {
  display: block;
  overflow: visible;
}

.contactWay {
}
.contactWay .contact-way {
  text-align: center;
}
.contactWay .contact-way h1 {
  color: #0d1f59;
  font-weight: 700;
  font-size: 48px;
}
.contactWay .contact-way .cont-tablist {
  margin-top: 68px;
}

.contact-way .cont-tablist > ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #e6f1ff;
}

.contact-way .cont-tablist > ul > li {
  max-width: 326px;
  width: 25%;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  color: #0d1f59;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zongbu {
  margin-top: 68px;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}

.zongbu .loact-img {
  width: 55%;
}

.zongbu .locat-info {
  width: 35%;
  margin-left: 80px;
}

.zongbu .locat-info h3 {
  color: #051cb6;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
}

.zongbu .locat-info .locat-info-text span {
  font-size: 18px;
  color: #3d3d3d;
  float: left;
  margin-top: 5px;
}
.zongbu .locat-info .locat-info-text p {
  font-size: 18px;
  color: #3d3d3d;
  margin-left: 30px;
  margin-top: 15px;
  padding-left: 25px;
  text-indent: 0px;
  line-height: 1.5;
}

.activex {
  background: #ed721e !important;
  color: #ffffff !important;
}

.contactCooperation {
}
.contactCooperation .contact-cooperation {
  text-align: center;
}
.contactCooperation .contact-cooperation h1 {
  color: #0d1f59;
  font-weight: 700;
  font-size: 48px;
}

.contact-cooperation .cont-coop-bg {
  background: url("../images/contact/title-hz.jpg") center center / cover
    no-repeat;
  height: 480px;
  margin-top: 68px;
  padding-top: 126px;
}

.cont-coop-bg .cont-coop-contact {
  text-align: left;
  font-size: 30px;
  color: #fff;
  backdrop-filter: blur(3px);
  width: 51%;
  padding: 40px 0 40px 60px;
  border-radius: 10px;
}

.cont-coop-contact h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
.cont-coop-contact p {
  margin-bottom: 24px;
}

/* --------------------------------------- */
/* 业务页面 */

.busiOverseas {
  text-align: center;
}

.busiOverseas h1 {
  font-size: 48px;
  color: #e95335;
}
.busi-overseas {
  max-width: 1200px;
  margin: 0 auto 150px;
}

.busi-overseas:last-child {
  margin: 0 auto 50px;
}

.busi-overseas .busi-details {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  margin-top: 68px;
}

.busi-overseas .busi-details .busi-details-img img {
}

.busi-details-info {
  margin: 40px 0 0 80px;
}

.busi-details-infoTwo {
  margin: 40px 80px 0 0 !important;
}

.busi-details-info h3 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1d57;
}

.busi-details-info h4 {
  font-size: 20px;
  color: #0934b1;
  margin-top: 16px;
  font-weight: 400;
}

.busi-details-info .underline {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #0b1d57;
  margin: 30px 0 40px;
}

.busi-details-info .busi-text {
  width: 500px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5;
}

.overseasML_300 {
  margin-left: 300px;
}

.overseasMR_300 {
  margin-right: 300px;
}

/* .busiOverseas {
  text-align: center;
}

.busiOverseas h1 {
  font-size: 48px;
  color: #e95335;
}
.busi-overseas {
}

.busi-overseas .busi-details {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  margin-top: 68px;
}

.busi-details-info {
  padding: 74px 0 0;
}

.busi-details-info h3 {
  font-size: 48px;
  font-weight: 700;
  color: #0b1d57;
}

.busi-details-info h4 {
  font-size: 20px;
  color: #0934b1;
  margin-top: 16px;
  font-weight: 400;
}

.busi-details-info .underline {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #0b1d57;
  margin: 30px 0 40px;
}

.busi-details-info .busi-text {
  width: 500px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5;
}

.overseasML_300 {
  margin-left: 300px;
}

.overseasMR_300 {
  margin-right: 300px;
} */

/* ---------------招聘信息---------------- */
.jobsInfo-box {
  margin-top: 68px;
  height: 100%;
  position: relative;
}
.jobsInfo-box .jobs-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 20px 32px;
}
.jobsInfo-box .jobs-title h3 {
  font-size: 20px;
  font-weight: 400;
  color: #0d1f59;
}

.jobsInfo-box .jobs-title .jobs-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.jobsInfo-box .jobs-title .jobs-share:hover .pop-up {
  visibility: visible;
}

.jobsInfo-box .jobs-title .jobs-share span {
  font-size: 20px;
  color: #8589a6;
}
.jobsInfo-box .jobs-title .jobs-share .jobs-share-icon-1 {
  background: url("../images/jobsInfo/share.png") center center / cover
    no-repeat;
  width: 40px;
  height: 40px;
}

.jobsInfo-box .jobs-title .jobs-share:hover span {
  color: #1f4de2;
}
.jobsInfo-box .jobs-title .jobs-share:hover .jobs-share-icon-1 {
  background: url("../images/jobsInfo/share-blue.png") center center / cover
    no-repeat;
}

.jobsInfo-box .jobs-filtrate {
  background: #ffffff;
  border-radius: 6px;
  padding: 32px;
  margin-top: 14px;
}

.jobsInfo-box .jobs-filtrate .jobs-filtrate-title {
  display: flex;
  justify-content: space-between;
}

.jobsInfo-box .jobs-filtrate .jobs-filtrate-title h3 {
  font-weight: 700;
  color: #0d1f59;
  font-size: 20px;
}
.jobsInfo-box .jobs-filtrate .jobs-filtrate-title span {
  font-size: 14px;
  color: #8589a6;
}
.jobsInfo-box .jobs-filtrate .jobs-filtrate-clear {
  background-color: #fff;
}
.jobsInfo-box .jobs-filtrate .jobs-filtrate-clear i {
  background: url("../images/jobsInfo/clear-icon.png") center center / cover
    no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
}

.jobsInfo-box .jobs-filtrate .jobs-filtrate-clear:hover span {
  color: #1f4de2;
}
.jobsInfo-box .jobs-filtrate .jobs-filtrate-clear:hover i {
  background: url("../images/jobsInfo/clear-icon-blue.png") center center /
    cover no-repeat;
}

.jobsInfo-box .jobs-filtrate h3::before {
  content: "";
  width: 5px;
  height: 21px;
  background: #e95335;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}

.jobs-filtrate .jobs-share-form {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
}

.jobs-share-form .layui-input-item {
  width: 240px;
  height: 38px;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #8589a6;
  padding: 0 10px;
  margin-right: 32px;
  color: #8589a6;
  background: url("../images/jobsInfo/search.png") no-repeat 95% 50%;
  background-size: 20px;
}
.jobs-share-form .layui-input-item::placeholder {
  font-size: 14px;
}

.jobs-share-form .layui-input-item:hover {
  border: 1px solid #e95335;
}
.jobs-share-form .but-item {
  width: 85px;
  height: 38px;
  background: #e95335;
  border-radius: 4px;
  opacity: 1;
  color: #fff;
}

.jobs-share-form .but-item-reast {
  width: 85px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  color: #1a1a1a;
  border: 1px solid #e95335;
  margin-left: 16px;
}

/* -------------弹窗------------------ */
.pop-up {
  position: absolute;
  top: 0;
  right: -150px;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(2, 1, 23, 0.16);
  border-radius: 8px;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: hidden;
}

.pop-up h3 {
  font-size: 16px;
  font-weight: 400;
  color: #0d1f59;
  margin-bottom: 16px;
}
.pop-up p {
  font-size: 14px;
  color: #8589a6;
  margin-bottom: 16px;
}

.pop-up .input_text input {
  width: 100px;
  height: 26px;
  background: #f4f6fb;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #8589a6;
  padding: 5px;
}
.pop-up .input_text span {
  font-size: 14px !important;
  color: #1f4de2;
  cursor: pointer;
  margin-left: 10px;
}

.jobs-content {
  margin-top: 14px;
}

.jobs-content .jobs-cont-box {
  height: 120px;
  background: #ffffff;
  border-radius: 6px;
  padding: 32px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 14px;
  cursor: pointer;
}

.jobs-content .jobs-cont-box:hover {
  z-index: 2;
  box-shadow: 0 20px 16px 0 hsla(0, 0%, 70.2%, 0.2);
}

.jobs-cont-box .card-header {
  display: flex;
  justify-content: space-between;
}

.jobs-cont-box .card-header .card-head-title {
}

.jobs-cont-box .card-header .card-head-title span {
  font-size: 20px;
  color: #141933;
}

.jobs-cont-box .card-header .card-issue {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8589a6;
}
.jobs-cont-box .card-header .card-issue .icon-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-issue .card-head-icon i {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.card-issue .card-head-icon .card-share-icon {
  background: url("../images/jobsInfo/share-small.png") center center / cover
    no-repeat;
  margin-left: 12px;
}

.card-issue .card-head-icon .card-share-icon:hover {
  background: url("../images/jobsInfo/share-small-blue.png") center center /
    cover no-repeat;
}

.card-issue .card-head-icon .card-top-icon {
  background: url("../images/jobsInfo/top-icon.png") center center / cover
    no-repeat;
}

.card-issue .card-head-icon .card-top-icon:hover {
  background: url("../images/jobsInfo/top-icon.png") center center / cover
    no-repeat;
}

.jobs-content .jobs-cont-box .card-duty {
  margin-top: 24px;
  font-size: 14px;
  color: #8589a6;
}

.jobs-content .jobs-cont-box .card-duty .span-item {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  margin: 4px;
}

.jobs-content .jobs-cont-box .card-info {
  margin-top: 32px;
}
.jobs-content .jobs-cont-box .card-info .card-info-after {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.jobs-content .jobs-cont-box .card-info p {
  font-size: 18px;
  color: #474c66;
  margin: 5px 0;
}
.jobs-cont-box .card-info .card-info-cont {
  margin-top: 36px;
  line-height: normal;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  text-align: justify;
  word-break: break-all;
}

.email-item {
  font-size: 16px;
  color: #e95335;
  margin-top: 20px;
}

/* 分页样式 */
.ui-pager:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui-pager .options-dropdown,
.ui-pager .options-elevator,
.ui-pager .options-pages,
.ui-pager .total {
  display: inline-block;
  vertical-align: middle;
}

.ui-pager .selected,
.ui-pager .selected:hover {
  background: #e95335;
  border-color: #e95335;
  color: #fff;
}

.ui-pager a {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 6px;
  margin-right: 8px;
  color: #333;
  background: #fff;
  font-size: 13px;
  transition: all 0.2s linear;
  overflow: hidden;
}

.ui-pager a.isBorder:not(.disabled):hover .arrow-left,
.ui-pager a.isBorder:not(.disabled):hover .arrow-right {
  border-left-color: #fff;
}

.ui-pager a.disabled {
  cursor: not-allowed;
}

.ui-pager a.disabled:hover {
  background: #fff;
  color: inherit;
}

.ui-pager a:last-of-type {
  margin-right: 0;
}

.ui-pager a:hover {
  color: #fff;
  background: #e95335;
}

.ui-pager .fast-next-btn.disabled,
.ui-pager .fast-prev-btn.disabled {
  color: #333;
  background: transparent;
  cursor: default;
}

.ui-pager .options-elevator {
  margin-left: 30px;
  color: #757575;
}

.ui-pager .options-elevator input {
  width: 40px;
  min-width: 40px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.ui-pager .options-dropdown {
  margin-left: 5px;
  text-align: left;
}

.ui-pager .options-dropdown .ui-select {
  width: 65px;
}

.ui-pager.text-right {
  text-align: right;
}

.ui-pager.text-center {
  text-align: center;
}

.ui-pager.text-left {
  text-align: left;
}

.ui-pager-sticky-bottom {
  height: 54px;
  background: #fff;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 0;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 -4px 3px -3px #e3e7ed;
  flex-shrink: 0;
  font-size: 13px;
  z-index: 3;
  display: flex;
  align-items: center;
}

.ui-pager .arrow-left {
  right: 4px;
  transform: rotate(180deg);
}

.ui-pager .arrow-left,
.ui-pager .arrow-right {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #848899;
  border-style: solid;
  border-width: 4px 5px;
}

.ui-pager .arrow-right {
  right: -4px;
}

.page-company-position .search-condition-wrapper {
  margin-top: 12px;
}

.page-company-position .search-condition-wrapper.fix-top {
  position: fixed;
  top: 46px;
  z-index: 99;
  background: #fff;
  left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 16px 40px 0 hsla(0, 0%, 60%, 0.2);
}

.page-company-position
  .search-condition-wrapper.fix-top
  .search-condition-inner {
  padding: 12px 0;
  border-top: 1px solid #ededed;
  border-radius: 0;
}

.page-company-position .search-condition-wrapper .search-condition-inner {
  width: 1184px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
}

.page-company-position .search-condition-wrapper .condition-filter-select,
.page-company-position
  .search-condition-wrapper
  .position-select-wrapper.pick-up {
  margin-right: 8px;
  float: left;
}

.page-company-position .search-condition-wrapper .search-job-input {
  margin-left: 12px;
  float: left;
}

.page-company-position .company-position-job {
  position: relative;
  margin-bottom: 32px;
}

.page-company-position .company-position-box {
  width: 1184px;
  margin: 12px auto 0;
}

.page-company-position .company-position-box .position-job-container {
  float: left;
  width: 384px;
}

.page-company-position .company-position-box .position-job-content {
  float: right;
  width: 784px;
}

.page-company-position .company-position-box .position-job-content.fix-top {
  position: fixed;
  top: 113px;
  right: 50%;
  margin-right: -592px;
  z-index: 9;
}

.page-company-position
  .company-position-box
  .position-job-content.fix-top
  .job-detail-box
  .job-detail-body {
  max-height: calc(100vh - 223px);
}

.page-company-position
  .company-position-box
  .position-job-content.absolute-bottom {
  position: absolute;
  top: auto;
  margin-right: 0;
  bottom: 0;
  right: 0;
}

.page-company-position .list-pager {
  margin-top: 32px;
}

.page-company-position .list-pager a {
  margin: 0 4px;
  height: 26px;
  min-width: 26px;
  line-height: 26px;
  border-radius: 6px;
  border: none;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.2s linear;
}

.page-company-position .list-pager a.selected,
.page-company-position .list-pager a:hover {
  color: #fff;
  background: #e95335;
}

.page-company-position .list-pager a.selected i,
.page-company-position .list-pager a:hover i {
  color: #fff;
}

.page-company-position .list-pager .disabled {
  color: #666;
  background: #fff;
  cursor: not-allowed;
}

.page-company-position .list-pager .disabled:hover {
  background: #fff;
  color: #666;
}

.page-company-position .list-pager .disabled:hover i,
.page-company-position .list-pager .disabled i {
  color: #666;
}

.page-company-position .list-pager .fast-next-btn.disabled,
.page-company-position .list-pager .fast-prev-btn.disabled {
  color: #333;
  background: transparent;
  cursor: default;
}

.page-company-position .similar-job-wrapper {
  width: 1184px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 16px;
}

.page-company-position .similar-job-wrapper .similar-job-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-company-position .similar-job-wrapper .similar-job-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 25px;
}

.page-company-position .similar-job-wrapper .similar-job-header .more-link-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #00a6a7;
  line-height: 22px;
  transition: all 0.2s linear;
}

.page-company-position
  .similar-job-wrapper
  .similar-job-header
  .more-link-btn:hover {
  color: rgba(0, 166, 167, 0.8);
}

.page-company-position
  .similar-job-wrapper
  .similar-job-header
  .more-link-btn:hover:after {
  opacity: 0.8;
}

.page-company-position
  .similar-job-wrapper
  .similar-job-header
  .more-link-btn:after {
  content: " ";
  display: block;
  width: 4px;
  height: 7px;
  margin-left: 8px;
  background: url(https://img.bosszhipin.com/static/file/2022/01vcskhm8y1652252017628.png) -6px -8px/10px
    auto no-repeat;
  transition: all 0.2s linear;
}

.page-company-position .similar-job-wrapper .similar-job-list {
  overflow: hidden;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 8px;
}

.page-company-position
  .similar-job-wrapper
  .similar-job-list
  .similar-job-card {
  float: left;
  margin: 8px 6px;
}

.page-company-position .pos-bread {
  margin-top: 20px;
  font-weight: 400;
  color: #999;
  line-height: 17px;
  font-size: 12px;
}

.page-company-position .pos-bread a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 17px;
  padding: 0 8px;
  transition: all 0.2s linear;
}

.page-company-position .pos-bread a:first-child {
  padding-left: 24px;
}

.page-company-position .pos-bread a:first-child:before {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(https://img.bosszhipin.com/static/file/2022/dg1u3dcnun1661743137830.png)
    0 -64px/16px auto no-repeat;
}

.page-company-position .pos-bread a:first-child:hover:before {
  background-position: 0 -80px;
}

.page-company-position .pos-bread a:last-child:after {
  content: none;
}

.page-company-position .pos-bread a:hover {
  color: #00a6a7;
}

.page-company-position .pos-bread a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 7px;
  background: #999;
  border-radius: 1px;
  z-index: 1;
}

.page-company-position .pos-bread span {
  padding-left: 8px;
}

.page-company-position .page-update-time {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  margin-top: 12px;
}

.register-modal {
  display: none;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 50%);
  z-index: 2007;
}
.register-modal .modal-form {
  width: 712px;
  margin: 185px auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.register-modal .modal-form .modal-title {
  margin-bottom: 20px;
}
.register-modal .modal-form .modal-title {
  margin-bottom: 20px;
}
.modal-form .row {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.modal-form .row .col {
  width: 50%;
}
.modal-form .row .col:nth-child(2n) {
  margin-left: 40px;
}
.modal-form .row .col .col-name {
  color: #1a2551;
  font-size: 12px;
}
.modal-form .row .col .col-name .red {
  color: #ff4d4f;
}
.modal-form .row .col {
  position: relative;
}
.modal-form .row .col .layui-input {
  margin-top: 6px;
  height: 32px;
  position: relative;
}
.modal-form .row .col .layui-input:focus {
  border-color: #006afe;
}

.modal-form .row .col .my-select {
  border: 1px solid #e4e6eb;
  border-radius: 2px 2px 2px 2px;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin-top: 6px;
  background: none;
  font-size: 12px;
}
.modal-form .row .col .my-select.multiple {
  padding: 0;
  border: 0;
}

.modal-form .row .col .col-value input::placeholder,
.modal-form .row .col .col-value select::placeholder {
  font-size: 12px;
}

.modal-form .row-btn {
  padding-top: 10px;
  text-align: center;
}

.modal-form .row-btn .btn-submit {
  width: 88px;
  height: 32px;
  background: #006afe;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
}

.modal-form .row-btn .btn-cancel {
  width: 88px;
  height: 32px;
  background: #f2f3f5;
  border-radius: 2px 2px 2px 2px;
  color: #1a2551;
  margin-left: 40px;
}

.btn-code {
  position: absolute;
  right: 3px;
  bottom: 4px;
  padding: 0 8px;
  height: 24px;
  background: #006afe;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
}
.btn-code:disabled {
  background: #ccc;
  cursor: no-drop;
}