.ws_footer.joinus_footer {
  position: relative;
}
.joinus_nav {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(28, 35, 39, 0.35);
}
.ws_joinus {
  position: relative;
}
.ws_joinus .joinus_nav {
  top: 30px;
}
.ws_joinus .joinus_content .joinus_page1 {
  background-image: url("../img/joinus/zp_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 550px;
  padding-top: 30px;
  box-sizing: border-box;
}
.ws_joinus .joinus_content .joinus_page2 {
  height: 480px;
  background-color: white;
}
.ws_joinus .joinus_content .joinus_page3 {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.ws_joinus .joinus_content .joinus_page4 {
  height: 780px;
  background-color: white;
}
.square_content {
  width: 1250px;
  height: 430px;
  margin: 0 auto;
  position: relative;
}
.square_content .square1 {
  width: 750px;
  height: 300px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -415px;
}
.square_content .square1 .arrow_right {
  width: 174px;
  height: 70px;
  letter-spacing: 12px;
  color: white;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 16px;
  position: absolute;
  left: 456px;
  animation: arrow_right 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes arrow_right {
  from {
    opacity: 0;
    top: 309px;
  }
  to {
    opacity: 1;
    top: 279px;
  }
}
.square_content .square1 .zhaopin_text {
  background-image: url("../img/joinus/zp_text.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 224px;
  width: 440px;
  position: absolute;
  left: 150px;
  top: 60px;
  animation: zhaopin_text 1s;
}
@keyframes zhaopin_text {
  from {
    left: -400px;
  }
  to {
    left: 150px;
  }
}
.square_content .square1 .zhaopin_text_icon {
  background-image: url("../img/joinus/zp_text_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 84px;
  width: 28px;
  position: absolute;
  left: 526px;
  top: 46px;
  opacity: 0;
  animation: zhaopin_text_icon 0.6s infinite alternate, zhaopin_text_icon1 0.4s 0.6s;
  animation-fill-mode: forwards;
}
@keyframes zhaopin_text_icon {
  from {
    top: 38px;
  }
  to {
    top: 46px;
  }
}
@keyframes zhaopin_text_icon1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.square_content .square1 .joinus_text {
  color: white;
  width: 440px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -10px;
  left: 188px;
  font-size: 17px;
  font-family: '黑体';
  letter-spacing: 15px;
  animation: joinus_text 1s;
}
@keyframes joinus_text {
  from {
    left: -400px;
  }
  to {
    left: 188px;
  }
}
.square_content .square1 .line1 {
  background-color: white;
  height: 2px;
  position: absolute;
  right: 664px;
  top: 0px;
  animation: square1_line1 0.1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
@keyframes square1_line1 {
  from {
    width: 0;
  }
  to {
    width: 86px;
  }
}
.square_content .square1 .line2 {
  background-color: white;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  animation: square1_line2 0.1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes square1_line2 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.square_content .square1 .line3 {
  background-color: white;
  height: 2px;
  position: absolute;
  left: 0;
  top: 300px;
  animation: square1_line3 0.1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes square1_line3 {
  from {
    width: 0;
  }
  to {
    width: 26px;
  }
}
.square_content .square1 .line4 {
  background-color: white;
  height: 2px;
  position: absolute;
  left: 46px;
  top: 300px;
  animation: square1_line4 0.1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes square1_line4 {
  from {
    width: 0;
  }
  to {
    width: 257px;
  }
}
.square_content .square1 .line5 {
  background-color: white;
  height: 2px;
  position: absolute;
  left: 676px;
  top: 300px;
  animation: square1_line5 0.1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes square1_line5 {
  from {
    width: 0;
  }
  to {
    width: 76px;
  }
}
.square_content .square1 .line6 {
  background-color: white;
  width: 2px;
  position: absolute;
  left: 750px;
  bottom: 0px;
  animation: square1_line6 0.1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes square1_line6 {
  from {
    height: 0;
  }
  to {
    height: 208px;
  }
}
.square_content .square1 .line7 {
  background-color: white;
  width: 2px;
  position: absolute;
  left: 750px;
  bottom: 226px;
  animation: square1_line7 0.1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes square1_line7 {
  from {
    height: 0;
  }
  to {
    height: 74px;
  }
}
.square_content .square1 .line8 {
  background-color: white;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 0px;
  animation: square1_line8 0.1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes square1_line8 {
  from {
    width: 0;
  }
  to {
    width: 132px;
  }
}
.square_content .square2 {
  width: 256px;
  height: 100px;
  position: absolute;
  top: 322px;
  left: -12px;
}
.square_content .square2 .line1 {
  background-color: white;
  height: 2px;
  position: absolute;
  right: 44px;
  top: 0px;
  animation: square2_line1 0.1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes square2_line1 {
  from {
    width: 0;
  }
  to {
    width: 212px;
  }
}
.square_content .square2 .line2 {
  background-color: white;
  width: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: square2_line2 0.1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes square2_line2 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.square_content .square2 .line3 {
  background-color: white;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  animation: square2_line3 0.1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes square2_line3 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.square_content .square2 .line4 {
  background-color: white;
  width: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation: square2_line4 0.1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes square2_line4 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.square_content .square2 .line5 {
  background-color: white;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 0px;
  animation: square2_line5 0.1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes square2_line5 {
  from {
    width: 0;
  }
  to {
    width: 23px;
  }
}
.square_content .square3 {
  width: 310px;
  height: 122px;
  position: absolute;
  top: 41px;
  left: 928px;
}
.square_content .square3 .line1 {
  background-color: white;
  width: 2px;
  position: absolute;
  left: 0px;
  top: 48px;
  animation: square3_line1 0.15s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes square3_line1 {
  from {
    height: 0;
  }
  to {
    height: 74px;
  }
}
.square_content .square3 .line2 {
  background-color: white;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  animation: square3_line2 0.15s;
  animation-delay: 0.85s;
  animation-fill-mode: forwards;
}
@keyframes square3_line2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.square_content .square3 .line3 {
  background-color: white;
  width: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation: square3_line3 0.15s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes square3_line3 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.square_content .square3 .line4 {
  background-color: white;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 0px;
  animation: square3_line4 0.15s;
  animation-delay: 1.15s;
  animation-fill-mode: forwards;
}
@keyframes square3_line4 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.square_content .square3 .line5 {
  background-color: white;
  width: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: square3_line5 0.15s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
@keyframes square3_line5 {
  from {
    height: 0;
  }
  to {
    height: 31px;
  }
}
.joinus_page2_container {
  width: 740px;
  height: 480px;
  margin: 0px  auto;
  box-sizing: border-box;
  padding-top: 80px;
}
.joinus_page2_container .need_you {
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 36px;
}
.joinus_page2_container .joinus_page2_desc1 {
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 20px;
  font-style: italic;
  margin-top: 8px;
  font-weight: bold;
}
.joinus_page2_container .joinus_page2_desc1 span {
  font-weight: bold;
  color: #0CDFBB;
}
.joinus_page2_container .joinus_text_center {
  width: 420px;
  margin: 0 auto;
  margin-top: 50px;
}
.joinus_page2_container .joinus_page2_desc2 {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
}
.joinus_page2_container .joinus_page2_desc3 {
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  margin-top: 20px;
}
.joinus_page2_container .joinus_page2_desc4 {
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  margin-top: 20px;
}
.joinus_page2_container .joinus_page2_desc5 {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  margin-top: 20px;
}
.joinus_page3 .joinus_page3_bg {
  min-height: 570px;
  width: 100%;
  background-color: #1aaebb;
  padding-top: 50px;
  box-sizing: border-box;
}
.joinus_page3 .joinus_page3_bg1 {
  height: 110px;
  width: 100%;
  background-image: url("../img/joinus/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.joinus_page3 .joinus_page3_text1 {
  color: white;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.joinus_page3 .joinus_page3_text2 {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  margin-top: 5px;
}
.joinus_page3 .post_container {
  width: 930px;
  margin: 0 auto;
  color: white;
  font-family: "Microsoft YaHei";
  position: relative;
}
.joinus_page3 .post_container .one_post {
  margin-top: 38px;
}
.joinus_page3 .post_container .one_post .post_name {
  font-size: 16px;
  font-weight: bold;
}
.joinus_page3 .post_container .one_post .post_condition_titile {
  font-size: 14px;
  margin-top: 15px;
}
.joinus_page3 .post_container .one_post .post_condition_content {
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #E9E9E9;
}
.joinus_page4_container {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
.joinus_page4_container .joinus_page4_text1 {
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  font-family: "Microsoft YaHei";
}
.joinus_page4_container .joinus_page4_text2 {
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  margin-top: 5px;
}
.joinus_page4_container .joinus_page4_items {
  margin-top: 110px;
  box-sizing: border-box;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item:hover {
  animation: joinus_page4_item 0.5s;
  animation-fill-mode: forwards;
  transform: scale(1.1);
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item:hover div {
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
@keyframes joinus_page4_item {
  from {
    top: 0;
  }
  to {
    top: -15px;
  }
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item {
  width: 356px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  border: none;
  margin-bottom: 78px;
  position: relative;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item .wxyj {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../img/joinus/wxyj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item .jrfl {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../img/joinus/fl.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item .srfl {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../img/joinus/sr.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item .zmsx {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../img/joinus/sx.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item .hdjc {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../img/joinus/jc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item .jbjt {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../img/joinus/qian.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.joinus_page4_container .joinus_page4_items .joinus_page4_item p {
  text-align: center;
  margin-top: 10px;
  font-family: "Microsoft YaHei";
  font-size: 15px;

}
.share_span{
  background: #32CCDA;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 20px;
  cursor: pointer;
}
.share_box{
  position: absolute;
  right: 8px;
}
.share_box a{
  text-decoration: none;
}
#sf_span{
  cursor: pointer;
}
.joinus_synopsis{
  /*text-align: right;*/
  /*height: 500px;*/
  min-width: 1100px;
}
@media(max-width:1368px) {

  .joinus_synopsis {
    min-width: 900px;
  }


}
.joinus-sh{
  color: #191919;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
.joinus-in{
  color: #3a3a3a;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 22px;
  width: 350px;
}
.joinus-line{
  width: 75px;
  height: 1px;
  background: #30d1b6;
  margin: 15px 0px;
}
.joinus_img{
  width: 304px;
  height: 306px;
  display: block;
  position: absolute;
  left: -180px;
  top: 40px;
}
.xyzp-content{
  background-color: rgba(217,217,217,0.19);
}
.sh-box{
  width: 525px;height: 460px;background-color: #eef3f7;position: relative;
}
.joinus_sh_img{
  width: 304px;
  height: 306px;
  display: block;
  position: absolute;
  left: -180px;
  top: 40px;
}
.joinus_xy_img{
  width: 304px;
  height: 306px;
  display: block;
  position: absolute;
  right: -180px;
  top: 40px;
}
.joinus-icon{
  font-family: SourceHanSansCN-Bold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 61px;
  letter-spacing: 4px;
  color: #c7c7c7;
  opacity: 0.22;
  position: absolute;
}
.joinus-icon span{
  display: block;
}
.sh-icon{
  bottom: 0;
}
.xy-icon{
  bottom: 5px;
  right: 10px;
}