.main,
.banner,
.banner img,
.navigation {
  width: 100%;
}

.navigation {
  background: url(../images/daobg.png) repeat-y;
  height: 71px;
}

.daom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  padding: 0px 112px;
}

.navigation_dao {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation_dao_tab {
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
}

.navigation_dao_tab a {
  display: block;
  color: white;
  width: 128px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 2px;
}

.navigation_dao_tab a.show {
  background: url(../images/show.png) no-repeat;
}

.footer {
  color: white;
  background-color: #429eff;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.footer a {
  color: white;
}

.mcenter {
  width: 100%;
  padding-top: 80px;
  background: url(../images/mbg.png) no-repeat top center/cover;
  padding-bottom: 100px;
}

.center {
  width: 1200px;
  margin: 0 auto;
}


/* 公共区域 */

.zhong {
  text-align: center;
}

.title_img {
  margin-bottom: 32px;
}


.centerbg {
  width: 1178px;
  min-height: 200px;
  margin: 0 auto;
  padding: 0px 77px;
  position: relative;
  background: url(../images/centerbg.png) repeat-y;
}

.font {
  font-size: 18px;
  line-height: 34px;
  color: #232323;
}

.kong {
  text-indent: 2em;
}

.mt {
  margin-top: 20px;
}

.mt1 {
  margin-top: 36px;
}

.dis {
  display: flex;
  justify-content: center;
  align-items: center;
}

.xin_dis {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #232323;
  margin-bottom: 50px;
}

.xin_dis p {
  line-height: 34px;
  margin-top: 10px;
}

.xin_dis .xin_dis_div {
  margin-left: 20px;
}

.color {
  color: #429eff;
}

.c_font {
  font-size: 22px;
  color: #429eff;
  font-weight: bold;
}

.zhu {
  margin-top: 40px;
}

.zhu span {
  display: inline-block;
  color: #429eff;
  font-size: 22px;
  border-bottom: 3px solid #429eff;
  /* text-decoration: underline; */
}


.centerbg5 {
  padding: 0px 130px;
}

.centerbg3 {
  padding: 0px 120px;
}

.dis_jobs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dis_jobs ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 27px;
}

.dis_jobs ul li {
  width: 167px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  background: url(../images/nque.png) no-repeat center top;
  margin-right: 30px;
  margin-bottom: 22px;
  cursor: pointer;
}

.dis_jobs ul li:nth-child(4n) {
  margin-right: 0px;
}


.dis_jobs ul li.que {
  color: #ffd04e;
  background: url(../images/que.png) no-repeat;
}

.dis_jobs ul li:hover {
  color: #ffd04e;
  background: url(../images/que.png) no-repeat;
}

.jobs_title {
  width: 100%;
  background-color: #429eff;
  border-radius: 10px;
  border: 2px solid #4abfff;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0px 40px 0px 40px;
}

.jobs_title p:nth-child(1) {
  width: 220px;
  text-align: center;
}

.jobs_title p:nth-child(2) {
  width: 220px;
  text-align: center;
}

.jobs_title p:nth-child(3) {
  width: 180px;
  text-align: center;
}

.jobs_title p:nth-child(4) {
  width: 220px;
  text-align: center;
}

.jobs_list {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #292929;
  display: flex;
  align-items: center;
  padding: 0px 40px 0px 40px;
}

.jobs_list p {
  height: 69px;
  border-bottom: 2px dotted #4abfff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs_list p:nth-child(1) {
  width: 220px;
  text-align: center;
}

.jobs_list p:nth-child(2) {
  width: 220px;
  text-align: center;
}

.jobs_list p:nth-child(3) {
  width: 180px;
  text-align: center;
}

.jobs_list p:nth-child(4) {
  width: 220px;
  text-align: center;
}

.wu {
  visibility: hidden;
}


.img {
  position: absolute;
  bottom: -214px;
  right: -38px;
}

.img1 {
  position: absolute;
  top: 0px;
  right: 62px;
}

