@charset "utf-8";
/* CSS Document */
.banner_join_school{
	background: url(../img/banner_school_pratice.jpg) no-repeat top center;
	height: 746px;
}
.nav_join_school{
	background: rgba(0, 55, 167, .45);
}
.plan_detail li{
    padding: 20px;
    border-radius: 10px;
    width: 280px;
    height: 178px;
    box-sizing: border-box;
    margin-right: 26px;
}
.plan_detail{}
.plan_blue{
    background: #f6f8fe;
    border: 1px solid #4f70e7;
}
.plan_detail_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.blue_font{
    color: #4f70e7;
    margin-right: 10px;
}
.orange_font{
    color: #f67169;
    margin-right: 10px;
}
.plan_detail_info{
    font-size: 14px;
    line-height: 26px;
}
.plan_orange{
    background: #fff7f6;
    border: 1px solid #f67169;
}
.process{
	margin-bottom: 50px;
	text-align: center;
}
.process img{
    display: inline-block;
}

.school_btn{
}
.toorgan{
   
transition:0.3s linear all;
   
position: relative;
   
animation:myfirst 2s linear  infinite alternate;
	/* Firefox: */
   
-moz-animation:myfirst 2s linear  infinite alternate;
	/* Safari and Chrome: */
   
-webkit-animation:myfirst 2s linear  infinite alternate;
	/* Opera: */
   
-o-animation:myfirst 2s linear infinite alternate;
}
.toorgan:hover{}

@keyframes myfirst
{
from {top: 0px;}
to {top: 14px;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {top: 0px;}
to {top: 14px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {top: 0px;}
to {top: 14px;}
}

@-o-keyframes myfirst /* Opera */
{
from {top: 0px;}
to {top: 14px;}
}
.nav_active a:after{
	background: none;
}