/* h1.title{
    font-size:80px; 
    color:#1d1d1d; 
    position:relative;
    font-family: PingFangSC;
    font-weight:400;
    text-align: center;
    padding: 70px 0 30px;
}
h1.title::after{
    content: "";
    width: 77px;
    height: 4px;
    background: #DA251D;
    position: absolute;
    left: 50%;
    bottom: -0px;
    transform: translateX(-50%);
}
.icons{
    display: flex;
    padding: 0px 0 0;
    justify-content: center;
}
.icons li{
    width: 33.33%;
    padding: 100px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    color: #1D1D1D;
    justify-content: space-between;
}
.icons li img{
    width: auto;
    margin-bottom: 20px;
    
}
.icons li b{
    font-weight: 600;
    font-size: 59px;
    color: #DA251D;
}
.icons form{
    width: 390px;
    padding: 100px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 48px;
    color: #1D1D1D;
}

.icons form input{
    width: 366px;
    height: 56px;
    font-weight: 300;
    font-size: 20px;
    color: #666666;
    background: #f8f8f8;
    border: 1px solid #BFBFBF;
    padding-left:22px;
}
.icons form input::placeholder{
    color: #666666;
}
.icons form input:hover{
    border: 1px solid #E40002;
}
.icons form button:hover{
    border: 1px solid #E40002;
    color: #fff;
    background: #b50003;
}
.icons form button{
    width: 389px;
    height: 56px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    background: #E40002;
    border: 1px solid #E40002;
    padding-left:0px;
}

.bg{
    background:#f8f8f8;
    background-size: 100% 100%;
    width:100%;
    padding: 0px  0 80px;
    margin-bottom: 0px;
    
}

.bg .con{
    width: calc(100% - 100px);
    padding:50px 50px;
    line-height: 2.5;
} */

/* 我要报名 */
#enrollForm{display: flex; align-items: center;  justify-content: space-between; padding-bottom: 60px;}
#enrollForm button{ width: 165px; height: 90px; background: #ca0000; font-size: 30px; color:#fff; border:0;}
#enrollForm input{ width: 500px; height: 90px; font-size: 30px; border:0; border-left: 6px solid #ca0000; padding-left: 30px;  background: #fcf2f2; }

.contact{display: flex; align-items: center; justify-content: flex-start; align-items: flex-start; padding-bottom: 60px;}
.contact li{width: 717px; font-size: 40px; position: relative;}
.contact li i{width: 50px; height: 50px; display: inline-block; background: #ca0000; font-size: 30px; color:#fff; line-height: 50px; border-radius: 10px; position: absolute; top:0px; left: 0px;}
.contact li b{color: #5d5d5d; font-weight: 400; padding-left:70px;}
.contact li p{font-size:50px; color: #ca0000; font-weight: 500;}
.contact li img{width:113px; height: 113px; position: absolute; top:0px; margin-left:20px; }
.contact li:nth-child(1) i{background: url("../images/py_icon_1.png") no-repeat center;}
.contact li:nth-child(2) i{background: url("../images/py_icon_2.png") no-repeat center;}


/* 媒体查询 */
@media screen and (max-width: 1538px) {
    /* h1.title{
       font-size:75px; 
    }
    .icons li b{
        font-size:75px;
    } */
}

@media screen and (max-width: 1480px) {
    /* h1.title{
       font-size:65px; 
    }
    .icons li b{
        font-size:65px;
    } */
}
@media screen and (max-width: 1366px) {
    /* h1.title{
       font-size:55px; 
    }
    .icons li b{
        font-size:55px;
    } */
}

@media screen and (max-width: 1280px) {
    /* h1.title{
       font-size:50px; 
    }
    .icons li{
        font-size: 34px;
    }
    .icons li b{
        font-size:50px;
    } */
}

@media only screen and (max-width: 1024px) {
    /* h1.title{
       font-size:40px; 
       padding: 20px 0 20px;
    }
    .icons{
        flex-direction: column;
    }
    .icons li{
        width: 100%;
        padding: 10px 0 0px;
        font-size:1.1rem
    }
    .icons li b {
        font-size: 1.2rem;
    }
    .icons li img{
        width: 50px;
    }
    .icons form{
        width: 100%;
        padding: 0px 0 0px;
        margin:10px auto;
    }
    .icons form input{
        width: 90%;
        margin:10px 0;
    }
    
    .icons form button{
        width: calc(90% + 22px);
    }

    .bg .con{
        width: calc(100% - 20px);
        padding:10px 10px;

    }
     */
    #enrollForm{
        width: 96%;
        margin:0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    #enrollForm input{
        width: calc(100% - 20px);
        height: 50px;
        font-size: 0.6rem;
        border-left: 3px solid #ca0000;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    #enrollForm button{
        width: 100%;
        height: 50px;
        font-size: 0.6rem;
    }

    .contact{
        width: 96%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .contact li{
        width: 100%;
        height: auto;
        line-height: 2.5rem;
        font-size: 0.6rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .contact li i{
        position: relative;
    }
    .contact li b{
        padding:0;
    }
    .contact li p{
        font-size: 0.6rem;
    }
    .contact li img{
        width: 80px;
        height: 80px;
        position: relative;
    }
}