/**
 *  * Created by yuanvp on 2019/5/9.
 */
.footer {
    height: 200px;
    width: 100%;
    background-color: #1B4C84;
    line-height: 200px;
}
.foot_1 {
    width: 680px;
    margin: 0 auto;
    padding: 0 260px;
}
.fooot_3 {
    line-height: 0;
    font-size: 14px;
    color: #ffffff;
    margin-left:50px;
    text-align: center;
}
.fooot_3 ul {
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
    margin-left: 110px;
}
.fooot_3 ul li {
    float: left;
    margin: 0 10px;
}
.fooot_3 ul li:nth-child(1) {
    margin-left: 0;
}
.fooot_3 ul li:nth-child(5) {
    margin-right: 0;
}
.fooot_3 ul li a {
    font-size: 14px;
    color: #ffffff;
}
.fooot_3 p{
    height: 30px;
    line-height: 30px;
}
.fooot_3 p:nth-child(2) span:nth-child(2) {
    margin-left: 30px;
}
.fooot_3 p a {
    font-size: 14px;
    color: #ffffff;
}
.fooot_4 {
    margin-left: 40px;
}
/* 适老化 */
.oldModel .foot_1{width: 1100px;padding: 0;}
.oldModel .fooot_3,.oldModel .fooot_3 ul li a,.oldModel .fooot_3 p a{font-size: 28px;}
.oldModel .fooot_3 ul{display: inline-block;text-align: center;margin-left: 0;height: 40px;}
.oldModel .fooot_3 p{height: 50px;line-height: 50px;}
.oldModel .footer{height: auto;padding-bottom: 20px;}