.join_aa {
  background: url(../images/join_04.png) no-repeat center bottom;
}
.join_aa .wrap {
  overflow: hidden;
}
.join_aa .wrap .a_title_box {
  margin-top: 6.25%;
  margin-bottom: 2.25%;
}
.join_aa .wrap .cont {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 600px;
  height: 420px;
  position: relative;
  margin-bottom: 6.25%;
}
.join_aa .wrap .cont .lt {
  width: 100%;
  height: 100%;
  position: relative;
}
.join_aa .wrap .cont .lt img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  max-width: 1000px;
}
.join_aa .wrap .cont .rt {
  padding: 30px 40px;
  width: 600px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/join_03.png) no-repeat center center;
  overflow: hidden;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}
.join_aa .wrap .cont .rt .title {
  color: #f3d426;
  font-size: 40px;
  margin: 0 0 30px 0;
}
.join_aa .wrap .cont .rt .line {
  width: 40px;
  height: 4px;
  background-color: #f3d426;
  margin-bottom: 28px;
}
.join_aa .wrap .cont .rt .will li {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.join_aa .wrap .cont .rt .will li:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 14px;
}
.join_bb {
  overflow: hidden;
  padding: 5.2083% 0;
  background: url(../images/join_09.png) no-repeat center bottom #f7f7f7;
}
.join_bb .wrap {
  
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
     -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  padding: 0 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 6.25%;
}
.join_bb .wrap .table {
  overflow: hidden;
}
.join_bb .wrap .table .td {
  color: #494c4b;
  font-size: 16px;
  width: 16.6666%;
  float: left;
  text-align: center;
}
.join_bb .wrap .table .thead {
  padding: 24px 0;
}
.join_bb .wrap .table .thead .td {
  font-weight: bold;
}
.join_bb .wrap .table .tbody .tr {
  border: solid 1px rgba(229, 229, 229, 0.4);
  margin-bottom: 2px;
}
.join_bb .wrap .table .tbody .tr .top {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.join_bb .wrap .table .tbody .tr .top .td {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.join_bb .wrap .table .tbody .tr .top:hover {
  background: url(../images/join_08.png) no-repeat center center;
}
.join_bb .wrap .table .tbody .tr .top:hover .td {
  color: #fff;
}
.join_bb .wrap .table .tbody .tr .td {
  font-size: 14px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.join_bb .wrap .table .tbody .tr .detail {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: rgba(247, 247, 247, 0.4);
  display: none;
}
.join_bb .wrap .table .tbody .tr:nth-child(1) .detail{
  display: block;
}
.join_bb .wrap .table .tbody .tr .detail .lt,
.join_bb .wrap .table .tbody .tr .detail .rt {
  width: 50%;
  float: left;
  line-height: 32px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  color: #666;
}
.join_bb .wrap .table .tbody .tr .detail .lt span,
.join_bb .wrap .table .tbody .tr .detail .rt span {
  font-weight: bold;
  color: #494c4b;
}
.join_bb .wrap .table .tbody .tr .detail .tbox {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 100px;
}
.join_bb .wrap .table .tbody .tr .detail .tdemail {
  padding: 18px 0;
  line-height: 40px;
  font-size: 14px;
}
.join_bb .wrap .table .tbody .tr .detail .tdemail span {
  color: #494c4b;
  float: left;
  display: block;
}
.join_bb .wrap .table .tbody .tr .detail .tdemail a {
  text-align: center;
  float: right;
  display: block;
  width: 120px;
  background: url(../images/join_06.png) no-repeat;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.join_bb .wrap .table .tbody .tr .detail .tdemail a img {
  vertical-align: middle;
  margin-right: 4px;
}
.join_bb .wrap .table .tbody .tr .detail .tdemail a:hover {
  background: url(../images/join_07.png) no-repeat;
}
.join_bb .wrap .table .tbody .act_tr .top {
  background: url(../images/join_08.png) no-repeat center center;
}
.join_bb .wrap .table .tbody .act_tr .top .td {
  color: #fff;
}
.join_bb .wrap .page-wrap {
  margin: 3.75% 0 6.25% 0;
}
@media screen and (max-width: 768px) {
  .join_aa .wrap {
    width: 100%;
  }
  .join_aa .wrap .a_title_box {
    padding: 0 5%;
  }
  .join_aa .wrap .a_title_box .title{
    display: none;
  }
  .join_aa .wrap .cont {
    padding-right: 0;
    height: auto;
  }
  .join_bb .wrap .table .tbody .tr .detail .lt, 
  .join_bb .wrap .table .tbody .tr .detail .rt{
    width: 100%;
    padding-right: 0;
  }
  .join_aa .wrap .cont .lt img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 100%;
  }
  .join_aa .wrap .cont .rt {
    width: 100%;
    position: relative;
    padding: 8% 5%;
  }
  .join_aa .wrap .cont .rt .title {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .join_aa .wrap .cont .rt .line {
    margin-bottom: 10px;
  }
  .join_bb .wrap {
    width: 100%;
    padding: 5%;
  }
  .join_bb .wrap .table .thead .td {
    width: 33.3333%;
  }
  .join_bb .wrap .table .thead .td:nth-child(3),
  .join_bb .wrap .table .thead .td:nth-child(4),
  .join_bb .wrap .table .thead .td:nth-child(6) {
    display: none;
  }
  .join_bb .wrap .table .tbody .tr .top .td {
    width: 33.3333%;
    line-height: 44px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .join_bb .wrap .table .tbody .tr .top .td:nth-child(3),
  .join_bb .wrap .table .tbody .tr .top .td:nth-child(4),
  .join_bb .wrap .table .tbody .tr .top .td:nth-child(6) {
    display: none;
  }
  .join_bb .wrap .morebtn {
    width: 100%;
  }

  .join_bb .wrap .table .tbody .tr .detail .tdemail span{
    line-height: 28px;
    float: none;
  }
  .join_bb .wrap .table .tbody .tr .detail .tbox{
    padding-bottom: 20px;
  }

  .join_bb .wrap .table .tbody .tr .detail .tdemail a{
    float:none; 
  }
}
.erj{position: fixed;width: 100%;height: 100%;right:-100%;top: 0;z-index: 1050;transition: all 0.3s;}
.erj .erj_le{width: 30%;z-index: 1051;background: rgba(0, 0, 0, 0.3);height: 100%;position: absolute;left: 0;top: 0;}
.erj_txt{width: 70%;height: 100%; background: #000;top: 0;right: 0px;padding:20px 3%;z-index: 1051;position: absolute;}
.erj_txt .txt1{line-height: 35px ;font-size: 16px;color: #fff;margin-bottom: 5px;}
.erj_txt .txt1 .txt_con{display: none;}
.erj_txt .txt1 a{display: block; font-size: 14px; color: #fff;line-height: 30px;}
.erj_txt .txt1 .txt_top{width: 80%;cursor: pointer;position: relative;}

.erj_txt .txt1 .txt_top::after{content: "";width: 35px;height: 35px;background: url(../images/erj.png) center no-repeat;position: absolute;right: 0;top: 0px;background-size: 15px ;}
.erj_txt .txt1 .txt_top.as::after{transform: rotate(90deg);}
.erj.act{right: 0;}