blockquote,
body,
button,
caption,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    position: relative;
    color: #333;
    /* background: #fff; */
    /*background: url(../imagesNew/top_bgNew.png) no-repeat top center #FDFEFF;*/
    background-color: #FDFEFF;
    background-size: contain;
    /* font: normal normal normal 12px/20px "PingFang SC","Lantinghei SC","Microsoft YaHei","Helvetica Neue",Arial,"微软雅黑";  */
    font-family: 'Poppins', sans-serif !important;
}

:focus,
:active,
:hover {
    border: none;
    text-decoration: none;
    outline: none !important;
}

button,
input,
select,
textarea {
    vertical-align: middle;
    font-size: 100%;
    outline: 0;
    /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    line-height: 24px;
}

li {
    list-style: none;
}

table {
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

code,
dfn,
kbd,
pre,
samp,
tt,
/* var {
  font-family: monospace; } */
del,
ins,
s {
    text-decoration: none;
}

small {
    font-size: 100%;
}

q:before {
    content: '';
}

q:after {
    content: '';
}

img {
    border: 0;
}

a {
    color: #242a35 !important;
    text-decoration: none;
    outline: 0;
    border: none;
}

    a:hover {
        color: #242a35 !important;
        border: none;
        outline: none !important;
        text-decoration: none !important;
    }

    a:active {
        border: none;
    }

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
    padding-bottom: 30px;
}

.clear_float {
    clear: both;
    font-size: 1px;
    height: 0;
    width: 0;
    line-height: 1;
    overflow: hidden;
}

.none {
    display: none;
}

.both {
    /*max-width: 1200px;*/
    /* width: 80%; */
    /*margin: 0 auto;*/
}

.headWrap {
    width: 100%;
    height: 70px;
    /* margin-bottom: 50px; */
}

.head {
    width: 100%;
    height: 70px;
    /* background: #fff; */
    position: relative;
    z-index: 2;
}

    .head .both {
        display: flex;
        justify-content: space-between;
    }

        .head .both > div {
            padding: 10px 0;
        }

    .head.fixed {
        position: fixed;
        z-index: 2;
        -webkit-box-shadow: 0 0 0.625em 0 rgba(100, 116, 128, 0.16), 0 0.25em 0.5em -0.375em rgba(100, 116, 128, 0.8);
        box-shadow: 0 0 0.625em 0 rgba(100, 116, 128, 0.16), 0 0.25em 0.5em -0.375em rgba(100, 116, 128, 0.8);
    }

    .head .logo {
        width: 100px;
    }

.head-right .row > div {
    text-align: right;
}

.login {
    color: #222;
    font-size: 14px;
}

.language {
    width: 120px;
    height: 35px;
    text-align: center;
}

    .language .btn {
        font-size: 14px;
        padding: 0;
    }

    .language .language-header {
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #222;
    }

    .language .language-content {
        width: 100px;
        padding: 10px 15px;
        -webkit-box-shadow: 0 0 4px #f0f0f0;
        box-shadow: 0 0 4px #f0f0f0;
    }

.top-img {
    text-align: center;
}

    .top-img .title {
        opacity: 0;
        width: 100%;
        text-align: center;
        font-size: 5rem;
        font-weight: bolder;
        color: #76a6d9;
        margin-top: 8rem;
        padding-top: 20px;
        line-height: 60px;
    }

    .top-img .title-summary {
        font-size: 2.5rem;
        width: 100%;
        opacity: 0;
        text-align: center;
        color: #454a54;
        line-height: 30px;
        padding-top: 20px;
        margin: 10px 0 30px 0;
    }

    .top-img .know-more {
        width: 142px;
        height: 44px;
        text-align: center;
        line-height: 42px;
        margin: 0 auto 40px;
        cursor: pointer;
        padding-top: 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        background: url(../images/know_more.png);
        background-size: 100% 100%;
        color: #fff;
        font-size: 16px;
    }

        .top-img .know-more:hover {
            margin-top: -10px;
            margin-bottom: 50px;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

    .top-img img {
        width: 100%;
        max-width: 799px;
    }

.dropdown-menu {
    border: none;
    outline: none;
    left: 18%;
}

.service-tit {
    height: 122px;
    background: url(../images//service_tit_bg.png) no-repeat bottom center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #222;
    text-align: center;
    line-height: 150px;
    margin-top: 30px;
    opacity: 0;
}

.service-nav {
    margin: 15px auto !important;
    opacity: 0;
}

.tab-content .tab-pane {
    display: block;
}

/*.model1 {
    padding-bottom: 70px !important;
}*/
.model1 {
    margin-bottom: 40px !important;
}

.tab-detail .tab-left {
    margin-bottom: 0px !important;
}

.tab-detail .tab-right {
    margin-bottom: 0px !important;
}

.TitleRow {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .TitleRow .PageTitle {
        padding-top: 2rem;
        font-size: 2.8rem;
        font-weight: bolder;
        font-stretch: normal;
        color: var(--EZCare-Blue);
        /*padding: 15px;*/
        text-align: center;
        line-height: 5rem;
        /*color: black;*/
    }

.tab-detail {
    width: 100%;
    /* background: url("../images//service_detail_bg.jpg") no-repeat center; */
    /* background-color: #fff; */
    background-attachment: scroll;
    position: relative;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    /*min-height: 541px;*/
    /*margin-bottom: 80px;*/
    margin-bottom: 50px;
}

    /*.tab-detail .tab-left {
        margin-top:50px;
        margin-bottom: 20px;
    }*/

    /*.tab-detail.model1 .tab-left, .tab-detail.model2 .tab-left, .tab-detail.model3 .tab-left, .tab-detail.model4 .tab-left, .tab-detail.model5 .tab-left {
        padding-top: 2rem;
       
    }*/

    .tab-detail .service-tab-tit {
        /* font-size: 3.2rem; */
        /* color: #fff; */
        /* font-weight: bold; */
        /* line-height: 4rem; */
        /*opacity: 0;*/
        padding-top: 2rem;
        /* font-family: PingFangSC-Semibold; */
        font-size: 28pt;
        font-weight: bolder;
        font-stretch: normal;
        /*line-height: 3rem;*/
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        text-align: left;
        /*padding-left: 50px;*/
    }

    .tab-detail .service-txt {
        /*padding-top: 2rem;
        margin-top: 1rem;*/
        /* font-size: 2.4rem; */
        /* color: #fff; */
        /*opacity: 0;*/
        /* font-family: PingFangSC-Light; */
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 2.6rem;*/
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        text-align: left;
        line-height: 3.2rem;
        /*padding-left: 50px;*/
        font-size: 16pt;
        /*margin-top: 35px;*/
    }

    .tab-detail .service-txt-saying {
        margin-top: 0rem;
        max-width: 54rem;
        font-style: italic;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        font-size: 20pt;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2rem;
        text-align: left;
    }

    .tab-detail .service-txt-saying-sign {
        margin-top: 0rem;
        max-width: 54rem;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        font-size: 10.5pt;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.1rem;
        text-align: left;
    }

    .tab-detail .service-txt-saying p img {
        margin-left: 50px;
    }

    .tab-detail .tab-right {
        /*width: 80%;*/
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        margin: 0 auto;
        /*margin-top: 20px;*/
    }

        .tab-detail .tab-right img {
            width: 100%;
        }

    .tab-detail .font-color-blue {
        color: var(--EZCare-Blue);
    }

    .tab-detail .tab-tit1 {
        /* font-family: PingFangSC-Semibold; */
        font-size: 2.8rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 5rem;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        text-align: left;
        font-weight: bolder;
    }

    .tab-detail .txt1 {
        margin-top: 15px;
        margin-bottom: 35px;
        /*max-width: 45rem;*/
        /*word-break: break-word;*/
        /* height: 150px; */
        /* font-family: PingFangSC-Light; */
        font-size: 1.8rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.8rem;
        /*color: #404040;*/
    }

    .tab-detail .tab-left.tit1-top {
        margin-top: 110px;
    }

.container {
    max-width: 1200px;
}

.container-head {
    max-width: 1366px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin: 0 auto;
    /*box-shadow: 0 0 2px #888;*/
    /*background-color:#fff;*/
}

/* .tab-content.tab-detail:first-child {
        margin-top: 45px;
      } */
.tab-right.padding-right {
    /* margin-left:-40px;  */
}

@media only screen and (min-width: 1700px) {
    .tab-detail {
        min-height: 541px;
        /* background: url("../images//service_detail_bg.jpg") no-repeat center; */
        /* background-color: #fff; */
        background-attachment: scroll;
        background-size: 100% 100%;
    }
    /* .tab-detail:first-child {
      margin-top: 45px;
    } */
}

.our-achievement {
    margin-bottom: 8rem;
}

.achieve-detail {
    margin-top: 15rem;
    float: left;
}

    .achieve-detail img {
        margin-right: 10px;
    }

    .achieve-detail .achieve-tit {
        font-size: 3.2rem;
        line-height: 4rem;
        color: #222;
        margin-bottom: 1rem;
        opacity: 0;
        padding-top: 2rem;
    }

    .achieve-detail .acheve-txt {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-left: 3.6rem;
        opacity: 0;
        padding-top: 2rem;
        color: #707e89;
    }

.achieve-img {
    margin-top: 200px;
    float: right;
    position: relative;
}

    .achieve-img > div {
        border-radius: 3px;
        text-align: center;
        float: left;
        -webkit-box-shadow: 0 0 5px #e8e8e9;
        box-shadow: 0 0 5px #e8e8e9;
        opacity: 0;
    }

        .achieve-img > div p {
            text-align: center;
            font-size: 16px;
            color: #222;
            margin-top: 10px;
        }

        .achieve-img > div.point p {
            text-align: left;
            margin-top: 0;
        }

        .achieve-img > div.top-right p {
            text-align: right;
        }

        .achieve-img > div.bottom-right p {
            padding-top: 35px;
            padding-left: 20px;
        }

        .achieve-img > div img {
            margin-top: 24px;
        }

    .achieve-img .box-left,
    .achieve-img .box-right {
        width: 48%;
        height: 108px;
        margin-right: 2%;
        cursor: pointer;
    }

        .achieve-img .box-left:hover,
        .achieve-img .box-right:hover {
            margin-top: -5px;
            margin-bottom: 5px;
        }

    .achieve-img .box-right {
        margin-left: 2%;
        margin-right: 0;
    }

    .achieve-img .box-bot {
        box-shadow: none;
        width: 100%;
        padding-top: 16px;
    }

        .achieve-img .box-bot .bot-item {
            -webkit-box-shadow: 0 0 5px #e8e8e9;
            box-shadow: 0 0 5px #e8e8e9;
            width: 100%;
            height: 116px;
            cursor: pointer;
        }

        .achieve-img .box-bot:hover {
            padding-top: 8px;
            padding-bottom: 8px;
        }

    .achieve-img .box-bot2 {
        box-shadow: none;
        width: 100%;
        padding-top: 16px;
    }

        .achieve-img .box-bot2 .bot-item2 {
            width: 100%;
            height: 78px;
            background: #76a6d9;
            cursor: pointer;
        }

        .achieve-img .box-bot2:hover {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .achieve-img .box-bot2 p {
            color: #fff;
        }

        .achieve-img .box-bot2 img {
            margin-top: 14px;
        }

    .achieve-img .point {
        position: absolute;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        color: #3d546d;
        line-height: 22px;
        text-align: left;
    }

        .achieve-img .point.top-left {
            width: 150px;
            height: 58px;
            top: -72px;
            left: -107px;
            background: url(../images//top_left.png) no-repeat right bottom;
        }

        .achieve-img .point.top-right {
            width: 150px;
            height: 43px;
            top: -55px;
            right: -120px;
            background: url(../images//top_right.png) no-repeat left bottom;
        }

        .achieve-img .point.bottom-left {
            width: 180px;
            height: 75px;
            bottom: 90px;
            left: -210px;
            background: url(../images//bottom_left.png) no-repeat right bottom;
        }

        .achieve-img .point.bottom-right {
            width: 165px;
            height: 95px;
            bottom: 128px;
            right: -188px;
            background: url(../images//bottom_right.png) no-repeat top left;
        }

.RequestDemoDiv {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
    .achieve-detail {
        float: initial;
    }

    .achieve-img {
        float: initial;
        margin: 40px auto 0;
    }

        .achieve-img .point {
            display: none;
        }

    .ImgPart {
        text-align: center !important;
    }

        .ImgPart img {
            text-align: center !important;
            max-width: 100%;
        }

    .request-tit {
        font-family: 'Poppins', sans-serif !important;
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 15%;
        font-size: 2.5rem;
        line-height: 9rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .request-text {
        margin-left: 15%;
    }
}

.footer {
    width: 100%;
    /*background: url(../imagesNew/bottom_bgNew.png) no-repeat bottom center #EFF6FF;*/
    background-size: cover;
    padding-top: 200px;
    background: url(../imagesNew/bottom_bgNew.png) no-repeat top center #EFF6FF;
    /*padding-top: 20px;*/
    background-size: cover;
    /*background-color:#EFF6FF;*/
}

    .footer .txt-center a:hover {
        color: var(--EZCare-Orange);
    }

.foot-tit {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 30px;
}

.foot-btn-list {
    padding-bottom: 15px;
    overflow: hidden;
}

.foot-btn-left {
    float: left;
    text-align: center;
    width: 40%;
}

.foot-btn-right {
    float: right;
    width: 60%;
    margin-top: -7px;
}

    .foot-btn-right a {
        margin: 20px 5px;
        display: inline-block;
    }

        .foot-btn-right a img {
            width: 48px;
            height: 48px;
        }

.txt-wrap {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
}

    .txt-wrap .txt-left,
    .txt-wrap .txt-center {
        /*min-width: 290px;*/
        min-width: 230px;
        padding-right: 30px;
        float: left;
        padding-left: 8%;
        text-align: left;
    }

        .txt-wrap .txt-center.txt-center-310 {
            /*min-width: 300px;*/
        }

    .txt-wrap .size12 {
        font-size: 12px;
    }

    .txt-wrap .size24 {
        /* font-family: PingFangSC-Semibold; */
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        padding-bottom: 15px;
    }

    .txt-wrap a {
        display: block;
        color: var(--EZCare-Blue) !important;
        /* font-family: PingFangSC-Regular; */
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        font-size: 1.6rem;
        line-height: 3.2rem;
    }

.footer .txt-wrap a:hover {
    color: var(--EZCare-Orange) !important;
}

sup.BetaTop {
    /*font-size:inherit;*/
    /*font-family:inherit;*/
    font-family: 'Poppins', sans-serif !important;
}

.txt-wrap .txt-right {
    position: relative;
    min-width: 220px;
    text-align: right;
    float: right;
}

.txt-wrap .margin-tit {
    margin-bottom: 15px;
    cursor: pointer;
}

    .txt-wrap .margin-tit i {
        margin: 0 10px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/wechat_icon.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: -5px;
        cursor: pointer;
    }

        .txt-wrap .margin-tit i:hover {
            margin: 0 10px;
            width: 20px;
            height: 20px;
            display: inline-block;
            background: url(../images/wechat_hover.png) no-repeat;
            background-size: 100% 100%;
            vertical-align: -5px;
            cursor: pointer;
        }

.txt-wrap .wechatPop {
    background-color: #FFF;
    border-radius: 4px;
    top: -195px;
    left: 47px;
    padding-top: 2.5em;
    padding: 1em;
    position: absolute;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

    .txt-wrap .wechatPop h5 {
        text-align: left;
        color: #333;
        padding-left: 10px;
        font-weight: bold;
    }

    .txt-wrap .wechatPop img {
        width: 140px;
        height: 140px;
    }

    .txt-wrap .wechatPop:after {
        -webkit-transform: rotate(45deg);
        -webkit-transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
        background: #fff;
        bottom: -2%;
        content: '';
        height: 14px;
        left: calc(50% - 7px);
        position: absolute;
        transform: rotate(45deg);
        transition: left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
        width: 14px;
    }

.foot-btn-left a {
    display: inline-block;
    width: 210px;
    height: 52px;
    background-color: var(--EZCare-Blue);
    border-radius: 32px;
    color: #fff !important;
    text-align: center;
    line-height: 65px;
    margin: 0 15px;
    /* font-family: PingFangSC-Medium; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    margin: 10px 15px;
}

    .foot-btn-left a:hover {
        background: #214380;
    }

@media screen and (max-width: 800px) {
    .txt-wrap .txt-right {
        width: 100%;
        text-align: left;
        padding-left: 30px;
    }

    .txt-wrap .txt-center {
        width: 100%;
        padding-left: 30px;
    }

    .foot-btn-left {
        float: left;
        text-align: center;
        width: 100%;
    }

    .foot-btn-right {
        float: left;
        width: 100%;
        margin-top: -7px;
        text-align: center;
    }
}

.foot-txt {
    text-align: center;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #6989cb;
    padding-top: 40px;
}

    .foot-txt div {
        float: right;
    }

.mask, .maskIndex {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
}

.maskIndex {
    z-index: 999;
}

.nav-detail-wrap {
    width: 100%;
    background: #fff;
    color: #242a35;
    border-top: 1px solid #ececec;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 5;
}

    .nav-detail-wrap .nav-more {
        margin-bottom: 30px;
    }

        .nav-detail-wrap .nav-more .row > div, .nav-detail-wrap .nav-more .row > a {
            display: block;
            float: left;
            margin-bottom: 20px;
        }

    .nav-detail-wrap .info-wrap .work-detail {
        float: left;
    }

    .nav-detail-wrap .work-tit {
        font-size: 12px;
        line-height: 60px;
    }

    .nav-detail-wrap .detail-tit {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .nav-detail-wrap .detail-txt {
        font-size: 14px;
        line-height: 18px;
        color: #869199;
    }

.link-info {
    width: 215px;
    height: 188px;
    padding: 40px 20px 20px 20px !important;
    margin-top: 60px;
    background: #f7f8f9;
    border-radius: 3px;
    float: right;
}

    .link-info a {
        text-align: center;
        display: block;
    }

        .link-info a > img {
            width: 33px;
            height: 42px;
        }

    .link-info .detail-tit {
        margin: 5px 0;
    }

    .link-info .check-more {
        margin-top: 30px;
        color: #869199;
        font-size: 14px;
        text-align: right;
        cursor: pointer;
        display: block;
    }

        .link-info .check-more img {
            margin-left: 10px;
        }

.menu-summary .link-info {
    height: auto;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    padding: 15px;
}

    .menu-summary .link-info .check-more {
        display: block;
        margin-top: 10px;
    }

.menu {
    background: #fff;
    border: 1px solid #7d8b94;
    border-radius: 4px;
    color: #09101d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    opacity: 1;
    padding: 3px 16px;
    visibility: visible;
    cursor: pointer;
    text-align: center !important;
}

.meun-col {
    width: 352px;
    height: 100%;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.menu-list {
    position: absolute;
    width: 95%;
    top: 55px;
    right: 0;
}

    .menu-list.on {
        right: 95%;
    }

    .menu-list > div {
        height: 63px;
        margin: 0 auto;
        border-bottom: 1px solid #e8e8e7;
        font-size: 16px;
        line-height: 63px;
        color: #333;
        font-weight: 600;
        cursor: pointer;
    }

        .menu-list > div div {
            width: 30px;
            height: 63px;
            float: right;
        }

.menu-tit, .menu-summary {
    width: 100% !important;
    color: #0b5fff;
    font-size: 17px;
    padding: 1em 2em;
    border-bottom: 1px solid #d0d0d0;
}

.menu-summary {
    width: 95%;
    position: absolute;
    top: 55px;
    right: -100%;
    border: none;
    color: #333;
    padding: 0 1em;
    transition: all .4s;
    max-height: calc( 100% - 55px);
}

    .menu-summary.on {
        right: 0;
    }

@media screen and (max-width: 730px) {
    body {
        position: relative;
        color: #333;
        /* background: #fff; */
        /*background: url(../imagesNew/top_bgNew.png) no-repeat top center #FDFEFF;*/
        /*background-color:#FDFEFF;*/
        background-color: #FDFEFF;
        background-size: contain;
        font: normal normal normal 12px/20px Arial, sans-serif;
        background-size: contain;
        font-family: 'Poppins', sans-serif;
    }

    .header-left img {
        width: 80%;
    }

    .request-titNew i {
        line-height: 30px;
    }

    .request-tit {
        line-height: 38px;
    }

    .numShow {
        display: block !important;
    }

    .numLeft, .numRight {
        width: 100% !important;
        margin-left: -50px;
    }

        .numLeft p, .numRight p {
            margin-left: 80px;
        }

    .meun-col {
        width: 100%;
    }
}

.close-icon, .small-search-close {
    box-sizing: content-box;
    padding: 1em 1.5em;
    position: fixed;
    right: 0;
    top: 6px;
    visibility: visible;
}

.item > div, .item > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8e8e7;
    padding: 15px 0;
}

    .item > div:last-child, .item > a:last-child {
        border: none;
    }

.work-tit {
    font-size: 12px;
    line-height: 60px;
}

.detail-tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail-txt {
    font-size: 14px;
    line-height: 18px;
    color: #869199;
}

.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container .requestInfo {
        /* margin: 70px 0 0 300px; */
        margin: 15px 0 15px 0px;
    }

.header-left, .head-right {
    position: relative;
    z-index: 2;
    float: left;
    padding: 10px 15px;
    /* margin-left: 50px; */
}

.container-head .header-left {
    /* width: 40%; */
    /*margin-left: 50px;*/
    padding: 10px 15px;
}

.container-head .header-center {
    /* width: 60%; */
}

    .container-head .header-center .nav {
        /* margin-left: 40px; */
        /*width: 78%;*/
        width: 88%;
        float: right;
        margin-right: -7%;
    }

.header-left img, .header-left p {
    cursor: pointer;
}

.header-left img {
    /* width:100%; */
    /* width: 200px;
  height: 48px; */
    margin-right: 4px;
    float: left;
}

.header-left p {
    line-height: 18px;
    font-size: 16px;
}

    .header-left p span {
        font-size: 12px;
    }

.header-center .row > div {
    padding-top: 20px;
    margin: 0 15px;
}

.head-right {
    width: 58%;
}

.service-wrap .container.service-tit {
    height: 122px;
}

.dropdown-toggle::after {
    border: none;
}

.nav > div {
    /* flex: 1; */
    font-size: 14px;
    /* line-height: 35px; */
    color: #222;
    /* position: relative; */
    cursor: pointer;
    text-align: center;
    /* font-family: PingFangSC; */
    /*min-width: 160px;*/
    min-width: 150px;
    margin: 15px 0px;
    float: left;
    padding: 0 10px;
    /* border-left: 1px solid #333; */
}

    .nav > div span {
        display: block;
        position: absolute;
        width: 0;
        height: 3px;
        background: #76a6d9;
        bottom: 0;
        left: 50%;
        z-index: 110;
        transition: all .2s;
        cursor: pointer;
    }

    .nav > div p, .nav > div span {
        position: relative;
        z-index: 2;
    }

    .nav > div.on span, .nav > div:hover span {
        width: 100%;
        left: 0;
    }

    .nav > div p {
        min-width: 85px;
        padding: 0 15px;
        /* font-family: PingFangSC-Light; */
        /*font-size: 15px;*/
        font-weight: normal;
        font-stretch: normal;
        line-height: 38px;
        letter-spacing: 0px;
        color: #333;
        font-size: 16px;
    }
    /* .nav > div:hover p */
    .nav > div.on p {
        color: #fff;
        background: #70c29e;
        border-radius: 20px;
        display: inline-block;
        padding: 0 15px;
        /*min-width:85px;*/
    }

    .nav > div.at p {
        color: #fff;
        background: #70c29e;
        border-radius: 20px;
    }

    .nav > div:hover p, .nav > div.blue p:hover {
        color: #fff;
        background: #70c29e;
        border-radius: 20px;
    }

    .nav > div.blue:before {
        content: '';
        width: 1px;
        height: 30px;
        border-left: 1px solid #333;
        position: absolute;
        top: 20px;
    }

    .nav > div.blue p {
        /* color: #fff;  */
        border-radius: 20px;
        display: inline-block;
        /* background: #355ca3; */
        width: 160px;
    }

    .nav > div.blue:before {
        /* content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #333;
    float: left;
    margin: 10px 0;
    margin-left: 20px; */
    }

.out {
    box-shadow: 2px 3px 35px 0px rgba(0, 0, 0, 0.38);
    /* box-shadow:0px 0px  10px 5px #aaa; */
}
/* .nav > div > div {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -105px;
    width: 210px;
    padding: 0px;
    background: #fff; 
    border:1px solid #BFBFBF;
    border-radius:8px; 
  } */
.menuTab {
    height: 60px;
}

.nav .text-more {
    /* width: 100%; */
    position: absolute;
    top: 65px;
    /* left: 50%; */
    margin-left: -128px;
    width: 480px;
    padding: 0px;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    padding: 15px 0;
}

.text-more::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

.text-more a {
    text-align: left;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    float: left;
    width: 50%;
    /*word-break: break-all;*/
    padding: 10px;
}

    .text-more a:hover {
        text-decoration: unset;
    }

    .text-more a i {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(../imagesNew/menuIcon.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: -3px;
        margin-right: 10px;
    }

.back-tit {
    box-sizing: content-box;
    padding: 1em 1em;
    position: fixed;
    left: 0;
    top: 6px;
    visibility: visible;
}

    .back-tit i {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(../imagesNew/arrowLeft.svg) no-repeat;
        background-size: 100% 100%;
        vertical-align: -3px;
        margin-right: 10px;
    }

.service-item {
    margin: 20px 0;
}

    .service-item img {
        margin: 0 auto;
    }

    .service-item .active-icon {
        display: none;
    }

    .service-item .normal-icon {
        display: block;
    }

    .service-item.active p, .service-item:hover p {
        color: #222;
    }

    .service-item.active .active-icon, .service-item:hover .active-icon {
        display: block;
    }

    .service-item.active .normal-icon, .service-item:hover .normal-icon {
        display: none;
    }

    .service-item > a {
        display: block;
        width: 100%;
        float: left;
        text-decoration: none !important;
        text-align: center;
    }

        .service-item > a img {
            width: 4.2rem;
        }

        .service-item > a p {
            margin-top: 10px;
            font-size: 1.6rem;
            color: #707e89;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.text-center {
    text-align: center !important;
}

.max-sm {
    max-width: 30em;
    text-align: center;
}

.btn .caret {
    display: none;
}



.service-nav > .row > div {
    width: 33% !important;
}

.search, .small-search {
    cursor: pointer;
}

    .search img, .small-search img {
        margin-top: 5px;
    }

.search-active .search-wrap {
    display: block;
}

.search-active .header-center, .search-active .head-right {
    display: none;
}

.text-more {
}

.search-wrap {
    height: 42px;
    display: none;
}

.input-group {
    font-weight: 400;
    position: relative;
    height: 42px;
    padding: 6px 0;
    background: #f7f8f9;
    display: flex;
    margin-top: 6px;
    float: left;
    width: 80% !important;
}

    .input-group input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-width: 500px;
        padding: 0 0 0 50px;
        -webkit-transition: none;
        transition: none;
        border: none;
        flex: 1;
        font-size: 16px;
        background: transparent;
        border: none;
        background: transparent;
        box-shadow: none;
    }

        .input-group input:focus {
            border: none;
            background: transparent;
            box-shadow: none;
        }

.search-close-icon {
    float: right;
    cursor: pointer;
    margin-top: 16px;
}

.input-group-addon {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 40px;
    display: block;
    height: 30px;
    padding: 0;
    padding-top: 5px;
    position: absolute;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
}

.search-small-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3423423;
}

    .search-small-wrap .menu-tit .row > div {
        padding: 0;
    }

    .search-small-wrap .search-name {
        font-size: 20px;
        font-weight: bold;
        color: #222;
        line-height: 25px;
    }

    .search-small-wrap .search-wrap {
        display: block;
    }

    .search-small-wrap .input-group {
        width: 100% !important;
        max-width: inherit;
        margin-top: 15px;
    }

.login-tit {
    color: #fff;
}

.popMore {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    z-index: 100;
}

.popBg {
    width: 100%;
    height: 100%;
    background: rgba(150, 167, 190, 0.6);
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    z-index: 10;
}

.linkList {
    position: fixed;
    top: 16%;
    width: 70%;
    height: 65%;
    left: 15%;
    padding: 20px 30px 20px 20px;
    margin: 0 auto;
    background: #fff;
    overflow-y: auto;
    z-index: 150;
}

.closePop {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    float: right;
    right: 20px;
    top: 20px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.popTitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.requestBox {
    /* margin-top: 75px; */
    /*margin-bottom: 100px;*/
    margin-bottom: 50px;
}

    .requestBox .container {
        position: relative;
        min-height: 265px;
        background: var(--EZCare-Blue);
        border-radius: 3rem;
        min-height: 180px;
        padding: 10px;
        width: 80%;
        padding: 20px 10px;
        margin-left: 10%;
    }

        .requestBox .container.house2 {
            padding: 40px 85px;
        }

.bgHouse2.at {
    position: absolute;
    right: 0;
    float: right;
    width: 159px;
    height: 160px;
    background: url('../imagesNew/house2.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-animation: right-to-left 2s; /* Chrome, Safari, Opera */
    animation: right-to-left 2s;
}

@-webkit-keyframes right-to-left {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

@keyframes right-to-left {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

.bgHouse.at {
    position: absolute;
    left: 0;
    float: left;
    width: 159px;
    height: 160px;
    background: url('../imagesNew/house.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-animation: left-to-right 2s; /* Chrome, Safari, Opera */
    animation: left-to-right 2s;
    height: 140px;
}

@-webkit-keyframes left-to-right {
    0% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

@keyframes left-to-right {
    0% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

.RequestBtn {
    background-color: #ffffff;
    border-radius: 20px;
    letter-spacing: 0px;
    color: #3a5a9c !important;
    text-align: center;
    width: 80%;
    float: right;
    margin: 50px 0;
    line-height: 38px;
    font-size: 18px;
    height: 38px;
    /*width: 180px;*/
}

    .RequestBtn:hover {
        color: #ffffff !important;
        background: #f59330;
    }

.request-tit {
    /* font-family: PingFangSC-Semibold; */
    font-size: 4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    width: 80%;
    /*float: right;*/
    text-align: left;
    margin-left: 15%;
    font-size: 3.5rem;
    /*line-height: 9rem;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.request-titNew {
    width: 100%;
    font-size: 3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    float: right;
    font-style: italic;
    text-align: center;
    /*padding: 0 32px;*/
}

    .request-titNew i {
        font-style: italic;
    }

.numShow {
    width: 100%;
    display: -webkit-inline-box;
}

.numLeft, .numRight {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 24px;
    /*padding-left: 11%;
    padding-right: 10%;*/
    position: relative;
}

    .numLeft p, .numRight p {
        color: #fff;
    }

.request-text {
    /* font-family: PingFangSC-Semibold; */
    font-size: 2.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: #ffffff;
    width: 80%;
    text-align: left;
    margin-left: 15%;
}

.tip {
    margin-top: 9rem;
    padding-bottom: 15px;
}

.tip35 {
    margin-top: 25px;
    margin-bottom: 25px;
    /*margin-left: 6%;*/
}


.tip p {
    /* font-family: PingFangSC-Semibold; */
    font-size: 3.0rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: var(--EZCare-Blue);
    text-align: center;
    padding-bottom: 30px;
}

.logoList {
    text-align: center;
}

    .logoList img {
        margin: 10px 5px;
        float: left;
        /* position: absolute;
    left:0; */
        height: 100px;
    }

.box-border {
    background-color: #ffffff;
    box-shadow: 2px 3px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    /*padding: 50px 20px;*/
    background: #fff;
    margin: 10px 5px;
    cursor: pointer;
    min-height: 410px;
    padding: 20px 15px;
}

    .box-border img {
        margin: 0 auto;
        margin-bottom: 20px;
        display: -webkit-box;
        width: 50%;
    }

.box-title {
    text-align: center;
    height: 4.5rem;
    /* font-family: PingFangSC-Semibold; */
    font-size: 2.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: var(--EZCare-Blue);
}

.box-detail {
    /*word-break: break-all;*/
    /* height: 13.1rem; */
    /* font-family: PingFangSC-Regular; */
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.6rem;
    letter-spacing: 0px;
    color: var(--EZCare-Blue);
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.2rem;
}


a.RequestDemoCss {
    display: inline-block;
    border-radius: 20px;
    color: #fff !important;
    background: #f59330;
    /*width: 168px;*/
    width: 180px;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    background: var(--EZCare-Orange);
}

.header-middle {
    visibility: hidden;
}

a.RequestDemoCss:hover {
    background: #ff6a00;
    color: #ffffff !important;
}

a.RequestDemoOrange {
    display: inline-block;
    border-radius: 20px;
    color: #fff !important;
    background: #f59330;
    width: 200px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    font-size: 18px;
    background: var(--EZCare-Orange);
    color: #ffffff !important;
}

    a.RequestDemoOrange:hover {
        background: #ff6a00;
        color: #ffffff !important;
    }

a.LetTalkCss {
    background-color: #ffffff;
    display: inline-block;
    border-radius: 20px;
    width: 160px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    font-size: 18px;
    margin-top: 15px;
    color: var(--EZCare-Blue) !important;
}

    a.LetTalkCss:hover {
        background: #ff6a00;
        color: #ffffff !important;
    }

.btn-green {
    display: block;
    border-radius: 20px;
    color: #fff !important;
    background: #f59330;
    width: 180px;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: #70c29e;
    color: #ffffff !important;
}

.more-detail {
    display: block;
    border-radius: 20px;
    color: #fff !important;
    background: #f59330;
    width: 180px;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: var(--EZCare-Orange);
    color: #ffffff !important;
}

.btn-green:hover {
    background: #40a97b;
    color: #ffffff !important;
}

.more-detail:hover {
    background: #ff6a00;
    color: #ffffff !important;
}

.watchBtn {
    display: inline-block;
    border-radius: 20px;
    color: #fff !important;
    background: #f59330;
    width: 160px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    font-size: 18px;
    /*background: #f59330;*/
    background: var(--EZCare-Orange);
    color: #ffffff !important;
}

    .watchBtn:hover {
        background: #ff6a00;
        color: #ffffff !important;
    }

/*跑马灯*/
.box {
    width: 100%;
    height: 200px;
    margin-top: 15px;
    overflow: hidden;
}

    .box img {
        border-style: none;
    }

    .box ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .box ul li {
            float: left;
        }

.col_kx {
    overflow: hidden;
    /* width: 700px  */
}

/*EZCareVideos start*/
.video-box {
    background-color: #ffffff;
    box-shadow: 2px 3px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: #fff;
    margin: 10px 5px;
    cursor: pointer;
    min-height: 460px;
    width: 100%;
}

    .video-box img {
        /*box-shadow: 2px 3px 35px 0px rgba(0, 0, 0, 0.08);*/
        border-radius: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        display: -webkit-box;
        width: 100%;
        height: 280px;
    }

.video-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    /*line-height: 3.5rem;*/
    letter-spacing: 0px;
    color: var(--EZCare-Blue);
    padding: 8px 8px 0px 8px;
}

.video-detail {
    /*word-break: break-all;*/
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.6rem;
    color: var(--EZCare-Blue);
    text-align: center;
    padding: 8px 8px;
    color: rgb(160, 160, 160);
}

.video-box a, .video-box a:hover {
    font-size: 1.5rem;
    color: var(--EZCare-Blue) !important;
    text-decoration: none;
}

/*EZCareVideos end*/
/*=========Video=========*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background-color: #202020;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.photoView_close {
    position: absolute;
    top: -38px;
    right: -30px;
}

#buttonClose {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 28px;
    color: #ffffff;
    opacity: 0.65;
    background: transparent;
    border: none;
    cursor: pointer;
}

.photoView {
    position: absolute;
    z-index: 1003;
    width: 900px;
    height: 530px;
}

    .photoView iframe {
        width: 900px;
        height: 530px;
    }

@media screen and (max-width: 900px) {
    /*======== 767px < ipad < 900px =======*/

    .photoView {
        position: absolute;
        z-index: 1003;
        width: 700px;
        height: 400px;
    }

        .photoView iframe {
            width: 700px;
            height: 400px;
        }
}

@media (max-width: 767px) {

    .photoView {
        /*left: 40px;
                top: 480px;*/
        position: absolute;
        z-index: 1003;
        width: 300px;
        height: 300px;
    }

        .photoView iframe {
            width: 300px;
            height: 300px;
        }
}


.nav .text-more2 {
    /* width: 100%; */
    position: absolute;
    top: 65px;
    /* left: 50%; */
    margin-left: -128px;
    width: 190px;
    padding: 0px;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    padding: 15px 0;
}
/*=========Video=========*/

@media screen and (max-width: 767px) {

    .container-head .header-left {
        width: 165px !important;
        padding: 10px 15px;
        margin-left: 0px;
    }

    .header-middle {
        width: 30% !important;
        padding: 10px 5px;
        visibility: visible;
    }

    .head-right {
        width: 24% !important;
    }

    .tip35 {
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 0px;
    }

    a.RequestDemoCss {
        display: inline-block;
        border-radius: 10px;
        color: #fff !important;
        background: #f59330;
        /*width: 168px;*/
        width: 140px;
        height: 28px;
        vertical-align: middle;
        text-align: center;
        line-height: 28px;
        font-size: 13px;
        background: #70c29e;
        color: #ffffff !important;
    }

    .headWrap {
        height: 50px;
    }


    .tab-detail .service-tab-tit {
        padding-top: 1rem;
        font-size: 16pt;
        font-weight: bolder;
        font-stretch: normal;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        text-align: left;
    }

    .tab-detail .service-txt {
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        text-align: left;
        line-height: 3.2rem;
        font-size: 10.5pt;
    }

    .tab-detail .service-txt-saying {
        margin-top: 0rem;
        max-width: 54rem;
        font-style: italic;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        font-size: 12.5pt;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3.2rem;
        text-align: left;
    }

    .tab-detail .service-txt-saying-sign {
        margin-top: 0rem;
        max-width: 54rem;
        letter-spacing: 0px;
        color: var(--EZCare-Blue);
        font-size: 10.5pt;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.1rem;
        text-align: left;
    }

    .tab-detail {
        margin-bottom: 15px;
    }

    .model1 {
        margin-bottom: 0px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tab-detail .tab-left {
        /*margin-top: 15px !important;*/
        margin-bottom: 30px !important;
    }

    .tab-detail .tab-right {
        /*margin-top: 15px !important;*/
        margin-bottom: 30px !important;
        width: 100%;
    }
    .tab-detail .slideDiv {
        margin-bottom: 30px !important;
        width: 100%;
    }
    .slideDiv{
        height:auto!important;
    }
    .video-box {
        min-height: 360px;
    }

    .box-border {
        min-height: 260px;
    }

        .box-border img {
            width: 30%;
        }

    .RequestBtn {
        width: 100%;
    }

    .service-txt-saying2 {
        padding-left: 30px;
        padding-right: 15px;
        font-size: 10.5pt !important;
    }

   
}
