.abWh {
    position: relative;
    overflow: hidden;
    padding:100px 0 30px 0;
    z-index:9999;
}

#abWh {
    position: absolute;
    top:80px;
}

.abWh_bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5%;
}

.abWhBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abWhCen {
    width: 25%;
    padding-top: 27%;
    position: relative;
    z-index: 2;
}

.abWhCen span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/abWhCen.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
}

.abWhCen .abWhCen_img {
    width: 92%;
    height: 92%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*  */

.abWhCen i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-image: url(../images/abWhCen_i.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%) scale(.3);
    opacity: .6;
    -webkit-animation: scaleWave 4s linear 0s infinite;
    animation: scaleWave 4s linear 0s infinite;
    transition: all .48s;
}

.abWhCen .i1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.abWhCen .i2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.abWhCen .i3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


@-webkit-keyframes scaleWave {
    0% {
        opacity: .6;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8)
    }
}

@keyframes scaleWave {
    0% {
        opacity: .6;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8)
    }
}

.abWhText {
    width: 30%;
}

.abWh_li {
    position: relative;
    margin-bottom: 80px;
}

.abWh_li:last-child {
    margin-bottom: 0;
}

.abWh_li span {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    font-size:22px;
    padding:0 2px;
    color: #344a93;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height:60px;
}

.abWh_li span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9c9c9;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    z-index: 2;
}

.abWh_li span::after {
    content: '';
    width: 100px;
    height: 1px;
    border-bottom: 1px dashed #e4e4e4;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 100%);
}

.abWh_li:nth-child(1) span::after {
    transform: translate(100%, 100%) rotate(40deg);
    transform-origin: left;
}

.abWh_li:nth-child(3) span::after {
    width: 80px;
    transform: translate(100%, 100%) rotate(-40deg);
    transform-origin: left;
}

.abWh_li span img {
    width: 25px;
    margin-right: 10px;
}

.abWh_li p {
    font-size:16px;
    line-height:35px;
    min-height: 68px;
    font-weight:500;
    padding:0 2px;
}

/*  */

.abWhR .abWh_li {
    text-align: right;
}

.abWhR .abWh_li span {
    justify-content: flex-end;
}

.abWhR .abWh_li span img {
    margin-right: 0px;
    margin-left: 10px;
}

.abWhR .abWh_li span::before {
    left: 0;
    transform: translate(-50%, 50%);
}

.abWhL .abWh_li:nth-child(2) {
    left: -100px;
}

.abWhR .abWh_li:nth-child(2) {
    right: -100px;
}

.abWhR .abWh_li span::after {
    right: initial;
    left: 0;
    transform: translate(-100%, 100%);
}

.abWhR .abWh_li:nth-child(1) span::after {
    transform: translate(-100%, 100%) rotate(-40deg);
    transform-origin: right;
}

.abWhR .abWh_li:nth-child(3) span::after {
    width: 80px;
    transform: translate(-100%, 100%) rotate(40deg);
    transform-origin: right;
}

@media(max-width:1480px) {    

    /*  */
    .abWh_li span {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .abWh_li p {
        font-size: 18px;
        min-height: 64px;
    }
    .abWh_li {
        margin-bottom: 65px;
    }    
}
@media(max-width:1368px) {    
    .abWh_li span {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .abWh_li p {
        font-size: 16px;
        min-height: 52px;
    }

}

@media(max-width:1280px) {
     
    /*  */
    .abWhText {
        width: 26%;
    }

    .abWh_li p {
        font-size: 14px;
        min-height: 46px;
    }

    .abWh_li span {
        font-size: 18px;
    }

    .abWh_li span img {
        width: 20px;
        margin-right: 5px;
    } 
}

@media(max-width:1024px) {
   
    /*  */
    .abWhBox {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .abWhText {
        width: 45%;
    }

    .abWhCen {
        display: none;
    }

    .abWhL .abWh_li:nth-child(2) {
        left: 0;
    }

    .abWhR .abWh_li:nth-child(2) {
        right: 0;
    }

    .abWh_li span::after, .abWh_li span::before {
        display: none;
    }

    .abWhR .abWh_li {
        text-align: left;
    }

    .abWhR .abWh_li span {
        justify-content: flex-start;
    }

    .abWhR .abWh_li span img {
        order: -1;
    }

    .abWh_li {
        margin-bottom: 25px;
    }
 
}

@media(max-width:768px) {
    
    /*  */
    .abWhText {
        width: 100%;
        margin-bottom: 20px;
    }

    .abWhR .abWh_li span img {
        margin-right: 10px;
        margin-left: 0px;
    }

    .abWh_li {
        margin-bottom: 20px;
    }

    .abWh_li p br {
        display: none;
    }

    .abWh_li p {
        min-height: auto;
    }
 
}