.main,
.banner,
.banner img,
.navigation {
  width: 100%;
}

.navigation {
  background-image: url(../images/dao_bg.png);
  height: 80px;
}

.navigation_dao {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.navigation_dao_tab a {
  display: block;
  color: white;
  width: 200px;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}

.show {
  font-weight: bold;
  background: url(../images/show.png) no-repeat;
}

.navigation_dao_tab a:hover {
  font-weight: bold;
  background: url(../images/show.png) no-repeat;
}

.footer {
  color: #11517a;
  background-color: #81c4de;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.footer a {
  color: #11517a;
}

.mcenter {
  width: 100%;
  background: url(../images/bg.png) no-repeat top center/cover;
  /* background-size: 100%; */
  padding-top: 50px;
  padding-bottom: 100px;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

/* / */

.new_width {
  width: 1134px;
  margin: 0 auto;
}

.titlebg {
  width: 334px;
  height: 118px;
  line-height: 126px;
  font-size: 28px;
  color: #11517a;
  font-weight: bold;
  text-align: center;
  background: url(../images/titlebg.png) no-repeat;
  margin: 0 auto;
  margin-bottom: 54px;
}

.xtitlebg {
  width: 1134px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #fefefe;
  font-weight: bold;
  background: url(../images/xtitebg.png) no-repeat left top;
  margin: 0 auto;
  padding-left: 32px;
  margin-bottom: 12px;
}

.xtitlebg1 {
  width: 1200px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  color: #fefefe;
  font-weight: bold;
  background: url(../images/xtitlebg1.png) no-repeat center;
  background-size: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 51px;
}

.videom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 62px;
}

.video p.xtitlebg2 {
  width: 399px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: url(../images/xtitlebg2.png) no-repeat;
  margin-top: 15px;
}

/* 人才 */

.policy_border {
  display: inline-block;
  margin: 0 auto;
  border-radius: 50px;
  padding: 12px 33px;
  font-size: 22px;
  color: #11517a;
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #11517a;
  margin-bottom: 15px;
}

.policy_bg {
  background-color: rgba(208, 231, 239, .5);
  width: 1200px;
  border-radius: 20px;
  padding: 25px 45px 40px 45px;
  margin-bottom: 44px;
}

.policy_title {
  color: #11517a;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dashed #11517a;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

/* 公共区域 */
.font {
  font-size: 16px;
  color: #11517a;
  line-height: 32px;
}

.font span {
  font-weight: bold;
}

.kong {
  text-indent: 2em;
}

.xian {
  padding-top: 5px;
  border-top: 1px dashed #11517a;
}

.zhong {
  text-align: center;
}

.mt {
  margin-top: 30px;
}

.mt1 {
  margin-top: 60px;
}

.mt2 {
  margin-top: 100px;
}

.mt3 {
  margin-top: 80px;
}

.mb {
  margin-bottom: 15px;
}

.qing {
  font-size: 30px;
  font-weight: bold;
  color: #11517a;
}


/* 职位 */
.jobs_m {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}

.jobs_list {
  width: 365px;
  height: 241px;
  background: url(../images/jobs_bg.png) no-repeat;
  padding: 20px 23px 0px 23px;
  margin-right: 31px;
  margin-bottom: 30px;
}

.jobs_list:nth-child(3n) {
  margin-right: 0px;
}


.jobs_list .jobs_title {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px #e5e5e5 dashed;
  padding-bottom: 17px;
  width: 319px;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  text-overflow: ellipsis;
}

.jobs_list ul {
  height: 130px;
  overflow: hidden;
}

.jobs_list ul li {
  color: #444444;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}

.jobs_url {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.jobs_url a {
  font-size: 16px;
  color: #444444;
}


/*职位详情页 */
.jobs1_list_title {
  width: 1160px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background-color: #386d91;
  padding: 0px 32px 0px 18px;
}

.jobs1_list_title a {
  font-size: 16px;
  color: #fff;
}

.jobs1_list_btitle {
  width: 1160px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #386d91;
  background-color: #d4e8ef;
  padding: 0px 32px 0px 18px;
  margin-top: 15px;
}

.jobs1_lie_listm {
  width: 1160px;
}

.jobs1_lie_list {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 20px 18px;
  border-bottom: 1px #386d91 dashed;
}


/* 搜索框 */

#searchForm {
  display: flex;
  width: 1160px;
  margin: 0 auto;
  margin-bottom: 52px;
}

#funtype {
  width: 414px;
  height: 40px;
  outline: none;
  margin-right: 18px;
  border: 1px solid #386d91;
  font-size: 16px;
  color: #a5a8aa;
}

#keyword {
  width: 533px;
  height: 36px;
  appearance: none;
  outline: none;
  margin-right: 2px;
  border: 1px solid #386d91;
  font-size: 16px;
  color: #a5a8aa;
  padding-left: 53px;
}

.fangm {
  position: relative;
}

.fang {
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 3;
}

.input {}

.aa {
  font-size: 16px;
  color: red;
  line-height: 32px;
}

/* .cu{
  font-weight: bold;
  font-size: 18px;
} */
