html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
header,
main,
nav,
footer {
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none;
}
a{
    text-decoration: none;
}
html,
body {
    width: 100%;
    height: auto;
}
#app{
    width: 100%;
    position: relative;
}

/* 头部图片 */
header{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}




/* 倒计时部分 */
main{
    width: 100%;
}
.have{
    display: none;
    box-sizing: border-box;
}
.srcoll{
    margin: 0 !important;
    padding:5px 10px;
    box-sizing: border-box;
    font-weight: bolder;
}
.end{
    display: none;
}

.countdown{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}
.countdown>div{
    width: 65%;
    margin: auto;
}
.countdown>div>h3{
    text-align: center;
    margin-bottom: 20px;
}

.countdown-date{
    width: 100%;
}
.countdown-date>ul{
    display: flex;
    justify-content: space-between;
}

.date-item{
    text-align: center;
    width: 24%;
}

.date-item>span{
    padding: 12px;
    font-weight: 700;
    font-size: 22px;
    border-radius: 10px;
    position: relative;
}
.date-item>span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;

}
.date-item>div{
    font-size: 13px;
    margin-top: 16px;
    font-weight: 700;
}
/* 跳转按钮部分 */
.btn-jump{
    width: 100%;
}
.btn-jump>ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jump-item{
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    width:50%;
}
.jump-item>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 20px;
    font-weight: 500;
}
.jump-item>a>i{
    margin:0 10px 0 -10px;
}



/* 新闻部分css */
.news{
    width: 100%;
    margin-bottom: 10px;
    margin-top: -4px;
}

.news>ul>li{
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    margin-top: 1px;
}
.news-item>a{
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
}
.news-item>a::after{
    content:'\e60c';
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}





/* 底部logo部分 */
footer{
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
}

footer>div{
    width: 100%;
}

.footer{
    padding: 2px;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 15px;
}
.footer>span{
    font-weight: 700;
}
.footer>a>span{
    font-weight: 700;
}
.footer>a>img{
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}








