/* CSS Document */

/*title*/

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

    background-color: #ffdee3;

}

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

    background-color: #dae8ff;

}

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

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

}

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

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

}

.class-mode .class-mode-li ul li .percentage{
    color: #000;
}

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

    background-color: #ffdee3;

}

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

    background-color: #d3e3ff;

}

.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 #535353;

    transition: all 0.4s linear;

}

*/

/*

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

    border-bottom: 10px solid #000000;

    transition: all 0.4s linear;

}

*/

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

    background-color: #ffdee3;

    border: 1px solid #535353;

    transition: all 0.4s linear;
    
/*    color: #fff;*/

}

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

    background-color: #ebf2ff;

    border: 1px solid #000000;

    transition: all 0.4s linear;
    
/*    color: #fff;*/

}

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

    border-bottom: 10px solid #ffdee3;

    transition: all 0.4s linear;

}

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

    border-bottom: 10px solid #ebf2ff;

    transition: all 0.4s linear;

}



/*classes*/

.classes-bg,.news-bg{

/*    background: linear-gradient(135deg,#e6f8fe,#fce9f8,#fef8fa);*/
    background-color: #ffdee3;

}

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

    transform: scale(1.1);     

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

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

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

}

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

    border: 1px solid #ffdee3;

}



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

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

}

.work-img-nav ul .active a{

    background-color: #ffdee3;

    text-decoration: none;

}

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

    background-color: #ffdee3;

    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: #ffdee3;

}

.testimonial-name{

    background-color: #ffdee3;

}

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

    background-color: #ebf2ff;

}

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

    background-color: #ebf2ff;

}



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

    border: 5px solid #ebf2ff;

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






