/*重置*/
body{
    margin: 0;
    font-family: 'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
a{
    display: block;
    text-decoration: none;
    color: inherit;
}
img{
    display: block;
}
dl,dd,p,h1{
    margin: 0;
}
/*顶操*/
.header{
    height: 40px;
    padding-right: 13px;
    padding-left: 13px;
    position: relative;
    overflow: hidden;
}
.logo{
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}
.logo img{
    width: 100%;
}
.menu-btn{
    width: 13px;
    position: absolute;
    right: 13px;
    top: 13px;
}
.fanhui{
    width: 13px;
    position: absolute;
    left: 13px;
    top: 13px;
}

/*轮播Banner*/
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
    background: #fbf9f8;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #db1b23;
}



/*菜单*/
.menu{
    width: 100%;
    height: 100%;
    background-color: #dcd6c9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.menu::after{
    content: "";
    display: block;
    clear: both;
}
.return{
    width: 15%;
    height: 100%;
    float: left;
    background-color: #4c4c4c;
    position: relative;
}
.return svg{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.nav-box{
    padding: 0 30px 16px 16px;
    margin-left: 15%;
    height: 97.5%;
}
.nav-logo{
    height: 8%;
    overflow: hidden;
}
.nav-logo img{
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}
.nav{
    height: 92%;
    background-color: #ffffff;
    border: solid 1px #b8b3a8;
    border-radius: 10px;
}
.nav-each > *{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #a89671;
    border-bottom: solid 1px #b9aa8c;
    padding: 0 22px 0 11px;
}
.nav-each dt{
    font-weight: bold;
}
.nav-each svg{
    height: 14px;
    float: right;
    margin-top: 14px;
}
.nav-each dd{
    background-color: #f2f2f4;
    display: none;
}

/*页脚加入志愿者*/
.footer img{
    width: 100%;
}

.p{
	color: inherit;
}
