@charset "gbk";
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;align-items: center;align-content: space-between;}
.wrap {width: 94%;margin: auto;padding: 0 3%;}
.pad {padding: 3%;}
.mar {margin: 3% auto;}

.title_main {
  text-align: center;
  color: #ff7200;
}
.title_main strong {font-size: 2rem;}
.title_main hr {
  width: 30%;
  border: 1px solid #ff7200;
  margin: 5px auto;
}

.about1 {
  width: 53%;
}
.about1 .title_main {text-align: left;margin-bottom: 1.5%;}
.about1 .title_main strong {font-size: 1.2rem;}
.about1 .title_main hr {margin: 5px 0;}
.about1 > strong, .about2 > strong {
  color: #ff7200;
}
.p {
  line-height: 2em;
  text-indent: 2em;
}
.about1 p {
  line-height: 1.8em;
  font-size: .8rem;
}

.zxbox a {
  width: 48%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #bf5231;
  border-radius: .5rem;
  color: #fff;
  text-align: center;
}

.bggrey {
  background: #f8f8f8;
  overflow: hidden;
}
.adv li {
  width: 30%;
  padding: 2% 0;
  margin: 1% auto;
  border: 1px solid #333;
  border-radius: .5rem;
  text-align: center;
  color: #7b7b7b;
}
.adv li img {height: 3rem;margin-bottom: 3%;}
.adv li strong {font-size: 1.1rem;}
.adv li p {margin-top: 3%;}

.job {
  background: #f9ac08;
  color: #fff;
}
.job_con {
  width: 60%;
  padding-left: 5%;
}
.job_con .title_main {text-align: left;color: #fff;}
.job_con .title_main strong {font-size: 1.4rem;}
.job_con .title_main hr {margin: 5px 0; border-color: #fff;}

.hzdw, .jyfx {width: 48.5%;}
.hzdw img, .jyfx img {width: 100%;}
.jyfx .swiper-slide img:first-child {margin-bottom: 10px;}
.hzdw p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 2rem;
  color: #fff;
}