#header .edu_head .head_loginstatus a{
    color: #333;
}
#header .edu_head .head_loginstatus a:hover{
    color: #B30015;
}
.wrapper {
    margin-top: 60px;
    overflow-x: hidden;
}
.wrapper .section-one {
    padding: 0;
}
.wrapper .section-one .top{
    position: relative;
    text-align: center;
    background-color: rgba(0,0,0, .8);
}
.wrapper .section-one .top .top-title{
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -288px;
    color: #ffffff;
    font-size: 64px;
}
.wrapper .section-one .top .top-description{
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -350px;
    height: 57px;
    line-height: 57px;
    font-size: 26px;
    color: #ffffff;
}
.wrapper .section-one .top .top-description .height-light{
    font-size: 40px;
    color: #007CFF;
    font-family: 'Helvetica Medium';
    vertical-align: bottom;
}
.wrapper .section-two {
    padding: 80px 0;
}
.main-content{
    width: 80%;
    margin: 0 10%!important;
}
.main-content .card {
    width: 440px;
    height: 300px;
    border: 1px solid #F8F8F8;
    box-shadow: 0 9px 20px 10px rgba(207,207,207,0.13);
    border-radius: 10px;
    text-align: center;
}
.main-content .card .icon-wrapper{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    margin: 35px auto 20px;
    line-height: 120px;
}
.icon1{
    background-color: #e2effe!important;
}
.icon2{
    background-color: #ddfced!important;
}
.icon3{
    background-color: #fff8e2!important;
}
.main-content .card .text-title{
    color: #606266;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}
.main-content .card .text-description{
    color: #AAAAAA;
    height: 20px;
    margin-top: 6px;
    line-height: 20px;
    font-size: 18px;
    font-family: 'Helvetica Medium';
}
.section-three {
    background-color: #F8F9FC;
    height: 500px;
    width: 100%;
}
.section-three .main-content{
    display: flex;
    padding: 69px 0;
}
.section-three .main-content .left-content{
    flex: 0 0 600px;
    height: 375px;
    text-align: right;
    margin-right: 50px;
}
.section-three .main-content .right-content{
    flex: 1;
    padding: 10px 40px;
}
.section-three .main-content .right-content .title{
    height: 46px;
    line-height: 46px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #303133;
}
.section-three .main-content .right-content .text{
    line-height: 30px;
    max-width: 700px;
    text-align: justify;
    font-size: 18px;
    color: #606266;
}
.section-three .main-content .right-content .apply-btn{
    height: 60px;
    margin-top: 40px;
    padding: 10px 40px;
    border-radius: 30px;
    border: none;
    background-color: #3F8DF6;
    line-height: 40px;
    color: #FAFAFA;
    font-size: 18px;
    box-shadow: 0 9px 27px 0 rgba(39,124,243,0.46);
}
.common-footer{
    height: 70px;
    background-color: #ffffff;
    line-height: 130px;
    text-align: center;
    margin-bottom: 20px;
}
.common-footer .statement{
    color: #909399;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .main-content .card{
        width: 240px;
    }
    .main-content .card .text-description{
        font-size: 14px;
    }
    .section-three{
        height: 700px;
    }
    .section-three .main-content .left-content{
        flex: 0 0 200px;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .main-content .card{
        width: 260px;
    }
    .main-content .card .text-description{
        font-size: 14px;
    }
    .section-three{
        height: 700px;
    }
    .section-three .main-content .left-content{
        flex: 0 0 200px;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .main-content .card{
        width: 300px;
    }
    .main-content .card .text-description{
        font-size: 14px;
    }
    .section-three{
        height: 600px;
    }
    .section-three .main-content .left-content{
        flex: 0 0 300px;
    }
}
@media (min-width: 1401px) and (max-width: 1680px) {
    .main-content .card{
        width: 360px;
    }
    .section-three .main-content .left-content{
        flex: 0 0 400px;
    }
}