nav {
  height: 1.6875rem;
  background-color: #ffffff;
  color: #2C2C2C;
  position: relative;
  z-index: 999;
}
nav ul {
  font-size: 0.3125rem;
  display: flex;
  justify-content: center;
  line-height: 1.6875rem;
  text-align: center;
}
nav ul .logo {
  margin-top: 0.0625rem;
  margin-right: 3.5rem;
}
nav ul .logo a {
  display: block;
  font-size: 0.125rem;
  overflow: hidden;
  width: 0.9875rem;
  height: 0;
  padding-top: 1.5rem;
  background: url(../images/banner/LOGO.png) no-repeat;
  background-size: 100% auto;
}
nav ul a {
  display: block;
}
nav ul a li {
  width: 1.7875rem;
  box-sizing: border-box;
}
nav ul a:hover {
  line-height: 1.9rem;
}
nav ul .current {
  background-color: #ED9C1C;
  height: 1.8375rem;
  line-height: 1.9rem;
  color: #fff;
}
.reminder {
  width: 100%;
  height: 1.3125rem;
  background: url(../images/company_profile/组\ 14\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: -1;
}
.reminder .title {
  font-size: 0.375rem;
  width: 3.975rem;
  height: 1.325rem;
  color: #fff;
  background: url(../images/company_profile/组\ 15\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  text-align: left;
  line-height: 1.8rem;
  position: absolute;
  left: 4.375rem;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .reminder .title {
    left: 0px;
  }
}
section {
  background: url(../images/index/图层\ 25.png) no-repeat;
  background-size: 100% auto;
}
section .container {
  width: 15.0375rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 0.4625rem 0.4875rem;
  padding-bottom: 2.5rem;
}
section .container .title {
  font-size: 0.4375rem;
  position: relative;
  padding: 0.125rem 0.25rem;
}
section .container .title::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.3875rem;
  background-color: #3DCFBF;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
section .container .recommend {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375rem;
}
section .container .recommend li {
  width: 3.75rem;
  box-sizing: border-box;
  line-height: 1.6;
}
section .container .recommend li h3 {
  width: 3.5125rem;
  height: 0.8625rem;
  font-size: 0.3rem;
  text-align: left;
  line-height: 0.8625rem;
  font-weight: normal;
  margin-top: 0.75rem;
}
section .container .recommend li p {
  font-size: 0.25rem;
  color: #2b2b2b;
  padding: 0 0.1875rem;
}
section .container .recommend li:nth-child(1) h3:nth-child(1) {
  background: url(../images/invite/组\ 16\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
}
section .container .recommend li:nth-child(2) h3:nth-child(1) {
  background: url(../images/invite/组\ 17\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
}
section .container .recommend li:nth-child(3) h3:nth-child(1) {
  background: url(../images/invite/组\ 18\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
}
section .container .recruitment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section .container .recruitment li {
  margin-top: 0.25rem;
  width: 6.0875rem;
  height: 1.8125rem;
  box-shadow: 0px 0px 3px 0px rgba(230, 230, 250, 0.58);
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.1875rem;
  border-radius: 0.0625rem;
  overflow: hidden;
  border: 1px solid #DCDCDC;
}
section .container .recruitment li span:nth-child(1) {
  font-size: 0.4375rem;
}
section .container .recruitment li span:nth-child(2) {
  font-size: 0.25rem;
}
section .container .recruitment li span a {
  color: #3DCFBF;
}
section .container .recruitment li i {
  width: 0.8rem;
  align-self: flex-end;
  font-size: 0.625rem;
}
section .container .recruitment li:hover {
  box-shadow: 5px 5px 10px 0px rgba(139, 139, 122, 0.58);
  transition: all 0.5s;
  color: #3DCFBF;
}
footer {
  height: 2.1125rem;
  background-color: #000;
  color: #fff;
  font-size: 0.1875rem;
  text-align: center;
  line-height: 2.5;
  padding: 0.125rem 0;
  box-sizing: border-box;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  margin-left: 0.4rem;
  font-size: 0.25rem;
  position: relative;
}
footer ul li::after {
  content: "";
  display: block;
  width: 0.0375rem;
  height: 0.325rem;
  background-color: #3DCFBF;
  position: absolute;
  top: 0.1875rem;
  right: -0.25rem;
}
footer ul li:nth-last-child(1)::after {
  display: none;
}
footer ul li a {
  color: #fff;
}
