/**
 *  * Created by yuanvp on 2019/5/9.
 */
.head {
    height: 270px;
    width: 100%;
}

.headBanner {
    width: 100%;
    height: 219px;
    background: url("../img/banner.jpg") no-repeat center;
}

.headRq {
    width: 1200px;
    margin: 0 auto;
}

.rq {
    width: 200px;
    text-align: right;
    margin-top: 10px;
    color: #2C45A1;
}

#weekday {
    margin-left: 5px;
}

.headNav {
    width: 100%;
    height: 50px;
    background-color: #1B4C84;
}

.headNav ul {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.headNav ul li {
    width: 150px;
    height: 50px;
    text-align: center;
    float: left;
}

.headNav ul li a:hover {
    background-color: #17406C;
}

.headNav ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
}

.headNav ul li:nth-child(7) {
    width: 260px;
    line-height: 0;
    margin-left: 40px;
    position: relative;
}

.headNav ul li:nth-child(7) input {
    width: 245px;
    height: 30px;
    margin-top: 10px;
    padding-left: 15px;
    border-radius: 10px;
    border: none;
}

.headNav ul li:nth-child(7) img {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
}

#searchBtn {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
    background: url(../img/ss.png) center center no-repeat;
    margin-top: 0 !important;
    padding-left: 0 !important;
}

/* 适老化 */
.oldModel .rq {
    font-size: 28px;
    width: auto;
}

.oldModel .headNav {
    height: 55px;
}

.oldModel .headNav ul {
    height: 55px;
    line-height: 55px;
}

.oldModel .headNav ul li {
    height: 55px;
    width: auto;
    padding: 0 15px;
}

.oldModel .headNav ul li a {
    font-size: 32px;
}

.oldModel .headNav ul li:nth-child(7) input {
    margin-top: 3px;
    height: 50px;
}
.oldModel #searchBtn {
    width: 50px;
    height: 50px;
    background: url(../img/ss.png) center center no-repeat;
    background-size: 100% 100%;
    top: 2px;
    right: 15px;
}


/*无障碍适老化入口*/

.wza-box a.oldman {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
}
.wza-box a.wza {
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}
.wza-box a {
    display: block;
    margin-top: 4px;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}
