﻿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;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #fff;

}

.header{
    width: 100%;
    background: url(../images/bg.gif) no-repeat center top;
    /* background-size: 100% 100%; */
    overflow: hidden;
}
.h-banner{
    width: 1200px;
    height: 230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.h-banner .fl,.h-banner .fr{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h-banner .fr input{
    float: left;
}
.h-banner .fr .word{
    background: url(../images/icon/icon_search.png) #fff 5px 10px no-repeat;
    width: 350px;
    padding-left: 40px;
    border: 1px #e5e5e5 solid;
    height: 40px;
    line-height: 40px;
    color: #999;
    float: left;
    font-size: 15px;
    transition: all 0.3s ;

}
.h-banner .fr .submit{
    width: 70px;
    height: 40px;
    float: left;
    line-height: 27px;
    text-align: center;
    background: #3e88e4;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ;
}
.h-banner .fr .submit:hover{
    background-color: #ff9e01;
}
.h-banner .fr .word:focus{
    border: 2px solid #01479d ;
    border-right: 0;
}

.h-nav{
    width: 100%;
    height: 55px;
    background-color: #3e88e4;
}
.h-nav ul{
    width: 1200px;
    margin: 0 auto;
    height: 55px;
    display: flex;
}
.h-nav ul li{
    flex: 1;
}
.h-nav ul li a{
    display: block;
    width: 100%;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
}
.h-nav ul li .active{
    background-color: #ff9e01;
}
.h-nav ul li a:hover{
    background-color: #ff9e01;
}

.footer{
    width: 100%;
    border-top: 1px solid #c1cae0;
    background-color: #f5f5f5;
}
.footer .w1200{
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.footer .w1200 p{
    font-size: 15px;
    line-height: 24px;
    color: #333;
}
.footer .w1200 div:nth-child(1){
    line-height: 107px;
}
.footer .w1200 img:nth-child(1){
    vertical-align: middle;
}

/* 适老化改造 */
.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 *{font-size: 28px!important;}

.oldModel .footer .w1200 p{line-height: 2;}



