body,html{
    scroll-behavior: smooth;
}
.index_p1{
    width: 100%;
    max-width: 768px;
    height:418px;
    margin: 0 auto ;
    padding: 0 20px;
    background-image: url(../images/WB00281101_index/index_p1.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.index_p1 h6{
    font-size: 36px;
    font-weight: bold;
    color: #ff9c00;
    line-height: 40px;
}
.index_p1 p{
    margin-top: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding-right: 40px;
}
.index_p2{
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 55px auto;
}
.index_p2 h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-bottom:5px;
    padding: 0 20px;
}
.index_p2 p{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 0 20px;
}
.index_p2 p span{
    color: #ff9c00;
}
.index_p2_b{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.index_p2_bottom{
    width: 100%;
    max-width: 330px;
    height: 411px;
    background-image: url(../images/WB00281101_index/index_p2_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
}
.index_p2_bottom h6{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0 20px 0;
    padding: 0 40px;
}
.index_p2_bottom p{
    font-size: 18px;
    line-height: 27px;
    margin-left: 30px;
}
.index_p2_bottom p span{
    color: #000;
    margin-right: 5px;
}
.index_p2_bottom .index_p2_ba{
    color: #ffffff;
}
.index_p2_ba{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 110px;
    background-color: #05529a;
    margin: 15px auto 0;
    font-size: 20px;
    line-height: 30px;
    padding: 0 25px;
}
.index_p2_ba:hover{
    background-color: #2793f8;
}
.index_p2_ba img{
    margin: 0 10px 30px 0;
}
.index_p2 .swiper-container{
    width: 340px;
    height: 300px;
    margin-top:35px;
    margin-bottom: 60px;
}
.swiper-slide{
    width: 320px;
    height: 300px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 25px;
}
.swiper-slide h6{
    font-size: 20px;
    line-height: 24px;
    color: #05529a;
    margin: 0 0 5px 0;
}
.swiper-slide p{
    font-size: 18px;
    line-height: 26px;
}
.swiper-slide h5{
    text-align: right;
    font-size: 14px;
}
.swiper-slide:nth-child(3) h5{
    margin-top: 50px;
}
.swiper-slide:nth-child(4) h5{
    margin-top: 50px;
}
.index_p2 .swiper-container .swiper-pagination {
    bottom: -100px;
}
.swiper-container .swiper-button-next:after{
    content: url(../images/WB00281101_index/index_p2_right.png);
}
.swiper-container .swiper-button-next{
    right: -3px;
}
.swiper-container .swiper-button-prev:after{
    content: url(../images/WB00281101_index/index_p2_left.png);
}
.swiper-container .swiper-button-prev{
    left: -3px;
}
.index_p3{
    width: 100%;
    height: 100%;
    background-image: url(../images/WB00281101_index/index_p3.png);
    background-repeat: no-repeat;
    background-position: center;
}
.index_p3_cen{
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 10px 40px;
}
.index_p3_cen h6{
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}
.index_p3_cen p{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 40px;
}
.index_p3_box{
    width: 320px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #04a5c7;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index_p3_box2{
    width: 320px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #04a8b7;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index_p3_arr{
    width: 19px;
    height: 9px;
    position: relative;
}
.index_p3_arr img{
    position: absolute;
    bottom: 0%;
    transition: .5s;
}
.index_p3_arr img.active{
    bottom: -115%;
}
.index_p3_box p,.index_p3_box2 p{
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 10px;
    font-weight: bold;
    margin: 20px 0 5px 10px;
}
.index_p3_bottom{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
}
.index_p3_bottom:before{
    content: url(../images/WB00281101_index/index_p2_ar.png);
}
.index_p3_bottom p{
    margin:0 0 0 10px ;
}
.index_p3_txt{
    width: 100%;
    max-width: 320px;
    height: 220px;
    background-color: rgba(2,59,83);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    bottom: -100%;
    transition: .7s;
}
.index_p3_txt p{
    letter-spacing: 0;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 24px;
}
.index_p3_box:hover .index_p3_txt,.index_p3_box2:hover .index_p3_txt{
    bottom: 0;
}
.index_p4{
    width: 100%;
    max-width: 768px;
    height:100%;
    margin: 0 auto;
    background-color: #ebebeb;
}
.index_p4 h6{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 70px 0 25px 0;
}
.index_p4 .swiper-container{
    width: 330px;
}
.index_p4 .swiper-slide{
    height: 850px;
    border: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.index_p4_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_p4_txt h6{
    font-size: 26px;
    line-height: 30px;
    padding: 0;
    margin: 20px 0;
    color: #223f63;
    text-align: left;
}
.index_p4_txt p{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 0 10px;
}
.index_p4 .swiper-slide a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 75px;
    background-color: #05529a;
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 100px;
}
.index_p4 .swiper-slide a:hover{
    background-color: #2793f8;
}
.index_p4 .swiper-slide a img{
    margin-right: 10px;
}
.index_p4 .swiper-container .swiper-pagination {
    bottom: 50px;
}
.index_p5{
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
}
.index_p5 h6{
    font-size: 36px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 60px 0 45px 0;
}
.index_p5 .swiper-container{
    width: 340px;
}
.index_p5_slide{
    width: 270px;
    height: 570px;
    margin: 0 auto;
}
.index_p5 .swiper-slide{
    border: 0;
    padding: 0 10px;
}
.index_p5_txt{
    height: 320px;
    border: 1px solid #cccccc;
    padding: 15px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide .index_p5_txt h5{
    width: 130px;
    height: 25px;
    background-color: #636363;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 0;
}
.index_p5_txt h6{
    font-size: 24px;
    font-weight: bold;
    color: #05529a;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}
.index_p5_a{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.index_p5_a a{
    width: 105px;
    height: 30px;
    background-color: #05529a;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}
.index_p5_a:hover a{
    background-color: #2793f8;
    color: #ffffff;
}
.index_p5 .swiper-container .swiper-button-prev{
    left: 5px;
    top:45%;
}
.index_p5 .swiper-container .swiper-button-next{
    right: 5px;
    top:45%;
}
.index_p5 .swiper-container .swiper-pagination {
    bottom: 40px;
}
.index_p6{
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
    background-color: #dbe4ea;
    padding: 0 10px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_p6 h6{
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    padding: 55px 0 25px 0;
    text-align: left;
}
.index_p6 p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom:35px ;
}