@charset "utf-8";
html,body,div,p,a,span,img,ul,li{margin:0;padding:0}
li{list-style:none}
a img{border:0}
a{color:#333;text-decoration:none;cursor:pointer}
.fl{float:left}.fr{float:right}
.clearfix:after{display:block;content:'';clear:both}
.clearfix{zoom:1}

#eldernav{
    height: 86px;
}
.elderbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6px 0;
    background-color: #002c5a;
    box-sizing: border-box;
    z-index: 99;
}
.elderbar .wrap {
    width: 1200px;
    margin: 0 auto;
}
.elder-txt {
    font-size: 22px;
    line-height: 74px;
    color: #fff;
}
.elder-item{
    float: left;
    margin-right: 3px;
    background: #1a426b url(../images/icon.png) no-repeat center top;
    border: 1px solid #5d7996;
    border-radius: 5px;
    text-align: center;
}
.elder-item:nth-child(1){background-position: center -25px;}
.elder-item:nth-child(2){background-position: center -125px;}
.elder-item:nth-child(3){background-position: center -225px;}
.elder-item:nth-child(4){background-position: center -325px;}
/*.elder-item:nth-child(5){background-position: center -425px;}*/
.elder-item:nth-child(6){background-position: center -525px;}
.elder-item:nth-child(7){background-position: center -625px;}

.elder-item.on{background-image: url(../images/icon2.png);}
.elder-item.on .elder-btn{color: #e87467;}

.elder-btn  {
    display: block;
    padding: 0 19px;
    height: 74px;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .elderbar .wrap {
        width: 99%;
    }
    .elder-txt{ font-size: 18px;}
}
@media (max-width: 1034px) {
    .elder-txt{ display: none;}
}
@media (max-width: 750px) {
    #eldernav{
        height: 88px;
    }
    .elder-item:nth-child(2),.elder-item:nth-child(3),.elder-item:nth-child(6){display: none;}
    .elder-list{width: 100%;}
    .elder-list li{ width: 24%; margin-left: 0.8%; margin-right: 0; box-sizing: border-box; }
}

/* 辅助屏 */
