/*背景图*/
.section>div:nth-child(1){
     width: 100%;
     height: 690px;
     background: url("../../pc/img/1.png")center center no-repeat;
    position: relative;
 }
.section>div:nth-child(2){
    width: 100%;
    height: 667px;
    background: url("../../pc/img/2.png")center center no-repeat;
    position: relative;
}
.section>div:nth-child(3){
    width: 100%;
    height: 650px;
    background-color: #f2f5ff;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.section>div:nth-child(4){
    width: 100%;
    height: 909px;
    background: url("../../java/masterIn/4.png")center center no-repeat;
    position: relative;

}
/*第一块左边*/
.itellyou{
    width: 448px;
    height: 462px;
    position: absolute;
    left: 20%;
    top:98px;

}
.itellyou .text{
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 28px;
    width: 408px !important;
    font-weight: 400 !important;
}
 .itellyou .joinWe{
    width: 400px;
    height: 290px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
     align-items: center;
     padding: 18px  0 0px 0;
     color: #fff;
     background: url("../../java/masterIn/lucencybg.png") no-repeat;
     background-size: 400px 290px;
    }
    .itellyou  .joinWe h5 {
      font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    }
    .itellyou    .joinWe .p1{
      font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 18px;
    }
    .itellyou    .joinWe .p2{
      font-size: 14px;
    line-height: 19px;
    margin-top: 16px;
    }
    .itellyou   .joinWe .qrcode {
      display: flex;
      justify-content:center;
      width: 270px;
    }
    .itellyou    .joinWe .qrcode div{
       display: flex;
       flex-direction: column;
       align-items: center;
    }
    .itellyou   .joinWe .qrcode img{
      width: 110px;
      height: 110px;
      margin-bottom: 6px;
    }

/*第三块轮播图*/
.section>div:nth-child(3) .swiper-container{
    width: 1135px;
    height: 410px;
    margin-top:50px;
}
.section>div:nth-child(3) .titleImg{
    margin-top: 40px;
}
.swiper-button-prev {
    background: url("../../java/masterIn/arrowleft.png") no-repeat;
}
.swiper-button-next{
    background: url("../../java/masterIn/arrowright.png")no-repeat;
}

.section>div:nth-child(3) .swiper-slide .wrap{
    background-color: #fff;
    border-radius: 10px;
    width: 255px;
    height: 410px;
    margin: 0 auto;
    text-align: center;

}
.swiper-slide .wrap img{
   border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-top: 50px;
}
.swiper-slide .wrap .name{
    font-size: 30px;
    font-weight: 600;
    color: #fb901f;
    line-height: 60px;

}
.swiper-slide .wrap .days{
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 30px;
}
.swiper-slide .wrap .days span{
    color: #fb901f;
    font-size: 22px;
    font-weight: bold;
}
.swiper-slide .wrap .city{
    color: #85858c;
    line-height: 30px;
    font-size: 18px;
}
.swiper-slide .wrap .type{
    line-height: 30px;
    font-size: 18px;
}
.swiper-slide .wrap .accumulative{
    line-height: 30px;
    font-size: 18px;
}
.swiper-slide .wrap .accumulative span{
    color: #5075f3;
    font-size: 18px;
    font-weight: bold;
}