* {
  box-sizing: border-box;
}
img {
  display: block;
}
.navs {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 62, 205, 0.302);
  position: absolute;
  z-index: 2;
}
.navs .navs-cont {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.navs .navs-cont .navlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navs .navs-cont .navlist a {
  width: 170px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}
.navs .navs-cont .navlist a.active {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.102);
  border-bottom: 4px solid #fff;
}
.warp,
.banner {
  width: 100%;
  background-color: #e8f4ff;
  position: relative;
}
.bt {
  margin: 0 auto;
}
.mains {
  padding-top: 66px;
  padding-bottom: 630px;
  background-image: url(../images/left.png), url(../images/right.png), url(../images/bottom.png);
  background-size: 136px 135px, 102px 100px, 100%;
  background-position: 8.75% 690px, 82% 450px, 0 100%;
  background-repeat: no-repeat;
}
.mains .flow {
  width: 1040px;
  margin: 60px auto;
}
.qa-content {
  width: 1000px;
  margin: 30px auto;
}
.qa-content .item {
  width: 100%;
}
.qa-content .item .q {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: url(../images/Q.png);
  background-size: 100% 100%;
  padding-left: 40px;
  font-size: 24px;
  color: #0436a9;
  font-weight: bold;
}
.qa-content .item .a {
  margin: 30px auto;
  width: 100%;
  font-size: 24px;
  padding-left: 40px;
}
.footer {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  color: #4a4a4a;
  background-color: rgba(197, 219, 255, 0.651);
  position: absolute;
  left: 0px;
  bottom: 0;
}
.joblist {
  width: 1000px;
  margin: 40px auto;
}
.joblist .item {
  width: 100%;
  margin-bottom: 34px;
}
.joblist .item .kins {
  cursor: pointer;
  width: 100%;
  height: 60px;
  background-image: url(../images/sel.png), url(../images/jtop.png);
  background-size: 16px 12px, 100%;
  background-repeat: no-repeat;
  background-position: 940px 50%, 0 0;
  padding-left: 56px;
  line-height: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #0436a9;
}
.joblist .item .jlist {
  display: none;
}
.joblist .item .jobitem {
  width: 100%;
  padding: 0 40px;
  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: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joblist .item .jobitem .job-top .jobname {
  font-size: 24px;
  color: #0436a9;
  font-weight: bold;
}
.joblist .item .jobitem .job-top .box {
  width: 270px;
  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: 6px;
  background-color: #ffffff;
  width: 118px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  color: #1d5ceb;
}
.joblist .item .jobitem .job-top .box .abtn {
  font-size: 24px;
  color: #ffffff;
  display: block;
  border-radius: 6px;
  width: 118px;
  height: 40px;
  line-height: 38px;
  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: 24px;
  color: #262626;
  line-height: 2;
  padding: 30px 0;
}
.joblist .item .jobitem .job-bottom p {
  font-weight: bold;
}
