.join-wrap .session_1 .public-title{
  margin-top:75px;
}
.join-wrap .session_1 .centent-box {
  margin-top:75px;
}
.join-wrap .session_1 .centent-box .swiper-container{
  height:100%;
}
.join-wrap .session_1 .centent-box .item-box .img-box {
  position: relative;
  float: left;width:100%;
}
.join-wrap .session_1 .centent-box .item-box .img-box img {
  width:66%;height:596px;object-fit:cover;
  position: relative;
  z-index: 2;
}
.join-wrap .session_1 .centent-box .item-box .txt-box {
  float: right;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .top-box {
  text-align: right;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .top-box h3 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 3px;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .top-box p {
  font-size: 16px;
  color: #5b5b5b;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .info-box {
  position: absolute;
  top: 50%;width:54%;
  left: 35%;
  transform: translateY(-50%);
  background: #fff;
  box-sizing: border-box;
  padding-left:40px;height:380px;padding-top:55px;
  z-index: 3;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .info-box .title {
  margin-bottom:40px;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .info-box .title span {
  font-size:26px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 11px;
  position: relative;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .info-box .title span:before {
  position: absolute;
  content: '';
  width:18px;
  height:2px;
  background:#21ADE5;
  bottom: 0;
  left: 0;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .info-box .des-box h3 {
  font-size: 22px;
  color: #505050;
  line-height: 1;
  margin-bottom: 15px;
}
.join-wrap .session_1 .centent-box .item-box .txt-box .info-box .des-box p {
  font-size: 16px;line-height:2;
  color:#666666;
}
.join-wrap .session_1 .arr-box {
  position: absolute;bottom:108px;top:unset;
  left:35%;margin-left:-60px;
}
.join-wrap .session_1 .arr-box .swiper-button-next,
.join-wrap .session_1 .arr-box .swiper-button-prev {
  position: relative;
  float: right;
  width:60px;
  height:60px;
  right: 0;
  left: 0;
}
.join-wrap .session_1 .arr-box .swiper-button-next:before,
.join-wrap .session_1 .arr-box .swiper-button-prev:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eeeeee;
  z-index: 9;
  width: 100%;
}
.join-wrap .session_1 .arr-box .swiper-button-next:after,
.join-wrap .session_1 .arr-box .swiper-button-prev:after {
  font-size: 20px;
  color: #333;
  z-index: 10;
}
.join-wrap .session_1 .arr-box .swiper-button-next:before {
  background:#21ADE5;
}
.join-wrap .session_1 .arr-box .swiper-button-next:after {
  color: #fff;
}










.join-wrap .session_2 {
  margin-top: 70px;
  background: url(../images/img_9.png) center center no-repeat;
  background-size: cover;
  height:800px;
  padding-top:80px;
  box-sizing: border-box;
}
.join-wrap .session_2 .public-title:before{
  display:none;
}
.join-wrap .session_2 .public-title {
  margin-bottom: 80px;
}
.join-wrap .session_2 .public-title h3,
.join-wrap .session_2 .public-title p {
  color: #fff;
}
.join-wrap .session_2 .centent-box {
    position: relative;height:100%;overflow:hidden;
}

.join-wrap .session_2 .centent-box .des-box{
    position: absolute;
    left:-80px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

.join-wrap .session_2 .centent-box .des-box .item-box {
    padding: 0 50px;
    animation: shanshuotips 3s infinite linear;
}

.join-wrap .session_2 .centent-box .des-box .item-box .txt-box {
    min-width: 162px;
    height: 91px;
    left:115px;top:45px;text-align:left;
    position: relative;
    border-radius: 15px;
    margin-bottom: 25px;
    flex-direction: column;
}
.join-wrap .session_2 .centent-box .des-box .item-box .txt-box p.title,
.join-wrap .session_2 .centent-box .des-box .item-box .txt-box h3{
  font-size:20px;color:#fff;opacity:0.77;
}
.join-wrap .session_2 .centent-box .des-box .item-box .txt-box p.num{
  font-size:60px;font-weight:700;color:#21ADE5;position:relative;display:inline-block;
}
.join-wrap .session_2 .centent-box .des-box .item-box .txt-box p.num i{
  font-style:normal;
}
.join-wrap .session_2 .centent-box .des-box .item-box .txt-box p.num span{
  font-size:30px;font-weight:400;right:-25px;top:-2px;position:absolute;
}
.join-wrap .session_2 .centent-box .des-box .item-box .yuan {
    width:13px;
    height:13px;
    border-radius: 50px;
    background:#21ADE5;
    margin: 30px auto 337px;
    position: relative;
}

.join-wrap .session_2 .centent-box .des-box .item-box .yuan:after {
    width: 1px;
    height:348px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -348px;
    transform: translateX(-50%);
    content: '';
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(2) .yuan {
    margin: 30px auto 507px;
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(2) .yuan:after {
    bottom: -518px;
    height:518px
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(3) .yuan {
    margin: 30px auto 337px;
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(3) .yuan:after {
    bottom: -348px;
    height:348px;
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(4) .yuan {
    margin: 30px auto 457px;
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(4) .yuan:after {
    bottom:-468px;
    height:468px;
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(5) .yuan {
    margin: 30px auto 337px;
}

.join-wrap .session_2 .centent-box .des-box .item-box:nth-child(5) .yuan:after {
    bottom: -348px;
    height:348px;
}


@keyframes shanshuotips {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    75% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}








.join-wrap .session_3{
  margin-top:75px;margin-bottom:80px;
}
.join-wrap .session_3 .public-title:before{
  display:none;
}
.join-wrap .session_3 .public-title {
  margin-bottom:40px;
}
.join-wrap .session_3 .centent-box .img-box .img{
  height:100%;
}
.join-wrap .session_3 .centent-box .top-box{
  display:flex;margin-left:-5px;margin-right:-5px;margin-bottom:9px;
}
.join-wrap .session_3 .centent-box .top-box .img-box{
  width:50%;padding-left:5px;padding-right:5px;box-sizing:border-box;
}
.join-wrap .session_3 .centent-box .bottom-box{
  display:flex;margin-left:-5px;margin-right:-5px;
  height:420px;
}
.join-wrap .session_3 .centent-box .bottom-box .right .img-box,
.join-wrap .session_3 .centent-box .bottom-box .left .img-box{
  height:100%;overflow:hidden;
}
.join-wrap .session_3 .centent-box .bottom-box .box{
  width:20%;padding-left:5px;padding-right:5px;box-sizing:border-box;
}
.join-wrap .session_3 .centent-box .bottom-box .center{
  margin-top:-5px;margin-bottom:-5px;
}
.join-wrap .session_3 .centent-box .bottom-box .center-one{
  width:40%;
}
.join-wrap .session_3 .centent-box .bottom-box .center-one .txt-box .des{
  background:#21ADE5;box-sizing:border-box;height:100%;position:relative;
}
.join-wrap .session_3 .centent-box .bottom-box .center-one .txt-box .des p{
  font-size:24px;color:#fff;font-weight:700;padding-left:40px;padding-right:40px;
  top:50%;transform:translateY(-50%);position:absolute;
}
.join-wrap .session_3 .centent-box .bottom-box .center .img-box{
  height:50%;padding-top:5px;padding-bottom:5px;box-sizing:border-box;
}
.join-wrap .session_3 .centent-box .img-box img{
  width:100%;height:100%;object-fit:cover;
}






.join-wrap .session_4{
  padding-bottom:100px;
}
.join-wrap .session_4 .public-title{
  margin-bottom:50px;
}
.join-wrap .session_4 .public-title:before{
  display:none;
}
.join-wrap .session_4 .centent-box{
  display:flex;align-items:center;
}
.join-wrap .session_4 .left-box{
  width:54%;
}
.join-wrap .session_4 .left-box img{
  width:100%;
}
.join-wrap .session_4 .centent-box .right-box{
  padding-left:80px;box-sizing:border-box;width:46%;
  margin-top:20px;
}
.join-wrap .session_4 .centent-box .right-box .txt-box{
  padding-bottom:35px;
}
.join-wrap .session_4 .centent-box .right-box .txt-box h3{
  font-size:22px;color:#505050;margin-bottom:10px;
}
.join-wrap .session_4 .centent-box .right-box .txt-box p{
  color:#666;font-size:16px;line-height:2;
}









.join-wrap .session_5{
  padding-top:70px;background:#f7f7f7;padding-bottom:80px;
}
.join-wrap .session_5 .public-title{
  margin-bottom:40px;
}
.join-wrap .session_5 .public-title:before{
  display:none;
}
.join-wrap .session_5 .centent-box .list-box{
  margin-left:-22px;margin-right:-22px;
}
.join-wrap .session_5 .centent-box .item-box{
  width:33.3%;
  float:left;padding-left:22px;padding-right:22px;box-sizing:border-box;
}
.join-wrap .session_5 .centent-box .item-box .img-box{
  overflow:hidden;
}
.join-wrap .session_5 .centent-box .item-box .img-box img{
  width:100%;height:368px;object-fit:cover;transition:all .5s;
}
.join-wrap .session_5 .centent-box .item-box .txt-box{
  height:178px;background:#eee;text-align:center;padding-top:22px;box-sizing:border-box;
  padding-left:40px;padding-right:40px;position:relative;overflow:hidden;
}
.join-wrap .session_5 .centent-box .item-box .txt-box h3{
  font-size:22px;color:#505050;margin-bottom:10px;
}
.join-wrap .session_5 .centent-box .item-box .txt-box p{
  font-size:16px;color:#666;line-height:1.8;
}
.join-wrap .session_5 .centent-box .item-box .txt-box span{
  position:absolute;right:20px;bottom:-15px;font-size:90px;color:#666;
  opacity:0.1;font-style:italic;line-height:0.8;
}
.join-wrap .session_5 .centent-box .item-box .img-box:hover img{
  transform:scale(1.1);
}







.join-wrap .session_6 {
  background: url(../images/img_10.png) center center no-repeat;
  background-size: cover;
  height:800px;
  padding-top:70px;
  box-sizing: border-box;
}
.join-wrap .session_6 .public-title{
  margin-bottom:40px;
}
.join-wrap .session_6 .public-title:before{
  display:none;
}
.join-wrap .session_6 .public-title h3{
  font-size:26px;color:#fff;
}
.join-wrap .session_6 .public-title p{
  color:#fff;
}
.join-wrap .session_6 .centent-box .col-md-3{
  float:left;width:20%;padding-left:5px;padding-right:5px;box-sizing:border-box;
  margin-bottom:30px;
}
.join-wrap .session_6 .centent-box .col-md-3 img{
  height:183px;object-fit:cover;max-width:96%;max-height:96%;transition:all .5s;
}
.join-wrap .session_6 .centent-box .col-md-3 .item-box{
  text-align:center;overflow:hidden;
}
.join-wrap .session_6 .centent-box .col-md-3:hover img{
  transform:rotateY(180deg);
}
.join-wrap .session_6 .centent-box .swiper-pagination{
  position:static;margin-top:60px;
}
.join-wrap .session_6 .centent-box .swiper-pagination-bullet{
    width:12px;margin:0 10px;
    height:12px;opacity:1;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}
.join-wrap .session_6 .centent-box .swiper-pagination-bullet-active{
      background:#21ADE5;
    width:34px;
    border-radius: 8px;
}






.join-wrap .session_7{
  margin-top:100px;margin-bottom:100px;
}
.join-wrap .session_7 .centent-box{
  display:flex;
}
.join-wrap .session_7 .centent-box .left-box{
  width:35%;position:relative;height:631px;overflow:hidden;
}
.join-wrap .session_7 .centent-box .left-box img{
  width:100%;height:100%;transition:all .5s;
}
.join-wrap .session_7 .centent-box .left-box:hover img{
  transform:scale(1.1);
}
.join-wrap .session_7 .centent-box .left-box .title-box{
  position:absolute;top:120px;left:50%;transform:translateX(-50%);
  width:80%;text-align:center;
}
.join-wrap .session_7 .centent-box .left-box .title-box h3{
  font-size:26px;color:#fff;font-weight:700;
}
.join-wrap .session_7 .centent-box .left-box .title-box p{
  font-size:16px;font-size:16px;color:#fff;
}
.join-wrap .session_7 .centent-box .left-box .des-box{
  position:absolute;bottom:100px;left:50%;transform:translateX(-50%);
  width:80%;text-align:center;color:#fff;font-size:18px;
}
.join-wrap .session_7 .centent-box .left-box .des-box p{
  color:#fff;font-size:18px;
}
.join-wrap .session_7 .centent-box .right-box{
  width:65%;padding-left:20px;box-sizing:border-box;
}
.join-wrap .session_7 .centent-box .right-box .row{
  margin-left:-4px;margin-right:-4px;
}
.join-wrap .session_7 .centent-box .right-box .col-md-3{
  float:left;width:33.3%;padding-left:4px;padding-right:4px;box-sizing:border-box;
}
.join-wrap .session_7 .centent-box .right-box .col-md-3 .item-box{
  background:#f7f7f7;height:205px;margin-bottom:8px;text-align:center;line-height:205px;
  text-align:center;overflow:hidden;
}
.join-wrap .session_7 .centent-box .right-box .col-md-3 .item-box img{
  max-width:86%;max-height:86%;transition:all .5s;
}
.join-wrap .session_7 .centent-box .right-box .col-md-3 .item-box:hover{
  background:#21ADE5;
}
.join-wrap .session_7 .centent-box .right-box .col-md-3 .item-box:hover img{
  transform:scale(1.1);
}






.join-wrap .session_8{
  position:relative;
}
.join-wrap .session_8 .bg1{
    background: url(../images/img_11.png) center center no-repeat;
    background-size: cover;height:420px;
    box-sizing: border-box;
}
.join-wrap .session_8 .bg2{
    background: url(../images/img_12.png) center center no-repeat;
    background-size: cover;height:350px;
    box-sizing: border-box;
}
.join-wrap .session_8 .centent-box{
  position:absolute;top:70px;left:50%;transform:translateX(-50%);
}
.join-wrap .session_8 .centent-box .public-title{
  margin-bottom:40px;
}
.join-wrap .session_8 .centent-box .public-title:before{
  display:none;
}
.join-wrap .session_8 .centent-box .public-title h3{
  font-size:26px;color:#fff;font-weight:700;
}
.join-wrap .session_8 .centent-box .public-title p{
  color:#fff;font-size:16px;
}
.join-wrap .session_8 .centent-box .item-box{
  position:relative;
}
.join-wrap .session_8 .centent-box .item-box .img-box{
  padding-bottom:75px;
}
.join-wrap .session_8 .centent-box .item-box .img-box img{
  height:408px;object-fit:cover;width:100%;
}
.join-wrap .session_8 .centent-box .item-box .txt-box{
  height:75px;background:#fff;transition:all .5s;position:absolute;bottom:0;
  width:100%;padding-left:30px;padding-right:30px;box-sizing:border-box;overflow:hidden;
}
.join-wrap .session_8 .centent-box .item-box .txt-box h3{
  font-size:16px;color:#505050;margin-bottom:12px;padding-top:27px;
}
.join-wrap .session_8 .centent-box .item-box .txt-box p{
  opacity:0;font-size:14px;
}
.join-wrap .session_8 .centent-box .item-box:hover .txt-box{
  height:145px;background:#21ADE5;bottom:0px;
}
.join-wrap .session_8 .centent-box .item-box:hover .txt-box p,
.join-wrap .session_8 .centent-box .item-box:hover .txt-box h3{
  color:#fff;opacity:1;
}
.join-wrap .session_8 .centent-box .row{
  position:relative;
}
.join-wrap .session_8 .centent-box .swiper-button-next,
.join-wrap .session_8 .centent-box .swiper-button-prev {
  width:60px;
  height:60px;
}
.join-wrap .session_8 .centent-box .swiper-button-prev{
  left:-80px;margin-top:-50px;
}
.join-wrap .session_8 .centent-box .swiper-button-next{
  right:-80px;margin-top:-50px;
}
.join-wrap .session_8 .centent-box .swiper-button-next:before,
.join-wrap .session_8 .centent-box .swiper-button-prev:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.2);
  z-index: 9;
  width: 100%;
}
.join-wrap .session_8 .centent-box .swiper-button-next:after,
.join-wrap .session_8 .centent-box .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  z-index: 10;
}
.join-wrap .session_8 .centent-box .swiper-button-prev:hover:before,
.join-wrap .session_8 .centent-box .swiper-button-next:hover:before {
  background:#21ADE5;
}








.join-wrap .session_9{
  position:relative;padding-bottom:100px;
}
.join-wrap .session_9 .public-title{
  margin-bottom:40px;margin-top:70px;
}
.join-wrap .session_9 .public-title:before{
  display:none;
}
.join-wrap .session_9 .centent-box{
  display:flex;align-items:center;
}
.join-wrap .session_9 .centent-box .left-box{
  width:50%;height:560px;z-index:8;
}
.join-wrap .session_9 .centent-box .left-box .img-box{
  height:100%;
}
.join-wrap .session_9 .centent-box .left-box img{
  height:100%;object-fit:cover;width:100%;
}
.join-wrap .session_9 .centent-box .right-box{
  width:50%;margin-left:-20px;z-index:10;
}
.join-wrap .session_9 .centent-box .swiper-container{
  padding:20px;
}
.join-wrap .session_9 .centent-box .right-box .item-box{
  float:left;width:50%;background:#F3F3F3;height:280px;
  border-right:1px solid rgba(210, 210, 210, 0.28);border-bottom:1px solid rgba(210, 210, 210, 0.28);box-sizing:border-box;
  text-align: center;position:relative;
  padding-top:75px;
  transition: all .5s;
} 
.join-wrap .session_9 .item-box .icon-box {
  height: 75px;
  line-height: 75px;
  transition: all .3s;
}
.join-wrap .session_9 .item-box .icon-box img {
  vertical-align: top;
}
.join-wrap .session_9 .item-box .txt-box {
  color: #fff;
  transition: all .3s;
}
.join-wrap .session_9 .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 22px;color:#505050;
  margin-bottom: 8px;
}
.join-wrap .session_9 .item-box .txt-box p {
  font-size: 14px;
  color: #666;
}
.join-wrap .session_9 .item-box .des {
  position: absolute;
  top:-14px;bottom:-14px;
  left:-14px;
  right:-14px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 35px;
  transform: translateY(20px);
  opacity: 0;background:#21ADE5;
  transition: all .5s;z-index:10;
}
.join-wrap .session_9 .item-box .des h3 {
  color: #fff;padding-top:20px;
  font-size:22px;box-sizing:border-box;
  margin-bottom:28px;
}
.join-wrap .session_9 .item-box .des p {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
  text-align: left;
}
.join-wrap .session_9 .item-box:hover .des {
  opacity:1;
  transform: translateY(0);
  transition: all .3s;
}
.join-wrap .session_9 .item-box:hover .txt-box,
.join-wrap .session_9 .item-box:hover .icon-box {
  transform: translateY(-20px);
  opacity: 0;
}
.join-wrap .session_9 .row{
  position:relative;
}
.join-wrap .session_9 .swiper-button-prev,
.join-wrap .session_9 .swiper-button-next{
 top:unset;bottom:20px;width:60px;height:60px;background:rgba(0, 0, 0, 0.2);
}
.join-wrap .session_9 .swiper-button-next:hover,
.join-wrap .session_9 .swiper-button-prev:hover{
  background:#21ADE5;
}
.join-wrap .session_9 .swiper-button-prev{
  left:20px;margin-left:-100%;
}
.join-wrap .session_9 .swiper-button-next{
  left:81px;right:unset;margin-left:-100%;
}
.join-wrap .session_9 .swiper-button-next:after,
.join-wrap .session_9 .swiper-button-prev:after{
  font-size:20px;color:#fff;
}









.join-wrap .session_10{
    background: url(../images/img_13.png) center center no-repeat;
    background-size: cover;height:780px;padding-top:80px;box-sizing:border-box;
    box-sizing: border-box;
}
.join-wrap .session_10 .public-title{
  margin-bottom:40px;
}
.join-wrap .session_10 .public-title h3{
  font-size:26px;color:#fff;font-weight:700;
}
.join-wrap .session_10 .public-title p{
  font-size:16px;color:#fff;
}
.join-wrap .session_10 .public-title:before{
  display:none;
}
.join-wrap .session_10 .centent-box{
  margin-top:235px;
}
.join-wrap .session_10 .centent-box .row{
  margin-left:-50px;margin-right:-50px;
}
.join-wrap .session_10 .centent-box .col-md-3{
  float:left;padding-left:50px;padding-right:50px;box-sizing:border-box;
  width:33.3%;height:143px;
}
.join-wrap .session_10 .centent-box .col-md-3 .item-box{
  border:1px solid rgba(255, 255, 255, 0.27);height:100%;position:relative;
  text-align:center;transition:all .5s;
}
.join-wrap .session_10 .centent-box .col-md-3 .item-box:hover{
  background:#21ADE5;border-color:#21ADE5;
}
.join-wrap .session_10 .centent-box .col-md-3 .item-box .icon-box img{
  height:52px;
}
.join-wrap .session_10 .centent-box .col-md-3 .item-box .icon-box{
  position:absolute;top:-52px;left:50%;transform:translateX(-50%);
}
.join-wrap .session_10 .centent-box .col-md-3 .item-box .txt-box{
  padding-top:40px;
}
.join-wrap .session_10 .centent-box .col-md-3 .item-box .txt-box p{
  font-size:16px;color:#fff;padding-left:24px;padding-right:24px;
}










.join-wrap .session_11{
  height:600px;padding-top:70px;box-sizing:border-box;
}
.join-wrap .session_11 .centent-box{
  display:flex;height:100%;align-items:flex-start;
}
.join-wrap .session_11 .centent-box .left-box{
  position:relative;width:45%;height:100%;
}
.join-wrap .session_11 .centent-box .left-box .title-box h3{
  font-size:26px;color:#333;margin-bottom:10px;
}
.join-wrap .session_11 .centent-box .left-box .title-box p{
  font-size:16px;color:#666;
}
.join-wrap .session_11 .centent-box .left-box .img-box{
  position:absolute;bottom:0;
}
.join-wrap .session_11 .centent-box .left-box .img-box img{
  width:100%;
}
.join-wrap .session_11 .centent-box .right-box{
  width:55%;padding-left:10%;box-sizing:border-box;margin-top:10px;
}
.join-wrap .session_11 .centent-box .right-box .col-md-3{
  float:left;width:25%;
}
.join-wrap .session_11 .centent-box .right-box .col-md-3 .item-box{
  text-align:center;display:inline-block;margin-bottom:70px;
}
.join-wrap .session_11 .centent-box .right-box .col-md-3 .item-box .icon-box{
  width:100px;height:100px;background:#21ADE5;border-radius:100%;text-align:center;line-height:100px;
  margin-bottom:12px;
}
.join-wrap .session_11 .centent-box .right-box .col-md-3 .item-box .icon-box:hover img{
  transform:rotateY(180deg);
}
.join-wrap .session_11 .centent-box .right-box .col-md-3 .item-box .icon-box img{
  max-width:40px;max-height:40px;transition:all .5s;
}
.join-wrap .session_11 .centent-box .right-box .col-md-3 .item-box span{
  font-size:20px;color:#21ADE5;
}
.join-wrap .session_11 .centent-box .right-box .col-md-3 .item-box p{
  font-size:20px;color:#333;
}











.join-wrap .session_12{
    background: url(../images/img_13.png) center center no-repeat;
    background-size: cover;height:810px;padding-top:80px;box-sizing:border-box;
    box-sizing: border-box;
}
.join-wrap .session_12 .centent-box{
  width:1040px;margin:0 auto;display:flex;
}
.join-wrap .session_12 .centent-box .right-box,
.join-wrap .session_12 .centent-box .left-box{
  height:630px;
}
.join-wrap .session_12 .centent-box .left-box{
  background:#fff;opacity:0.9;width:64.6%;padding-left:50px;padding-right:50px;box-sizing:border-box;
}
.join-wrap .session_12 .centent-box .left-box .title-box{
  padding-top:55px;text-align:center;
}
.join-wrap .session_12 .centent-box .left-box .title-box span{
  font-size:26px;color:#333;font-weight:700;margin-bottom:10px;display:inline-block;
}
.join-wrap .session_12 .centent-box .left-box .title-box p{
  color:#666;font-size:14px;
}
.join-wrap .session_12 .centent-box .left-box .form-box{
  margin-top:50px;
}
.join-wrap .session_12 .centent-box .left-box .input-box{
    position: relative;
    margin-bottom:25px;
    padding-left: 20px;
}
.join-wrap .session_12 .centent-box .left-box .input-box span{
  width:8%;display:inline-block;
}
.join-wrap .session_12 .centent-box .left-box .input-box input{
    width:91%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background: transparent;
    background: #fff;
}
.join-wrap .session_12 .centent-box .left-box .radio{
  text-align:center;
}
.join-wrap .session_12 .centent-box .left-box .radio .radio2,
.join-wrap .session_12 .centent-box .left-box .radio .radio1{
  display:inline-block;margin-left:60px;
}
.join-wrap .session_12 .centent-box .left-box .radio .radio2 input,
.join-wrap .session_12 .centent-box .left-box .radio .radio1 input{
  width:auto;border:unset;padding-left:3px;position:relative;top:-1px;
}
.radio_type {
  -webkit-appearance: none;margin:0;
    appearance:none;
    position: relative;
    outline: none;
}
.radio_type:before {
    content: "";
     width:12px;
    height: 12px;
    border: 1px solid #21ADE5;
    display: inline-block;box-sizing:border-box;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before {
    content: "";
     width:12px;
    height: 12px;
    border: 1px solid #21ADE5;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width:6px;
    height:6px;
    text-align: center;
    background: #21ADE5;
    border-radius: 50%;
    display: block;
    position: absolute;
    top:18.5px;
    left:5.5px;
}
.join-wrap .session_12 .centent-box .left-box .radio .radio2 .radio_type:checked:after{
  left:6.5px;
}
.radio_type:checked + label {
    color: #edd19d;
}
.join-wrap .session_12 .centent-box .left-box .btn-box{
  text-align:center;margin-top:5px;
}
.join-wrap .session_12 .centent-box .left-box .btn-box input{
  width: 255px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
}
.join-wrap .session_12 .centent-box .right-box{
  width:35.4%;background:rgba(27, 27, 27, 0.26);position:relative;
}
.join-wrap .session_12 .centent-box .right-box .txt-box{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
}
.join-wrap .session_12 .centent-box .right-box .txt-box .top-box h3{
  font-size:16px;color:#fff;font-weight:400;
}
.join-wrap .session_12 .centent-box .right-box .txt-box .top-box p.code{
  font-size:12px;color:#fff;font-weight:700;margin-top:17px;margin-bottom:17px;
}
.join-wrap .session_12 .centent-box .right-box .txt-box .top-box p.des{
  font-size:28px;color:#fff;font-weight:700;
}
.join-wrap .session_12 .centent-box .right-box .txt-box .bottom-box{
  margin-top:70px;
}
.join-wrap .session_12 .centent-box .right-box .txt-box .bottom-box img{
  width:158px;height:158px;
}
.join-wrap .session_12 .centent-box .right-box .txt-box .bottom-box p{
  font-size:18px;color:#fff;margin-top:20px;
}

