html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{margin:0;padding:0;}
html,body,body *{box-sizing:border-box;}
img{vertical-align:bottom;}
li{list-style:none;}
a{text-decoration:none;color:inherit;cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
body{font: 12px/1.5 "微软雅黑";}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.clearfix::after{content:'';display:block;width:0;height:0;clear:both;}
input,button,textarea{outline:none;}
.hidden{display:none;}

.header{background:url(../images/bg-header.png) 0 20px no-repeat #fff;background-size:cover;}
.header-wrap{background-color:#f9f9f9;box-shadow:0px 0px 20px 0px #dadada;}
.header-top{width:1200px;height:40px;line-height:40px;margin:0 auto;font-size:14px;}
.header-top ul{display:flex;}
.header-top ul a{margin:0 10px;}
.header-nav{width:1200px;height:200px;margin:15px auto;overflow:hidden;display:flex;align-items:center;justify-content:space-between;}
.header-nav .log{width:380px;}
.header-nav .log img{vertical-align:middle;}
.header-nav-wrap{float:right;text-align:center;}
.header-nav .TopWea{width:250px;}
.wza-box{height:38px;margin-bottom:20px;}
.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:#015293;border:1px solid#015293;border-radius:2px 0px 0px 2px;}
.wza-box a.oldman{background:#015293;color:#fff;border:1px solid#015293;border-radius:0px 2px 2px 0px;}
.header-nav .search .word{width:320px;height:29px;padding:5px 10px;border:1px solid #015293;box-sizing:content-box;float:left;}
.header-nav .search .submit{width:84px;height:37px;border:1px solid #015293;background-color:#015293;color:#fff;cursor:pointer;margin-left:-10px;box-sizing:content-box;}
/* ***** */
.nav-list{background-color:#015293;}
.nav-list-box{width:1200px;margin:0 auto;}
.nav-list-box ul{display:flex;}
.nav-list-box ul li{flex:1;}
.nav-list-box ul li a{display:block;line-height:52px;color:#fff;font-size:22px;text-align:center;transition:all .5s;}
.nav-list-box ul li a:hover{background-color:#0e68b1;transition:all .5s;}


.footer{
    width: 100%;
    background-color: #ccc;
    padding: 15px 0;
}
.footer-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}
.bottom_bt_right {
    font-size: 15px;
    line-height: 40px;
    width: 450px;
    text-align: left;
    padding-top: 10px;
    flex: 1;
}
.bottom_bt_right a {
    color: #000;
}
.bottom_bt_right img{
    vertical-align: middle;
}
.bottom_bt_left,.jiucuolin,.bottom_bt{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer .jiucuolin {
    margin: 0 10px;
}

@media screen and ( max-width:550px ) {
    .header-wrap,.wza-box{display: none;}
    .header-nav{width: 100%;display: initial;}
    .header-nav .log{width: 75%;margin: 15px auto;}
    .header-nav .log img{width: 100%;}
    .header-nav .search{overflow:hidden;display:flex;justify-content:center;    margin-bottom: 20px;
    }
    .header-nav .search .word{width: 180px;}
    .header-nav .search .submit{    width: 38px;}
    .nav-list-box{width:100%;margin:0;padding:0 5px;}
    .nav-list-box ul{width:auto;display:flex;overflow:hidden;overflow-x:scroll;}
    .nav-list-box ul li{width:auto;float:none;flex:none;-webkit-box-flex:0;-webkit-flex:none;font-size:16px;font-weight:500;}
    .nav-list-box ul li a{font-size:16px;padding:0 5px;line-height:45px;}

    /*  */
    .footer-wrap{width:100%;padding:10px 5px;display:inherit;}
    .bottom_bt_right{width:100%;}
    .bottom_bt_right a:nth-child(1){display:block;}
    .bottom_bt_left,.jiucuolin,.bottom_bt{align-items:center;}
    .footer .jiucuolin{margin-bottom:5px;}

}

/* 适老化 */
.oldModel *{font-size:28px !important;}
.bottom_bt_right p{line-height: 2;}
/* 适老化 */
