@import url("css.css");
.bg-primary {
  background-color: #2f55d4 !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-info {
  background-color: #9084e2 !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}
.bg-white {
  background-color: #fff !important;
}
.text-primary {
  /* color: #2f55d4 !important; */
  color: #00719c !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

.text-success {
  color: #2eca8b !important;
}

.text-danger {
  color: #e43f52 !important;
}

.text-info {
  color: #9084e2 !important;
}

.text-warning {
  color: #f17425 !important;
}

.text-dark {
  color: #3c4858 !important;
}

.text-light {
  color: #f8f9fc !important;
}

.text-muted {
  color: #8492a6 !important;
  /* color: #666 !important; */
}

.list-inline-item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.component-wrapper .title {
  font-size: 20px;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 10px;
}


#smallBtnPersonLog .btn{
  padding: 8px 10px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 12px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-danger, .btn.btn-info, .btn.btn-warning, .btn.btn-dark {
  color: #ffffff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
  color: #ffffff !important;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus, .btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus, .btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus, .btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus, .btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus, .btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus, .btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
  color: #ffffff !important;
}

.btn.btn-primary {
  /* background: #2f55d4;
  border: 1px solid #2f55d4; */
  /* background: #00719c;
  border: 1px solid #00719c; */
  background: #00719c;
  border: 1px solid #00719c;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus {
  /* background-color: #2443ac !important; */
  background-color: #558d9a !important;
}

.btn.btn-primary-outline {
  border: 1px solid #00719c;
  color: #00719c;
  background-color: transparent;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus {
  background-color: #00719c;
  border-color: #00719c;
}

.btn.btn-secondary {
  background: #5a6d90;
  border: 1px solid #5a6d90;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus {
  background-color: #465571 !important;
}

.btn.btn-secondary-outline {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus {
  background-color: #5a6d90;
  border-color: #5a6d90;
}

.btn.btn-success {
  background: #2eca8b;
  border: 1px solid #2eca8b;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus {
  background-color: #25a06e !important;
}

.btn.btn-success-outline {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}

.btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus {
  background-color: #2eca8b;
  border-color: #2eca8b;
}

.btn.btn-danger {
  background: #e43f52;
  border: 1px solid #e43f52;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus {
  background-color: #d21e32 !important;
}

.btn.btn-danger-outline {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}

.btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus {
  background-color: #e43f52;
  border-color: #e43f52;
}

.btn.btn-info {
  background: #9084e2;
  border: 1px solid #9084e2;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus {
  background-color: #6b5bd8 !important;
}

.btn.btn-info-outline {
  border: 1px solid #9084e2;
  color: #9084e2;
  background-color: transparent;
}

.btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus {
  background-color: #9084e2;
  border-color: #9084e2;
}

.btn.btn-warning {
  background: #f17425;
  border: 1px solid #f17425;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus {
  background-color: #d55b0e !important;
}

.btn.btn-warning-outline {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}

.btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus {
  background-color: #f17425;
  border-color: #f17425;
}

.btn.btn-dark {
  background: #3c4858;
  border: 1px solid #3c4858;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
  background-color: #272f3a !important;
}

.btn.btn-dark-outline {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
  background-color: #3c4858;
  border-color: #3c4858;
}

.btn.btn-light {
  color: #3c4858;
  background: #f8f9fc;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858;
}

.btn.btn-light-outline {
  border: 1px solid #dee2e6;
  color: #3c4858;
  background-color: transparent;
}

.btn.btn-light-outline:hover, .btn.btn-light-outline:focus, .btn.btn-light-outline:active, .btn.btn-light-outline.active, .btn.btn-light-outline.focus {
  background-color: #f8f9fc;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 10px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 10px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.page-next-level .title {
  font-size: 20px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  letter-spacing: 0.5px;
  padding-left: 0;
  z-index: 99;
}
.page-next-level .page-next a{ content: "\f142";
  font-size: 16px;
  color: #ffffff;
  font-family: 'Material Design Icons';font-weight: 700!important;}

.page-next-level .page-next li {
  display: inline-block;
  margin-right: 5px;
}

.page-next-level .page-next li:after {
  content: "\f142";
  font-size: 16px;
  color: #f8f9fc;
  font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
  margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
  display: none;
}

.page-next-level .page-next li a, .page-next-level .page-next li span {
  font-size: 13px;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ced4da;
}

.page-next-level .page-next li a:hover {
  color: #ffffff !important;
}

.page-next-level .page-next li span:last-child {
  padding-right: 0px;
}

.badge {
  padding: 5px 8px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.badge.badge-primary, .badge.badge-secondary, .badge.badge-success, .badge.badge-danger, .badge.badge-info, .badge.badge-warning, .badge.badge-dark {
  color: #ffffff !important;
}

.badge.badge-primary {
  background-color: #2f55d4 !important;
}

.badge.badge-secondary {
  background-color: #5a6d90 !important;
}

.badge.badge-success {
  background-color: #2eca8b !important;
}

.badge.badge-danger {
  background-color: #e43f52 !important;
}

.badge.badge-warning {
  background-color: #f17425 !important;
}

.badge.badge-info {
  background-color: #9084e2 !important;
}

.badge.badge-light {
  color: #3c4858;
  background-color: #f8f9fc !important;
}

.badge.badge-dark {
  background-color: #3c4858 !important;
}

.alert {
  padding: 8px 15px;
  border-radius: 10px;
}

.alert.alert-primary, .alert.alert-secondary, .alert.alert-success, .alert.alert-danger, .alert.alert-warning, .alert.alert-info, .alert.alert-dark {
  color: #ffffff;
}

.alert.alert-primary {
  background-color: #6e89e1;
  border-color: #2f55d4;
}

.alert.alert-secondary {
  background-color: #8494b2;
  border-color: #5a6d90;
}

.alert.alert-success {
  background-color: #68ddad;
  border-color: #2eca8b;
}

.alert.alert-danger {
  background-color: #ed828e;
  border-color: #e43f52;
}

.alert.alert-warning {
  background-color: #f6a26d;
  border-color: #f17425;
}

.alert.alert-info {
  /* background-color: #c8c2f1;
  border-color: #9084e2; */
}

.alert.alert-dark {
  background-color: #5b6d85;
  border-color: #3c4858;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

.avatar.avatar-small {
  height: 80px;
}

.avatar.avatar-medium {
  height: 110px;
}

.avatar.avatar-large {
  height: 140px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
  font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  /* color: #2f55d4; */
  color: #00719c; 
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
  content: '\F143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #3c4858;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-content .card .title {
  font-size: 18px;
}

.nav-pills .nav-link {
  color: #3c4858 !important;
  padding: 0.7rem 2rem;
  font-weight: 700;
}

.nav-pills .nav-link.active {
  background-color: #00719c;
  color: #ffffff !important;
  border-color: #2f55d4 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 10px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 13px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #00719c;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #00719c;
  background-color: #00719c;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #00719c !important;
}

.form-button .nice-select {
  width: 100%;
  height: 39px;
  line-height: 37px;
  color: #3c4858;
  margin-bottom: 1rem;
  border: solid 1px #e6eaf4;
}
.nice-select ul {
  width: 100%;
}
.nice-select li{
  /* width: 100%; */
}

.form-button .nice-select.open .list {
  width: 100%;
  /* height: 20rem !important; */
  overflow-y: auto;
}
#perAddr .nice-select.open .list {
  height: 20rem !important;
}

.form-button .nice-select.open .list {
  width: 100%;
  /* height: 20rem !important; */
  overflow-y: auto;
}
.form-button .nice-select.open.perAddr .list {
  height: 20rem !important;
}

.form-button .nice-select.open.expIndustry .list {
  height: 20rem !important;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.pagination.job-pagination .page-link {
  border-radius: 50% !important;
  margin: 0 4px;
  height: 46px;
  width: 45px;
  line-height: 29px;
  text-align: center;
  color: #8492a6;
}

.pagination .page-item.active .page-link {
  background-color: #00719c;
  border-color: #00719c;
  color: #ffffff !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

/* 宽屏适配 start */
.smallScreen {
  display: none;
}
.logo-light.smallScreen {
  display: none!important;
}
/* 
.small-about {
  
} */

/* 宽屏适配 end */

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}

@media (max-width: 425px) {
  /* .btn.btn-primary {
    background: #006fc2;
    border: 1px solid #006fc2;
    width: 11rem;
  } */
  .btn.btn-primary {
    background: #5fb8ed;
    border: 1px solid #5fb8ed;
    /* width: 5rem; */
  }
  .pagination li > a {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
  .section {
    padding: 20px 0 !important;
  }
}

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  /* color: #161c2d; */
  color: #333;
  /* color:#666; */
   padding: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #4466d8;
  color: #ffffff;
}

::selection {
  background: #4466d8;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 50px 0;
  position: relative;
}
.section.section-top {
  padding-top: 80px;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(40, 44, 50, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-overlay-index {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* .text-white{color:#fff!important} */

.bg-overlay-gradient {
  /* background-color: rgba(94, 119, 204, 0.75); */
  background-color: rgba(0, 113, 156, 0.75);
}
.bg-overlay-job {
  background-color: rgba(120, 125, 129, 0.75);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 45px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.section-title .title.title-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  left: 50%;
  top: 60px;
  text-align: center;
  background: #00719c;
  margin-left: -42px;
}

.section-title .title.title-line:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 56px;
  z-index: 1;
  text-align: center;
  background: #00719c;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 50% !important;
}

.social-icon li a:hover {
  background-color: #00719c;
  border-color: #00719c !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

 @-webkit-keyframes rightan
  {
  
  from
  {
      bottom: 3%;
      opacity: 0;
  }
  to
  {
      bottom: 4%;
      opacity: 1;
  }
  }
  .rightan
  {
    -webkit-animation: rightan 3s infinite;
    -webkit-animation-fill-mode: both;
  }

#rightBar {
  z-index: 99;
  position: fixed;
  bottom: 20%;
  right: 0px;
  width: 60px;
  /* height: 60px; */
  line-height: 60px;
  /* display: none; */
  color: #00719c ;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.learnMore {
  z-index: 99;
  position: fixed;
  bottom: 10%;
  right: 50%;
  left: 48%;
  width: 120px;
  height: 60px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.learnMore i{
  /* color: rgba(255, 255, 255, 0.5); */
  font-size: 4rem;
  opacity:0.4;
}
#rightBar i {
  /* font-size: 16px; */
  font-size: 30px;
}
#rightBar .item{
  /* background: #ced4da; */
  height: 60px;
  background: rgba(206, 212, 218, 0.8);
  margin: 0.2rem 0;
}
#rightBar .item:hover {
  background-color: #00719c!important;
  color: #ffffff;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #00719c ;
  background-color: #ced4da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top i {
  font-size: 16px;
  /* font-size: 30px; */
}
.back-to-top .item{
  /* background: #ced4da; */
  background: rgba(206, 212, 218, 0.8);
  margin: 0.2rem 0;
}
.back-to-top:hover {
  background-color: #00719c!important;
  color: #ffffff;
}

#jobType li{
  border-radius: 5px;
  padding: 6px;
  margin: 6px;
}
#jobType li.active{
  color: #fff;
  font-weight: bold;
  background-color:#00719c!important;
}
#jobType li.active >a{
  color: #fff;
}
.back-to-home {
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 1;
}

.back-to-home a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #00719c;
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.getCode {
  /* position: ; */
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 16px;
}
.getCodeTxt {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 35px !important;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
}

#topnav .logo .logo-dark {
  display: none;
}

#topnav .logo .logo-light {
  display: inline-block;
  height: 5rem;
  position: absolute;
  left: 2vw;
  /* top: 4vh; */
}
.logTitle {
  /* font-size: 22px;
  font-weight: 400; */
  color: #495057;
}
.item-active {
  color:#00719c ;
  font-size: 22px;
  font-weight: 400;
}
#btnPass {

}
#btnMessage {

}
.pic-develop {
  height: 12vw;
}
.pic-cop {
  height: 18rem;
}
.develop-year {
  font-weight: bold;
  font-size: 25px;
  color: #689ccd;
}
.develop-year {
  font-weight: bold;
  font-size: 25px;
  color: #00719c;
}
.develop-desc {
  /* font-weight: bold; */
  font-size: 22px;
}
.develop-middle {
  height: 20px;
}
.container{max-width:1240px}
/* about */
.nav-bar {
  height: 2rem;
}
.sider-bar {
  border: 1px solid #ddd;
  padding: 1rem 0;
  list-style: none;
  text-align: center;
  border-radius: 4px;
  width: 10vw;
  font-size: 18px;
}
.sider-bar li {
  margin: 1rem 0;
  padding: 0.2rem 0;
}
.sider-bar .active {
  background: #e2eff7;
  /* color: #2d879d; */
  border-radius: 4px;
}
.sider-bar  a{
  color: #8492a6;
}
.sider-bar .active a{
  /* color: #2d879d; */
  color: #00719c;

  font-weight: bold;
}
.value-opinion {
  padding: 2rem;
}
.value-culture {
  padding: 2rem;
}
.value-culture  .title {
  font-size: 26px;
}
.value-culture  .eng-1{
  font-size: 18px;
}
.value-culture .num {
  font-size: 30px;
  color: #4472c4;
}
.culture-item {
  margin: 1rem;
}
.culture-p {
  padding: 0;
}
.culture .key {
  font-weight: bold;
  color: #0a72b6;
}
.culture {
 font-size: 18px;
}
.culture .culture-item {
  /* padding: 3rem 4rem; */
}
.culture img {
  height: 6rem;
}
.culture h5 {
  /* font-size: 26px; */
}
.culture .key_mb {
  margin-bottom: 4rem;
}
.culture .dream {
  margin-bottom: 2.3rem;
}
.culture .mission {
  margin-bottom: 0rem;
}
.culture .idea {
  margin-bottom: 4rem;
}
.value-culture .title-item {
  color: #00719c;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}    
/* news start*/
.news .item-img {
  /* height: 6rem;
  width: 6rem; */
  height: 100px;
  width: 235px;
}
/* news end*/
.value-opinion .value-text {
  font-family: '黑体';
  font-size: 26px;
      /* font-size: 26px; */
      /* color: #0e0e0e; */
      /* font-weight: normal; */
      /* line-height: 40px;
      text-align: center; */
}
.value-desc {
  font-family: '微软雅黑';
  font-size: 31px;
  color: #7e7e7e;
  font-weight: normal;
  line-height: 46px;
  text-align: center;
  margin-bottom: 1em;
}
/* about */
.about-style {
  /* font-size: 16px; */
}
.hotline {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}   
#topnav.detial-header {
  /* box-shadow: 0px 1px 3px #888888; */
  /* background-color: #00719c; */
  /* url('/template/default/images/our-service.png') no-repeat center */
  background: url('/template/default/images/head_bg.png') repeat bottom;
}
#topnav.show-top-bg {
  /* background-color: #00719c;
  box-shadow: 0px 1px 3px #888888; */
}
.section.introduce {
  padding: 100px 0;
}
.option-width {
  width: 8rem;
}
.bg-serviece 
{
  background:url('/template/default/images/our-service.png') no-repeat center;
  background-size: 60vw 48vh;
}  
.to-bottom {
  margin-bottom: 1rem;
}
.login {
  display: inline;
  position: absolute;
  right: 0;
  top: 0.9rem;
}
/* 表单校验 start */

/* 表单校验 end */
.top-bar {
  position: relative;
}
.trade-inline {
  display: flex;
  padding: 1rem;
}
.trade-icon {
  margin-top: .5rem;
}
.trade-title {
  padding: 1.5rem 0.5rem;
  margin-top: .5rem;
}
/* about end */
/* connect-us start */
.connect-us .more-city {
  /* display: none; */
}
.connects {
  margin: 0 11.6rem;
}
/* connect-us end */
/* 推荐 start */
.recom-2 {
  margin-bottom: 0.4rem;
}
.rec-2 {
  margin-bottom: 10.4rem;
}
.flax-mb {
  margin-bottom: 1.5rem;
}

/* 推荐 end */

/* job-list start*/
.job-list {

}
.pageBar ul {
  background-color: #fff!important;
}
.job-bar {
  margin-bottom: 2rem;
}
.job-list .job-info {
  /* margin-right: 0.5rem; */
  border: 1px solid #00719c;
  padding: .5rem 2rem;
  color: #00719c;
  cursor: pointer;
}
.job-list .job-info:hover {
  background: #00719c;
  color: #fff;
}
.job-list .key-word {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 0 5px;
}
.salary {
  color: #ff5959!important;
}
/* job-list end*/
.title-1 {
  color: #689ccd;
}
.en-1 {
  color: #00719c;
  font-weight: bold;    
  font-size: 20px;
}
.base-color {
  color: #00719c;
}
.color_grey{
color: #e1e1e1;

}
.light-blue {
  background-color: #d7f3ff;
}
.light-blue2 {
  background-color: #5fb8ed;
}
.company-name {
  color: #00719c;
  /* font-weight: bold;     */
  font-size: 1.4rem;
}
/* 二级导航 start */
.second-nav-bar {
  /* margin: 1rem 0; */
}
.second-nav-bar .nav-pills {
  border-bottom: 1px solid #dee2e6;
}
.second-nav-bar .nav-pills li {
  padding: 1rem 2rem;
}
.second-nav-bar .nav-pills li a{
  color: #3c4858 !important;
}
.second-nav-bar .nav-pills .li-active {
  border-bottom: 2px solid #00719c;
  font-weight: bold;
}
/* 二级导航 end */

/* about end*/
/* service start */
.service-item{
  background: white;
  border: none!important;
  box-shadow: 0 10px 60px 0 rgba(87,110,175,.14);
}
.bg-color {
  background-color:#00719c ;
}
.text-white {
  color: white;
}
.outer-img {
  background: url(/template/default/images/bg3.jpg) center center no-repeat;
  padding: 0 0.9rem;
}
.outer-img2 {
  background: url(/template/default/images/bg2.jpg) center center no-repeat;
  padding: 0 0.9rem;    border-radius: 10px !important;
}
.mb-2-new {
  margin-bottom: 2rem;
}
.hro .cutline{
  width: 1px;
  height: 10rem;
  background-color: #eee;
}
.hro .flex {
  display: flex;
}
.hro .bg-title {
  background: #00719c;
  
}
.hro .bg-title  a{
  color: white!important;
}
.hro .pic-quality {
  height: 22rem;
}
/* service end */
/* job-detail start */
.clear-float {
  clear: both;
}
.float-right {
  float: right;
}
.job-detail .like-title {
  font-weight: bold;
}
.job-detail .keyword{
  padding: 0.4rem;
  color: #00719c!important;
  background: rgba(78, 172, 194,0.3);
  margin-right: 0.3rem;
}
.last-item {
  border-bottom: none!important;
}
.text_desc {
  color: #666;
}
.base_color {
  color:#00719c ;
}
.black_main {
  color: #676767; 
}
._color-purple {
  color: #6e7fe0;
}
._default_color {
  background: #dee2e6;
}
._0_auto {
  margin: 0 auto;
}
._display_none {
  display: none;
}
._white_space {
  white-space: pre-line;
}
._line-clamp-1{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
._line-clamp-2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._line_clamp_3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
.nice-select .list {
  /* height: 15rem;
  overflow-y: auto; */
}
#divCitySel .nice-select{
  /* height: 15rem;
  overflow-y: auto; */
}
.pb-1-8 {
  padding-bottom: 1.8rem!important;
}
.p-title {
  font-size: 18px;
  font-weight: 700;
}
.second-title {
  font-size: 16px;
  font-weight: 700;
}
.title{
  font-size: 18px;
  /* font-weight: 700; */
}
.sub-title {
  font-size: 18px;
}
._wide-20 {
  width: 23rem;
}
._wide_80_percent {
  width: 80%;
}
.width_100 {
  width: 100%;
}
._vh15 {
  width: 15vw;
}
._4rem_mt {
  margin-top: 4rem;
}
._16px {
  font-size: 16px;
}
._12px {
  font-size: 12px;
}
._14px {
  font-size: 14px!important;
}
._margin_top_4 {
  margin-top: 4rem;
}
._margin_top_3 {
  margin-top: 3rem;
}
._mr_4 {
  margin-right: 4rem;
}
._border_radius_5 {
  border-radius: 5px;
}
._weight_600 {
  font-weight: 600;
}
._float_right {
  float: right;
}
.__visible_hide {
  visibility: hidden;
}
._zindex {
  z-index: 99;
}
._17px {
  font-size: 17px;
}
._18px {
  font-size: 18px;
}
._3rem {
  font-size: 1.3rem;
}
._4rem {
  width: 4rem;
}
._11rem {
  width:11rem;
}
.font14 {
  font-size: 14px;
}
._dis_none {
  display: none;
}
._w_15rem {
 width: 15rem;
}
._font_bold {
  font-weight: 700;
}
.weight400 {
  font-weight: 400;
}
._border_top {
  border-top: 1px solid rgb(206, 212, 218);
}
._ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._ellipsis_more{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
._flex {
  display:flex;
}
._round {
  border-radius: 50%;
}
._text_color {
  color: #666;
}
.color_light {
  color: #fff!important;
}
.radius_2 {
  border-radius: 2px;
}
._pointer {
  cursor: pointer;
}
._a_style {
  /* color:#00719c!important ; */
  color:#333!important ;
  cursor: pointer;
}
._a_style:hover {
  color:#00719c!important ;
  cursor: pointer;
}
._pb_5 {
  margin-bottom: 5rem;
}
._pt_3{
  padding-top: 3rem;
}
._text_decorate {
  text-decoration: underline;
}
._color-red {
  color: #ff5959!important;
}
._base-color {
  color: #00719c;
}
._base_color_samll  {
  color: #006fc2;
}
.text_desc_color {
 color: #525252; 
}
.text_grey_desc_color {
  color: #a7a7a7; 
}
.sub_color {
  color: #505050;
}
.sub_title_color{
  color: #4d4d4c;
}
._light-color {
  color: #00719c;
}
._small_title {
  font-weight: 700;
  font-size: 16px;
}
.pointer_none {
  pointer-events:none;
  color: #8492a6;
}
._p1rem {
  padding: 1rem;
}
._p05rem {
  padding: .5rem;
}
._10px {
  font-size: 10px;
}
.panel-team {
  /* height: 27rem; */
}
/* #noOne {
  padding-top: 1rem;
  font-weight: 400;
} */
#noteam {
  padding-top: 3rem;
}
.noOne {
  padding-top: 5rem;
}
.noSimpleFile {
  padding-top: 1rem;
}
.title-desc{
  border-left: 3px solid #00719c;
  padding-left: 7px;
}
a {
  /* color: #00719c; */
  color: #333;
}
a:hover {
  color: #4eacc2;
}
.icon-success {
  font-size: 4rem!important;
  color:#00719c;
}
.icon-jiantou {
  font-size: 12px!important;
}
.icon-downarrow {
  font-size: 12px!important;
}
#loading {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.iconfont:hover {
  /* color: #4eacc2; */
}
.mdi{
  /* color: #00719c; */
}
.mdi:hover{
  /* color: #4eacc2; */
}
.bg-job {
  padding: 1rem 12rem;
  height: 10rem;
  /* background-image: url("../images/bg_job.png"); */
}
.bj-job-img {
  position: absolute;
}
.job-bg {
  width: 100vw;
  height: 10rem;
}
.sp-line {
  margin: 0 16px;
  border-left: 1px solid #ddd;
  height: 7px;
  width: 0;
}
.job-desc {
  height: 41rem;
}
.optionBar {
  /* height: 100px; */
  height: 5rem;
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}
.job-detail {
  padding: 0;
}
.job-detail-shadow {
  /* box-shadow: 0px 3px 2px #777; */
}
.job-detail .mdi-heart{
  -webkit-text-stroke: 2px #ff5959;
    -webkit-text-fill-color: transparent;
}
.job-detail .mdi-heart:hover {
  -webkit-text-stroke: 0px #ff5959;
  -webkit-text-fill-color: #ff5959;
}
.heart-full {
  -webkit-text-fill-color: #ff5959!important;
}
/* job-detail end */
/* join start */
.moreInnerJob {
  float:right;
}
.join .img-item {
  height: 10rem;
  width: 13rem;
  margin: 0.2rem;
}
.news-item {
  height: 4rem;
  width: 6rem;
  /* margin: 0.2rem; */
}
/* join end */

    a.weixin {
	    position: relative;
    }

    .weixin img.qrcode {
        position: absolute;
        z-index: 99;
        top: -30px;
        right: 60px;
        width: 7.5rem;
        max-width: none;
        height: 7.5rem;
        transform: scale(0);
        transform-origin:  right;
        opacity: 0;
        border: .3125rem solid #00719c;
        border-radius: .25rem;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .weixin:hover img.qrcode {
        transform: scale(1);
        opacity: 1;
    } 

    /* a.weixin2 {
	    position: relative;
    }

    .weixin2 img.qrcode {
        position: absolute;
        z-index: 99;
        top: -130px;
        right: 40px;
        width: 7.5rem;
        max-width: none;
        height: 7.5rem;
        transform: scale(0);
        transform-origin: bottom right;
        opacity: 0;
        border: .3125rem solid #00719c;
        border-radius: .25rem;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .weixin2:hover img.qrcode {
        transform: scale(1);
        opacity: 1;
    }  */

    a.weixin2 {
	    position: relative;
    }

    .weixin2 img.qrcode {
        position: absolute;
        z-index: 99;
        top: 30px;
        right: 310px;
        width: 7.5rem;
        max-width: none;
        height: 7.5rem;
        transform: scale(0);
        transform-origin: bottom right;
        opacity: 0;
        border: .3125rem solid #00719c;
        border-radius: .25rem;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .weixin2:hover img.qrcode {
        transform: scale(1);
        opacity: 1;
    } 

.service-pic {
  height: 60vh;
}
.service-pic-div {
  margin-top: 40px;
}
.service-desc1 {
  position: absolute;
  top: 230px;
  z-index: 99;
}
.service-desc2 {
  position: absolute;
  top: 635px;
}
.service-container {
  margin-bottom: 40px;
}
.service-to-bottom {
  margin-bottom: 2.5rem;
}
.service2-to-bottom {
  /*margin-bottom: 4rem;*/
}
.service3-to-bottom {
  margin-bottom: 2.5rem;
}
.pic-client {
  height: 25vw;
}
.iconfont {
  font-size: 26px;
}
#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #00719c;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px 10px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .job-detail > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 30px;
}

/* #topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 30px;
} */

#topnav .navigation-menu > li > a {
  display: block;
  /* color: rgba(0, 0, 0, 0.8); */
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
#topnav .navigation-menu.first-page > li > a 
 {
  color: rgba(255, 255, 255, 0.8);
}
#topnav .navigation-menu.first-page button{
  color: black;
}
#topnav .navigation-menu.first-page #personName {
  color: black;
}
#topnav .userName {
  color: black;
}
#topnav.scroll .userName {
  color: #fff;
}
#topnav .btn-secondary:hover .userName{
  color: #fff;
}

#topnav  .index.dropdown-toggle::after {
  color: black;
}

#topnav .btn-secondary:hover.index.dropdown-toggle::after{
  
  color: #fff;
}
#topnav .btn-secondary:hover .userName{
  color: #fff;
}
#topnav .btn-secondary:hover #userName{
  color: #fff;
}
#topnav.scroll .dropdown-toggle::after{
  color: #fff;
}

#topnav.scroll .login  a{
  /* color: #000!important; */
  color: #fff; 
}
#topnav.scroll .login .dropdown-menu a{
  color: #000!important;
  /* color: #fff;  */
}
#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid rgba(255, 255, 255, 0.8);
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
  display: none;
}
#topnav .menu-extras {
  float: right;
}
#topnav.scroll {
  /* background: #ffffff; */
  /* visibility: hidden; */
  /* display: none; */
  background: #00719c;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
#topnav.scroll.show-top-bg {
  display: none;
}
.count-number {
  display: flex;
}
.yuan {
  font-size: 1.5rem;
  margin-top: 0.7rem;
}
#topnav.scroll .logo .logo-light {
  display: none;
}
.icon-desc {
  position: absolute;
  clip: rect(0px 200px 65px 0px);
}
.icon-chat {
  color: #00719c;
  font-weight: 400;
}

.icon-pending-evaluate{
  transition: all 1s linear;
}
.icon-pending-evaluate:hover {
  cursor: pointer;
  transition: 0.2s;
  transition-duration:1s;
  transform:scale(1.2);
  transition-timing-function:ease-in-out;
}

#topnav .logo .other-page.logo-dark {
  display: inline-block;
  height: 3rem;
}
#topnav .logo .other-page.logo-text {
  display: inline-block;
  height: 5rem;
}
#topnav.scroll .logo .logo-dark {
  /* display: inline-block; */
  display:none;
  height: 3rem;
}

#topnav.scroll .tagline {
  display: none;
}

#topnav.scroll .has-submenu.active > a {
  color: #2f55d4;
}

#topnav.scroll .tagline-dark {
  display: none;
}

#topnav.scroll .navigation-menu > li > a {
  color: #fff; 
}
#topnav .login  a {
  color: rgba(0, 0, 0, 0.8);
}
#topnav.scroll .login  a {
  color: #fff; 
}
#noLog a {  
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  /* border-color: #3c4858; */
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  /* color: #2f55d4; */
  color: #00719c; 
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a.home {
  /* color: #2f55d4; */
  color: #fff; 
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  /* border-color: #2f55d4; */
  border-color: #00719c;
}

.tagline {
  /* background: rgba(30, 30, 30, 0.1); */
  font-size: 13px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tagline .email, .tagline .phone {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 18px 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-right: 10px;
}

.tagline .phone {
  padding-left: 10px;
  color: #f8f9fc;
}

.tagline .email a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  color: #f8f9fc;
}

.tagline .topbar-list a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 0px 7px;
  line-height: 32px;
}

.tagline .topbar-list .selectize-input {
  width: 106px;
  padding: 5px 8px;
  text-align: left;
  border-radius: 5px !important;
  background: transparent !important;
}

.tagline .topbar-list .selectize-input input {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::-webkit-input-placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input:-ms-input-placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::-ms-input-placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input .item {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input:after {
  border-color: #ffffff transparent transparent transparent !important;
}

.tagline .topbar-list .selectize-input.dropdown-active:after {
  border-color: transparent transparent #ffffff transparent !important;
}

.selectize-dropdown {
  z-index: 999;
}

.logo {
  padding: 3px 0;
  line-height: 68px;
}

@media (min-width: 992px) {
   
  
  ._base-color {
    color: #006fc2;
  }
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: 11px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 25px;
    min-height: 60px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #ffffff;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    /* color:#00719c */
    color: #8ac9ff;
  }
  #topnav .navigation-menu > li:hover > span, #topnav .navigation-menu > li.active > a > span {
    /* color:#00719c */
    background: white;
    padding: 5px;
    border-radius: 5px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    margin-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    /* color: #2f55d4; */
    color: #00719c;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    /* padding-top: 25px; */
    padding-bottom: 5px;
  }
}
.navigation-menu > li > a{
  font-size: 16px;
}
.navigation-menu.about-size > li > a{
  font-size: 18px!important;
  /* color: red; */
}

@media (max-width: 991px) {
  #topnav {
    background-color: #00000094;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    min-height: 74px;
  }
  #topnav .tagline {
    display: none;
  }
  #topnav .tagline-dark {
    display: none;
  }
  #topnav .container {
    width: auto;
  }
  #topnav .logo .logo-light {
    /* display: none; */
        height: 3.5rem;
    top: 10px;
  }
  #topnav .logo .logo-dark {
    /* display: inline-block; */
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #2f55d4;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a > span {
    /* background: white;
    padding: 5px;
    border-radius: 5px; */
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858!important;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #2f55d4;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #2f55d4;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  body {
    background-color: #f8f9fc !important;
  }
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
    border-color: #3c4858;
    display: block;
  }
  #topnav .navigation-menu .has-submenu.active .menu-arrow {
    color: #2f55d4;
  }
  
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav.scroll {
    /* color: #006fc2; */
    background: #006fc2;
  }
  ._base-color {
    color: #006fc2;
  }
  #topnav .buy-button {
    display: none;
  }
  #topnav .navbar-toggle .lines {
    /* margin-right: 0 !important; */
  }
  .yuan {
    font-size: 12px;
    /* margin-top: 0.7rem; */
  }
}

.bg-home {
  padding: 300px 0px 410px 0px;
  /* padding: 300px 0px 352px 0px; */
  background-size: cover;
  position: relative;
  background-position: center center;
}

.desc-1 {
  position: absolute;
  top: 20vh;
  left: -2vw;
}
.desc-2 {
  position: absolute;
  top: 20vh;
  left: 2vw;
}
.desc-3 {
  position: absolute;
  top: 60vh;
  left: 2.7vw;
  /* background: #046b87; */
}
.desc_01 {
  width: 37vw;
  height: 55vh;
}
.desc_02 {
  width: 42vw;
  /* height: 43vh; */
}
.special_text_div {
  float: right;
  margin-right: 1.5vw;
}
.special_text_01 {
  width: 42vw;
  /* float: right; */
}
.special_text_02 {
  cursor: pointer;
  width: 15vw;
  /* float: right; */
}
.special_text_03 {
  
  width: 10vw;
}
.special_text3_div {
  position: absolute;
  top: 0;
  left: 15vw;
}
.carousel-pic {
  padding: 300px 0px 410px 0px;
  position: relative;
  background-position: center center;
  background-size: cover;
}

/* 轮播图start */
/* 轮播图end */


.after-banner {
  /* margin-top: 100vh;
  display: block; */
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.home-box {
  width: 100px;
  height: 270px;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-purify {
  /* background-color: #00719c; */
  /* background-image: url("../images/bg-page-header.jpg"); */
  padding: 100px 0px 30px 0px;
  /* background-image: url("/template/default/images/bg-home3.jpg"); */
  background-size: cover;
  position: relative;
  background-position: center center;
}
.bg-purify.job-detail {
  padding: 100px 0px 0px 0px;
}
.sm-job-detail {
  margin-top: 5rem;
}

.bg-half {
  /* background-image: url("../images/bg-page-header.jpg"); */
  padding: 100px 0px 30px 0px;
  background-image: url("/template/default/images/bg-home3.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.home-registration-form {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.registration-form-box {
  position: relative;
}

.registration-form-box .selectize-input {
  line-height: 2.4;
  padding: 6px 6px 6px 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.registration-form-box i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  z-index: 2;
  color: #8492a6;
}

.registration-input-box {
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 13px;
  height: 45px !important;
  padding: 6px 6px 6px 45px;
  border: 1px solid #e6eaf4;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  border-radius: 10px;
}

.selectize-control {
  line-height: 0.8;
}

.selectize-input {
  border: 1px solid #e6eaf4;
}

.popu-category-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popu-category-box i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #edf0fb;
}

.popu-category-box .popu-category-content .title {
  font-size: 18px;
}

.popu-category-box:hover {
  /* -webkit-transform: translateY(-10px);
          transform: translateY(-10px); */
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.how-it-work-box .how-it-work-img {
  background-color: #edf0fb;
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
  padding: 12px 8px;
}

.testi-box .testi-icon i {
  position: absolute;
  right: 18px;
  bottom: 0px;
  color: #d8dff7;
}

.owl-theme .owl-controls .owl-page span {
  height: 8px;
  background: #00719c;
}

@media (min-width: 200px) and (max-width: 768px) {
  #topnav.scroll {
    /* color: #006fc2; */
    /* background: #006fc2; */
    background: #000000d1;
  }
  .yuan {
    font-size: 12px;
    /* margin-top: 0.7rem; */
  }
  .registration-form-box {
    margin-bottom: 10px;
  }
  .bg-home, .bg-half {
    padding: 190px 0px 40px;
    /*margin-top: 70px;*/
  }
  .coop-flow {
    display: none;
  }
}


@media (max-width: 1024px) {
  .testi-icon i {
    display: none;
  }
}

/********************
    job-listing
*********************/

.filters {
  padding: 0 2rem;
}
.filters-title{
  font-weight: 600;
}
.filters ul {
  list-style: none;
}

.filters ul li {
  float: left;
  margin: 0 1rem;
  padding: 0 1rem;
  border-radius: 2px;
  cursor: pointer;
}

.filters ul li:hover {
  background-color: #00719c;
  color: white;
}
.filters ul.list li:hover {
  background-color: #00719c;
  color: white;
}
.filters .active {
  background-color: #00719c;
  color: white;
}

.job-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* margin-right: 2rem; */
}
.job-item  {
  padding: 0!important;
}

.job-box .lable {
  width: 200px;
  position: absolute;
  top: -2px;
  left: -86px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
  background: #9bd8e6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .lable h6 {
  font-size: 12px;
}

.job-box:hover {
  border-color: #00719c !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.job-box:hover .lable {
  /* background: #2f55d4; */
  background: #00719c; 
}

.job-list-reg-form {
  position: relative;
  bottom: 45px;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

.left-sidebar .card-body {
  border-bottom: 1px solid #eaedf6;
}

a.job-list[data-toggle=collapse]:before {
  content: '\f374';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 20px;
  color: #161c2d;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.job-list[data-toggle=collapse].collapsed:before {
  content: '\f415';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.job-list {
  position: relative;
}
.panel-search {
  margin: .5rem;
  padding: .5rem;
  border-radius: 10px;
}
.btn-cities {
  color: #fff;
}
.search_input {
  height: 2rem;
  width: 100%;
  padding-left: 2rem;
  border: none;
}
.search_input::-webkit-input-placeholder { 
  /* WebKit browsers */ 
  color: #e1e1e1; 
  } 
.icon-search {
  position: absolute;
  font-size: 16px!important;
}
.sc-job {
  margin-top: 4rem;
}
.page-btn {
  border: 1px solid #dee2e6;
  padding: 0.5rem;
}
.page-btn:hover {
  background-color: #e9ecef;
  cursor: pointer;
}
.page-input {
  width: 4rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #dee2e6;
}
.card-header {
  background-color: transparent;
  margin-bottom: 0 !important;
}

.custom-control-label:before {
  border: 1px solid #8492a6;
  background-color: transparent;
  width: 17px;
  height: 17px;
  top: 3px;
}

.custom-control-label:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: -25px;
}

.custom-control {
  margin: 11px 20px;
}

.nice-select:after {
  margin-top: -5px;
  height: 7px;
  width: 7px;
}

.apply-btn-sm {
  padding: 6px 20px;
  border-radius: 4px;
}

.job-list-box {
  /* -webkit-transition: all 0.5s;
  transition: all 0.5s; */
}

.job-list-box:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* -webkit-transform: translateY(-5px);
          transform: translateY(-5px); */
}
.job-list-box .btn-send {
  /* display: none; */
  visibility: hidden;
}
.job-list-box:hover .btn-send {
  visibility: visible;
  /* width: 5rem;
  float: right; */
}
.text-date {
  position: absolute;
  right: 1rem;
  visibility: visible;
}
.job-list-box:hover .text-date {
  /* display: none; */
  visibility: hidden;
}

/********************
    JOB LIST GRID
*********************/
.job-list-grid {
  padding: 210px 0px 60px 0px;
  background-image: url("http://www.zdlchina.com/images/job-list-grid-bg.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.job-list-grid-reg-form {
  background-color: #fcfcfe !important;
  border: 1px solid #eaedf6;
}

.list-grid-item {
  border: 1px solid #eaedf6;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-grid-item:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.grid-fev-icon {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.grid-fev-icon:hover {
  -webkit-text-stroke: 0px #2f55d4;
  -webkit-text-fill-color: #2f55d4;
}

/********************
    JOB SINGLE
*********************/
.job-time-btn {
  border-radius: 50px;
}

.job-overview {
  padding: 24px 0 24px 24px;
}

.overview-details {
  overflow: hidden;
}

@media (min-width: 200px) and (max-width: 768px) {
  /* .company-logo-img {
    margin-bottom: 30px;
  } */
  .mt-40 {
    margin-top: 40px !important;
  }
  .sort-button .list {
    right: 0;
    left: auto;
  }
  .job-list-btn-space {
    margin: 12px 0;
  }
}

@media (max-width: 425px) {
  .job-list-button-sm {
    text-align: center !important;
    margin: 30px 0px 12px;
  }
  .job-list-desc {
    text-align: center;
  }
  .job-list-reg-form {
    bottom: 70px;
  }
  .show-results h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 18px !important;
  }
  .show-results .float-left {
    float: none !important;
  }
  .job-detail-com-desc {
    text-align: center;
  }
  .job-single-meta li:after {
    display: none;
  }
  .job-single-logo-img img {
    margin-bottom: 20px;
  }
  .pl-bottom {
    display: none;
  }
  .largeScreen {
    display: none;
  }
  .smallScreen {
    display: block;
  }
}

@media (max-width: 1024px) {
  .sort-button .list {
    right: 0 !important;
    left: auto !important;
  }
}

/********************
  CANDIDATES LISTING
*********************/
.fav-icon i {
  -webkit-text-stroke: 2px #e43f52;
  -webkit-text-fill-color: transparent;
}

.fav-icon i:hover {
  -webkit-text-stroke: 0px #e43f52;
  -webkit-text-fill-color: #e43f52;
}

.chat-icon i {
  -webkit-text-stroke: 1px #4eacc2;
  -webkit-text-fill-color: transparent;
}
.chat-icon i:hover {
  -webkit-text-stroke: 1px #4eacc2;
  -webkit-text-fill-color: transparent;
}

/********************
  CANDIDATES PROFILE
*********************/
.candidates-profile-education {
  padding: 64px 24px 24px;
}

.candidates-profile-education .profile-education-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/********************
  CANDIDATES RESUME
*********************/
.resume-user {
  width: 90px;
  height: 90px;
  line-height: 110px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .fav-icon {
    position: absolute;
    left: 0;
    right: 200px;
  }
}

.employers-list {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.employers-list .name:hover {
  color: #2f55d4 !important;
}

.employers-list .fav-collection {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
}

.employers-list:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.employers-list:hover .fav-collection {
  opacity: 1;
}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.position-relative{text-align:center;}
.blog .content h4 {
  line-height: 1.2;
  text-align:left;
}
.blog .content .text-muted{ text-align:left;-webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.blog .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .title:hover {
  color: #2f55d4 !important;
}

.blog .content .readmore:hover {
  /* color: #2f55d4 !important; */
  color: #00719c !important;
  
}

.blog .author {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .likes {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.6;
}

.blog:hover .author {
  opacity: 1;
}

.blog:hover .author .user:hover {
  color: #d8dff7 !important;
}

.blog:hover .likes {
  opacity: 1;
}

.blog:hover .likes .like:hover {
  color: #e43f52 !important;
}

.blog:hover .likes .comments:hover {
  color: #2eca8b !important;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagories li {
  padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagories li a, .sidebar .widget .catagories li span {
  font-size: 15px;
}

.sidebar .widget .catagories li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #00719c;
  color: #ffffff;
}

/********************
      BLOG DETAILS
*********************/
.blog-datails-item li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-item li a:hover {
  color: #2f55d4 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 6px;
}

.form-control.blog-details {
  border: 1px solid #e6eaf4;
  padding: 7px 14px 7px 30px;
}

.blog-details-form i {
  position: absolute;
  left: 22px;
  top: 6px;
}

/********************
      ABOUT US
*********************/

.about-bg {
  padding: 180px 0px 80px 0px;
  background-image: url("http://www.zdlchina.com/images/about-bg.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.bolg-post-icon li a {
  color: #8492a6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bolg-post-icon li a:hover {
  color: #2f55d4;
}

.nav-pills .nav-link.about-us.active,
.nav-pills .show > .nav-link.about-us {
  background-color: rgba(0, 123, 255, 0);
}

.nav-link:hover .blog-post-overlay, .nav-link.active .blog-post-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(60, 72, 88, 0.5);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post-testi-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog-post-testi-img img {
  width: 5rem;
}

.blog-post-testi-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-link:hover .blog-post-testi-icon,
.nav-link.active .blog-post-testi-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/********************
      SERVICE
*********************/
.service-icon {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #e9edfa;
  width: 86px;
  height: 90px;
  line-height: 108px;
  text-align: center;
  /* -webkit-text-stroke: 1px #2f55d4; #558d9a*/
  -webkit-text-stroke: 1px #558d9a;
  -webkit-text-fill-color: transparent;
}

.service-info-img .service-overlay {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
}

.service-info-img .service-overlay .service-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.service-info-img .service-overlay .title {
  background: rgba(60, 72, 88, 0.5);
}

.service-info-img:hover .service-overlay {
  opacity: 1;
}
/* profile start */

.files {
  width: 13rem;
}
.saveFile {
  width: 13rem;
  margin: 1rem 0;
}
#resuEvaluate {
  white-space: pre-line;
}
.photo-item, .photo-add {
    position: relative;
    float: left;
    width: 120px;
    height: 90px;
    margin-bottom: 52px;
    margin-right: 16px;
}

.item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.uploader-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.profile .profile-head { 
  width: 85px;
  height: 104px;
}
.disable-style {
    pointer-events: none;
}
.diabled-forbidden {
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#establishDate {
  padding: 0 1rem !important;
}
.picker-date {
  padding: 0 1rem;
}
#resuWorkStartDateValue {
  padding: 0 1rem;
}
.gj-icon {
  margin-top: 10px;
  margin-right: 10px;
}
.profile .iconfont {
  color: #8492a6!important ;
  font-size: 22px;
}
.profile .iconfont.item {
  color: #00719c!important;
}
.profile .icon-edit{
  /* display: none; */
}
#icons {
  width: 5rem;
  height: 5rem;
}
 /* #icons i{
  display: none;
} */
/*
#icons:hover i{
  display: block;
} */
/* #icons  i:hover{
  display: block;
} */
.workItem i{
  display: none;
}
.workItem:hover i{
  display: block;
}
/* .workItem i:hover{
  display: block;
} */
/* .icon-edit */
.profile .icon-edit:hover {
  /* display:block; */
  color: #00719c!important;
}
.profile .icon-delete:hover {
  color: #00719c!important;
}
.profile .icon-Addnewcompose:hover {
  color: #00719c!important;
}
.profile .edit {
    padding: 1rem;
}
.profile .true-name {
  font-size: 26px;
}
.profile .item-name {
  font-size: 16px;
  font-weight: 700;
}
.file-title {
  margin-left: 0.5rem;
}

.profile .file-item2 {
  padding: 1rem;
  border: 1px solid transparent;
  /* border-bottom: 1px solid #ddd; */
}
.profile .file-item {
  padding: 1rem;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
}
.profile .item-icon {
  font-size: 26px;
}
.profile .file-item:hover {
  border: 1px solid #00719c;
}
.profile.personlist:hover {
  border: 1px solid inherit;
}
.profile .file-item .item{
  margin-right: 1rem;
}
.profile  .edit-item {
  border: 1px solid #00719c;
}
.profile  .content {
  padding-left: 3rem;
}
.profile .edit-txt {
  color: #ddd;
}
.profile .head-img span {
  color: #00719c;
  cursor: pointer;
}
.profile .head-img span:hover {
  color: #00719c;
}
.profile .btns .btn{
  margin: 0 1rem;
}
.profile .icon-desc {
 color: #8492a6!important;
}
/* 粗体 */
.font-bold{
  font-weight: bold;
}
.fw-400 {
  font-weight: 400;
}
.mtb_05{
  margin: 0.5rem 0;
}
.mtb_1{
  margin: 1rem 0;
}
/* profile end */

/* personal-center start */
.personal-center .company{
  font-size: 16px;
  font-weight: bold;
}
.box-center {
  background: inherit!important;
  border:none!important;
  width: 10rem;
}
.personal-center .company .btn-primary{
  font-size: 10px;
  margin: 5px 0;
}
.personal-center .company .item-value {
  font-weight: 700;
  font-size: 16px;
}
.personal-center .head {
  /* padding: 5px; */
  padding: 5px 0 0 15px;
}
.personal-center .content {
  /* margin: 1rem 0; */
  margin-top: 1rem;
}
.personal-center .my-personnel {
  padding: 1rem 0;
}
.personal-center .person-item {
  font-size: 15px;
  padding: 0;
}
.personal-center .desc {
  font-size: 15px;
  font-weight: 700;
}
.personal-center .mr-1 {
  margin-right: 0.5rem;
}
.list-group-item.active{
  background-color: #00719c;
  border-color: #00719c;
}
.setting .list-group {
  width: 100%;
  text-align: center;
}
.btn-default {
  background: #f8f9fc;
}
.pd-1 {
  padding: 1rem;
}
.personal-center .item-num {
  font-size: 12px;
  padding: 0;
}
.personal-center .p-text {
  /* font-weight: bold; */
    font-size: 15px;
    margin: 0.5rem;
}
.personal-center .lable-pink {
  background: #00719c;
  padding: 5px;
  color: white;
  margin: 3px;
}
.personal-center .lable-blue {
  background: #00719c;
  padding: 5px;
  color: white;
  margin: 3px;
}
.personal-center .lable-yellow {
  background: #f3c43e;
  padding: 5px;
  color: white;
  margin: 3px;
}
.main-info .desc{
  font-size: 16px;
}
.personal-center .upload {
  font-size: 16px;
  font-weight: 400;
  color: #00719c;
  margin: 0 1rem;
}
.btnUpload {
  padding: 5px;
  border: none!important;
  font-weight: 400;
  color: #006fc2;
}
.personal-center .icon-upload {
  font-size: 16px;
}
.personal-center .me {
  height: 100%;
}
.personal-center .personal {
  font-size: 16px;
}
.select-box .selectize-input {
  /* background: inherit;
  border: none;
  color: white; */
}
#select-lang .selectize-control.single .selectize-input,
 .selectize-control.single .selectize-input input {
  /* background: inherit; 
   border: none;
  color: white;  */
}
.select-box {
  /* background: inherit;
  border: none;
  color: white; */
}
.top_20 {
  position: absolute;
  top: 20%;
}
.font_14{
  font-size: 14px;
}
.title-bolder {
  font-weight: 700;
}
.aaa {
  /* color: #fff; */
  /* background-color: red; */
}
.nav-tabs {
  padding: 0 1rem;
}

.company-center .btn-white {
  color: white;
  border: 1px solid #fff;
  font-size: 14px;
}
#more-jobs {
  cursor: pointer;
}
 .font-17p {
  font-size: 17px;
}
.h-5{
  height: 5rem;
}
.weight_400 {
  font-weight: 400;
}
.modal-backdrop {
  /* opacity: 0 !important;
  filter: alpha(opacity=0) !important; */
}

/* myModal start*/
#myModal .modal-bg{
  /* background-image: url('../images/chat-bg.png') ; */
  background:url('http://www.zdlchina.com/images/blog/img-8.jpg') no-repeat center;
  height: 15rem;
}
#myModal .btn-com {
  padding: 0.5rem;
  background: #00719c;
  margin: 0.5rem;
  color: #fff;
}
#myModal .btn-per {
  padding: 0.5rem;
  background: #f3c43e;
  margin: 0.5rem;
  color: #fff;
}
#myModal .phone {
  color: #00719c;
  padding: 0.5rem 0;
}

#myModal .chat-desc {

}
#myModal .chat-bottom {
  /* padding: 1rem; */
}
/* myModal end */
/* .personal-center .btn-intro{
  
} */
/* personal-center end */

/* reg-log start*/
.reg-log .reg-title {
  border-bottom: 2px solid #00719c;
  margin: 1rem 0;
}
.recomm-jobs {
  /* font-weight: 700; */
  font-size: 16px;
}
.recomm-jobs .money{
  color: #ff5959;
}
table {
  font-size: 16px;
}
#tb-team td {
  border: none;
}
#teamAddr {
  font-weight: 400;
}
#teamName {
  cursor: pointer;
}
.team .introTxt {
  height: 18rem;
}
.team .tb-job {
  height: 18rem;
}
.recomm-jobs table tr {
  border: 0px;
}
.recomm-jobs table td{border: 1px solid transparent !important;} 
.company-job-list table td{border: 1px solid transparent !important;} 
.company-job-list table {
  margin-bottom: 0;
}
.list-panel-height {
  height: 24rem;
}
.list-panel-height {
  height: 26rem;
}
.recomm-jobs .title-row {
  height: 2rem;
}
/* reg-log end*/

/* personal-center start*/

/* personal-center end*/

/* labor dispatch start */
.labor-dispatch {
  /* padding-top: 5rem; */
}
.labor-dispatch .btn-primary{
  width: 10rem;
}
/* labor dispatch end*/
/********************
        TEAM
*********************/
.team-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(60, 72, 88, 0.8);
}

/********************
        PRICING  
*********************/
.pricing-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-box .pricing-plan-item li {
  padding: 6px;
}

.pricing-box:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.notification-icon i {
  font-size: 27px;
}

.notification-icon span {
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 9px;
  padding: .45em .6em;
}

.subscribe input {
  padding: 21px 12px;
  border: 1px solid #eaedf6;
}

.subscribe input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-icon {
  height: 74px;
  width: 74px;
  text-align: center;
  font-size: 34px;
  line-height: 74px;
  border-color: #2f55d4 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #4063d7;
  color: #4063d7;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

.app-contact-desc p {
  overflow: hidden;
}

.contact-location {
  border: 1px solid #2f55d4;
  border-radius: 4px;
}

.contact-location-icon {
  border: 1px solid #2f55d4;
  position: absolute;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 40px;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-location-icon i {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
}

.contact-social-icon li a {
  height: 38px;
  width: 38px;
  font-size: 18px;
  line-height: 36px;
}

.contact-social-icon li {
  margin: 4px !important;
}

.custom-file-label:after {
  border-radius: 0 10px 10px 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}
#footerBar {
  /* margin-bottom: 5rem; */
}
.footer {
  /* background: #202942; */
  /* #285864 */
  background: #1d5d75;
  padding: 30px 0;
  position: relative;
  color: #adb5bd;
}

.footer .footer-list-title {
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 700;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #e6e8ea;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer .text-foot {
  color: #adb5bd;
}

.footer.footer-bar {
  padding: 10px 0;
}

.footer.footer-bar .payment-cards img {
  height: 25px;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #094856;
}
/*# sourceMappingURL=style.css.map */

.img-desc {
  bottom: 0;
  position: absolute;
}
.main{
  width: 100px;
  height: 100px;
  /* border: 2px dashed #666; */
  margin: 20px auto;
  /* position: relative; */
}
.main input{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 11;
}
.main .btn{
  width: 150px;
  height: 130px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.record {
  color: #8fc6de!important;
}
.kl{
  width: 100%;
  position: relative;
}

.kl .ph{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease;
  text-align: center;
}
.kl .phoneIcon{
  z-index: 2;
}
.kl .phoneNumber{
  z-index: 1;
  opacity: 0;
}

.inner-icon {
  font-size: 18px!important;
}

.kl:hover .phoneIcon{
  z-index: 1;
  opacity: 0;
}
.kl:hover .phoneNumber{
  z-index: 2;
  opacity: 1;
  display: block;
  width: 150px;
  left: -90px;
  background:#00719c;
  color: #fff;
}

.kl
a:nth-last-of-type(1){
   transition-delay: 0.4s;
}

.kl img.qrcode {
  position: absolute;
  z-index: 99;
  top: -30px;
  right: 153px;
  width: 7.5rem;
  max-width: none;
  height: 7.5rem;
  transform: scale(0);
  transform-origin:  right;
  opacity: 0;
  /* border: .3125rem solid #00719c; */
  border-radius: .25rem;
  /* -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; */
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition:all 0.6s ease;
}

.kl:hover img.qrcode {
  transform: scale(1);
  opacity: 1;
} 

#teamQrCode.teamQrCode {
  color: rgb(70, 187, 54) !important;
}
.hoverClass {
  color: rgb(70, 187, 54);
}
.icon-team {
  color: #00719c !important;
}
.icon-pending-evaluate:hover {
  color: #8492a6;
}
.icon-pending-evaluate {
  color: #00719c !important;
}
 .icon-weixin  {
  color: rgb(70, 187, 54) !important;
}
#wxImg {
  display:none;
  height:50px;
  top: -4rem;
  /* bottom: 1rem; */
  background:#fff;
  position:absolute;
} */

/* svg */
.alSvgIcon {
  width: 1em; 
  height: 1em;
  fill: currentColor;
  overflow: hidden;
}
.menuIcon{
  font-size: 16px;
}

.table td, .table th {
  padding: .4rem;
}
#more-jobs table {
  font-size: 14px;
}
table.hotPos {
  font-size: 15px;
}

@media (max-width: 425px) {
  
  body {
    background-color: #f8f9fc !important;
    font-size: 12px;
    color: #525252;
  }
  
  #btnUpload .icon-upload {
    color: #006fc2!important;
  }
  .profile .iconfont {
    font-size: 18px;
  }
  .profile .true-name {
    font-size: 22px;
  }
  .nice-select {
    width: 100%;
  }
  .photo-item, .photo-add {
    height: 140px;
  }
  .profile .file-item .item{
    margin-right: .5rem;
    font-weight: 400;
  }
  #sm_show-expect  .item {
    margin-right: 1rem!important;
  }
  .item-active {
    color:#006fc2 ;
    font-size: 16px;
    font-weight: 600;
  }
  #topnav.scroll.show-top-bg {
    display: block;
  }
  #topnav.scroll .userName {
    color: inherit;
  }
  
  #topnav.scroll .dropdown-toggle::after{
    color: inherit;
  }
  .dropdown-menu {
    min-width: 0rem;
  }
  #topnav .navbar-toggle span {
    background-color: #ffffff;
  }
  a {
    /* color: #00719c; */
    color: #006fc2;
  }
  ._a_style {
    /* color:#333!important ; */
    color:#006fc2!important ;
    cursor: pointer;
  }
  .join .img-item {
    height: 7rem;
    width: 100%;
  }
  .tabList {
    display: flex;
    padding-top: 6rem;
  }
  .tabList li{
    padding: 0!important;
  }
  .hro .cutline{
    display: none;
  }
  .a_cutline {
    width: 1px;
    background: #006fc2;
    height: 10px;
    display: inline-block;
  }
  .contact-icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
  }
  .company-logo-img {
    margin-bottom: 15px;
	display:none;
  }
  .news .item-img {
    height: 70px;
    width: 164.5px;
  }
  ._wide-20 {
    width: 100%;
  }
  section.bg-half {
    display: none;
  }
  .bg_cover {
    background-size: cover!important;
  }
  /* #topnav .navigation-menu > li:hover > span, #topnav .navigation-menu > li.active > a > span {
        background: inherit;
  } */
   #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
    border-color: #3c4858;
    display: block;
    margin: 0 1rem;
  }
  #topnav .navigation-menu .has-submenu.active .menu-arrow {
    /* color: #2f55d4; */
  }
  #topnav.scroll .logo .logo-light {
    display: block;
  }
  #topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a.home {
    /* color: #2f55d4; */
    color: #00719c; 
  }
  /* .login {
    display: none;
  } */
  #topnav.scroll .navigation-menu > li > a {
    color: #333; 
  }
  #topnav.scroll .logo .logo-light {
    /* display: block; */
  }
  .mo-mb-2 {
    margin-bottom: .5rem !important;
  }
  #counter .counter-icon {
    /* float: none !important; */
    margin: 0 !important;
  }
  #counter .home-counter {
    text-align: center;
  }
  .subscribe input {
    margin: 12px 0;
  }
  
  #rightBar {
    display: none!important;
    /* background-color: red; */
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #006fc2 !important;
    background-color: inherit;
    border: none;
    color: #006fc2;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        /* border-color:inherit!important; */
        border: none;
        border-bottom: 2px solid #006fc2;
       
  }
  .setting a {
    color: inherit;
  }
  .back-to-top:hover {
    background-color: #006fc2!important;
  }
  #sm_logo {
    width: 4rem;
  }
  
  .iconfont {
    font-size: 12px;
  }
  #fileHead {
    width: 5rem;
  }
  .comInfo {
    position: absolute;
    bottom: 0;
  }
  .logo-light.smallScreen {
    display: block!important;
  }
  .title {
    font-size: 16px;
  }
  
  .text-primary {
    color: #006fc2 !important;
  }
  .sm_headImg {
    max-width: 70%;
  }
  .icon-star {
    color: orange;
    font-size: 20px !important;
  }
  .icon-star1 {
    font-size: 20px !important;
  }
  .icon-share {
    font-size: 20px !important;
  }
  .info-tabs{
    margin-top: 5rem;
  }
}

/* 选择城市 */
.selectCity {
  
}



/*about发展历程*/
.bus_lc{padding:55px 0 90px;}
.bus_lc .bus_lc_content{position:relative;width:100%;}
.bus_lc .bus_lc_ul{width:100%;overflow:hidden;}
.bus_lc .bus_lc_ul .bus_lc_li{padding: 0 25px 0 4px;}
.bus_lc .bus_lc_ul .bu_lc_img{width:100%;position:relative;}
.bus_lc .bus_lc_ul .bu_lc_img p{display:block;width:100%;height:100%;text-align: center;position:absolute;left:0;top:0;object-fit:cover;font-size: 28px;height: 34px;line-height: 34px;font-weight: bold;color: #222;}
.bus_lc .bus_lc_ul .bu_lc_txt{margin-top:51px;position:relative;border-top:1px solid #bfbfbf;padding-left:10px;position:relative;}
.bus_lc .bus_lc_ul .bu_lc_txt:before{content:'';width:20px;height:20px;background:rgba(73,73,73,.3);border-radius:50%;position:absolute;left:0;top:-10px;}
.bus_lc .bus_lc_ul .bu_lc_txt:after{content:'';width:10px;height:10px;border-radius:50%;background:#494949;position:absolute;left:5px;top:-5px;}

.bus_lc .bus_lc_ul .bu_lc_pp{border-left:1px solid #BFBFBF;padding:10px 20px;}
.bus_lc .bus_lc_ul .bu_lc_pp p{margin:0;}
.bus_lc .bus_lc_ul .bu_lc_pp p:first-child{font-size:24px;height:34px;line-height:34px;font-weight:bold;color:#222;}
.bus_lc .bus_lc_ul .bu_lc_pp p:last-child{font-size:16px;line-height:24px;margin-top:7px;color:#666;height:72px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.bus_lc .bus_lc_content .swiper-button-prev{left:-72px;width:42px;height:42px;background:url(/template/default/images/lc_icon1.png) no-repeat center center;background-size:auto;margin-top:-113px;outline:none;}
.bus_lc .bus_lc_content .swiper-button-next{right:-72px;width:42px;height:42px;background:url(/template/default/images/lc_icon2.png) no-repeat center center;background-size:auto;margin-top:-113px;outline:none;}
/*1429ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:1429px){
	.bus_lc{padding:30px 0 50px;}
	.bus_lc .bus_lc_content{padding:0 72px;}
	.bus_lc .bus_lc_content .swiper-button-prev{left:0;}
	.bus_lc .bus_lc_content .swiper-button-next{right:0;}
	.bus_lc .bus_lc_ul .bu_lc_txt{margin-top:30px;}
	.bus_lc .bus_lc_ul .bu_lc_pp p:last-child{font-size:15px;height:96px;-webkit-line-clamp:4;}
}
/*1229ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:1229px){
	.bus_lc{padding:20px 0 30px;}
	.bus_lc .bus_lc_ul .bu_lc_pp p:first-child{font-size:20px;height:30px;line-height:30px;}
	.bus_lc .bus_lc_ul .bu_lc_pp p:last-child{font-size:14px;margin-top:5px;}
}
/*1024ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:1023px){
	.bus_lc .bus_lc_ul .bus_lc_li{padding:0 15px 0 0;}
}
/*499ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:499px){
	.bus_lc .bus_lc_content{padding:0 40px;}
	.bus_lc .bus_lc_ul .bus_lc_li{padding:0 0 0 0;}
	.bus_lc .bus_lc_content .swiper-button-prev{width:30px;height:30px;background-size:cover;}
	.bus_lc .bus_lc_content .swiper-button-next{width:30px;height:30px;background-size:cover;}
	.bus_lc .bus_lc_ul .bu_lc_txt{margin-top:20px;}
	.bus_lc .bus_lc_ul .bu_lc_pp{padding:10px 15px;}
}

/*流程*/
.lc_ul{ text-align:center; margin-top:20px; padding-bottom:25px; padding: 0 13px; float: left;}
.lc_ul .lct{ background:#2b2121; border-radius:50%; width:111px; height:111px; margin:0 auto; text-align:center; position:relative; transition:0.3s} 
.lc_ul .lct img{ top:50%;transform: translateY(-50%) !important; position:relative; width:70px; height:70px;}
.lc_ul:hover .lct{ background:#00719c}
.lc_ul .lct_1{ width:30px; height:30px; border:1px solid #b2b2b2; font-size:16px; line-height:28px; margin:15px auto; border-radius:50%; color:#8e9fb0; }
.lc_ul .lct_2{ font-size:16px; color:#4f4f4f; padding:5px 0}
/*.lc_ul .lct_1:before{ content: '';    position: absolute;    left: 0;    top: 62%;    width: calc(50% - 17px);    background: #adadad;    height: 2px;}*/
/*.lc_ul .lct_1:after {content: '';    position: absolute;    right: 0;    top: 62%;    width: calc(50% - 17px);    background: #adadad;    height: 2px;}*/
.lc_ul:first-child .lct_1:before{ content:none}
.lc_ul:last-child .lct_1:after{ content:none}
