.banner {
  position: relative;
  background-color: #181616;
}
.banner > img {
  width: 100%;
  height: 100%;
}
.banner h2 {
  width: 100%;
  position: absolute;
  top: 36%;
  color: #ffffff;
  margin-top: 0;
}
.banner-font1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 67px;
  padding-bottom: 8px;
}
.banner-font2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.banner-font3 {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.banner-font3 a {
  display: inline-block;
  padding: 8px 36px;
  color: #fff;
  border: 1px solid #fff;
}
.banner-font3 a:nth-of-type(1) {
  margin-right: 16px;
}
/* banner 图部分结束 */
/* 二级导航部分 */
.second-nav {
  height: 65px;
  line-height: 65px;
  background: #000000;
  color: #fff;
}
.second-nav > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.second-nav > div > ul {
  width: 80%;
  margin-bottom: 0px;
  display: flex;
}

.second-nav > div > ul > li > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  opacity: 0.6;
  padding: 10px 15px;
}
.second-nav > div > ul > li > .a-active {
  color: #fff;
  opacity: 1;
}
.second-nav li:hover a {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}
.second-nav p {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 0px;
}
/* 二级导航部分 end */
/* 一下是最新修改的加入我们主页 */
.cunxin-join strong {
  font-size: 30px;
  line-height: 24px;
  color: #333333;
}
.cunxin-join p {
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.cunxin-join em {
  width: 6%;
  display: inline-block;
  border-bottom: 1px solid #dcdcdc;
  margin: 25px 0 30px;
}
.com {
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-bottom: 60px;
}
.com h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  margin: 25px 0px 10px 0px;
}
.benefit-div {
  display: flex;
}
.benefit-div img {
  width: 13%;
  height: 12%;
  margin-right: 16px;
}
.benefit-div h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.benefit-div p {
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.benefit-ul {
  margin-top: 30px;
  margin-bottom: 50px;
}
.benefit-ul li {
  margin-bottom: 30px;
}
.hotJobs {
  background: url(../image/join-button-bg.png);
  background-size: 100% 100%;
}
.cunxin-join {
  margin-top: 80px;
}
.hotJobs .cunxin-join strong {
  color: #fff;
}
.hotJobs-div {
  padding-bottom: 80px;
}
.hotJobs-div a {
  display: inline-block;
  padding: 8px 36px;
  color: #fff;
  background: #208af3;
}
.hotJobs-div a:hover {
  color: #208af3;
  background: #fff;
}
.hotJobs-div a:nth-of-type(1) {
  margin-right: 16px;
}
/* banner图上面的左右按钮 */
.slipe-left,
.slipe-right {
  position: absolute;
  bottom: 40%;
  width: 60px;
  height: 120px;
  z-index: 8;
  background: #000;
  opacity: 0.25;
  text-align: center;
  cursor: pointer;
}
.slipe-left:hover,
.slipe-right:hover {
  opacity: 0.8;
}
.slipe-left img,
.slipe-right img {
  margin-top: 85%;
}
.slipe-right {
  right: 0%;
}
.slipe-left img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* 最新修改的加入我们主页 end*/
/* 以下是社会招聘的主页 */
/* 以下是内容部分 */
.container-join {
  padding: 80px;
}
/* 左侧边栏 */
.join-left {
  float: left;
  width: 20%;
  padding-right: 5%;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  cursor: pointer;
}
.join-left li {
  padding: 11px 0 11px 20px;
  border-radius: 1px;
  color: #666666;
}
.join-left li :hover {
  color: #208af3;
}
.join-active {
  color: #333333;
  border: 1px solid #e8e8e8;
}
.join-left .join-active::after {
  content: ">";
  margin-left: 15%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* 右半部分内容 */
.join-right-div {
  float: left;
  width: 80%;
}
.join-right-div ul {
  width: 100%;
  display: none;
}
.join-right-div .display-show {
  display: block;
}
.join-right-div ul li {
  margin-bottom: 1.8%;
  cursor: pointer;
}
.join-right-div li .div-a {
  display: block;
  padding: 12px;
  border: 1px solid transparent;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
  background: url(../image/join-bg-2.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.35s ease-in;
}
.join-right-div li .div-a:hover {
  transform: translateY(-10px);
  background: url(../image/join-bg-1.png) no-repeat;
  background-size: 100% 100%;
}
.join-right-div li .div-a:hover h5 {
  color: #ffffff;
}
.join-right-div li .div-a:hover p:nth-of-type(1) {
  color: #ffffff;
}
.join-right-ul .div-a h5 {
  padding-top: 10%;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  white-space: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.join-right-ul .div-a p:nth-of-type(1) {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.join-right-ul .div-a p:nth-of-type(2) {
  margin-top: 8%;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.join-right-ul .div-a p:nth-of-type(2) a {
  margin-top: 8%;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
/* 内容部分 end */

/* 加入我们的各个详情 */
/* 内容部分 */
.contact-div {
  width: 100%;
  color: #333;
  padding-bottom: 1.2%;
}
.contact-h4 {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.contact-h4 a {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  padding: 36px 0 24px;
  display: block;
}
.contact-ul li {
  padding: 20px 0;
}
.contact-ul li:nth-of-type(1) {
  padding-bottom: 0;
}
.contact-ul li:nth-of-type(1) h6 {
  float: left;
}
.contact-ul li h6 {
  font-size: 24px;
  line-height: 24px;
}
.contact-ul li span {
  display: block;
  font-size: 14px;
  color: #999;
  margin: 8px 0;
  line-height: 24px;
}
.contact-ul li span:before {
  display: inline-block;
  margin-right: 12px;
  margin-top: 4px;
  width: 2px;
  height: 20px;
  background-color: #208af3;
  content: "";
  vertical-align: top;
}
.contact-ul li .span-title {
  font-size: 16px;
  line-height: 24px;
  color: #353235;
  text-align: left;
  margin: 0px 0 8px;
}
.contact-ul li .span-title:before {
  display: none;
}

.contact-ul li:nth-of-type(1) h6 {
  float: left;
}
.contact-ul li .span-b-no {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  float: right;
}
.contact-ul .span-b-no:before {
  display: none;
}
.contact-ul .last-li {
  margin: 40px 0 80px;
}
.pt-20 {
  padding-top: 1.8%;
}
.bt-30 {
  padding-bottom: 3%;
}

@media screen and (min-width: 992px) {
  .cunxin-join em {
    width: 70px;
  }
  .benefit-div {
    min-height: 163px;
  }
}
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 1200px) {
  .banner-font1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 52px;
  }
  .join-left {
    width: 26%;
  }
  .join-right-div {
    width: 74%;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner-font1 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-font2 {
    font-size: 12px;
  }
  .banner-font3 {
    font-size: 12px;
    margin-top: 0px;
  }
  .banner-font3 a {
    padding: 2px 12px;
  }
  .contact-ul li:nth-of-type(1) {
    padding-bottom: 22px;
  }
  .join-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 6%;
  }
  .join-left li {
    float: left;
    padding: 11px 20px;
    height: 100%;
  }
  .join-right-div {
    width: 100%;
  }
  .join-active {
    border: none;
    border-bottom: 2px solid #00a4ff;
  }
  .join-left .join-active::after {
    content: "";
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .container-join {
    padding: 2.8% 0;
  }
  .contact-ul li .span-title {
    margin: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    margin-top: 30px;
    height: 180px;
  }
  .second-nav > div > ul > li > a {
    padding: 10px 6px;
  }
  .banner h2 {
    top: 20%;
  }
  .banner-font1 {
    font-size: 14px;
  }
  .contact-ul li h6 {
    font-size: 16px;
  }
  .contact-ul li .span-title {
    font-size: 14px;
  }
  .contact-ul li span {
    font-size: 12px;
  }
  .second-nav p {
    display: none;
  }
  /* 招聘详情中个段落之间的距离 */
  .join-left {
    display: none;
  }
  .contact-h4 a {
    padding: 0;
  }
  .contact-ul .last-li {
    margin: 0;
  }
}
