﻿@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}
a:hover{text-decoration:none;}
.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: rgb(212, 10, 40);
    box-sizing: border-box;
    z-index: 9999;
    height: 100px;
}
.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: rgb(212, 10, 40);
    border-radius: 5px;
    text-align: center;
}

.elder-btn  {
    display: block;
    padding: 0 25px;
    height: 74px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff !important;
}

.elder-btn img{ display: block !important; margin: 0 auto; margin-bottom: 15px;}
.elder-list li:nth-child(2) img{margin-bottom: 3px; margin-top: -6px;width: 42px !important;}
.elder-list li:nth-child(3) img{margin-bottom: 5px; margin-top: -6px;width: 40px;}
.elder-list li:nth-child(4) a{padding-top: 7px;}
.elder-list li:nth-child(4) img{margin-bottom: 7px;width: 35px;height: 35px;}
.elder-list li:nth-child(5) a{padding-top: 7px;}
.elder-list li:nth-child(5) img{margin-bottom: 10px;margin-top: 4px; width: 28px; height: 28px;}
.elder-list li:nth-child(6) img{margin-bottom: 14px;}
.elder-list li:nth-child(7) img{margin-bottom: 9px;}
.elder-btn:hover,.elder-btn:hover span{ color: #fcff00 !important;}
.elder-btn span{ color: #fff;}
@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; }
    .elder-btn{padding-left: 5px;padding-right: 5px;}
}

/* 辅助屏 */
