@media only screen and (min-width: 1600px) {
    .wiseMedical_synopsis_tit span {
        font-size: 30px;
    }

    .wiseMedical_synopsis_info span {
        font-size: 20px;
    }

    .wiseMedical_function_tit span {
        font-size: 30px;
    }

    .wiseMedical_module_tit span {
        font-size: 30px;
    }

    .wiseMedical_module_z span {
        font-size: 26px;
    }

    .wiseMedical_framework_tit span {
        font-size: 30px;
    }

    .wiseMedical_pc_tit span {
        font-size: 30px;
    }

    .wiseMedical_pc_xx_js span {
        font-size: 18px;
    }

    .wiseMedical_pc_xx_js p {
        font-size: 16px;
    }

    .scrollable span {
        font-size: 22px;
    }

    .wiseMedical_pda_tit span {
        font-size: 30px;
    }

    .wiseMedical_bedside_tit span {
        font-size: 30px;
    }

    .wiseMedical_station_tit span {
        font-size: 30px;
    }

    .wiseMedical_bedside_z {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1600px) {
    .wiseMedical_synopsis_tit span {
        font-size: 26px;
    }

    .wiseMedical_synopsis_info span {
        font-size: 18px;
    }

    .wiseMedical_function_tit span {
        font-size: 26px;
    }

    .wiseMedical_module_tit span {
        font-size: 26px;
    }

    .wiseMedical_module_z span {
        font-size: 22px;
    }

    .wiseMedical_framework_tit span {
        font-size: 26px;
    }

    .wiseMedical_pc_tit span {
        font-size: 26px;
    }

    .wiseMedical_pc_xx_js span {
        font-size: 16px;
    }

    .wiseMedical_pc_xx_js p {
        font-size: 14px;
    }

    .scrollable span {
        font-size: 20px;
    }

    .wiseMedical_pda_tit span {
        font-size: 26px;
    }

    .wiseMedical_bedside_tit span {
        font-size: 26px;
    }

    .wiseMedical_station_tit span {
        font-size: 26px;
    }

    .wiseMedical_bedside_z {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .wiseMedical_synopsis_tit span {
        font-size: 22px;
    }

    .wiseMedical_synopsis_info span {
        font-size: 16px;
    }

    .wiseMedical_function_tit span {
        font-size: 22px;
    }

    .wiseMedical_module_tit span {
        font-size: 22px;
    }

    .wiseMedical_module_z span {
        font-size: 18px;
    }

    .wiseMedical_framework_tit span {
        font-size: 22px;
    }

    .wiseMedical_pc_tit span {
        font-size: 22px;
    }

    .wiseMedical_pc_xx_js span {
        font-size: 14px;
    }

    .wiseMedical_pc_xx_js p {
        font-size: 12px;
    }

    .scrollable span {
        font-size: 18px;
    }

    .wiseMedical_pda_tit span {
        font-size: 22px;
    }

    .wiseMedical_bedside_tit span {
        font-size: 22px;
    }

    .wiseMedical_station_tit span {
        font-size: 22px;
    }

    .wiseMedical_bedside_z {
        font-size: 14px;
    }
}

.header_top {
    width: 100%;
    height: 100px;
    min-width: 1200px;
    display: block;
    position: relative;
    background-color: white;
}

.wiseMedical_index {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.header_background {
    width: 100%;
    float: left;
}

.wiseMedical_synopsis {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.wiseMedical_synopsis_tit {
    width: 100%;
    height: 20%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_synopsis_tit span {
    display: table-cell;
    vertical-align: middle;
    color: #2179BF;
    font-weight: bold;
}

.wiseMedical_synopsis_info {
    width: 60%;
    height: 80%;
    line-height: 250%;
    display: block;
    float: left;
    text-align: center;
    margin-left: 20%;
}

.wiseMedical_function {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.wiseMedical_module {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background-color: #3996E5;
}

.wiseMedical_function_tit {
    width: 100%;
    height: 10%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_function_tit span {
    display: table-cell;
    vertical-align: middle;
    color: #2179BF;
    font-weight: bold;
}

.wiseMedical_function_info {
    width: 100%;
    height: 90%;
    float: left;
}

.wiseMedical_function_info_l {
    width: 20%;
    height: 100%;
    float: left;
    margin-left: -7.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wiseMedical_function_info_c {
    width: 60%;
    height: 100%;
    float: left;
    margin-left: 7.1%;
}

.wiseMedical_module_tit {
    width: 100%;
    height: 20%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_module_tit span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #F4F4F4;
}

.wiseMedical_module_z {
    width: 25%;
    height: 80%;
    float: left;
    text-align: center;
}

.wiseMedical_module_z_l {
    margin-left: 12.5%;
}

.wiseMedical_module_z_img {
    width: 100%;
    height: 33%;
    float: left;
}

.wiseMedical_module_z_img img {
    width: 30%;
    float: left;
    margin-left: 35%;
    margin-top: 10%;
}

.wiseMedical_module_z span {
    width: 100%;
    float: left;
    margin-top: 10%;
    color: #FFFFFF;
}

.wiseMedical_module_z p {
    width: 60%;
    float: left;
    margin-top: 10%;
    color: #FFFFFF;
    line-height: 200%;
    margin-left: 20%;
}

.wiseMedical_framework {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.wiseMedical_framework_tit {
    width: 100%;
    height: 20%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_framework_tit span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2179BF;
}

.wiseMedical_framework_info {
    width: 70%;
    height: 80%;
    float: left;
    margin-left: 15%;
}

.wiseMedical_pc {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background-color: #E7F7FF;
    position: relative;
}

.wiseMedical_pc_tit {
    width: 100%;
    height: 15%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_pc_tit span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2179BF;
}

.wiseMedical_pc_js {
    width: 70%;
    height: 20%;
    float: left;
    margin-left: 15%;
    line-height: 200%;
}

.wiseMedical_pc_r {
    width: 15%;
    height: 85%;
    float: left;
    margin-top: -12%;
}

.wiseMedical_pc_xx {
    width: 70%;
    height: 65%;
    float: left;
    margin-left: 15%;
}

.wiseMedical_pc_xx_js {
    width: 22%;
    height: 97%;
    float: left;
    background-color: white;
    text-align: center;
}

.wiseMedical_pc_xx_l {
    margin-left: 4%;
}

.wiseMedical_pc_xx_js span {
    width: 100%;
    height: 5%;
    float: left;
}

.wiseMedical_pc_xx_js p {
    width: 90%;
    height: 65%;
    float: left;
    margin-left: 5%;
}

.wiseMedical_pc_xx_js_img {
    width: 100%;
    height: 30%;
    float: left;
}

.wiseMedical_pc_xx_js_img img {
    width: 40%;
    margin-top: 5%;
}

.wiseMedical_station {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    text-align: center;
}

.wiseMedical_station_tit {
    width: 100%;
    height: 30%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_station_tit span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2179BF;
}

#slider1 {
    width: 60%;
    height: 70%;
    font-family: 'Lato';
    margin-top: 2%;
}

#slider1 > input:nth-of-type(3):checked ~ ul #bg {
    width: 80%;
    padding: 22px;
    -moz-transition: .5s .5s;
    -o-transition: .5s .5s;
    -webkit-transition: .5s .5s;
    transition: .5s .5s;
}

#slider1 > input:nth-of-type(3):checked ~ ul #bg div {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transition: .5s .9s;
    -o-transition: .5s .9s;
    -webkit-transition: .5s .9s;
    transition: .5s .9s;
}

.scrollable {
    text-align: center;
}

.scrollable img {
    width: 50%;
    float: left;
}

.scrollable span {
    width: 50%;
    height: 20%;
    float: left;
    color: #2179BF;
}

.scrollable p {
    width: 40%;
    height: 80%;
    float: left;
    line-height: 200%;
    margin-top: 5%;
    margin-left: 5%;
    color: #666464;
}

.wiseMedical_pda {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background-color: #F2F2F2;
}

.wiseMedical_pda_tit {
    width: 100%;
    height: 15%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_pda_tit span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2179BF;
}

.wiseMedical_pda_zw {
    width: 50%;
    height: 70%;
    float: left;
    margin-left: 20%;
    margin-top: 3%;
}

.wiseMedical_pda_zw1 {
    width: 100%;
    height: 30%;
    float: left;
}

.wiseMedical_pda_zw2 {
    width: 80%;
    height: 70%;
    float: left;
    margin-left: 10%;
}

.wiseMedical_pda_tu {
    width: 25%;
    height: 70%;
    float: left;
    margin-left: 5%;
    margin-top: 3%;
}

.wiseMedical_bedside {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.wiseMedical_bedside_tit {
    width: 100%;
    height: 15%;
    display: table;
    float: left;
    text-align: center;
}

.wiseMedical_bedside_tit span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2179BF;
}

.wiseMedical_bedside_z {
    width: 50%;
    float: left;
    margin-left: 15%;
    margin-top: 3%;
    line-height: 200%;
}

.wiseMedical_bedside_img1 {
    width: 15%;
    float: left;
    margin-left: 1%;
}

.wiseMedical_bedside_img1 img {
    width: 100%;
}

.wiseMedical_bedside_img2 {
    width: 35%;
    float: left;
    margin-left: 32.5%;
}

.wiseMedical_bedside_img2 img {
    width: 100%;
}
