@import url('/css/animate.css');
.wow{animation-fill-mode:both;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-duration:2s;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s}

.delay1 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay2 {
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s
}
.delay3 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}
.delay4 {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}
.delay5 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s
}
.delay6 {
    animation-delay: 3.0s;
    -webkit-animation-delay: 3.0s
}
.delay7 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s
}
.delay8 {
    animation-delay: 4.0s;
    -webkit-animation-delay: 4.0s
}

#articleInfo15 .tit {
    position: relative;
    text-align: center;
    z-index: 2
}
.webBox .wrapper{
    background: url(/images/39/naya_bg.jpg);
    background-position: 50% 0px;
}
.webBox .wrapper:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(255 255 255 / 53%), rgb(255 255 255 / 58%), #ffffff7d);
}

#articleInfo15 .tit p {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    color: #414141;
    line-height: 200%;
    letter-spacing: 1.2px;
    font-size: 18px;
}

#articleInfo15 .tit font {
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#articleInfo15:hover .tit h3,#articleInfo15:hover .tit font {
    letter-spacing: 5px
}

#articleInfo15 ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffffd4;
    padding: 20px;
    border-radius: 20px;
}

#articleInfo15 ul li {
    width: calc(100%/3);
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    margin: 25px 0 0;
    position: relative
}

#articleInfo15 ul li:after {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #252525;
    position: absolute;
    right: -10px;
    top: calc(50% - 25px);
}

#articleInfo15 ul li:last-child:after {
    display: none
}

#articleInfo15 ul li .item {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

#articleInfo15 ul li .item .circle img {
    position: relative;
    margin: 0 auto 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 12px solid #0c010108;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

#articleInfo15 ul li .item:hover .circle {
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px)
    }
}

#articleInfo15 ul li .item p {
    font-size: 18px;
    position: absolute;
    top: -8px;
    left: 54px;
    z-index: 4;
    color: #252525;
}

#articleInfo15 ul li .item article {
    font-size: 18px;
    color: #272727;
    letter-spacing: 3px;
    font-weight: 600;
}

#articleInfo15 ul li .item p b {
    font-family: 'Poppins',sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 30px
}
.qualityArea .qualityList .qualityItem.even .item .Txt .num {
    top: -48px;
    left: 51px;
}
#articleInfo15 ul li .item p b {
    font-size: 80px;
    color: #ffffff;
    opacity: 0.52;
    line-height: 100%;
}
#articleInfo15 .imgBox {
    overflow: hidden
}

#articleInfo15 .imgBox p {
    margin: 0 1% 0 0;
    overflow: hidden;
    float: left;
    width: 49%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInUp
}

#articleInfo15 .imgBox p:nth-child(2) {
    margin: 0 0 0 1%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight
}

#articleInfo15 .imgBox p:hover img {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

@media screen and (max-width: 1140px) {
    #articleInfo15 ul li .item {
        padding:15px
    }
    #articleInfo15 ul li .item p b{
    font-size: 60px;
}
    #articleInfo15 ul li .item p{
    left: 30px;
}
}

@media screen and (max-width: 640px) {
    #articleInfo15 ul li {
        width: 100%;
    }

    #articleInfo15 ul li:nth-child(2) .item {
        border-left: 0
    }

    #articleInfo15 ul li .item .circle {
        width: 350px;
    }
    #articleInfo15 ul li:after{
    right: calc(50% - 10px);
    bottom: calc(0% - 25px);
    top: auto;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
