body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #F7FBFE;
}
img {
    border: none;
    transition: 0s;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
@keyframes cxupDown {
    from {
        transform: translateY(-1px);
    }
    to {
        transform: translateY(1px);
    }
}
@keyframes cxupDown2 {
    0%{
        transform: translateY(0px);
    }
    15% {
        transform: translateY(-3px);
    }
    30% {
        transform: translateY(0);
    }
    45%{
        transform: translateY(0);
    }
    60%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(0);
    }
    90%{
        transform: translateY(-3px);
    }
}
/*
-webkit-animation: cxupDown 1.2s ease-in-out infinite alternate;
animation: cxupDown 1.2s ease-in-out infinite alternate;
*/
.hide{
    display: none;
}
/*banner*/
.plan-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../image/plan-banner.jpg") no-repeat center;
    height: 448px;
    overflow: hidden;
}
.plan-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px auto 0;
}
.plan-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 112px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(224,229,235,0.71);
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
    cursor: pointer;
}
.plan-list .plan-list-on{
    background: #FC7524;
    color: #ffffff;
}
.plan-content{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.plan-content .plan-school-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    /*padding-bottom: 30px;*/
    display: none;
}
.plan-content .plan-school-item-on{display: block;}
.plan-school-item .plan-class-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 0;
}
.plan-school-item .plan-class-li.li-shadow{
    box-shadow: 0 0 30px 6px #EAEFF3;
    background: #F3F8FC;
}
.plan-school-item .plan-class-li .plan-class-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.plan-school-item .plan-class-li .plan-class-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    width: 193px;
    height: 330px;
    position: relative;
}
.plan-school-item .plan-class-li .plan-class-left img{
    position: absolute;
    left: 0;
    top: 0;
    width: 193px;
    height: 330px;
}
.plan-school-item .plan-class-li .plan-class-left p{
    position: relative;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.plan-school-item .plan-class-li .plan-class-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 995px;
    height: 330px;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #CDD1D4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 470px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-title-class{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li b{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #030303;
    margin-left: 8px;
    position: relative;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li b.plan-class-title-res:after{
    content: "";
    background: url("../image/tag-1.png") no-repeat center;
    width: 21px;
    height: 16px;
    position: absolute;
    right: -23px;
    top: -3px;
    -webkit-animation:cxupDown2  1.5s ease infinite alternate;
    animation: cxupDown2 1.5s ease infinite alternate;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-title-time{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    color: #030303;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-title-time span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: 0 0 5px 1px #DEE3E9;
    background: #F9F9F9;
    border-radius: 5px;
    margin: 0 10px;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-title-time .plan-time-year{
    width: 50px;
    background: none;
    box-shadow: none;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 95px;
    height: 30px;
    background: #FC7524;
    border-radius: 15px;
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li a i{
    display: inline-block;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scale 0.9s ease 0s infinite;
    -moz-animation: scale 0.9s ease 0s infinite;
    -o-animation: scale 0.9s ease 0s infinite;
    animation: scale 0.9s ease 0s infinite;
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-btn-syb{
    background: #3687FA;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-btn-jyb{
    background: #F0302F;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-btn-web{
    background: #03B4AE;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-title .plan-class-title-li .plan-class-btn-yxb{
    background: #292C6F;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 285px;
    padding: 5px 0;
    overflow: hidden;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    float: left;
    margin-right: 47px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 26px;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li:nth-child(3n){margin-right: 0;}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li a{
    display: inline-block;
    width: 68px;
    height: 26px;
    background: #FBE9E7;
    color: #F22F35;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li a:hover{
    transform: translateY(2px);
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li a.plan-hot{
    background: #F22F35;
    color: #ffffff;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li a.plan-hot:after{
    content: "";
    background: url("../image/tag-1.png") no-repeat center;
    width: 21px;
    height: 16px;
    position: absolute;
    right: -24px;
    top: -8px;
    -webkit-animation:cxupDown2  1.5s ease infinite alternate;
    animation: cxupDown2 1.5s ease infinite alternate;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li a.plan-over{
    background: #E2E7ED;
    color: #949393;
    cursor: not-allowed;
}
.plan-school-item .plan-class-li .plan-class-right .plan-class-list li a.plan-over:hover{
    transform: none;
}
/*在职提升*/
.plan-school-item .plan-class-li .plan-up-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/plan-img1.png") no-repeat center;
    width: 359px;
    height: 159px;
    float: left;
}
.plan-school-item .plan-class-li .plan-up-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/plan-img2.png") no-repeat center;
    width: 833px;
    height: 159px;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px #EDE8EE;
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.plan-school-item .plan-class-li .plan-up-right .plan-up-right-li{
    height: 100%;
    display: flex;
    align-items: center;
}
.plan-school-item .plan-class-li .plan-up-right .plan-up-right-li p{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.plan-school-item .plan-class-li .plan-up-right .plan-up-right-li p span{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #FBED4F;
    margin-bottom: 15px;
}
.plan-school-item .plan-class-li .plan-up-right .plan-up-right-li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FE4403;
    width: 160px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background: #FAF4F8;
    border: 1px solid #FAF4F8;
    border-radius: 15px;
    margin-left: 20px;
}
.plan-school-item .plan-class-li .plan-up-right .plan-up-right-li a:hover{
    background: #FE4403;
    color: #FAF4F8;
}
.plan-school-item .plan-class-li .plan-ts{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #504F4F;
    line-height: 30px;
    margin-top: 50px;
}







