.zt {
    color: #333;
}

.ui-banner {
    min-height: 600px;
    background: url("../images/p_1.jpg") no-repeat center;
}

.ui-banner a {
    display: block;
    width: 899px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 80px;
}

.ui-btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
    width: 500px;
    text-align: center;
    color: #fff;
    background: #FC6A36;
}
.ui-btn:hover{
    background: #FB0F26;
}
.container img:hover{
    transform: scale(1.05, 1.05) translateX(-5px);
}

header h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

header h1 span {
    font-size: 48px;
    color: #DC282E;
}

.ui-block-2 {
    background: #F5F8FA;
    padding-top: 60px;
    padding-bottom: 50px;
}

.ui-block-2 article {
    display: flex;
    justify-content: space-between;
}

.ui-block-2 article .container {
    width: 380px;
    background: #fff;
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
}

.ui-block-2 article .container .small {
    padding: 0 28px 20px 28px;
}

.ui-block-2 article .container .small h1 {
    font-size: 22px;
    font-weight: bold;
}

.ui-block-2 article .container .small p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}
.ui-block-2 .title{
    display: block;
    width: 712px;
    margin-left: auto;
    margin-right: auto;
}
#J_form{
    display: flex;
    justify-content: space-between;
}
#J_form input{
    line-height: 48px;
}
#J_form input.user_name,#J_form input.user_tel{
    width: 486px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 2px solid #CCC;
    background: #F5F8FA;
}
#J_enroll_submit{
    width: 200px;
    background: #F28E00;
    color: #fff;
}
.ui-block-3 article .container .ui-btn{
    width: 220px;
    background: #F39601;
    position: absolute;
    bottom: 20px;
    left: 35px;
}
.msg{
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.ui-block-3 article{
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.ui-block-3 article .container{
    width: 297px;
    position: relative;
}
.ui-block-3 article .container .top{
    background: #30373D;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 32px;
}
.ui-block-3 article .container .top h1{
    font-size: 36px;
    font-width: bold;
}
.ui-block-3 article .container .top h2{
    font-size: 18px;
    text-transform: uppercase;
}
.ui-block-3 article .container .bottom{
    display: flex;
    flex-direction: column;
    background: #F4F8FB;
    box-sizing: border-box;
    min-height: 386px;
    padding-top: 10px;
}
.ui-block-3 article .container .bottom span{
    font-size: 16px;
    margin-top: 15px;
}
.ui-block-4{
    background: #F5F8FA;
    padding-top: 60px;
    padding-bottom: 80px;
}
.ui-block-4 article{
    display: flex;
    justify-content: space-between;
}
.ui-block-5 article{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.ui-block-5 article h1{
    margin-top: 20px;
    font-size: 24px;
}