* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.bigwidth {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: table;
}

body {
    min-width: 1200px;
}

.header {
    width: 100%;
    padding: 0;
    box-shadow: rgba(200, 200, 200, 0.2) 0px 5px 10px;
    position: relative;
    z-index: 999;
    height: 80px;
}

.header .bigwidth {
    padding-top: 15px;
}

.header_logo {
    display: table-cell;
    text-align: left;
    font-size: 24px;
    color: #333;
}

.logo {
    display: inline-block;
    width: 150px;
    height: 50px;
    background: url(../image/logo.png) no-repeat 0 center;
    background-size: 150px 50px;
}

.header_logo span {
    vertical-align: super;
    color: #666;
}

.header_login {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.header_login>li {
    display: inline-block;
}

.header_login>li.oldlogin {
    position: relative;
    display: none;
}

.header_login>li.oldlogin ul {
    display: none;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    top: 18px;
    left: -13px;
    z-index: 99999;
    box-shadow: rgba(200, 200, 200, 0.5) 0px 5px 10px;
}

.header_login>li.oldlogin ul li {
    display: block;
    width: 100%;
}

.header_login>li.oldlogin ul li a {
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    color: #567bb9;
    font-size: 14px;
    padding: 0 0 0 33px;
    margin-left: 0;
    background: #fff url("../image/icon_person_a.png") no-repeat 14px center;
    display: block;
    text-align: left;
    width: 87px;
    text-decoration: none;
}

.header_login>li.oldlogin ul li.party_b a {
    background-image: url("../image/icon_person_b.png");
    color: #3aad67;
    border-top: 1px solid #e5e5e5;
}

.header_login>li.oldlogin ul li a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    font-weight: bold;
}

.header_login a {
    margin-left: 15px;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
}

.header_login .switch_lang {
    display: inline-block;
    background: url(../image/flag_en.png) no-repeat 0 center;
    background-size: 16px 13px;
    padding-left: 20px;
    text-decoration: none;
}

.header_login .switch_lang.lang_cn {
    background-image: url(../image/flag_cn.png);
}

.index_page .banner {
    width: 100%;
    background: url(../image/bg_website.jpg) no-repeat center;
    background-size: 2000px 470px;
    position: relative;
    height: 470px;
    z-index: 777;
}

.qrCode {
    margin: 160px 0 30px 0;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    width: 300px;
    height: 284px;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(200, 200, 200, 0.3) 0px 5px 10px;
}

#login_container {
    width: 200px;
    height: 200px;
    overflow: hidden;
    /* */
    margin-bottom: 0px;
    margin-left: 50px;
    padding-top: 10px;
}

.qrCode .switch_login {
    display: inline-block;
    position: absolute;
    background: url(../image/btn_login_mobile.png) no-repeat right center;
    background-size: 140px 40px;
    width: 140px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    right: 0;
    top: 0;
}

.qrCode .tab_mobile .switch_login {
    background-image: url(../image/btn_login_qr.png)
}

.tab_mobile .mobile_login_area {
    width: 288px;
    height: 170px;
    overflow: hidden;
    padding-top: 40px;
}

.tab_mobile .mobile_login_area iframe {
    overflow: hidden;
}

.tab_mobile {
    display: none;
}

.tab_qr .reg {
    text-align: center;
    padding-top: 10px;
}

.tab_qr .reg a {
    color: #6a7eba;
    font-size: 14px;
    display: inline-block;
    margin: 0 30px;
    border: 1px solid #6a7eba;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 12px;
}

.tab_qr .reg a:hover {
    background-color: #6a7eba;
    color: #fff;
    text-decoration: none;
}

.nav {
    padding: 20px 0;
    width: 100%;
    background: #f6f6f6;
    display: table;
    position: relative;
    z-index: 888;
    box-shadow: rgba(200, 200, 200, 0.2) 0px -5px 10px;
    display: none;
}

.nav_item {
    width: 20%;
    display: table-cell;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.nav_item:first-child {
    text-align: left;
    width: 10%;
    padding-left: 20px;
}

.nav_item:last-child {
    width: 10%;
}

.nav_item big {
    font-size: 38px;
    color: #345799;
}

.nav_item span {
    color: #919191;
    margin-left: 5px;
}

.center.dscr {
    width: 100%;
    padding: 80px 0;
    position: relative;
    z-index: 888;
    box-shadow: rgba(200, 200, 200, 0.2) 0px -5px 10px;
}

.center_item {
    width: 33.33%;
    padding: 0;
    display: table-cell;
    position: relative;
}

.center_item .click_more {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center_item:last-child .center_Txt {
    padding-right: 0;
}

.center_img {
    display: table-cell;
}

.center_img i {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    display: block;
    background: url(../image/icon_assetManage.png) center no-repeat #6280ba;
    background-size: 35px 35px;
}

.center_img .fw {
    background-image: url(../image/icon_serviceLA.png);
    background-size: 40px 40px;
}

.center_img .sh {
    background-image: url(../image/icon_serviceManage.png);
}

.center_Txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 40px;
}

.center_Txt h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}

.center_Txt p {
    font-size: 14px;
    color: #555;
    line-height: 20px;
}

.footer {
    width: 100%;
    padding: 20px 0;
    background-color: #F6F6F6;
    text-align: center;
    color: #333;
}

.footer_about a {
    margin-left: 20px;
    color: #333;
    font-size: 15px;
}

.footer_font {
    font-size: 12px;
    margin-top: 10px;
}

.phoneShow {
    display: none;
}

.index_page .qa,
.index_page .dev {
    position: fixed;
    z-index: 99999;
    height: 70px;
    width: 70px;
    background: url(../image/icon_qa.png) no-repeat 0 0;
    background-size: 70px 70px;
    left: 0;
    top: 0;
}

.index_page .dev {
    background-image: url(../image/icon_dev.png);
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

@media screen and (max-width: 1000px) {
    .center,
    .index_page .banner,
    .footer {
        width: 1200px;
        min-width: 1200px;
    }
}

.f_navbar {
    background: #fff url(../image/bg_f_header.png) no-repeat center bottom;
    width: 100%;
}

.f_navbar.isStuck {
    box-shadow: 0px 5px 10px rgba(200, 200, 200, 0.2);
    z-index: 999;
}

.f_navbar ul {
    width: 1050px;
    margin: 0 auto;
}

.f_navbar ul li {
    display: inline-block;
    width: 33%;
}

.f_navbar ul li a {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #333333;
    background: transparent url(../image/f_menu_01.png) no-repeat 120px center;
    background-size: 20px 20px;
    font-size: 18px;
    padding-left: 148px;
}

.f_navbar ul li.nav_02 a {
    background-image: url(../image/f_menu_02.png);
}

.f_navbar ul li.nav_03 a {
    background-image: url(../image/f_menu_03.png);
}

.f_navbar ul li.nav_04 a {
    background-image: url(../image/f_menu_04.png);
}

.f_navbar ul li.active a {
    color: #fff;
    background-image: url(../image/f_menu_01_hover.png);
    background-color: #3298e5;
}

.f_navbar ul li.nav_02.active a {
    background-image: url(../image/f_menu_02_hover.png);
    background-color: #00c1de;
}

.f_navbar ul li.nav_03.active a {
    background-image: url(../image/f_menu_03_hover.png);
    background-color: #ff8161;
}

.f_navbar ul li.nav_04.active a {
    background-image: url(../image/f_menu_04_hover.png);
    background-color: #345799;
}

.f_navbar ul li a:hover {
    text-decoration: none;
}

.f_section .inner {
    width: 1050px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}

.f_section .inner h4 {
    font-size: 34px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.f_section .inner .title_dec {
    font-size: 18px;
    color: #888;
    margin-bottom: 40px;
}

.f_section .inner .intros .item {
    width: 330px;
    float: left;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 0 10px;
    height: 370px;
    margin-bottom: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    cursor: pointer;
}

.f_section .inner .intros .item a {
    display: block;
    width: 330px;
    height: 370px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.f_section .inner .intros .item .show_pic>a+a {
    display: none;
}


/* .f_section .inner .intros .item .show_pic {
    display: block;
    display: block;
    width: 330px;
    height: 370px;
    position: absolute;
    top: 0px;
    left: 0px;
} */

.f_section .inner .intros .item a:focus {
    outline: none;
}

.f_section .inner .intros .item:hover {
    z-index: 200;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.f_section .inner .intros.intros_2item .item {
    width: 390px;
}

.f_section .inner .intros .item:first-child {}

.f_section .inner .intros .item:last-child {
    margin-right: 0;
}

.f_section .inner .intros.intros_2item .item:first-child {
    margin-left: 120px;
    margin-right: 15px;
}

.f_section .inner .intros.intros_2item .item:last-child {
    margin-right: 50px;
    margin-left: 15px;
}

.f_section .inner .intros.intros_2item .item a {
    width: 390px;
}

.f_section .inner .intros.intros_1item .item {
    width: 450px;
    margin: 0px auto 70px;
    float: none;
}

.f_section .inner .intros.intros_1item .item p {
    width: 345px;
}

.f_section .inner .intros.intros_1item .item a {
    width: 450px;
}

.f_section .inner .intros .item h5 {
    color: #3298e5;
    font-size: 24px;
    padding-top: 150px;
    background: transparent url(../image/icon_f_A_01.png) no-repeat center 40px;
    background-size: 95px 95px;
}

.f_section .inner .intros .item p {
    font-size: 15px;
    color: #888;
    padding: 10px 0 0;
    line-height: 24px;
    width: 238px;
    margin: 0 auto;
}

.f_section .inner .intros.intros_2item .item p {
    width: 310px;
}

.f_section.f_section_dark {
    background: #2d78ba url(../image/bg_f_A.png) repeat-x 0 0;
}

.f_section.f_section_dark.f_section_B_02,
.f_section.f_section_dark.f_section_B_04,
.f_section.f_section_dark.f_section_B_06 {
    background: transparent url(../image/bg_f_B.png) repeat-x 0 0;
}

.f_section.f_section_dark.f_section_C_02,
.f_section.f_section_dark.f_section_C_04 {
    background: transparent url(../image/bg_f_C.png) repeat-x 0 0;
}

.f_section.f_section_dark.f_section_D_02 {
    background: transparent url(../image/bg_f_D.png) repeat-x 0 0;
}

.f_section.f_section_dark .inner h4,
.f_section.f_section_dark .inner .title_dec,
.f_section.f_section_dark .inner .intros .item h5,
.f_section.f_section_dark .inner .intros .item p {
    color: #fff;
}

.f_section.f_section_dark.f_section_A_02 .inner .intros .item {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
}

.f_section.f_section_dark.f_section_B_02 .inner .intros .item,
.f_section.f_section_dark.f_section_B_04 .inner .intros .item,
.f_section.f_section_dark.f_section_B_06 .inner .intros .item {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
}

.f_section.f_section_dark.f_section_C_02 .inner .intros .item,
.f_section.f_section_dark.f_section_C_04 .inner .intros .item {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
}

.f_section.f_section_dark.f_section_D_02 .inner .intros .item {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
}

.f_section.f_section_A_01 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_A_01.png);
}

.f_section.f_section_A_01 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_A_02.png);
}

.f_section.f_section_A_01 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_A_03.png);
}

.f_section.f_section_A_02 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_A_04.png);
}

.f_section.f_section_A_02 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_A_05.png);
}

.f_section.f_section_A_02 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_A_06.png);
}

.f_section.f_section_A_02 .inner .intros .item.item_04 h5 {
    background-image: url(../image/icon_f_A_12.png);
}

.f_section.f_section_A_02 .inner .intros .item.item_05 h5 {
    background-image: url(../image/icon_f_A_10.png);
}

.f_section.f_section_A_02 .inner .intros .item.item_06 h5 {
    background-image: url(../image/icon_f_A_11.png);
}

.f_section.f_section_A_03 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_A_07.png);
}

.f_section.f_section_A_03 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_A_08.png);
}

.f_section.f_section_A_03 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_A_09.png);
}


/* 后勤服务的样式图片 */

.f_section.f_section_B_01 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_B_01.png);
}

.f_section.f_section_B_01 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_B_02.png);
}

.f_section.f_section_B_01 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_B_03.png);
}

.f_section.f_section_B_02 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_B_04.png);
}

.f_section.f_section_B_02 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_B_05.png);
}

.f_section.f_section_B_02 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_B_06.png);
}

.f_section.f_section_B_03 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_B_07.png);
}

.f_section.f_section_B_03 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_B_08.png);
}

.f_section.f_section_B_03 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_B_09.png);
}

.f_section.f_section_B_04 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_01.png);
}

.f_section.f_section_B_04 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_02.png);
}

.f_section.f_section_B_04 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_03.png);
}

.f_section.f_section_B_05 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_04.png);
}

.f_section.f_section_B_05 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_05.png);
}

.f_section.f_section_B_05 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_06.png);
}

.f_section.f_section_B_06 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_07.png);
}

.f_section.f_section_B_06 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_08.png);
}

.f_section.f_section_B_06 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_B_06.png);
}


/* 设备服务的样式图片 */

.f_section.f_section_C_01 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_C_01.png);
}

.f_section.f_section_C_01 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_C_02.png);
}

.f_section.f_section_C_01 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_C_03.png);
}

.f_section.f_section_C_02 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_C_04.png);
}

.f_section.f_section_C_02 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_C_05.png);
}

.f_section.f_section_C_02 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_D_04.png);
}

.f_section.f_section_C_03 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_C_06.png);
}

.f_section.f_section_C_03 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_C_07.png);
}

.f_section.f_section_C_03 .inner .intros .item.item_03 h5 {
    background-image: url(../image/icon_f_C_08.png);
}

.f_section.f_section_C_04 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_C_12.png);
}

.f_section.f_section_C_04 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_C_13.png);
}


/* 售后服务的样式图片 */

.f_section.f_section_D_01 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_D_01.png);
}

.f_section.f_section_D_01 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_D_02.png);
}

.f_section.f_section_D_02 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_D_03.png);
}

.f_section.f_section_D_02 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_D_04.png);
}

.f_section.f_section_D_03 .inner .intros .item.item_01 h5 {
    background-image: url(../image/icon_f_D_05.png);
}

.f_section.f_section_D_03 .inner .intros .item.item_02 h5 {
    background-image: url(../image/icon_f_D_06.png);
}

.f_section.f_section_B_01 .inner .intros .item h5,
.f_section.f_section_B_03 .inner .intros .item h5,
.f_section.f_section_B_05 .inner .intros .item h5,
.f_section.f_section_B_07 .inner .intros .item h5 {
    color: #00c1de;
}

.f_section.f_section_C_01 .inner .intros .item h5,
.f_section.f_section_C_03 .inner .intros .item h5 {
    color: #ff8161;
}

.f_section.f_section_D_01 .inner .intros .item h5,
.f_section.f_section_D_03 .inner .intros .item h5 {
    color: #345799;
}

.split_title {
    width: 100%;
    font-size: 34px;
    color: #00c1de;
    background: url(../image/icon_f_arrow_B.png) no-repeat center 118px;
    background-size: 24px 18px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 70px;
}

.split_title.s_equipment {
    background-image: url(../image/icon_f_arrow_C.png);
    color: #ff8161;
}

.split_title.s_manufacture {
    background-image: url(../image/icon_f_arrow_D.png);
    color: #345799;
}

.split_title+.f_section .inner {
    padding-top: 20px;
}

.f_section.f_section_A_03 .inner .intros .item,
.f_section.f_section_B_03 .inner .intros .item,
.f_section.f_section_C_03 .inner .intros .item {
    margin-bottom: 100px;
}


/* video */

.modal-dialog.modal_1000 {
    width: 1002px;
    margin: 20px auto;
}

.modal-body {
    padding: 0px;
}

.modal-header {
    height: 44px;
    border-bottom: 0;
    padding: 0;
}

.modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    height: 44px;
    padding-left: 20px;
}

.modal-header a.close {
    display: inline-block;
    background: url("../image/icon_modal_close.png") no-repeat 0 center;
    width: 15px;
    height: 44px;
    background-size: 15px 15px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    margin-right: 20px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 0;
}

.appdownload {
    position: relative;
}

.appdownload .down_area {
    position: absolute;
    background-color: #fff;
    top: 65px;
    right: -92px;
    border: 1px solid #e0e0e0;
    padding: 30px 0px 50px;
    width: 480px;
    text-align: center;
    display: none;
    box-shadow: 0 25px 45px rgba(100, 100, 100, 0.2);
}

.appdownload .down_area .item {
    display: inline-block;
    padding: 0 40px;
}

.appdownload .down_area .item p.icon {
    width: 100px;
    height: 100px;
    background: url("../image/icon_app_i4u.png") no-repeat center center;
    background-size: 100px 100px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}

.appdownload .down_area .item.item_boss p.icon {
    background-image: url("../image/icon_app_boss.png");
}


/* qc环境的icon */

.appdownload.qcserver .down_area .item.item.item_i4u p.icon {
    background-image: url("../image/icon_app_i4u_qc.png");
}

.appdownload.qcserver .down_area .item.item_boss p.icon {
    background-image: url("../image/icon_app_boss_qc.png");
}


/* dev环境的icon */

.appdownload.devserver .down_area .item.item.item_i4u p.icon {
    background-image: url("../image/icon_app_i4u_dev.png");
}

.appdownload.devserver .down_area .item.item_boss p.icon {
    background-image: url("../image/icon_app_boss_dev.png");
}

.appdownload .down_area .item h4 {
    font-size: 18px;
    padding: 4px 0 20px;
    color: #444;
    font-weight: normal;
}

.appdownload .down_area .item p.qrcode {
    width: 100px;
    height: 100px;
    background: url("../image/qrcode/prd_i4u_cn.png") no-repeat center center;
    background-size: 100px 100px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    text-indent: -999px;
    overflow: hidden;
}


/* prd环境二维码 */

.appdownload .down_area .item.item_i4u p.qrcode {
    background-image: url("../image/qrcode/prd_i4u_cn.png")
}

.appdownload .down_area .item.item_boss p.qrcode {
    background-image: url("../image/qrcode/prd_boss_cn.png")
}

.appdownload.lang_en .down_area .item.item_i4u p.qrcode {
    background-image: url("../image/qrcode/prd_i4u_en.png")
}

.appdownload.lang_en .down_area .item.item_boss p.qrcode {
    background-image: url("../image/qrcode/prd_boss_en.png")
}


/* qc环境二维码 */

.appdownload.qcserver .down_area .item.item_i4u p.qrcode {
    background-image: url("../image/qrcode/qc_i4u_cn.png")
}

.appdownload.qcserver .down_area .item.item_boss p.qrcode {
    background-image: url("../image/qrcode/qc_boss_cn.png")
}

.appdownload.qcserver.lang_en .down_area .item.item_i4u p.qrcode {
    background-image: url("../image/qrcode/qc_i4u_en.png")
}

.appdownload.qcserver.lang_en .down_area .item.item_boss p.qrcode {
    background-image: url("../image/qrcode/qc_boss_en.png")
}


/* dev环境二维码 */

.appdownload.devserver .down_area .item.item_i4u p.qrcode {
    background-image: url("../image/qrcode/dev_i4u_cn.png")
}

.appdownload.devserver .down_area .item.item_boss p.qrcode {
    background-image: url("../image/qrcode/dev_boss_cn.png")
}

.appdownload.devserver.lang_en .down_area .item.item_i4u p.qrcode {
    background-image: url("../image/qrcode/qc_i4u_en.png")
}

.appdownload.devserver.lang_en .down_area .item.item_boss p.qrcode {
    background-image: url("../image/qrcode/qc_boss_en.png")
}

.appdownload>p {
    display: inline-block;
    height: 65px;
    line-height: 60px;
    padding: 0 10px 0 22px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    background: url("../image/icon_mobile.png") no-repeat 6px 22px;
    background-size: 11px 16px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
}

@keyframes arrowing {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: .8
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }
    to {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes arrowing {
    0%,
    to {
        -webkit-transform: translateY(-5px);
        opacity: .8
    }
    50% {
        -webkit-transform: translateY(10px);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-5px);
        opacity: .8
    }
}

.maka-Arrow {
    position: fixed;
    bottom: 15px;
    right: 50%;
    width: 40px;
    text-align: center;
    display: block;
    z-index: 1999;
    animation-name: arrowing;
    -webkit-animation-name: arrowing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.new_v2_page {
    background-color: #F7F9FC;
    font-family: Helvetica, "San Francisco", "Microsoft Yahei", "微软雅黑", Heiti;
}

.new_v2_page .n_header .inner,
.new_v2_page .n_main .inner,
.new_v2_page .n_footer .inner {
    width: 1000px;
    margin: 0 auto;
}

.new_v2_page .n_header {
    height: 80px;
}

.new_v2_page .n_header .back_home {
    float: right;
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #D3D3D3;
    color: #686868;
    background-color: #fff;
    margin-top: 30px;
}

.new_v2_page .n_header .logo {
    margin-top: 16px;
    text-indent: -999px;
    overflow: hidden;
    background-size: 120px 40px;
    width: 120px;
    height: 40px;
}

.new_v2_page .n_main .the_title {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 60px;
    margin-top: 20px;
    font-weight: normal;
}

.new_v2_page .n_main .apps .item {
    float: left;
    width: 33%;
    text-align: center;
}

.new_v2_page .n_main .apps .item .img {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url("../image/app_icon_i4u.png") no-repeat center center;
    background-size: 100px 100px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    border: 1px solid #D3D3D3;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 5px;
}

.new_v2_page .n_main .apps .item.item_boss .img {
    background-image: url("../image/app_icon_ybp.png");
}

.new_v2_page .n_main .apps .item.item_nurse .img {
    background-image: url("../image/app_icon_yxh.png");
}

.new_v2_page .n_main .apps .item .name {
    font-size: 24px;
    margin: 0 0 5px;
    color: #333;
}

.new_v2_page .n_main .apps .item .info {
    font-size: 16px;
    margin: 0 0 5px;
    color: #666;
}

.show_target.showit {
    display: inline-block!important;
}

.show_target {
    display: none;
}

.new_v2_page .n_main .apps .item .download {
    padding-top: 30px;
}

.new_v2_page .n_main .apps .item .download li {
    width: 140px;
    display: inline-block;
    position: relative;
    z-index: 888;
}

.new_v2_page .n_main .apps .item .download li>a {
    display: inline-block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    color: #686868;
    background-color: #fff;
    width: 100%;
}

.new_v2_page .n_main .apps .item .download li>a span {
    display: inline-block;
    padding-left: 20px;
    background: url("../image/icon_ios.png") no-repeat 0 11px;
    background-size: 13px 15px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    font-size: 16px;
    color: #444;
}

.new_v2_page .n_main .apps .item .download li>a.android span {
    background: url("../image/icon_android.png") no-repeat 0 12px;
    background-size: 14px 16px;
}

.new_v2_page .n_main .apps .item .download li>a:hover {
    text-decoration: none;
}

.new_v2_page .n_main .apps .item .download li .show_target {
    position: absolute;
    width: 140px;
    height: 150px;
    border: 1px solid #D3D3D3;
    background-color: #fff;
    bottom: 35px;
    left: 0px;
    z-index: 999;
}

.new_v2_page .n_main .apps .item .download li .show_target .qrcode {
    width: 140px;
    height: 130px;
    background: url("../image/qrcode/prd_i4u_cn.png") no-repeat center center;
    background-size: 110px 110px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    margin-bottom: 0;
}

.new_v2_page .n_main .apps .item .download li .show_target .qrcode.qr_boss {
    background-image: url("../image/qrcode/prd_boss_cn.png")
}

.new_v2_page .n_main .apps .item .download li .show_target .qrcode.qr_nurse {
    background-image: url("../image/qrcode/prd_nurse_cn.png")
}

.new_v2_page .n_main .apps.devserver .item .download li .show_target .qrcode.qr_i4u {
    background-image: url("../image/qrcode/dev_i4u_cn.png");
}

.new_v2_page .n_main .apps.devserver .item .download li .show_target .qrcode.qr_boss {
    background-image: url("../image/qrcode/dev_boss_cn.png");
}

.new_v2_page .n_main .apps.devserver .item .download li .show_target .qrcode.qr_nurse {
    background-image: url("../image/qrcode/dev_nurse_cn.png");
}

.new_v2_page .n_main .apps.qcserver .item .download li .show_target .qrcode.qr_i4u {
    background-image: url("../image/qrcode/qc_i4u_cn.png");
}

.new_v2_page .n_main .apps.qcserver .item .download li .show_target .qrcode.qr_boss {
    background-image: url("../image/qrcode/qc_boss_cn.png");
}

.new_v2_page .n_main .apps.qcserver .item .download li .show_target .qrcode.qr_nurse {
    background-image: url("../image/qrcode/qc_nurse_cn.png");
}

.new_v2_page .n_main .apps .item .download li .show_target a {
    color: #3298e5;
    position: relative;
    top: -8px;
    display: inline-block;
}

.new_v2_page .n_footer {
    text-align: center;
    margin-top: 50px;
    position: fixed;
    height: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #888;
}

.new_v2_page .n_footer a {
    color: #666;
}

.new_v2_page.about_page .n_about {
    background-color: #fff;
}

.new_v2_page.about_page .n_about .inner,
.new_v2_page.about_page .n_vision .inner,
.new_v2_page.about_page .n_partner .inner,
.new_v2_page.about_page .n_contact .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.new_v2_page.about_page>div>.inner>.left_part {
    float: left;
    width: 180px;
}

.new_v2_page.about_page>div>.inner>.right_part {
    float: right;
    width: 820px;
    border-left: 1px dashed #e1e1e1;
    padding-left: 40px;
}

.new_v2_page.about_page>div>.inner>.left_part h4 {
    font-size: 26px;
    font-weight: bold;
    color: #111;
}

.new_v2_page.about_page .inner .right_part p.teamdesc {
    font-size: 26px;
    line-height: 43px;
    color: #333;
    text-indent: 0;
    padding: 5px 0 0;
    letter-spacing: 1px;
}

.new_v2_page.about_page .inner .right_part .team .item {
    float: left;
    width: 270px;
    margin: 0 50px;
    text-align: center;
    padding: 30px 0 100px;
}

.new_v2_page.about_page .inner .right_part .coreteam {
    width: auto;
    padding: 40px 0 50px;
}

.new_v2_page.about_page .inner .right_part .coreteam .left_part {
    float: left;
    width: 150px;
    margin-right: 60px;
}

.new_v2_page.about_page .inner .right_part .coreteam .right_part {
    float: left;
    width: 500px;
    text-align: left;
}

.new_v2_page.about_page .inner .right_part .coreteam h5 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.new_v2_page.about_page .inner .right_part .coreteam .title {
    font-size: 24px;
    padding-top: 5px;
    color: #2C5597;
}

.new_v2_page.about_page .inner .right_part .coreteam .avatar img {
    width: 150px;
}

.new_v2_page.about_page .inner .right_part .coreteam .profile {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.new_v2_page.about_page .inner .right_part .team .item p {
    text-indent: 0;
    margin: 0;
    line-height: normal;
}

.new_v2_page.about_page .inner .right_part .team .item h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}

.new_v2_page.about_page .inner .right_part .team .item .title {
    color: #2a81c4;
    font-size: 16px;
    margin-bottom: 4px;
}

.new_v2_page.about_page .inner .right_part .team .item .duty {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 10px;
}

.new_v2_page.about_page .inner .right_part .team .item .profile {
    font-size: 15px;
    color: #444;
    line-height: 21px;
    font-weight: normal;
    font-style: italic;
}

.new_v2_page.about_page .n_about .inner .right_part .slogan {
    border-top: 0px dashed #ccc;
    padding-top: 70px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #333;
    font-style: normal;
    text-indent: 0;
}

.new_v2_page.about_page .n_about .inner .right_part .slogan b {
    color: #476aaa;
}

.new_v2_page.about_page .n_about .inner .right_part .ability_desc .item {
    float: left;
    width: 244px;
    text-align: center;
    margin: 30px 10px 80px;
}

.new_v2_page.about_page .n_about .inner .right_part .ability_desc .item:first-child {
    width: 220px;
    margin-right: 20px;
}

.new_v2_page.about_page .n_about .inner .right_part .ability_desc .item:last-child {
    width: 200px;
    margin-left: 35px;
}

.new_v2_page.about_page .n_about .inner .right_part .ability_desc .item p {
    text-indent: 0;
    margin-bottom: 0;
}

.new_v2_page.about_page .n_about .inner .right_part .ability_desc .item h5 {
    font-weight: bold;
    color: #444;
    font-size: 20px;
}

.new_v2_page.about_page .n_about .inner .right_part .ability_desc .item ul li {
    font-size: 15px;
    color: #555;
    text-align: left;
    line-height: 26px;
}

.new_v2_page.about_page .n_vision .inner .right_part .p_point {
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}

.new_v2_page.about_page .n_vision .inner .right_part .p_point span {
    margin-right: 20px;
}

.new_v2_page.about_page .n_vision .inner .right_part .p_point span.s01 {
    color: #2F5597;
}

.new_v2_page.about_page .n_vision .inner .right_part .p_point span.s02 {
    color: #4EBD60;
}

.new_v2_page.about_page .n_vision .inner .right_part .p_point span.s03 {
    color: #FF6019;
}

.new_v2_page.about_page .n_vision .inner .right_part .p_vision {
    font-size: 26px;
}

.new_v2_page.about_page .n_contact {
    background-color: #fff;
    margin-top: 20px;
}

.new_v2_page.about_page>div.n_partner>.inner>.right_part p.tips {
    text-indent: 0px;
    font-size: 26px;
    line-height: 44px;
    color: #333;
}

.new_v2_page.about_page>div.n_partner>.inner>.right_part .partner .item {
    float: left;
    width: 33%;
    margin: 20px 0px 0 0px;
    text-align: center;
}

.new_v2_page.about_page>div.n_partner>.inner>.right_part .partner .item h5 {
    font-size: 24px;
    font-weight: normal;
}

.new_v2_page.about_page>div.n_partner>.inner>.right_part .partner .item .en {
    font-size: 14px;
    color: #555;
    font-weight: lighter;
    margin-bottom: 5px;
}

.new_v2_page.about_page .n_vision .inner {
    padding: 50px 0 70px;
}

.new_v2_page.about_page .n_contact .inner .right_part ul li {
    /* font-size: 26px;
    display: block;
    padding-left: 40px;
    background: url("../image/icon_web_tel.png") no-repeat 0 center;
    background-size: 26px 26px;
    -ms-behavior: url("../../../../js/backgroundsize.min.htc");
    behavior: url("../../../../js/backgroundsize.min.htc");
    margin: 5px 0 15px; */
}

.new_v2_page.about_page .n_contact .inner .right_part ul li.mail {
    /* background-image: url("../image/icon_web_mail.png");
    background-size: 26px 22px; */
}

.new_v2_page.about_page .n_contact .inner .right_part ul li.address {
    /* background-image: url("../image/icon_web_address.png");
    background-size: 22px 27px; */
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li {
    /* display: block; */
    /* padding-left: 40px; */
    margin: 5px 0;
    display: flex;
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li .img_left{
    display: inline-block;
    width: 26px;
    height: 26px;
    /* font-size: 20px; */
    /* padding-left: 40px; */
    background: url(../image/new_i4u/icon_tel.png) no-repeat 0 center;
    background-size: 26px 26px;
    /* margin: 5px 0; */
    margin-top: 12px;
    margin-right: 10px;
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li.mail .img_left{
    background: url(../image/new_i4u/icon_email.png) no-repeat 0 center;
    background-size: 26px 26px;
}

.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li.address .img_left{
    background: url(../image/new_i4u/icon_address.png) no-repeat 0 center;
    background-size: 26px 26px;
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li div{
    padding: 10px 0;
    flex: 1;
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li.tel div,
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li.mail div{
    border-bottom: 1px solid #EEEEEE;
    font-size: 20px;
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li.address div{
    font-size: 18px;
}
.new_v2_page.about_page .n_contact .inner .right_part ul.new_main li.address div p span{
    font-weight: bold;
}

.new_v2_page.about_page .n_partner .inner {
    padding: 40px 0 50px;
}

.new_v2_page.about_page .n_contact .inner {
    padding: 40px 0 50px;
}

.new_v2_page.about_page .n_footer2 {
    text-align: center;
    margin-top: 0px;
    height: 110px;
    font-size: 12px;
    color: #888;
    background-color: #fff;
    padding-top: 50px;
}

.new_v2_page.about_page .n_footer2.bg_blue {
    background-color: transparent;
}

.new_v2_page.about_page .n_footer2 a {
    color: #666;
}

.new_v2_page.about_page .n_vision.n_legal {
    background-color: #fff;
}

.new_v2_page.about_page .n_vision.n_legal .inner2.page_legal {
    padding-top: 10px;
}

.new_v2_page.about_page .n_vision.n_legal .inner2.page_legal>p {
    font-size: 20px;
    line-height: 30px;
    text-indent: 0px;
}

.new_v2_page.about_page .n_vision.n_legal .inner2.page_legal .list {
    padding-left: 0px;
}

.new_v2_page.about_page .n_vision.n_legal .inner2.page_legal .list dt {
    margin-bottom: 0px;
    margin-top: 20px;
}

.new_v2_page.about_page .n_vision.n_legal .inner2.page_legal .list dt a {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.new_v2_page.about_page .n_vision.n_legal .inner2.page_legal .list dd {
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
    line-height: 26px;
}

.new_v2_page.about_page .n_vision.n_legal+.n_footer2 {
    background-color: transparent;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
    margin-bottom: 15px;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main p.p_title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main .list_main.sla_list .table_data {
    padding-left: 30px;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main .list_main.sla_list table #con_table_title th,
.new_v2_page.about_page .n_vision.n_legal .n_legal_main .list_main.sla_list table td {
    padding-left: 20px;
    color: #333;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main .list_main.sla_list table tr {
    border-bottom: 1px solid #e5e5e5;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main .list_main.sla_list table #con_table_title th {
    font-weight: bold;
    font-size: 14px;
}

.new_v2_page.about_page .n_vision.n_legal .n_legal_main .list_main.sla_list table {
    border: 1px solid #e5e5e5
}

.new_v2_page.about_page>div>.inner>.left_part h4+a {
    display: inline-block;
    font-size: 12px;
    padding-top: 10px;
}
.new_v2_page.about_page.new_common_v2_page{
    width: 100%;
    min-width: unset;
}