.main {
  width: 100%;
  position: relative;
}

.navigation {
  font-size: 20px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 98px;
  align-items: center;
}

.navigation_tab {
  display: flex;
  align-items: center;
  height: 98px;
  justify-content: flex-end;
}

.navigation_tab p a {
  color: #222222;
  display: block;
  width: 126px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.navigation_tab p a.show {
  background: url(../images/show.png) no-repeat;
}

.navigation_tab p a:hover {
  background: url(../images/show.png) no-repeat;
}

.footer {
  color: white;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #4c64ab;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.banner {
  width: 100%;
}

.footer a {
  color: white;
}

.mcenter {
  width: 100%;
  background: url(../images/mbg.png) no-repeat center bottom;
  padding-top: 45px;
  background-size: 100% 100%;
  padding-bottom: 100px;
  position: relative;
}

.center {
  width: 1200px;
  margin: 0 auto
}


.title {
  width: 319px;
  margin: 0 auto;
  height: 76px;
  text-align: center;
  line-height: 76px;
  font-size: 36px;
  color: #0e61d0;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  background: url(../images/titlebg.png) no-repeat;
}

.title img {
  position: absolute;
  top: -6px;
  left: -148px;
}

/* 搜索 */

#searchForm {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.input1 {
  width: 308px;
  height: 60px;
  background: url(../images/input1.png) no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.input2 {
  width: 308px;
  height: 60px;
  background: url(../images/input2.png) no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.input3 {
  width: 479px;
  height: 60px;
  background: url(../images/input3.png) no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

#jobarea {
  appearance: none;
  outline: none;
  border: none;
  font-size: 18px;
  color: #a8c3f4;
  cursor: pointer;
  width: 99%;
  background: none;
}

#division {
  appearance: none;
  outline: none;
  border: none;
  font-size: 18px;
  color: #a8c3f4;
  cursor: pointer;
  width: 99%;
  background: none;
}

#keyword {
  appearance: none;
  outline: none;
  border: none;
  font-size: 18px;
  color: #a8c3f4;
  cursor: pointer;
  background: none;
  width: 329px;
}

.input3 p {
  width: 124px;
  height: 60px;
  cursor: pointer;
}

.jobs_title {
  width: 1120px;
  height: 59px;
  margin: 0 auto;
  background: url(../images/jobs_titlebg.png) no-repeat;
  font-size: 20px;
  color: #4c64ab;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 22px;
}

.jobs_title p {
  text-align: center;
}

.jobs_title p:nth-child(1) {
  width: 410px;
  text-align: left;
}

.jobs_title p:nth-child(2) {
  width: 200px;
}

.jobs_title p:nth-child(3) {
  width: 200px;
}

.jobs_title p:nth-child(4) {
  width: 108px;
  margin-left: 158px;
}

.url {
  display: inline-block;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  width: 108px;
  background: url(../images/url.png) no-repeat;
}

.url:hover {
  background: url(../images/url1.png) no-repeat;
}

.jobs_list {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 22px;
  font-size: 18px;
  color: #2d499d;
  height: 57px;
  border-bottom: 1px #2d499d dashed ;
}


.jobs_list p {
  text-align: center;
}

.jobs_list p:nth-child(1) {
  width: 410px;
  text-align: left;
}

.jobs_list p:nth-child(2) {
  width: 200px;
}

.jobs_list p:nth-child(3) {
  width: 200px;
}

.jobs_list p:nth-child(4) {
  width: 108px;
  margin-left: 158px;
}

#JobSearchMenu{
  width: 1120px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}