/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm >= 768px */

@media (min-width: 768px) {
    body {
        padding-top: 82px;
        /*顶部固定导航条的空间*/
    }
    /*全部-导航*/
    #header .navbar {
        border-radius: 0;
        padding: 15px 0;
        background-color: #fff;
    }
    #header .navbar-nav>li>a {
        padding: 15px 0;
    }
    .ad-item h1 {
        font-size: 32px;
    }
    /*全部-导航*/
}

/*大于手机屏幕时的样式 sm >= 768px */

/*平板小屏幕样式 768px <= sm < 992px */

@media (min-width: 768px) and (max-width: 991px) {
    /*全部-页脚*/
    #footer .footer-contact h2 {
        font-size: 26px !important;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2 {
            padding-left: 0;
            font-size: 22px !important;
        }
    }
    /*全部-页脚*/
}

/*平板小屏幕样式 768px <= sm < 992px */

/*大于992px以上固定宽度为970px md >= 992px */

@media (min-width: 992px) {
    /*全部-最大宽度*/
    .container {
        /* width: 970px; */
    }
    /*全部-最大宽度*/
    /*全部-页脚*/
    #footer .footer-item-last {
        border-right: 2px solid #c1c1c1;
    }
    #footer .footer-contact h2 {
        padding-left: 20px;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2 {
            padding-left: 10px !important;
        }
    }
    /*全部-页脚*/
}

/*大于992px以上固定宽度为970px md >= 992px */

/*全部-导航条样式复写*/

#header .navbar-default {
    border: 0;
    margin-bottom: 0;
    /* border-bottom: 2px solid #0ba1e4; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
}

#header .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    padding: 16px 25px 5px !important;
}

#header .navbar-default .navbar-nav>li>a:hover {
    color: #3086F2;
}

#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus {
    color: #3086F2;
    background-color: rgba(255, 255, 255, 0);
}

#header .navbar-default .navbar-toggle .icon-bar {
    background-color: none;
}

#header .navbar-default .navbar-nav>li .line-top {
    border-top: 2px solid #3086F2;
    width: 100%;
    position: absolute;
    bottom: -30px;
}

#header .navbar {
    padding: 10px 0;
}

/*全部-导航条样式复写*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
    height: 450px;
    margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    text-align: left;
    z-index: 10;
    bottom: 50px;
}

.carousel-caption h1 {
    color: #fff;
}

.carousel-caption p {
    font-size: 24px;
    color: #F8FEFF;
}

.carousel-caption .btn {
    margin-top: 30px;
}

/* Declare heights because of positioning of img element */

.carousel .item {
    height: 450px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 450px;
}

.carousel .carousel-indicators {
    width: 75%;
    text-align: right;
}

.carousel-indicators .active {
    background-color: #0ba1e4;
}

#myCarousel {
    /* margin-top: -10px; */
}

/*首页行模式*/

.index-row {
    padding: 40px 0 100px 0;
}

.index-row .main-title {
    text-align: center;
    margin-bottom: 90px;
    font-size: 32px;
    color: #1E3567;
    font-weight: bold;
}

.serivce_intro-item {
    /* width:230px;
    height:300px; */
    height: 300px;
    padding: 48px 21px 60px 21px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(97, 131, 155, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(226, 226, 226, 1);
}

.serivce_intro-item img {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
}

.serivce_intro-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: HiraginoSansGB-W3;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
}

.serivce_intro-item p {
    font-size: 14px;
    color: #8B93A7;
}

.strong_text {
    color: #FF8605;
}

.numsys {
    background-color: #F8FAFC;
}

.numsys-item {
    /* width: 300px; */
    height: 250px;
    padding: 34px 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(97, 131, 155, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(226, 226, 226, 1);
}

.numsys-item p span {
    color: #1E3567;
    font-weight: bold;
}

.numsys-item-head {
    display: flex;
}

.numsys-item-head img {
    width: 38px;
    height: 38px;
}

.numsys-item-title {
    padding: 0 18px;
}

.numsys-item-title h4 {
    margin-top: 0px;
}

.numsys-item p {
    font-size: 16px;
    color: #8B93A7;
    margin-top: 12px;
}

.ad-item {
    background-image: url("../images/banner2@2x.png");
    color: #fff;
    line-height: 41px;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 130px 0 0;
    text-align: center;
    min-height: 400px;
    position: relative;
}

/* .ad-item .container h1 {
    font-size: 52px;
    line-height: 52px;
}

.ad-item .container p {
    font-size: 24px;
}

.ad-item .container img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.ad-item .container a{
    font-size: 24px;
    color:#fff;
} */
/*首页-合作经典案例*/

/*手机超小屏幕下的单独样式 xs < 768px */

@media (max-width: 767px) {
    .card-item {
        width: 100% !important;
    }
    .card-area .card-active {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        ;
        -o-transform: scale(1) !important;
        ;
        -ms-transform: scale(1) !important;
        ;
        z-index: 10 !important;
    }
    .customer-service_right {
        margin: 0;
    }
}

.jumbotron {
    /* text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-top: 28%; */
    height: 450px;
    background-image: url("../images/bingan-banner@2x.png");
    color: #fff;
    padding: 20px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 400px;
}

.bat-banner_text {
    margin: 30px 0;
}

.banner-right_img {
    height: 300px;
    float: left;
}

.wxtext-item p {
    font-size: 16px;
}

.wx-banner-bottombar {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
}

.img-shouji_left {
    width: 100%;
    margin: 50px 0;
}
.pulse_doctor_right{
    height: 100%;
    margin-top: 150px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px;
}
.pulse_doctor_right img {
    width: 100px;
    height: 100px;
}
.pulse_doctor_report {

}
.pulse_doctor_report img {
    width: 360px;
    height: 2000px;
}
.customer-service_right {
    height: 100%;
    margin-top: 150px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px;
}

.customer-service_right img {
    width: 50px;
    height: 50px;
}

.our-example {
    background-color: #F8FAFC;
}

.card-box {
    padding-top: 20px;
    padding-bottom: 60px;
}

.card-area {
    padding: 0;
    margin: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.card-area .card-item {
    float: left;
    position: relative;
    list-style: none;
    width: 33.3%;
    height: 477px;
    /* background-color: #831d5c; */
    border: 1px solid #c1c1c1;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    transition: all 1s;
}

.card-area .card-item>div img {
    margin-top: 66px;
    width: 90px;
    height: 90px;
}

.card-area .card-item>div h3 {
    margin-top: 87px;
    font-size: 28x;
    color: #fff;
}

.card-area .card-item .card-title h4, .card-area .card-item .card-title p {
    margin: 0;
    line-height: 2em;
}

.card-area .card-item .card-content {
    padding-top: 20px;
    padding-bottom: 30px;
}

.card-area .card-item .card-content p {
    line-height: 3em;
}

.card-area .card-item .card-content a {
    padding-left: 20px;
    padding-right: 20px;
}

.card-area .card-item>div {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.card-area .card-item>div:hover {
    background-color: rgba(16, 142, 233, 0.6);
}

.card-area .card-item>div>.card-active p {
    padding: 0 20px;
    transition: all 0.5s;
}

.card-area .card-item>div:hover h3 {
    margin-top: 30px;
    transition: all 0.5s;
}

.card-area .card-item>div>.card-active {
    display: none
}

.card-area .card-item>div:hover>.card-active {
    display: block;
    transition: all 0.5s;
}

.card-area .card-active>div .card-title {
    border-color: #ffffff;
}

.card-area .card-active .card-title h4 {
    color: #fff;
}

.card-area .card-item:nth-of-type(1) {
    background: url("../images/bg_bddy.png")center center no-repeat;
    background-size: cover;
}

.card-area .card-item:nth-of-type(2) {
    background: url("../images/bg_zr.png")center center no-repeat;
    background-size: cover;
}

.card-area .card-item:nth-of-type(3) {
    background: url("../images/bg_yb.png")center center no-repeat;
    background-size: cover;
}

#footer {
    background-color: #2B3341;
}

#footer h2 {
    text-align: center;
    color: #fff;
}

#copyright {
    background-color: #2B3341;
}

#copyright p {
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #828C8E;
}

.icon_link {
    margin-top: 20px;
    margin-right: 20px;
    float: right;
}

.icon_link img {
    width: 38px;
    height: 38px;
}

.footer-item {
    color: #fff;
    text-align: center;
}

.footer-item img {
    width: 30px;
    height: 30px;
}

.main-title a {
    font-size: 16px;
    color: #007DE4;
}

.hos-item {
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(97, 131, 155, 0.2);
    border-radius: 6px;
    padding: 10px 5px;
    margin-bottom: 40px;
}

.hos-item img {
    width: 60px;
    height: 60px;
}

.bottom-p {
    text-align: center;
    color: #7C808C;
}

.bottom-p img {
    width: 15px;
    height: 15px;
}

/********** 病案通页面样式  **********/

.fixedBox {
    position: fixed;
    top: 300px;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.39);
    color: #fff;
    width: 150px;
}

.fixedBox .close {
    width: 20px;
    height: 20px;
}

.fixedBox .qrcode {
    padding: 20px;
}

.fixedBox .qrcode img {
    width: 100px;
    height: 100px;
}
.fixedBox p{
    color:#fff;
    font-size: 14px;
}
.bat-row {
    padding: 50px 0;
}

.bat-row img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.bat-row h2 {
    margin-top: 60px;
}

.bat-row .line-big {
    margin: 0 0 10px 0;
}

.bat-row p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    color: #919191;
}

.bat-odd {
    background-color: #f8fbff;
}

.bat-even {
    background-color: #fff;
    /* text-align: right; */
}

.bat-even p {
    float: right;
}

.bat-step {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #0ba1e4;
}

.bat-step h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}

.bat-chat {
    background-image: url(../images/bat_chat.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.bat-chat h1 {
    margin-top: 10px;
    font-weight: 300;
}

.bat-chat p {
    font-weight: 300;
    margin-bottom: 0;
}

.bat-chat ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bat-chat ol li {
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
}

.bat-chat .btn {
    margin-bottom: 10px;
    width: 120px;
}

.bat-item {
    text-align: left;
}

.bat-item img {
    width: 50%;
}

.bat-item_text {
    padding-top: 50px;
}

.bat-item_text h2 {
    color: #0ba1e4;
}

.bat-item_text p {
    width: 100%;
}

.batb-odd {
    background: linear-gradient(135deg, rgba(73, 140, 192, 1) 0%, rgba(55, 204, 200, 1) 100%);
    color: #fff;
}

.batb-odd .batb-item_text p {
    color: #fff;
}

.batb-even .batb-item_text h2 {
    color: #000;
}

.batb-item {
    text-align: left;
}

.batb-item img {
    width: 100%;
}

.batb-item_text {
    padding-top: 10px;
}

.batb-item_text p {
    width: 100%;
    color: #333333;
}

.batb-item_icon {
    text-align: center;
}

.batb-item_icon img {
    width: 27px;
    height: 27px;
}

.batb-item_icon p {
    color: #999;
    font-size: 14px;
}

/*手机超小屏幕下的单独样式 xs < 768px */

@media (max-width: 767px) {
    .bat-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bat-row h2 {
        margin-top: 0px;
        font-size: 16px;
    }
    .bat-row p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.5em;
        color: #919191;
    }
    .bat-chat {
        background-position: -600px -80px;
    }
    .bat-step h3 {
        font-size: 12px;
    }
    .bat-chat p {
        font-size: 12px;
    }
    .bat-chat ol li {
        font-size: 12px;
        line-height: 2em;
    }
}

/*手机超小屏幕下的单独样式 xs < 768px */

/*平板小屏幕样式 768px <= sm < 992px */

@media (min-width: 768px) and (max-width: 991px) {
    .bat-row h2 {
        margin-top: 50px;
    }
    .bat-chat {
        background-position: -400px 0;
    }
    .bat-step h3 {
        font-size: 18px;
    }
}

/*平板小屏幕样式 768px <= sm < 992px */

/********** 病案通界面样式  **********/

.navhead {
    text-align: center;
}

/*病案管理系统*/

.picpreview {
    background-color: #F8FAFC;
    padding: 50px;
}

.picpreview h4 {
    color: #484747;
}

.picpreview .selectFont {
    color: #333;
}

.imgPre {
    width: 80%;
}

.picshow {
    text-align: center;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

@media ( min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.thumbnail {
    background-color: #F8FAFC;
    margin-top: 50px;
}

.thumbnail img {
    width: 200px;
}

/* .col-md-5ths .thumbnail:hover {
    border: 1px solid #2B3341;
} */

.coopmode {
    text-align: center;
}

.coopmode img {
    width: 100px;
    height: 100px;
    margin-top: 50px;
}

.coopmode p {
    color: #8B93A7;
    margin-top: 30px;
}

.propaganda {
    background-color: #F8FAFC;
    text-align: center;
}

.customer-service {
    text-align: center;
    background-color: #F8FAFC;
    padding: 50px 0;
}

.customer-service p {
    margin-top: 30px;
}

.banner-liucheng {
    text-align: center;
    background-image: url("../images/liucheng-banner@2x.png");
    color: #fff;
    padding: 40px 0;
}

.banner-liucheng img {
    width: 20px;
}

/******************* 病案管理系统界面样式 ********************/

/****病案通窗口样式*****/

.characteristic {
    text-align: center;
}

.characteristic .col-md-4 {
    padding: 0 50px;
}

.tedian-item {
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(97, 131, 155, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(226, 226, 226, 1);
    margin: 50px 0;
    height: 350px;
    ;
}

.tedian-item img {
    width: 100%;
}

.tedian-item h4 {
    text-align: left;
    padding: 0 20px;
}

.tedian-item p {
    text-align: left;
    padding: 0 20px;
}

.banner-shili {
    background-image: url("../images/banner2@2x.png");
    color: #fff;
    line-height: 41px;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 130px 0 0;
    text-align: center;
    min-height: 400px;
    position: relative;
}

.banner-shili .container h2 {
    margin-top: 50px;
}
.banner-shili .container h1 {
    font-size: 54px;
}
.banner-shili .container a {
   font-size: 24px;
   color: #fff;
}
.banner-shili .container img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.shili {
    text-align: center;
}

.shili-img_1 {
    width: 100%;
}

.darkbg {
    background-color: #F5F6FA;
}

.shili_content {
    margin: 30px;
    text-align: left;
}

.shili_content h2 {
    margin-top: 30px;
}

/****病案通窗口样式*****/

.masthead img {
    width: 200px;
    height: 200px;
}

/*************** 数字化系统 *****************/

.bg-szh {
    background-image: url("../images/szh-banner@2x.png");
}

.szh-row {
    padding: 50px 0;
}

.szh-left {
    background-color: #fff;
}

.szh-right {
    background-color: #f8fbff;
}

/* .szh-item {} */

.szh-item .szh-item_text {
    padding-top: 100px;
}

.szh-item img {
    width: 100%;
}

.borderSelect {
    border: 3px solid #2B3341;
}

/*联系我们界面样式*/

.contactbg {
    background-image: url("../images/contact-banner@2x.png");
    height: 400px;
}

.contactbg .navhead {
    text-align: center;
    margin-top: 50px;
}

.contactbg .navhead h2 {
    margin-top: 100px;
}

.contactus {
    padding: 30px 0;
}

.btn-send {
    background-color: #3086F2;
    float: right;
    color: #fff;
    margin-top: 30px;
}

/*联系我们界面样式*/

#allmap {
    width: 100%;
    height: 500px;
}

/*关于我们界面样式*/

.about_content {
    margin-bottom: 50px;
}

.about_content p {
    text-indent: 30px;
}

.about_content img {
    width: 100%;
    margin: 20px 0;
}

/*关于我们界面样式*/
