

.advant-tit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.advant-tit h3{
    padding: 15px 0;
    margin: 0 35px;
    font-size: 24px;
    color: #222222;
    cursor: pointer;
}
.advanth3{
    font-weight: 600;
    border-bottom: 2px solid #20cebe;
}





.advant-top{
    margin: 20px 0;
    display: flex;
    align-items: center;
    background-color: #20cebe;
}
.advant-tpimg{
    width: 50%;
}
.advant-tpimg img{
    width: 100%;
    height: 500px;
}

.advant-tptxt{
    padding: 50px 45px;
    min-height: 400px;
    color: #ffffff;
}
.advant-tptxt h3{
    font-size: 30px;
    padding-bottom: 10px;
}
.advant-tptxt p{
    font-size: 16px;
    margin-top: 25px;
}


.advant-plan{

}
.advant-plan h3{
    font-size: 36px;
    padding: 55px 0;
    text-align: center;
}
.advant-plan ul{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.advant-plan ul>li{
    width: 20%;
    height: 300px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.advant-plan ul>li::before{
    content: '';
    width: 120px;
    height: 1px;
    border-top: 2px dashed #cccccc;
    position: absolute;
    top: 100px;
    right: -60px;
    z-index: 99;
}
.advant-plan ul>li:last-child::before{
    border-top: 0px dashed #cccccc;
}

.advant-plan ul>li:nth-child(even){
    background-color: #eeeeee;
}
.advant-plan ul>li > text{
    font-size: 48px;
    font-weight: 600;
}
.advant-plan ul>li > span{
    width: 170px;
    font-size: 16px;
    margin-top: 60px;
    text-align: center;
}







@media screen and (max-width:768px) {

    

.advant-tit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .15rem 0;
}
.advant-tit h3{
    padding: .15rem 0;
    margin: 0 .35rem;
    font-size: .24rem;
    color: #222222;
    cursor: pointer;
}
.advanth3{
    font-weight: 600;
    border-bottom: 2px solid #20cebe;
}





.advant-top{
    margin: .2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #20cebe;
}
.advant-tpimg{
    width: 100%;
}
.advant-tpimg img{
    width: 100%;
    height: 5rem;
}

.advant-tptxt{
    padding: .5rem .2rem;
    height: auto;

    color: #ffffff;
}
.advant-tptxt h3{
    font-size: .3rem;
    padding-bottom: .1rem;
}
.advant-tptxt p{
    font-size: .16rem;
    margin-top: .25rem;
}


.advant-plan{

}
.advant-plan h3{
    font-size: .36rem;
    padding: .55rem 0;
    text-align: center;
}
.advant-plan ul{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.advant-plan ul>li{
    width: 20%;
    height: 3rem;
    background-color: #f5f5f5;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.advant-plan ul>li::before{
    content: '';
    width: .4rem;
    height: .01rem;
    border-top: .02rem dashed #cccccc;
    position: absolute;
    top: .6rem;
    right: -.2rem;
    z-index: 99;
}
.advant-plan ul>li:last-child::before{
    border-top: 0px dashed #cccccc;
}

.advant-plan ul>li:nth-child(even){
    background-color: #eeeeee;
}
.advant-plan ul>li > text{
    font-size: .48rem;
    font-weight: 600;
    margin-top: .4rem;
}
.advant-plan ul>li > span{
    width: 1rem;
    font-size: .12rem;
    margin-top: .3rem;
    text-align: center;
}





}









