﻿body{
    zoom:1!important;
}
#top{
    background: #14B0F8;
}
.top{
    padding: 0 20px;
    font-size: 13px;
    width: 1100px;
    margin: 0 auto;
}
.top *{
    color: white;
    line-height: 35px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    font-size:14px;
}
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Microsoft YaHei";
    text-decoration: none;
    color: #333;
    line-height: 30px;
}
body{
    background:url(../images/14172333272.jpg) no-repeat;
    background-size: cover;
   background-attachment: fixed;
}
#weather{
    position: absolute;
    top: 60px;
    right: 20px;
}
#weather *{
    color: white;
}
.top-head {
    height:200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {    padding-top: 20px;}
.wrapper{
    /*background: white;*/
    width: 1200px;
    margin:0 auto;
}
#header{
    position: relative;
}
#header .nav{
    background: white;
    margin: 5px 0;
}
#header .nav *{
    color: #333;
}
#header .nav ul li a{
    font-size: 15px;
}
#header .nav ul .active{
    background: #14B0F8;
}
#header .nav ul .active *{
    color: white;
}
#header .nav ul li:hover{
    background: #14B0F8;
}
#header .nav ul li:hover *{
    color: white;
}
#header .nav .search {
    position: relative;
    margin-top: 8px;
}
#header .nav .search #word{
    border: 1px solid gray;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    right: 25px;
    outline: none;
    padding: 0 40px;
    background-image: url('../images/search.png');
    background-position: left center;
}
#header .nav .search .submit{
    color: white;
    position: absolute;
    top: 12px;
    right:5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
    line-height: 40px;
    background-color: #0c60ee;
    border:none;
}

#footer{
    border-top: 2px solid #009DDA;
    background: white;
    padding: 20px 30px ;
}
#footer .foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer p{
    font-size: 13px;
    line-height: 35px;
    text-align: center;
}

/* 适老化改造 */
.wza-box{margin-top: 35px; float: right;min-width: 200px;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #F76B00; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

.oldModel .wmby,
.oldModel .search{
    display: none;
}
.oldModel .top{
    width: 100%;
    font-size: 28px;
}
.oldModel .top *{
    font-size: 28px;
    height: 50px;
    line-height: 50px;
}
.oldModel .wrapper{
    width: 1400px;
}
.oldModel .nav ul{
    width: 100% !important;
    flex: unset;
    max-width: 100%;
}
.oldModel #header .nav ul li a{
    font-size: 28px;
}
.oldModel #footer .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oldModel #footer .row div:first-child,
.oldModel #footer .row div:last-child{
    width: 10%;
    flex: 0 0 13%;
}
.oldModel #footer .row div:nth-child(2){
    width: 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.oldModel #footer p{
    font-size: 28px;
}

.oldModel #header .nav{
    height:75px;
    line-height:75px;
}
.oldModel .icon-top .icon{
    margin-bottom:5px;
    margin-top:5px;
}
.oldModel #content .banner .des ol{
    bottom:17px;
}
.oldModel #PageSelect_1{
        font-size: 28px;
    margin-top: 10px;
}
.oldModel .wza-box a{
    font-size: 28px;
}