html,
body {
  max-width: 640px;
  margin: 0 auto;
}
.justify,
.crowd-wrap ul,
.advantage-wrap ul,
.link-btn,
.content-wrap ul,
.enterprise-wrap .job-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ban-wrap img {
  width: 16rem;
  height: 8rem;
}
.head-title-wrap img {
  display: block;
  width: 11.2rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.head-title-wrap h2 {
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.crowd-wrap ul {
  width: 15.5rem;
  margin: 0 auto;
}
.crowd-wrap ul li {
  width: 7.5rem;
  height: 5.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.crowd-wrap ul li h3 {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #fff;
  font-weight: bold;
  text-indent: 1rem;
  padding-top: 0.5rem;
}
.crowd-wrap ul li h3::before {
  content: '';
  position: absolute;
  border-left: 0.3rem solid #fff;
  border-top: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  left: 0.375rem;
  top: 0.625rem;
}
.crowd-wrap ul li h4 {
  width: 7rem;
  margin: 0 auto;
  line-height: 0.75rem;
  font-size: 0.35rem;
  color: #fff;
  text-align: justify;
}
.crowd-wrap ul li a {
  display: block;
  width: 4rem;
  margin: 0 auto;
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.crowd-wrap ul li:nth-of-type(1) {
  background: #e39698;
}
.crowd-wrap ul li:nth-of-type(2) {
  background: #ffecda;
}
.crowd-wrap ul li:nth-of-type(2) h3 {
  color: #7e4a16;
}
.crowd-wrap ul li:nth-of-type(2) h3::before {
  content: '';
  position: absolute;
  border-left: 0.3rem solid #7e4a16;
  border-top: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  left: 0.375rem;
  top: 0.625rem;
}
.crowd-wrap ul li:nth-of-type(2) h4 {
  color: #7e4a16;
}
.crowd-wrap ul li:nth-of-type(2) a {
  color: #7e4a16;
  border: 1px solid #7e4a16;
}
.crowd-wrap ul li:nth-of-type(3) {
  background: #96c2d7;
}
.crowd-wrap ul li:nth-of-type(4) {
  background: #91674a;
}
.advantage-wrap {
  background: #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.advantage-wrap ul {
  width: 15.5rem;
  margin: 0 auto;
}
.advantage-wrap ul li {
  width: 7.5rem;
  border: 1px solid #000;
  margin-bottom: 0.375rem;
  text-align: center;
}
.advantage-wrap ul li a {
  display: block;
  width: 7.375rem;
  width: 7.25rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.advantage-wrap ul li a img {
  width: 100%;
  height: 5.275rem;
}
.advantage-wrap ul li p {
  line-height: 0.95rem;
  font-size: 0.6rem;
  color: #000;
  font-weight: bold;
}
.advantage-wrap ul li h4 {
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #000;
}
.link-btn {
  width: 13.75rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.link-btn a {
  display: block;
  width: 6rem;
  line-height: 1.25rem;
  font-size: 0.5rem;
  color: #ef473a;
  text-align: center;
  border: 1px solid #000;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
     -moz-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.link-btn a:last-child {
  background: #ef473a;
  color: #fff;
  border: 1px solid #ef473a;
}
.content-wrap {
  margin-top: 0.375rem;
  padding-bottom: 0.75rem;
}
.content-wrap img {
  display: block;
  width: 16rem;
}
.content-wrap ul {
  width: 15.5rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.content-wrap ul li {
  width: 5.025rem;
}
.content-wrap ul li a {
  display: block;
}
.content-wrap ul li a img {
  width: 100%;
  height: 5.6rem;
}
.content-wrap p {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #000;
}
.content-wrap p span {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #ef473a;
}
.skills-wrap a {
  display: block;
}
.skills-wrap a img {
  width: 100%;
  height: 4.875rem;
}
.skills-wrap .skills-info {
  width: 15.5rem;
  margin: 0 auto;
}
.skills-wrap .skills-info h3 {
  line-height: 1.25rem;
  font-size: 0.55rem;
  color: #ff0000;
  font-weight: bold;
}
.skills-wrap .skills-info p {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #000;
  text-align: justify;
}
.enterprise-wrap {
  margin-top: 0.75rem;
  background: url('../img/enterprise-bj.jpg') no-repeat;
  padding-bottom: 0.5rem;
}
.enterprise-wrap .head-title-wrap {
  padding-top: 0.5rem;
}
.enterprise-wrap .head-title-wrap h2 {
  color: #fff;
}
.enterprise-wrap .enterprise-psoter {
  display: block;
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.enterprise-wrap .job-info-box {
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.enterprise-wrap .job-info-box li {
  width: 4.925rem;
}
.enterprise-wrap .job-info-box li a {
  display: block;
}
.enterprise-wrap .job-info-box li a img {
  width: 100%;
  height: 3.05rem;
}
.enterprise-wrap .job-info-box li p {
  line-height: 1.125rem;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
}
.enterprise-wrap .link-btn a:first-child {
  color: #fff;
  border: 1px solid #fff;
}
.attention-p {
  line-height: 1.125rem;
  font-size: 0.5rem;
  color: #000;
  text-indent: 0.75rem;
}
