.job .job-nav {
  background-color: #fff;
  padding: 0.75rem 0 0.4rem 0;
  text-align: center;
}
.job .job-nav ul {
  overflow: hidden;
}
.job .job-nav ul li {
  display: inline-block;
  margin: 0 0.4125rem;
  padding-bottom: 0.0625rem;
}
.job .job-nav ul li a {
  color: #666666;
  font-size: 0.225rem;
}
.job .job-nav ul li a:hover {
  color: #C5082C;
}
.job .job-nav ul li.cur {
  border-bottom: 2px solid #C5082C;
}
.job .job-box1 .box1-l {
  float: left;
  width: 11.75rem;
  width: 50%;
  position: relative;
}
.job .job-box1 .box1-l .img-bg img {
  width: 10.7375rem;
}
.job .job-box1 .box1-l .box1-l-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
}
.job .job-box1 .box1-l .box1-l-img::after {
  position: absolute;
  content: '';
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 1s;
}
.job .job-box1 .box1-l .box1-l-img:hover::after {
  width: 80%;
  height: 80%;
}
.job .job-box1 .box1-l .box1-l-img:hover img {
  transform: scale(1.05);
}
.job .job-box1 .box1-l .box1-l-img img {
  width: 9.6625rem;
  height: 6.4375rem;
  transition: all 1s;
}
.job .job-box1 .box1-r {
  float: right;
  width: 11.75rem;
  width: 50%;
}
.job .job-box1 .box1-r .txt {
  width: 7.375rem;
  margin: 1.625rem 0 0 1.125rem;
}
.job .job-box1 .box1-r .txt .tit {
  font-size: 0.3rem;
  color: #222222;
  position: relative;
}
.job .job-box1 .box1-r .txt .tit::after {
  position: absolute;
  content: '';
  width: 0.65rem;
  height: 2px;
  left: 0;
  bottom: -0.4125rem;
  background-color: #C5082C;
}
.job .job-box1 .box1-r .txt .txt-c {
  margin-top: 0.75rem;
}
.job .job-box1 .box1-r .txt .txt-c p {
  color: #222222;
  font-size: 0.225rem;
  line-height: 0.4rem;
  line-height: 2;
  letter-spacing: 1.2px;
}
.job .job-box2 {
  background-color: #EEEEEE;
}
.job .job-box2 .title {
  color: #222222;
  font-size: 0.3rem;
  text-align: center;
  padding: 0.725rem 0 0 0;
  position: relative;
}
.job .job-box2 .title::after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0.65rem;
  height: 2px;
  background-color: #C5082C;
  transform: translateX(-50%);
}
.job .job-box2 .box2-c {
  margin-top: 0.625rem;
  background-color: #A6AFC1;
}
.job .job-box2 .box2-c .item {
  position: relative;
}
.job .job-box2 .box2-c .item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 27, 87, 0.3);
}
.job .job-box2 .box2-c .box2-t .item {
  width: 49.5%;
}
.job .job-box2 .box2-c .box2-t .item img {
  width: 100%;
}
.job .job-box2 .box2-c .box2-b {
  margin-top: 0.175rem;
  width: 100%;
}
.job .job-box2 .box2-c .box2-b .item {
  width: 32.5%;
}
.job .job-box2 .box2-c .box2-b .item:nth-child(2) {
  margin: 0 1.25%;
}
.job .job-box2 .box2-c .box2-b .item img {
  width: 100%;
}
.job .job-box3 {
  background-color: #FFFFFF;
  border-bottom: 1px solid #BFBFBF;
}
.job .job-box3 .title {
  color: #222222;
  font-size: 0.3rem;
  text-align: center;
  padding: 0.725rem 0 0 0;
  position: relative;
}
.job .job-box3 .title::after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0.65rem;
  height: 2px;
  background-color: #C5082C;
  transform: translateX(-50%);
}
.job .job-box3 .box3-c {
  margin-top: 0.7rem;
  width: 100%;
}
.job .job-box3 .box3-c .box3-l {
  width: 70%;
  padding-left: 0.1625rem;
}
.job .job-box3 .box3-c .box3-l .item {
  margin-bottom: 0.75rem;
}
.job .job-box3 .box3-c .box3-l .item .item-num span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fdfdfd;
  font-size: 0.3rem;
  background-color: #C5082C;
}
.job .job-box3 .box3-c .box3-l .item .item-txt {
  width: 11.0625rem;
  margin-left: 0.2125rem;
  border: 1px solid #D9D9D9;
  padding-left: 0.55rem;
}
.job .job-box3 .box3-c .box3-l .item .item-txt .item-tit {
  height: 0.8rem;
  line-height: 0.8rem;
  color: #363636;
  font-size: 0.275rem;
  position: relative;
  cursor: pointer;
}
.job .job-box3 .box3-c .box3-l .item .item-txt .item-tit span {
  position: absolute;
  right: 0.3375rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 0.25rem;
  background: url(../images/job-icon1.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.job .job-box3 .box3-c .box3-l .item .item-txt .item-c {
  display: none;
  margin-top: 0.5625rem;
}
.job .job-box3 .box3-c .box3-l .item .item-txt .item-c dl dt {
  color: #c5082c;
  font-size: 0.225rem;
}
.job .job-box3 .box3-c .box3-l .item .item-txt .item-c dl dd {
  color: #222222;
  font-size: 0.175rem;
  line-height: 2.2;
}
.job .job-box3 .box3-c .box3-l .item.show .item-txt {
  background-color: #EEEEEE;
  padding-bottom: 0.5375rem;
}
.job .job-box3 .box3-c .box3-l .item.show .item-txt .item-tit span {
  background: url(../images/job-icon2.png) no-repeat center center;
}
.job .job-box3 .box3-c .box3-l .item.show .item-txt .item-tit::after {
  position: absolute;
  content: '';
  bottom: 0;
  display: block;
  width: 0.4rem;
  height: 2px;
  background-color: #C50B2E;
}
.job .job-box3 .box3-c .box3-l .item.show .item-txt .item-c {
  display: block;
}
.job .job-box3 .box3-c .box3-r {
  width: 30%;
}
.job .job-box3 .box3-c .box3-r .yp {
  padding: 0.1rem;
  border: 1px solid #D2D2D2;
  margin-left: 0.1875rem;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c {
  background: url(../images/job-yingpin.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.3625rem 0.375rem 0 0.425rem;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c h4 {
  font-size: 0.25rem;
  color: #ffffff;
  position: relative;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c h4::after {
  position: absolute;
  content: '';
  bottom: -0.1875rem;
  left: 0;
  width: 0.4rem;
  height: 2px;
  background-color: #C5082C;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.2rem;
  margin-top: 0.375rem;
  line-height: 1.8;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c dl {
  margin-top: 0.4375rem;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c dl dt {
  font-size: 0.2rem;
  color: #c5082c;
  margin-bottom: 0.25rem;
}
.job .job-box3 .box3-c .box3-r .yp .yp-c dl dd {
  font-size: 0.175rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1625rem;
}
