<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
    background: #fff;

}

/*
 * =================================================================
 * page about css
 * =================================================================
 */
.ny-about-info{
    font-size: 16px;
    line-height:36px;
}
.ny-about-info p{
    color: #666666;
    font-family: "å¾®è½¯éé» Light";
    text-indent: 36px;
}
.ny-teacher-list .ny-teacher-content{
    margin-bottom: 30px;
}
.ny-teacher-list .ny-teacher-content a p{
    background: rgba(0,0,0,0.7);
    line-height:40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: -40px;
    position: relative;
}
.ny-teacher-list .ny-teacher-content .ny-teacher-content-info{
    background: #edeced;
    padding: 10px;
    color: #666;
    font-size: 14px;
    line-height:30px;
}
/*
 * =================================================================
 * page join css
 * =================================================================
 */
.ny-students , .ny-join{
    background: #9e03ef;
    padding: 15px;
    min-height: 258px;
    margin-top: 40px;
}
.ny-students h2, .ny-join h2{
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}
.ny-students p, .ny-join p{
    color: #fff;
    font-size: 14px;
    line-height:30px;
    font-weight: lighter;
}
.ny-students a, .ny-join a{
    display: block;
    width: 150px;
    background: #fff;
    color: #9e03ef;
    font-size: 16px;
    line-height:40px;
    border-radius: 40px;
    text-align: center;
    margin: 15px auto;
}
.ny-students a:hover, .ny-join a:hover{
    background: #ffd43d;
    color: #fff;
}
.ny-storefront .storefront-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.ny-storefront .storefront-box:before{
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.ny-storefront .storefront-box:hover:before{
    width: 100%;
    left: 0;
    opacity: 0.5;
}
.ny-storefront .storefront-box img{
    width: 100%;
    height: auto;
}
.ny-storefront .storefront-box .storefront-box-content{
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 0;
}
.ny-storefront .storefront-box .storefront-mores{
    display: block;
    background: #9e03ef;
    width:40%;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 1px #9e03ef solid;
    color: #fff;
    border-radius: 20px;
}
.ny-storefront .storefront-box .storefront-post{
    font-size: 24px;
    line-height:40px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    width: 50%;
    margin:  0 auto;
}
.ny-storefront .storefront-box .storefront-info{
    width: 80%;
    color: #fff;
    font-size: 14px;
    line-height:30px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
    margin: 10px auto;
    text-align: left;
}
.ny-storefront .storefront-box:hover .storefront-mores,
.ny-storefront .storefront-box:hover .storefront-info,
.ny-storefront .storefront-box:hover .storefront-post{
    opacity: 1;
    transition-delay: 0.7s;
}
.ny-storefront .storefront-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}
.ny-storefront .storefront-box .icon li{
    display: inline-block;
}
.ny-storefront .storefront-box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f74e55;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}
.ny-storefront .storefront-box:hover .icon li a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.ny-storefront .storefront-box:hover .icon li:last-child a{
    transition-delay: 0.8s;
}

/*
 * =================================================================
 * page cas css
 * =================================================================
 */
.ny-case-class{
    margin: 20px 0 40px;
    text-align: center;
}
.ny-case-class a{
    padding: 10px 30px;
    color: #333;
    border-radius: 20px;
    margin: 0 5px;
    font-size: 18px;
}
.ny-case-class a.on{
    background: #9e03ef;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    margin: 0 5px;
}
.ny-case-class a:hover{
    background: #9e03ef;
    color: #fff;
}
.ny-case-list .ny-case-content{
    margin-bottom: 10px;
}

.ny-case-list .ny-case-content a p{
    background: rgba(0,0,0,0.7);
    line-height:40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: -40px;
    position: relative;
}
.ny-case-list .ny-case-content .ny-case-content-info{
    background: #edeced;
    padding: 10px;
    color: #666;
    font-size: 14px;
    line-height:30px;
}
.ny-case-list .ny-case-content .ny-case-content-info i.glyphicon, .ny-case-list .ny-case-content .ny-case-content-info span{
    color: #999;
    font-weight: lighter;
}
.ny-case-list .ny-case-content .ny-case-content-info h4{
    color: #333;
    font: lighter 16px "å¾®è½¯éé»";
}
.ny-case-list .ny-case-content .ny-case-content-info p{
    color: #666;
    font: lighter 14px "å¾®è½¯éé»";
    line-height:24px;
}
.ny-case-list .ny-case-content img.ny-case-more{
    margin: 10px 0 20px 0;
    width: auto;
}
.ny-case-list .ny-case-content img{
    width: 100%;
}
.pages{
    width:230px;
    margin: 0 auto;
}

/*
 * =================================================================
 * page contact css
 * =================================================================
 */
.ny-contact-info{
    margin-top: 40px;
}
.ny-contact-info-left h2{
    color: #9e03ef;
    font-size: 30px;
    line-height: 50px;
}
.ny-contact-info-left p{
    color: #999999;
    font: lighter 14px "å¾®è½¯éé»";
    line-height:25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:1px #666 dotted;
}
.ny-contact-info-left p span{
    display: block;
    color: #333333;
    font: lighter 16px "å¾®è½¯éé»";
}
.ny-contact-info-right img{
    display: flex;
    text-align: justify;
    margin-top: 50px;
}
.ny-solution{
    background: #f7f7f7;
    padding: 40px 0;
}
.ny-solution .ny-solution-list{
    margin-bottom: 15px;
}
.ny-solution .ny-solution-list h2{
    color: #666;
    font: lighter 16px "å¾®è½¯éé»";
}
.ny-solution .ny-solution-list p{
    color: #999;
    font: lighter 14px "å¾®è½¯éé»";
}
.ny-solution-tishi{
    color: #fc0202;
    font: lighter 14px "å¾®è½¯éé»";
}

.ny-training-title{
    color: #666;
    font: lighter 20px "å¾®è½¯éé»";
    text-align: center;
    display: block;
    line-height: 50px;
}
/*
 * =================================================================
 * page other css
 * =================================================================
 */
.ny-content{
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 15px;
}
.pre-next{
    padding:0;
    margin: 40px 0;
    line-height:50px;
    color: #666;
    font: lighter 16px "å¾®è½¯éé»";
}
.pre-next li{
    margin-bottom: 10px;
}
.pre-next li a{
    color: #666;
    font: lighter 16px "å¾®è½¯éé»";
}


@media screen and (max-width: 768px){
    .ny-title{
        width:180px;
        background: url(../images/tips.png) top center no-repeat;
        background-size: 100%;
        height:60px;
    }
    .ny-title h2{
        font-size: 24px;
        line-height:50px;
    }
    .ny-case-class{
        overflow: hidden;
    }
    .ny-case-class a{
        display: inline-block;
        width: auto;
        padding: 5px 10px;
        color: #333;
        border-radius: 20px;
        margin: 0 5px;
        font-size: 14px;
        word-wrap:break-word;

    }
    .ny-case-class a.on{
        background: #9e03ef;
        padding: 5px 10px;
        color: #fff;
        border-radius: 30px;
        margin: 0 5px;
    }
    .ny-case-list .ny-case-content .ny-case-content-info p{
        max-height: 50px;
        overflow: hidden;
    }
    .ny-teacher-list .ny-teacher-content .ny-teacher-content-info{
        max-height: 100px;
        overflow: hidden;
    }
    .ny-training-title{
        font-size: 14px;
        line-height: 25px;
    }
    .ny-contact-info-left h2{
        font-size: 24px;
    }
    .ny-contact-info-left p span, .ny-case-list .ny-case-content .ny-case-content-info h4{
        font-size: 14px;
    }
    .ny-contact-info-left p{
        font-size: 12px;
    }
    .ny-case-list .ny-case-content .ny-case-content-info h4{
        margin: 0
    }
    .ny-students h2, .ny-join h2{
        font-size: 24px;
    }
    .ny-students p, .ny-join p{
        line-height: 20px;
    }
}
</pre></body></html>