body {
  background: #f8f9ff !important;
  margin: 0;
  padding: 0;
}

.fl {
  float: left;
}

button,
input {
  border: none;
  outline: none;
  background: transparent;
}

a,
li {
  text-decoration: none;
  list-style-type: none;
}


/* 头部导航 */
.head_box {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  width: 100%;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  background: url(https://img.zwdaohang.com/upload/202605111817056518.png) no-repeat bottom;
}

.header .logo {
  float: left;
  margin-top: 20px;
  margin-right: 200px;
}

.header .logo a img {
  width: 151px;
  height: 60px;
}

.header ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header ul li {
  margin-left: 8.34579vh;
}

.header ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}

.swiper-slide.first {
  position: relative;
  background: url(https://img.zwdaohang.com/upload/202605112057339036.png) no-repeat 50%;
  background-size: cover;
}

.top-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  min-width: 1200px;
  height: 417px;
  background: url(https://img.zwdaohang.com/upload/202605141833046764.png) no-repeat top;
}

.header {
  background: none !important;
}

.header .logo {
  margin-right: 109px !important;
}

.content {
  padding-top: 226px;
  position: relative;
  z-index: 99;
  width: 1200px;

  margin: 0 auto;
  min-width: 1200px;
}

.list_content {
  background: #fff;
  padding: 45px 60px;
  border-radius: 5px 10px 10px;
}

.search_box {
  line-height: 44px;
  height: 44px;
  width: 544px;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
}

.list_content .search_box input {
  line-height: 20px;
  width: 420px;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 13px;
}

.list_content .search_box .search_btn {
  cursor: pointer;
  height: 42px;
  background: #0080ff;
  color: #fff;
  width: 102px;
  font-size: 14px;
  text-align: center;

}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.list_top {
  background: #f9f9f9;
  padding: 3px 26px;
  margin-bottom: 10px;
  height: 107px;
}

.list_top .select-box {
  padding: 15px 0 10px;
}

.job-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.job-table thead {
  background: #f9f9f9;
}

.job-table th,
.job-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #666;
}

.job-table th {
  font-weight: normal;
  color: #999;
}

.job-table tbody tr:hover {
  background: #fafafa;
}

.job-table tbody td a {
  color: #3183ff;
  text-decoration: none;
}

.job-table tbody td a:hover {
  text-decoration: underline;
}

.apply-btn {
  cursor: pointer;
  padding: 6px 16px;
  background: #2994ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
}

.apply-btn:hover {
  background: #0080ff;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-overlay.show {
  display: flex;
}

.modal-content {
  background: #fff;
  width: 622px;
  height: 356px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.modal-close {
  font-size: 24px;
  color: #999;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 1;
}

.modal-close:hover {
  color: #666;
}

.modal-body {
  padding: 30px 20px;
  text-align: center;
}

.modal-body p {
  margin: 0;
  font-size: 19px;
  color: #666;
}

.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}

.modal-btn {
  padding: 8px 24px;
  background: #3183ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.modal-btn:hover {
  background: #2577e3;
}

.label {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.footer_con {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  min-height: 480px;
  position: relative;
  padding-bottom: 60px;
}

.focus_us {
  display: block;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid #f2f3f5;
  padding-top: 33px;
  margin-bottom: 40px;
  box-sizing: content-box;
}

.footer_con .tit {
  display: block;
  font-size: 20px;
  color: #5f6464;
  font-weight: normal;
  margin-bottom: 30px;
}

.footer_con ul li a {
  display: block;
  font-size: 14px;
  color: #5f6464;
  font-weight: normal;
  margin-bottom: 18px;
}


.focus_us {
  display: block;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid #f2f3f5;
  padding-top: 33px;
  margin-bottom: 40px;
  box-sizing: content-box;
}

/* 响应式样式 */
@media (max-width: 1200px) {
  .focus_us {
    padding-left: 24px;
  }

  .bottom-navigation {
    padding-left: 24px;
  }
}


.focus_us .tit {
  float: left;
  margin-right: 33px;
}

.focus_us .focus_list li {
  display: inline-block;
  float: left;
  margin-right: 28px;
}

.focus_us .focus_list li a {
  display: block;
  height: 28px;
  width: 28px;
}

.focus_us .focus_list li a .icon {
  display: block;
  height: 28px;
  width: 28px;
  background: url(https://img.zwdaohang.com/upload/202605141757436488.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  transition: background 0.2s ease-in-out;
}


.wechat-code {
  width: 176px;
  position: absolute;
  left: 0;
  top: -186px;
  z-index: 2;
  display: block;
  display: none\9;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
}

.focus_us .focus_list li a:hover .wechat-code {
  display: block;
  opacity: 1;
}

.bottom-navigation {
  overflow: hidden;
}

.join_us,
.contact_us,
.legal_info {
  float: left;
  width: 216px;
  margin-right: 30px;
}

.contact_us {}

.legal_info {}

.logo_zw {
  float: right;
  height: 28px;
  width: 212px;
  margin-top: 20px;
}

.logo_zw img {
  width: 100%;
}



@media (max-width: 1200px) {
  .footer_area {
    padding-left: 24px;
  }
}

.footer_area .links li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.footer_area .links li a {
  font-size: 14px;
  color: #5f6464;
  margin-bottom: 0px;
}

.footer_area .copyright {
  font-size: 14px;
  color: #5f6464;
  float: left;
  margin-top: 12px;
}

.footer_area .copyright.license {
  width: auto;
  margin-right: 18px;
}

.footer_area .copyright.company {
  width: auto;
}

@media (max-width: 1200px) {
  .footer_area .copyright {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .footer_area .copyright.license {
    margin-bottom: 8px;
  }
}

.footer_area .copyright .flag_num {
  display: none;
}

.footer_area {
  display: block;
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 0px;
  margin: 0 auto;
  background-color: #f8f9ff;
  padding-bottom: 30px;
}

.footer_area .copyright {
  font-size: 12px;
  color: #929797;
  margin: 0 !important;
  float: left;
}

.footer_area .copyright.license {
  width: auto;
  margin-right: 18px;
}

.footer_area .flag_m {
  display: none;
}