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;
}

html,
body {
    width: 100%;
    /* height: 100%; */
}

a {
    text-decoration: none;
}

/* 头部图片部分 */
#app {
    width: 100%;
    /* height: 100%; */
}

header {
    width: 100%;
}

.swiper-slide>img {
    width: 100%;
}

.oneImg {
    width: 100%;
}

.oneImg>img {
    width: 100%;
}



/* 按钮部分css           背景色：#205771     */

.main-btn{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -4px;
}
.main-btn>div{
    margin-top: 20px;
}
.main-btn ul{
    width: 100%;
}
.btn-item{
    width: 33%;
    float: left;
}

.btn-item>a{
    color: #fff;
}

.btn-item-box{
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn-item-box>i{
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 35px;
    display: inline-block;
}
.btn-item-box>p{
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}


.btn-item:nth-child(10){
    width: 100%;
}
.btn-bg10{
    display: flex;
    align-items: center;
    padding: 20px 15px;
}
.btn-bg10>p{
    margin-top: 0;
}




/* 新闻部分css */
.news {
    width: 100%;
    padding-top:20px;
    margin-top: -2px;
}

.news>ul>li {
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    margin-top: -3px;
}

.news-item>a {
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 18px;
    position: relative;
}

.news-item>a::after {
    content: '\e60c';
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}






/* 底部图片部分 */

footer {
    /* position: absolute; 
    left: 0;
    bottom: -130px; */
    width: 100%;
    /* margin-top: 10px; */
    padding: 5px 0;
}

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;
}


.foot {
    position: absolute; 
    left: 0;
    bottom: 0;
}


#app {

    position: relative;
    min-height: 100%;
}