body {
  background-color: #fff;
}

/* banner */
.index-banner {
  width: 100%;
  height: 704px;
  position: relative;

}

.banner-wenzi {
  width: 100%;
  font-size: 74px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  text-shadow: 0px 6px 8px rgba(16, 34, 67, 0.24);
  text-align: center;
  margin-top: 298px;
}


.swiper-pagination-bullet {
  font-size: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  color: #fff;
}


.swiper-container {
  margin-top: 110px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 45px;
}

.main>.tit {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-top: 60px;
}

.tit_line {
  width: 35px;
  height: 6px;
  background: #114593;
  margin: 27px auto 59px;
}

.zp_table ul {
  display: flex;
  justify-content: space-around;
  height: 79px;
  width: 100%;
  background: #F0F3F8;
}
.zw_list:hover {
  background: #F0F3F8!important;
}
.zp_table ul:not(:first-child) {
  background: #fff;
  border-bottom: #F0F3F8 solid 1px;
  position: relative;
}

.zp_table ul li {
  width: 203px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 79px;
}

.toudi {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.toudi .img {
  width: 24px;
  margin-right: 13px;
}

.toudi .img img {
  width: 100%;
  height: 100%;
}

.zp_table ul:not(:first-child) li {
  color: #666666;
}

.detail {
  width: 100%;
  height: 654px;
  background: #FFFFFF;
  padding: 40px 0 0 64px;
  box-shadow: -5px -5px 10px -4px #BABABA, 5px -5px 10px -4px #BABABA;
  display: none;
  border-bottom: #F0F3F8 solid 1px;
}

.detail .list .title {
  display: flex;
  align-items: center;
}

.detail .list .title>img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.detail .list .title>p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
}

.detail .list:nth-of-type(1) {
  margin-bottom: 35px;
}

.detail .list .cont p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}

.detail .td_btn {
  width: 150px;
  height: 52px;
  border: 1px solid #114593;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #114593;
  text-align: center;
  line-height: 52px;
  margin-top: 32px;
  cursor: pointer;
}

.post {
  margin-top: 126px;
}

.post .main {
  opacity: 0;
}

.post_box {
  display: flex;
  justify-content: space-around;
}

.post_box .post_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.post_box .post_list img {
  width: 48px;
  height: 48px;
  transition: all 1s ease;
}
.post_box .post_list:hover img {
  transform: scale(1.2);
}
.post_box .post_list p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 42px;
}

.con_bg {
  background: url(../img/zhaopin/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 766px;
  margin-top: 180px;
  display: flex;
  align-items: center;
}

.con_bg .main {
  height: 500px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 46px 0px rgba(173, 173, 173, 0.16);
  opacity: 0;
}

.con_bg .main>p:nth-of-type(1) {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 31px;
}

.con_bg .main .lianxi {
  display: flex;
}

.con_bg .main .lianxi img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 18px;
}

.con_bg .main .lianxi p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.con_bg .main .er {
  width: 161px;
  height: 161px;
  box-shadow: 0px 4px 18px 0px rgba(132, 132, 132, 0.21);
  background-color: #114593;
  margin: 20px 0;
}

.con_bg .main>p:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.mask .mask_box {
  width: 552px;
  height: 258px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  margin: 300px auto;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 22px 33px 33px;
  position: relative;

}

.mask_cont {
  position: relative;
}

.mask .mask_box .mask_cont .tops {

  display: flex;
  justify-content: space-between;
  align-items: center;

}

.mask_box .mask_cont .tops p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;

}

.mask_box .mask_cont>.tops .img_close {
  width: 16px;
  height: 16px;

}

.img_close img {
  width: 100%;
  height: 100%;
}

.mask_box .mask_cont .upload {
  margin-top: 29px;
}

.mask_cont .upload div:nth-of-type(1) {
  font-size: 20px;
  color: #FF5252;
}

.mask_cont .upload p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
}

.mask_cont .upload .up_btn {
  width: 100px;
  height: 40px;
  background: #114593;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mask_cont .up_ok {
  width: 150px;
  height: 52px;
  border: 1px solid #114593;
  background: #114593;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 52px;
  /* margin-top: 60px; */
  margin: 36px auto 0;
  cursor: pointer;

}