* {
  box-sizing: border-box;
}
img {
  display: block;
}
.navs {
  width: 100%;
  height: 0.72rem;
  background-color: rgba(0, 62, 205, 0.302);
  position: absolute;
  z-index: 2;
}
.navs .navs-cont {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.72rem;
  padding: 0 0.2rem;
}
.navs .navs-cont .logo {
  width: 3.2rem;
}
.navs .navs-cont .navlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navs .navs-cont .navlist a {
  width: 1.1rem;
  line-height: 0.72rem;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.navs .navs-cont .navlist a.active {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.102);
  border-bottom: 2px solid #fff;
}
.warp,
.banner {
  width: 100%;
  background-color: #e8f4ff;
  position: relative;
}
.bt {
  width: 6.46rem;
  margin: 0 auto;
}
.mains {
  padding-top: 0.6rem;
  min-height: 75vh;
  padding-bottom: 4.5rem;
  background-image: url(../images/bottom.png);
  background-size: 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.mains .flow {
  width: 6.87rem;
  margin: 0.6rem auto;
}
.joblist {
  width: 6.53rem;
  margin: 0.4rem auto;
}
.joblist .item {
  width: 100%;
  margin-bottom: 0.3rem;
}
.joblist .item .kins {
  width: 100%;
  height: 0.55rem;
  background-image: url(../images/sel.png), url(../images/jtop.png);
  background-size: 0.16rem 0.12rem, 100%;
  background-repeat: no-repeat;
  background-position: 6rem 50%, 0 0;
  padding-left: 0.44rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0436a9;
}
.qa-content {
  width: 6.53rem;
  margin: 0.3rem auto;
}
.qa-content .item {
  width: 100%;
}
.qa-content .item .q {
  width: 6.43rem;
  margin: 0 auto;
  height: 0.54rem;
  line-height: 0.5rem;
  background-image: url(../images/Q.png);
  background-size: 100% 100%;
  padding-left: 0.4rem;
  font-size: 0.24rem;
  color: #0436a9;
  font-weight: bold;
}
.qa-content .item .a {
  margin: 0.3rem auto;
  width: 100%;
  font-size: 0.24rem;
  padding-left: 0.4rem;
}
.footer {
  width: 100%;
  line-height: 0.6rem;
  text-align: center;
  font-size: 12px;
  color: #4a4a4a;
  background-color: rgba(197, 219, 255, 0.651);
  position: absolute;
  left: 0px;
  bottom: 0;
}
.joblist {
  width: 6.35rem;
  margin: 0.4rem auto;
}
.joblist .item {
  width: 100%;
  margin-bottom: 0.3rem;
}
.joblist .item .kins {
  cursor: pointer;
  width: 100%;
  height: 0.55;
  background-image: url(../images/sel.png), url(../images/jtop.png);
  background-size: 0.16rem 0.12rem, 100%;
  background-repeat: no-repeat;
  background-position: 90% 50%, 0 0;
  padding-left: 0.4rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0436a9;
}
.joblist .item .jlist {
  display: none;
}
.joblist .item .jobitem {
  width: 100%;
  padding: 0 0.3rem;
  background-color: rgba(255, 255, 255, 0.49);
  border-bottom: 1px solid #1d5ceb;
}
.joblist .item .jobitem:last-child {
  border-bottom: none;
}
.joblist .item .jobitem .job-top {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joblist .item .jobitem .job-top .jobname {
  font-size: 0.24rem;
  color: #0436a9;
  font-weight: bold;
}
.joblist .item .jobitem .job-top .box {
  width: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joblist .item .jobitem .job-top .box .toDetail {
  border-width: 1px;
  border-color: #1d5ceb;
  border-style: solid;
  border-radius: 3px;
  background-color: #ffffff;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.24rem;
  cursor: pointer;
  color: #1d5ceb;
}
.joblist .item .jobitem .job-top .box .abtn {
  font-size: 0.24rem;
  color: #ffffff;
  display: block;
  border-radius: 3px;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.38rem;
  text-align: center;
  background-image: -moz-linear-gradient(114deg, #3263d6 0%, #5bacff 100%);
  background-image: -webkit-linear-gradient(114deg, #3263d6 0%, #5bacff 100%);
  background-image: -ms-linear-gradient(114deg, #3263d6 0%, #5bacff 100%);
  background-image: linear-gradient(114deg, #3263d6 0%, #5bacff 100%);
}
.joblist .item .jobitem .job-bottom {
  display: none;
  white-space: pre-wrap;
  font-size: 0.24rem;
  color: #262626;
  line-height: 2;
  padding: 0.3rem 0;
}
.joblist .item .jobitem .job-bottom p {
  font-weight: bold;
}
