.plan-banner{
    position: relative;
}
.plan-banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding-left: 80px;
}
.plan-banner .plan-banner-text{
    margin-bottom: 100px;
}
.plan-banner .plan-banner-text h3{
    font-size: 38px;
    line-height: 46px;
}
.plan-banner .plan-banner-text h3:nth-child(1){
    margin-bottom: 10px;
}
.plan-banner .plan-banner-text h3:nth-child(2){
    margin-bottom: 40px;
}
.plan-banner .plan-banner-text p{
    font-size: 18px;
}
.plan-banner img{
    width: 100%;
}
.plan-banner .plan-banner-data{
    display: flex;

}
.plan-banner .plan-banner-data .item{
    width: 25%;
}
.plan-banner .plan-banner-data .item h3{
    font-size: 38px;
    margin-bottom: 15px;
}
.plan-banner .plan-banner-data .item h3 span{
    display: inline-block;
    margin-right: 10px;
}
.plan-banner .plan-banner-data .item p{
    font-size: 18px;
}
.plan-join{
    position: relative;
}
.plan-join img{
    width: 100%;
}
.plan-join .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-left: 80px;
}
.plan-join h3{
    color: #fff;
    font-size: 34px;
    margin-bottom: 30px;
}
.plan-join a{
    background: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    font-size: 16px;
}
.plan-join a:hover{
    text-decoration: none;
}
.plan-video{
    margin-top: 100px;
    margin-bottom: 80px;
}
.plan-video p{
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
    padding-right: 100px;
}
.plan-video .col-md-8{
    padding-left: 60px;
}
.plan-video .video-js{
    width: 100%;
    border-radius: 20px;
    height: 330px;
    background-color: #000;
    /* margin-left: 150px; */
}
.plan-competition{
    background-color: #F4F5F8;
    padding: 80px 0;
}
.plan-competition .container>a h3{
    text-align: center;
    margin-bottom: 50px;
    font-size: 27px;
    font-weight: 400; 
    color: #333;
}
.plan-competition .container>a:hover{
    text-decoration: none;
}
.plan-competition .content{
    display: flex;
    justify-content: center;
}
.plan-competition .item{
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
}
.plan-competition .item:nth-child(1){
    margin-right: 5%;
}
.plan-competition .item img{
    width: 100%;
    height: 280px;
}
.plan-competition .item a:hover{
    text-decoration: none;
}
.plan-competition .item a:hover h3{
    color: #00004f;
}
.plan-competition .item h3{
    font-size: 22px;
    color: #333;
    height: 50px;
}
.plan-competition .item .text{
    padding: 30px;
    background-color: #fff;
}
.plan-more{
    padding: 10px 50px 10px 20px;
    color: #fff;
    font-size: 15px;
    background-color: #00004F;
    border-radius: 30px;
    position: relative;
    display: inline-block;
}
.plan-more:hover{
    text-decoration: none;
    color: #fff;
    background-color: #213D95;
}
.plan-more::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 18px;
    right: 20px;
    transition: all 500ms;
}
.plan-more:hover::after{
    top: 3px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: url(/assets/web4/images/home/banner-btn.png) no-repeat;
    background-size: 100%;
}
.plan-more-box{
    text-align: center;
    margin-top: 50px;
}
.plan-competition.bg-b{
    background: #fff;
}
.plan-competition .item{
    border: 1px solid #eee;
}
.plan-education{
    padding: 80px 0;
    background-color: #F4F5F8;
}
.plan-education .container>a h3{
    text-align: center;
    margin-bottom: 50px;
    font-size: 27px;
    font-weight: 400; 
    color: #000;
}
.plan-education .container>a:hover{
    text-decoration: none;
}
.plan-education .item a:hover{
    color: #00004f;
    text-decoration: none;
}
.plan-education .education-info{
    margin-bottom: 80px;
}
.plan-education .education-info p{
    font-size: 15px;
    margin-bottom: 20px;
    padding-right:60px ;
    line-height: 26px;
}
.plan-education .education-info p:nth-child(1){
    margin-top: -10px;
}
.plan-education .education-info img{
    width: 100%;
}
.plan-education .education-lc{
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 0;
}
.plan-education .education-lc>h3{
    text-align: center;
    color: #00004F;
    font-size: 27px;
    margin-bottom: 50px;
}
.plan-education .education-lc .bz{
    display: flex;
    align-items: flex-end;
}
.plan-education .education-lc .bz-left{
    position: relative;
    min-width: 80px
}
.plan-education .education-lc .bz img{
    width: 80px;
}
.plan-education .education-lc .bz h3{
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 18px;
    margin: 0;
}
.plan-education .education-lc .bz .jt{
    flex-grow: 2;
    height: 1px;
    border-bottom: 2px dashed #ddd;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}
.plan-education .education-lc .bz .jt::after{
    content: '';
    position: absolute;
    top: -6px;
    right: -5px;
    width: 15px;
    height: 15px;
    background: url(/assets/web4/images/public/menu-right.png) no-repeat;
    background-size: 100%;
}
.education-lc .line{
    background-color: #A6FFE6;
    width: 20px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.education-lc p{
    color: #333;
    font-size: 15px;
    width: 80%;
}
.education-lc .row{
    margin-bottom: 50px;
    padding: 0 20px 0 100px;
}
.plan-competition.school{
    background-color: #fff;
}
.plan-competition.school .item h3{
    text-align: left;
}
.plan-school{
    background-color: #F4F5F8; 
    padding: 80px 0;  
}
.plan-school h3{
    text-align: center;
    color: #333;
    font-size: 27px;
    margin-bottom: 50px;
}
.plan-school .school-list{
    display: flex;
    margin-bottom: 50px;
}
.plan-school .school-list .item{
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    padding: 20px 0;
    margin-right: 20px;
}
.plan-school .school-list .item img{
    width: 100px;
    transition: all 500ms;
}
.plan-school .school-list .item:hover img{
    transform: scale(1.2);
}
.plan-school .swiper-slide{
    width: 20.1%;
    padding: 20px 0;
}
.plan-school  .swiper-container {
    width: 100%;
    /* padding: 0 20px; */
    /* overflow: hidden; */
    padding-left: 5px;
}
.plan-school  .swiper-button-prev{
    background-image: url(/assets/web4/images/home/product-btn-left.png);
    left: 0 ;
}
.plan-school  .swiper-button-next{
    background-image: url(/assets/web4/images/home/product-btn-right.png);
}
.plan-resources{
    padding: 80px;
}
.plan-resources .container>h3{
    text-align: center;
    color: #333;
    font-size: 27px;
    margin-bottom: 50px;
}
.plan-menu{
    display: flex;
}
.plan-menu .item{
    width: 25%;
}
.plan-menu .item h4{
    display: flex;
    align-items: center;
    color: #00004F;
    margin-bottom: 15px;
    font-size: 22px;
}
.plan-menu .item h4 img{
    width: 20px;
    margin-right: 10px;
}
.plan-menu ul{
    padding-left: 30px;
}
.plan-menu ul li{
    margin-bottom: 10px;
}
.plan-menu ul a{
    color: #333;
    font-size: 15px;
}
.plan-menu ul a:hover{
    color: #00004F;
    font-weight: 400; 
}
@media(max-width:992px) {
    .plan-banner img{
        width: 150%;
    }
    .plan-banner .plan-banner-text h3{
        font-size: 24px;
        line-height: 30px;
    }
    .plan-banner .plan-banner-text h3:nth-child(2){
        margin-bottom: 20px;
    }
    .plan-banner .plan-banner-text p{
        font-size: 16px;
    }
    .plan-banner .plan-banner-text{
        margin-bottom: 30px;
    }
    .plan-join h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .plan-join a{
        font-size: 14px;
    }
    .plan-video p{
        padding-right: 0;
    }
    .plan-competition .item{
        width: 100%;
    }
    .plan-competition .content{
        display: block;
    }
    .plan-competition .item:nth-child(1){
        margin-right: 0;
        margin-bottom: 20px;
    }
    .plan-competition .item img{
        height: auto;
    }
    .plan-school .swiper-slide{
        width: 25.1%;
    }
}
@media(max-width:768px) {
    .plan-banner .plan-banner-text h3{
        font-size: 20px;
    }

    .plan-banner .plan-banner-text{
        margin-bottom: 20px;
    }
    .plan-banner img{
        width: 100%;
    }
    .plan-banner .container{
        padding: 0;
        width: 80%;
    }
    .plan-banner .plan-banner-data .item h3{
        font-size: 28px;
    }
    .plan-banner .plan-banner-data .item h3 span{
        margin-right: 10px;
    }
    .plan-banner .plan-banner-text p{
        font-size: 16px;
    }
    .plan-join img{
        width: 200%;
    }
    .plan-join .container{
        padding:0;
        width: 80%;
    }
    .plan-join h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .plan-join a{
        font-size: 14px;
        padding: 3px 20px;
    }
    .plan-join{
        margin-bottom: 30px;
    }
    .plan-video .col-md-8{
        padding: 0 15px;
    }
    .education-info .plan-more{
        margin-bottom: 20px;
    }
    .plan-competition .container>a h3{
        font-size: 20px;
    }
    .plan-competition .item .text{
        padding: 10px;
    }
    .plan-competition .item h3{
        font-size: 18px;
    }
    .plan-competition{
        padding: 30px 0;
    }
    .plan-education{
        padding: 30px 0;
    }
    .plan-education .container>a h3{
        font-size: 20px;
    }
    .plan-education .education-lc>h3{
        font-size: 20px;
    }
    .plan-education .education-info p{
        padding: 0;
    }
    .plan-competition .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .plan-competition .content {
        flex-direction: column;
    }
    .education-lc .row{
        padding: 0 40px;
    }
    .education-lc .col-md-3{
        margin-bottom: 20px;
    }
    .plan-school{
        padding: 30px 0;
    }
    .plan-school .school-list{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .plan-school .school-list a{
        width: 50%;
        margin-bottom: 20px;
    }
    .plan-menu{
        flex-wrap: wrap;
    }
    .plan-menu .item{
        width: 50%;
        margin-bottom: 20px;
    }
    .plan-resources{
        padding: 30px 0;
    }
    .plan-banner .plan-banner-text p{
        font-size: 12px;
    }
    .plan-banner .plan-banner-data .item h3{
        font-size: 20px;
    }
    .plan-banner .plan-banner-data .item p{
        font-size: 14px;
    }
    .plan-school .swiper-slide{
        width: 51%;
    }
    .plan-menu .item h4{
        font-size: 18px;
    }
    .plan-menu ul a{
        font-size: 14px;
    }
    .plan-video{
        margin: 30px 0;
    }
    .plan-video .video-js{
        height: 205px;
    }
    .plan-banner img:first-child{
        display: none;
    }

}