*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
body{
    background-color: #dcedfd;
}
.head{
    height: 450px;
    width: 100%;
    background:url(/cms_files/jcms1/web3609/site/picture/0/2402271157112802071.png?0.28785796773804306) no-repeat center ;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.head h3{
    font-size: 60px;
    color: #fff;
}
.cont{
    width: 1400px;
    margin: 0 auto;
}
.top{
   margin-top: 50px;
   font-size: 60px;
   text-align: center;
}
.content{
    display: flex;
    margin-top: 50px;
    align-items: center;
}
.nr{
    display: flex;
    flex-direction: column;
}
.bt{
    width: 200px;
    font-size: 32px;
    font-weight: bold;
}
.chi{
    font-size: 32px;
    font-weight: bold;

    text-align: center;
}
.kd1{
    width: 340px;
}
.sd1{
    margin-left: 50px;
}
.eng{
    font-size: 20px;
    width: 320px;
    text-align: center;
    word-wrap: break-word;
}
.kd2{
    width: 255px;
}
.zx1{
    flex-wrap: wrap;
}
.bt p{
    width: 200px;
    text-align: left;
}
.sd33{
    margin-left: 150px;
}
.foot{
    margin-top: 60px;
    font-size: 30px;
    padding-bottom: 50px;
}

/* 老年 */
.old_type .head h3, .old_type .top {
    font-size: 74px;
}
.old_type .bt {
font-size: 50px;
}
.old_type .chi {
    font-size: 46px;
}
.old_type .eng{
    font-size: 24px;
}
.old_type .foot{
    font-size: 36px;
}

/* 移动端 */
.mobile_type .head{
   height: 30vw;
}
.mobile_type .head h3 {
    font-size: 5vw;
}
.mobile_type .cont {
    width: 96vw;
    padding: 0 2vw;
}
.mobile_type .top {
    margin-top: 3vw;
    font-size: 7vw;
}
.mobile_type .content {
    display: flex;
    margin-top: 5vw;
    align-items: center;
    flex-wrap: wrap;
}
.mobile_type .bt {
    width: 19vw;
    font-size: 3vw;
    font-weight: bold;
}
.mobile_type .chi {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    width: 46vw;
}
.mobile_type .eng {
    font-size: 4vw;
    width: 48vw !important;
    text-align: center;
    word-wrap: break-word;
}
.mobile_type .sd33 {
    margin-left: 20vw;
    margin-top: 5vw;
}
.mobile_type p.chi.zs img {
    width: 50vw;
}
.mobile_type .bt p {
    width: auto;
    text-align: left;
}
.mobile_type .jc img {
    width: 35vw;
}
.mobile_type .rm img {
    width: 40vw;
}
.mobile_type .foot {
    margin-top: 5vw;
    font-size: 5vw;
    padding-bottom: 5vw;
}
.mobile_type .sd1 {
    margin-left: 0;
}
.mobile_type .logo .wza_mobile{
    right: 10vw;
}