*{padding: 0;margin: 0;}
ul,li{padding: 0;margin: 0;list-style: none;}
header {
    width: 100%;
    padding: 10px 0;
    background-color: #51a8db;
}
header ul{
    display: flex;
    justify-content: end;
}
header ul li p{
    color: #fff;
    font-size: 14px;
}
header ul li p a{
    color: #fff;
    font-size: 14px;
}
header ul li p a:hover{
    text-decoration: none;
    color: #ffffff;
}
.navbar{
    position: sticky;
    top: 0;
    z-index: 9999;
}
.navbar .logo h1{
    font-size: 40px;  
    font-weight: bold;  
    background: linear-gradient(45deg, #0E6CfF, #47b2c5);
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent;
}
#lunbotu img{
    width: 100%;
    height: 600px;
}

/* 为什么选择我们 */
.choose div div div{
    position: relative;
    overflow: hidden;
}
.choose div div div img{
    width: 100%;
}
.choose div div div .text {
    width: 100%;
    height: 100%;
    background-color: rgba(17, 55, 110, 0.6);
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .5s;
}
.choose div div div:hover .text{
    top: 0;
    transition: all .5s;
}

.choose div div div .text .title{
    width: 100%;
    display: flex;
    align-items: center;
}
.choose div div div .text .title svg{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.choose div div div .text .title h3{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.choose div div div .text .text-box{
    margin-top: 20px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

/* 关于我们 */
.about{
    width: 100%;
    background-image: url(../images/index-abput-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    color: #fff;
}
.about>div{
    width: 100%;
    padding: 150px 0;
    background-color: rgba(0,0,0,0.5);
}
.about>div p{
    font-size: 18px;
}

/* 最新资讯 */
.news-list .item{
    width: 100%;
    position: relative;
}
.news-list .item a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.news-list .item a p{
    color: #555555;
    font-size: 20px;
    margin-right: 30px;
    width: 80%;
}
.news-list .item a img{
    width: 300px;
    height: 200px;
    border: 1px solid #e0e0e0;
}
.news-list .item a:hover{
    text-decoration: none;
}
.news-list .item a:hover p{
    color: #3275e2;
}

/* 报名流程 */
.process-step { 
    margin: 20px 0;  
    border-radius: 5px; 
    padding: 20px;  
}  
.step-number {  
    font-weight: bold;  
    font-size: 1.3em;  
}  

/* 联系方式 */
.contact-box{
    margin: 50px auto;
    display: flex;
}
.contact-box .left #map{
    width: 100%;
    height: 500px;
}
.contact-box .right {
    padding: 20px;
}
.contact-box .right h2{
    margin-bottom: 40px;
    color: #236185;
    font-weight: bold;
    letter-spacing: 3px;
}
.contact-box .right>div{
    display: flex;
    margin-bottom: 10px;
}
.contact-box .right>div svg{
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 5px;
}
.contact-box .right>div p{
    color: #236185;
    font-size: 18px;
}
.contact-box .right>div p a{
    color: #236185;
    font-size: 18px;
}
.contact-box .right p span{
    font-weight: 400;
}
.contact-box .right>div img{
    width: 150px;
}


/* 底部 */
footer{
    width: 100%;
    padding: 20px 0;
    background-color: #383838;
    color: #fff;
}
footer .container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
footer .container .left h2{
    font-size:40px;  
    font-weight: bold;  
    background: linear-gradient(45deg, #3275e2, #13b0cc);
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
footer .container .left div {
    display: flex;
    flex-wrap: wrap;
}
footer .container .left div a{
    display: block;
    margin-right: 20px;
    color: #999999;
}
footer .container .right>div{
    display: flex;
    align-items: center;
}
footer .container .right .item{
    margin: 0 20px;
    text-align: center;
    position: relative;
}
footer .container .right .item img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
footer .container .right .item:last-child a>img{
    background-color: #fff;
    border-radius: 50%;
}
footer .container .right .item p{
    color: #999999;
    font-size: 14px;
    margin: 0;
}

footer .container .right .item .qrcode {  
    display: none;
    position: absolute;
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}  
footer .container .right .item .qrcode img{
    width: 150px;
    height: 150px;
}

footer .container .right .item:hover .qrcode {  
    display: block;
}
footer .bottom{
    border-top: 1px solid #5e5e5e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
footer .bottom img{
    width: 30px;
    height: 30px;
    margin: 0 20px;
}
footer .bottom a p,
footer .bottom p,
footer .bottom a span{
    margin: 0;
    color: #fff;
}
footer .bottom a{
    display: flex;
    align-items: center;
}
footer .bottom a:hover{
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .navbar .logo h1 {
        font-size: 30px;
    }
    #lunbotu img{
        width: 100%;
        height: 200px;
    }
    /* 为什么选择我们 */
    .choose div div div .text {
        top: 74%;
    }
    .choose div div div .text .title svg{
        width: 30px;
        height: 30px;
    }
    .choose div div div .text .title h3{
        font-size: 20px;
    }
    .choose div div div .text .text-box{
        font-size: 14px;
    }

    /* 关于我们 */
    .about>div{
        width: 100%;
        padding: 50px 0;
        background-color: rgba(0,0,0,0.5);
    }
    .about>div p{
        font-size: 14px;
    }

    /* 最新资讯 */
    .news-list .item a p{
        color: #555555;
        font-size: 20px;
        margin-right: 30px;
        width: 100%;
    }
    .news-list .item a img{
        display: none;
    }

    /* 联系方式 */
    .contact-box .left #map{
        width: 100%;
        height: 300px;
    }

    /* 底部 */
    footer .container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    footer .container .left {
        margin-bottom: 30px;
    }
    footer .container .left h2{
        font-size: 30px;
    }
    footer .container .left div a{
        font-size: 12px;
    }
    footer .container .right .item img{
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    footer .container .right .item p{
        font-size: 12px;
    }
    footer .bottom {
        flex-direction: column;
    }
    footer .bottom img{
        /*display: none;*/
        width: 20px;
        height: 20px;
        margin: 0;
        margin-right: 5px;
    }
}