.home_bar{
    width: 100%;
    font-family: "微软雅黑";
    font-size: 24px;
}
.home_bar ul{
    width: 1144px;
    height: 51px;
    position: absolute;
    left: 50%;
    margin-left: -578px;
    /*border: #FF2F2F 1px solid;*/
}
.home_bar li{
    margin-left: 12px;
    float: left;
}
.home_bar li>a{
    width: 130px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(-20deg);
    background-color: #0f71d9;
    color: #fff;
    font-style: normal;
}
.home_bar li>a:hover{
    background-color: #e85d00;
}
.home_bar li>a>i{
    font-style: normal;
    transform: skewX(20deg);
}
/*报名弹窗*/
.application{
    background-color:#fff;
}
.application-from{
    width: 500px;
    height:40px;
    padding-bottom: 10px;
    margin-left: 91px;
    margin-top: 26px;
}
.user-name{
    display: inline-block;
    margin-top: 9px;
    height: 30px;
    width: 90px;
}
.user-name-input{
    display: inline-block;
    width: 400px;
    height: 30px;
    margin-left: -6px;
}
.user-name-submit{
    width: 400px;
    height: 50px;
    margin-top: 20px;
    background-color: #0f71d9;
    color: #fff;
    font-size: 18px;
}