﻿
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}
.cf {
	zoom: 1;
}

/* 普通版 */
body{
    min-width: 1200px;
}

.app, .old,.app_more{
    display: none;
}

.sc_banner{
    width: 100%;
    height: 380px;
    background: url(banner.png) no-repeat center 0;
    background-size: cover;
}

.centenbox_item{
    width: 1200px;
    margin: 30px auto 75px;
}

.box_item_tit{
    width: 1200px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.box_item_tit img{
    width: 487px;
    height: 84px;
}

.box_item_tit .more{
    position: absolute;
    right: 0;
    top:32px;
    /* height: 20px; */
    font-size: 16px;
    color: #333333;
    padding-right: 10px;
    background: url(more.png) no-repeat center right;
    background-size: 5px;
}

.box_item_box{
    width: 1200px;
    height: 251px;
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(21,38,51,0.1);
}

.box_item_box li {
    font-size: 18px;
    height: 42px;
    padding-left: 20px;
    overflow: hidden;
    background: url(dian_on.png) no-repeat left;
    background-size: 5px;
}

.box_item_box li a{
    color: #333333;
    max-width: 953px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 42px;
}

.box_item_box li a:hover{
    color:#1492ff;
}

.box_item_box li span{
    display: block;
    float: right;
    line-height: 42px;
    color: #888888;
}

.dfbzxx_box{
    width: 1200px;
    height: 200px;
    margin: 0 auto 40px;
}

.dfbzxx_box img{
    width: 100%;
    height: 100%;
}


/* 老年版 */
.old_type{}

.old_type .old{
    display: inline-block;
}

.old_type .app,
.old_type .pc{
    display: none;
}

.old_type .sc_banner{
    background: url(banner_old.png) no-repeat center 0;
    background-size: cover;
}

.old_type .box_item_box li {
    font-size: 24px;
    height: 42px;
    padding-left: 20px;
    background-size: 8px;
}

.old_type .box_item_box li a{
    line-height: 42px;
}

.old_type .box_item_box li span{
    line-height: 42px;
}

.old_type .box_item_tit .more{
    font-size: 24px;
    background: url(more_old.png) no-repeat center right;
    background-size: 8px;
}


/* 移动版 */
.mobile_type{}

.mobile_type .app,
.mobile_type .app_more{
    display: block;
}

.mobile_type .old,
.mobile_type .pc{
    display: none;
}

body.mobile_type{
    width: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
}

.mobile_type .sc_banner{
    width: 100vw;
    height: 40vw;
    background: url(banner_app.png) no-repeat center 0;
    background-size: cover;
}

.mobile_type .centenbox_item{
    width: 94vw;
    margin: 5vw auto 10vw;
}

.mobile_type .box_item_tit{
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
    position: relative;
}

.mobile_type .box_item_tit img{
    width: 100%;
    height: auto;
}

.mobile_type .box_item_tit .more{
    display: none;
}

.mobile_type .box_item_box{
    width: 100%;
    height: auto;
    padding: 0;
    background: #FFFFFF;
    box-shadow: none;
}

.mobile_type .box_item_box li {
    font-size: 4vw;
    height: auto;
    padding-left: 4vw;
    overflow: hidden;
    background-size: 2vw;
    background-position-y: 3vw;
}

.mobile_type .box_item_box li a{
    color: #2B333F;
    max-width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 8vw;
}

.mobile_type .box_item_box li a:hover{
    color:#1492ff;
}

.mobile_type .box_item_box li span{
    display: block;
    float: left;
    line-height: 8vw;
    color: #888888;
}

.mobile_type .dfbzxx_box{
    width: 94vw;
    height: 22vw;
    margin: 0 auto 10vw;
}

.mobile_type .dfbzxx_box img{
    width: 100%;
    height: 100%;
}

.mobile_type .app_more{
    margin-top: 2vw;
    width: 94vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
    text-align: center;
    background: #F6F8FA;
    color: #4497F7;
}   












/* 老年版头底 */
/* .old_type .zjFootItem1_about>a {
    font-size: 24px;
    margin-right: 30px;
}

.old_type .zjFootItem1_introduceWrap p {
    font-size: 24px;
}

.old_type .zjFootItem1_introduce {
    width: 390px;
}

.old_type .zjFootItem1_zfjc {
    position: absolute;
    bottom: -226px;
    left: -62px;
    background: none;
}

.old_type .zjFootItem2 {
    height: auto;
}

.old_type .zjFootItem2_wrap {
    font-size: 24px;
    padding: 0px 181px;
    margin: auto;
    text-align: center;
    padding-top: 22px;
}

.old_type .zjFootItem2_wrap .text-tag,
.old_type .zjFootItem2_wrap a {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.old_type .footer {
    height: auto !important;
}

.old_type .zjFootItem1 {
    width: 100%;
    height: 176px;
    background: #1D96FF;
    padding-top: 30px;
    margin: 0;
    position: relative;
}

.old_type .zjFootItem1_about>a.swsy,
.old_type .zjFootItem1_about>a.lxwm,
.old_type .zjFootItem1_about>a.wzdt {
    background-size: 34px;
    color: #fff;
}

.old_type .zjFootItem1_introduceWrap {
    color: #fff;
}

.old_type .zjFootItem2_wrap .yzbm {
    margin-left: 23px;
}

.old_type .zjFootItem2_wrap .wzbsm {
    margin-left: 0px;
    margin-right: 50px;
    display: inline-block;
}

.old_type .zjFootItem1_wrap {
    position: relative;
}

.old_type #downdiv {
    display: block;
}

.old_boount {
    float: left;
    position: absolute;
    width: 200px;
    height: 50px;
    display: none;
    right: 0px;
    top: 35px;
}

.contentWidth {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.old_boount span {
    background: #ec940a;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
}

.new_boount {
    width: 160px;
    height: 40px;
    background-color: #ec940a;
    border-radius: 8px;
    float: left;
    position: absolute;
    right: -60px;
    top: 35px;
}

.new_boount span {
    text-align: center;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

.old_type .old_boount {
    display: block;
    margin-top: -28px;
}

.old_type .new_boount,
.mobile_type .new_boount {
    display: none;
}

#downdiv {
    float: left;
    position: absolute;
    width: 200px;
    height: 50px;
    background: rgb(20, 142, 255);
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
    right: 0px;
    top: 65px;
}

#downdiv a {
    color: #fff
}

.Btn_tsk {
    display: none;
    float: left;
    position: absolute;
    width: 300px;
    right: -52px;
    top: 118px;
    font-size: 24px;
    color: #81868c;
    text-align: center;
    padding: 30px 26px 10px 24px;
    line-height: 41px;
    z-index: 2147483647;
    background: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.jinchangmuye.com/jcms_files/jcms1/web3096/site/picture/1455/2105181621364254213.png) no-repeat center 7px;
    background-size: 100%;
}


.old_type .zjzw-head-top {
    width: 100%;
    height: 60px;
    background: #F3F4F8;
    border-bottom: 1px solid #E3E3E3;
}

.old_type .other-operation>.langue {
    margin-right: 20px;
    margin-top: 0px;
}

.old_type .other-operation>.langue li {
    float: left;
    font-size: 20px;
    color: #000000;
    line-height: 60px;
}

.old_type .zh_click {
    color: #000000 !important;
    font-weight: normal !important;
}

.old_type .other-operation>.langue li.zjzw-head-top-fgx {
    margin: 0 8px;
    width: 2px;
    height: 18px;
    background-color: #333;
    margin-top: 22px;
}

.old_type .other-operation>.zlb {
    margin-top: 15px;
}

.old_type .other-operation>.zlb>a.zlbApp {
    background: #1492ff url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.jinchangmuye.com/jcms_files/jcms1/web3096/site/picture/1455/2103101050302629546.png) 6px center no-repeat;
    color: #ffffff;
    padding-left: 15px;
}

.old_type .other-operation>.zlb>a {
    float: left;
    font-size: 20px;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.old_type .other-operation>.zlb>a.wza {
    background: #83C3FC;
    color: #ffffff;
}

.old_type .other-operation>.zlb>a.wza span {
    font-size: 20px !important;
}

.old_type .zjzw-head-nav>.zj-logo {
    margin-top: 20px;
    margin-right: 82px;
}

.old_type .zjzw-head-nav-item li:nth-child(1) {
    margin-left: 0px;
}

.old_type .zjzw-head-nav-item li:nth-child(4) {
    margin-left: 0px;
}

.old_type .zjzw-head-nav-item li {
    float: left;
    margin-left: 90px;
}

.old_type .zjzw-head-nav-item li>a {
    display: block;
    width: 120px;
    height: 64px;
    border-bottom: 3px solid transparent;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
}

.old_type .zjzw-head-nav-item li.on a {
    border-color: #1492ff;
    color: #1492ff;
    background: #F3F4F8;
}

.old_spaces {
    display: none;
}

.old_type .old_spaces {
    width: 56px;
    display: inline-block;
}

.old_type #login {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.old_type .loginBtns {
    width: auto;
    height: 32px;
    line-height: normal;
    color: #333333;
    border-radius: 20px;
    background: #f1f2f3;
    text-align: center;
    cursor: pointer;
}

.old_type .loginItems {
    position: absolute;
    width: 115px;
    height: 80px;
    z-index: 99;
    text-align: center;
    background: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.jinchangmuye.com/jcms_files/jcms1/web1/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
    font-size: 20px;
    display: none;
    line-height: 30px;
    padding-top: 12px;
    left: -19px;
    background-size: 115px;
    border-bottom: 1px solid #eeeeee;
}

.old_type .loginItems a {
    display: block;
}

.old_type .zjzw-head-nav {
    height: 128px;
}

.old_type .zjzw-head-nav-item {
    width: 565px;
}

.old_type .fix_box li a {
    padding-top: 65px;
}

.old_type .fix_box li a {
    width: 110px;
    height: 100px;
    display: block;
    padding-top: 74px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    background: none;
    color: #000000;
}

.old_type .fix_box li a img {
    margin-left: -20px;
}

.old_type .fix_box li a img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
}

.old_type .fix_box ul {
    width: 110px;
    height: 701px;
    background: #fff;
    box-shadow: 0 0 8px 0 #000000;
    margin-top: 15px;
}

.old_type .fix_box {
    position: fixed;
    top: 5%;
    margin-top: 0px;
    right: 0;
    z-index: 99999;
    background: none;
    box-shadow: none;
}

.old_type .fix_box li {
    width: 110px;
    height: 100px;
}

.old_type .fix_box,
.old_type .fix_box-old {
    z-index: 2147483646 !important;
}

.old_type .zjzw-head {
    position: unset !important;
    z-index: unset !important;
} */




