body,html{
    scroll-behavior: smooth;
}
.quality_p1{
    width: 100%;
    max-width: 768px;
    height:472px;
    margin: 0 auto ;
    padding: 0 20px;
    background-image: url(../images/WB00281101_quality/quality_p1.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quality_p1 h6{
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin:10px 0 20px 0;
    line-height: 40px;
}
.quality_p1 p{
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
.quality_p2{
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
}
.quality_p2_box,.quality_p2_box2{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: #05529a;
    display: flex;
    flex-direction: column;
    border: 1px solid #8cb5db;
}
.quality_p2_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.quality_p2_title h6{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}
.quality_p2_title img{
    cursor: pointer;
}
.quality_p2 h5{
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 20px;
}
.quality_p2_txt{
    width: 100%;
    height: 210px;
    background-color: #0482b7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.quality_p2_txt2{
    width: 100%;
    height: 210px;
    background-color: #04a8b7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.quality_p2_txt p,.quality_p2_txt2 p{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
}
.quality_p2_arr{
    width: 19px;
    height: 9px;
    position: relative;
}
.quality_p2_arr img{
    position: absolute;
    bottom: 0%;
    transition: .5s;
}
.quality_p2_arr img.active{
    bottom: -115%;
}
.quality_p2_t{
    width: 100%;
    height: 210px;
    background-color:rgba(2,59,83) ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -150%;
    transition: .7s;
    padding: 0 20px;
    z-index: -1;
}
.quality_p2_t p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.quality_p2_txt:hover .quality_p2_t,.quality_p2_txt2:hover .quality_p2_t{
    bottom: 0;
    z-index: 1;
}
.quality_p3{
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quality_p3_title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quality_p3_title h6{
    font-size: 36px;
    color: #000;
    font-weight: 500;
    padding-top: 70px;
    line-height: 43px;
    margin-bottom: 15px;
    text-align: center;
}
.quality_p3_title p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.quality_p3_title p span{
    color: #ff6c00;
}
.quality_p3_txt{
    width: 100%;
    height: 100%;
    margin-top: 55px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}
.quality_p3_txt h6{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
.quality_p3_txt h6 span{
    color: #05529a;
}
.quality_p3_txt h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.quality_p3_txt h4{
    font-size: 20px;
    font-weight: bold;
    margin:40px 0 0 0;
}
.quality_p3_txt p{
    font-size: 18px;
    line-height: 27px;
}
.quality_p3_fl{
    display: flex;
}
.quality_p3_fl span{
   padding-top: 2px;
   margin-right: 10px;
}
.quality_p3_c {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quality_p3_c img{
    margin: 20px 0 10px 0;
}