/* CSS Document */

/*title*/

.class-title .class-title-bg .class-bg1 li:nth-child(odd){

    background-color: #d3eefe;

}

.class-title .class-title-bg .class-bg1 li:nth-child(even){

    background-color: #ffe1fb;

}

.class-title .class-title-bg .class-bg2 li:nth-child(odd){

    background: linear-gradient(90deg,#d7effe,#fbfeff);

}

.class-title .class-title-bg .class-bg2 li:nth-child(even){

    background: linear-gradient(90deg,#fdedfe,#fbfeff);

}



.class-mode .class-mode-li ul li:nth-child(odd) .percentage{

    background-color: #f9daf7;

}

.class-mode .class-mode-li ul li:nth-child(even) .percentage{

    background-color: #b5d8fd;

}

.class-mode .class-mode-li ul li:hover .percentage{

    font-size: 1.6em;

    transform: scale(1.1);     

　　-ms-transform: scale(1.1);  /* IE 9 */  

　　-moz-transform: scale(1.1);  /* Firefox */  

　　-webkit-transform: scale(1.1); /* Safari 和 Chrome */ 

}

/*

.class-mode .class-mode-li ul li:nth-child(odd):hover{

    border-bottom: 10px solid #f9daf7;

    transition: all 0.4s linear;

}

*/

/*

.class-mode .class-mode-li ul li:nth-child(even):hover{

    border-bottom: 10px solid #b5d8fd;

    transition: all 0.4s linear;

}

*/

.class-mode .class-mode-li ul li:nth-child(odd):hover .class-mode-li-title{

    background-color: #f9daf7;

    border: 1px solid #f9daf7;

    transition: all 0.4s linear;

}

.class-mode .class-mode-li ul li:nth-child(even):hover .class-mode-li-title{

    background-color: #b5d8fd;

    border: 1px solid #b5d8fd;

    transition: all 0.4s linear;

}

.class-mode .class-mode-li ul li:nth-child(odd):hover .class-mode-li-p{

    border-bottom: 10px solid #f9daf7;

    transition: all 0.4s linear;

}

.class-mode .class-mode-li ul li:nth-child(even):hover .class-mode-li-p{

    border-bottom: 10px solid #b5d8fd;

    transition: all 0.4s linear;

}



/*classes*/

.classes-bg,.news-bg{

    background: linear-gradient(135deg,#e6f8fe,#fce9f8,#fef8fa);

}

.classes-list-box:hover .classes-list-img img{

    transform: scale(1.3);     

　　-ms-transform: scale(1.3);  /* IE 9 */  

　　-moz-transform: scale(1.3);  /* Firefox */  

　　-webkit-transform: scale(1.3); /* Safari 和 Chrome */ 

}

.classes-list-box  .classes-right .classes-list-button,.work-img-nav ul li a{

    border: 1px solid #f8d6f4;

}



.work-img-bg,.practice-bg{

    background: linear-gradient(45deg,#fff0fd,#fefaf8,#eaf6fe);

}

.work-img-nav ul .active a{

    background-color: #f8d6f4;

    text-decoration: none;

}

.classes-list-box  .classes-right .classes-list-button,.work-img-nav ul li a:hover{

    background-color: #f8d6f4;

    transition: all 0.4s linear;

}

.work-img-list .swiper-workimg>div:hover a img,.preview .swiper-slide:hover,.schoolImg-preview .swiper-slide:hover{

    transform: scale(1.1);     

　　-ms-transform: scale(1.1);  /* IE 9 */  

　　-moz-transform: scale(1.1);  /* Firefox */  

　　-webkit-transform: scale(1.1); /* Safari 和 Chrome */ 

}



/*worke img*/



.privileges-li-img{

    background-color: #ffd6f9;

}

.testimonial-name{

    background-color: #ffd6f9;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span{

    background-color: #ffd6f9;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span{

    background-color: #ffd6f9;

}



.preview .active-nav img,.schoolImg-preview .active-nav img{

    border: 5px solid #ffd6f9;

}
.monitalink li a:hover{
    color: #ffd6f9;
}






