.head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 40px;
    border-bottom: 5px solid #B9121A;
    /*margin-bottom: 20px;*/
}
.head .head-l {
    width: 60%;
}
.head .head-l img {
    width: 100%;
}
.head .head-r {
    display: flex;
    align-items: center;
}
.head .head-r .head-tel {
    width: 30px;
    height: 30px;
    background: url(/res/museum/structure/220617450.png) no-repeat;
    background-size: cover;
    background-position: 0px 1px;
}
.head .head-r .head-nav {
    width: 30px;
    height: 30px;
    background: url(/res/museum/structure/220617450.png) no-repeat;
    background-size: cover;
    background-position: -44px 1px;
    margin-left: 10px;
}

.foot {
    border-top: 5px solid #B9121A;
    padding: 10px 0;
}
.foot p {
    text-align: center;
    line-height: 2;
}

/*导航*/
.bgmeng {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 700px;
    background: rgba(0,0,0,.2);
    z-index: 998;
}
.nav {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 999;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px #666;
    padding: 20px 50px 0 30px;
    height: 600px;
}
.nav ul li {
    margin-bottom: 20px;
    position: relative;
}
.nav ul li::before {
    content: '';
    display: block;
    border-left: 5px solid #B9121A;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 8px;
    left: -15px;
}
.nav ul li dl dt {
    padding: 15px 0 0px 15px;
}
.nav ul li dl dt a{
    color: #999;
}

.lxcall {
    display: none;
    background: #fff;
    padding: 15px;
    width: 80%;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -40%;
    z-index: 999;
    box-shadow: 0 0 10px 0 #666;
    box-sizing: border-box;
    font-size: 14px;
}
.lxcall i {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url(/res/museum/structure/220619005.png) no-repeat;
}
.lxcall img {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.lxcall p {
    padding: 7px 15px;
}
.lxcall p span {
    color: #B9121A;
}
.lxcall p span:nth-child(2) {
    display: block;
    margin-left: 42px;
    margin-top: 10px;
}

/*二级页大标题统一样式*/

.bwgtit {
    background: url(/res/museum/structure/220617776.png) no-repeat;
    background-size: contain;
    height: 50px;
    overflow: hidden;
    width: 130px;
    margin: 0 auto 20px;
}
.bwgtit span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 25px;
}