* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
body {
  overflow: auto;
  min-width: 1300px;
}
img {
  image-rendering: optimizeSpeed;
  /* 启用最佳速度优化 */
  image-rendering: -moz-crisp-edges;
  /* Mozilla浏览器 */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit浏览器 */
  image-rendering: -o-crisp-edges;
  /* Opera浏览器 */
  image-rendering: pixelated;
  /* 启用像素化 */
  -ms-interpolation-mode: nearest-neighbor;
  /* 启用MS引擎的最近邻插值算法 */
}
.nav-wrap {
  background-color: #fff;
  box-shadow: 0px 6px 14px 1px rgba(138,142,153,0.1);
}
.wrap-home {
  /*padding-top: 75px;*/
}
.wrap-home .container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.wrap-home .banner-top {
  padding-top: 221px;
  width: 100%;
  height: 600px;
  background: url('/static/images/industries/banner-top.png') no-repeat center / cover;
}
.wrap-home .banner-top .title {
  font-size: 42px;
  font-weight: bold;
  color: #f54e52;
}
.wrap-home .banner-top .desc {
  width: 818px;
  margin-top: 35px;
  font-size: 28px;
  font-weight: 400;
  color: #252b3a;
}
.content .banner1 {
  padding-top: 60px;
  width: 100%;
  /*height: 3274px;*/
  background: url('/static/images/industries/jobg_bg.png') no-repeat center / cover;
}
.content .banner1 .banner-tip-box {
  padding: 0 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #333333;
  width: 1200px;
  height: 230px;
  background: url('/static/images/industries/tip-bg.png') no-repeat center / cover;
}

.content .banner1 .banner1-job-wrap {
  margin-top: 50px;
  display: flex;
  margin-bottom: 80px;
}
.content .banner1 .banner1-job-wrap .job-left {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  writing-mode: vertical-lr;
  width: 224px;
  height: 562px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(138, 142, 153, 0.1);
  border-radius: 20px;
  opacity: 1;
}
.content .banner1 .banner1-job-wrap .job-right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 40px;
  padding-top: 50px;
  margin-left: 20px;
  width: 956px;
  height: 562px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(138, 142, 153, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
}
.content .banner1 .banner1-job-wrap .job-right .job-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  color: #333333;
}
.content .banner1 .banner1-job-wrap .job-right .job-info .job-img-bottom {
  display: flex;
  align-items: center;
  margin-top: 28px;
  line-height: 40px;
  height: 40px;
}
.content .banner1 .banner1-job-wrap .job-right .job-info .job-img-bottom span {
  margin-left: 6px;
}

.content .banner1 .banner1-job-wrap .job-right .job-info .big1-img {
  width: 220px;
  height: 143px;
}

.content .banner1 .banner1-job-wrap .job-right .job-info .min1-img {
  width: 40px;
  height: 40px;
}
