@charset "UTF-8";

body{
    /*background-color: #f5f5f5;*/
}
/* ******************* 管理系统 **************************** */
.system_box{
    text-align: right;
    margin-top: 70px;
    padding-top: 30px;
}
.system_box>a{
    padding: 8px 18px;
    border: 1px solid #808080;
    color: #808080;
    font-size: 16px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 20px;
}

.system_box>a.active,.system_box>a:hover{
    color: #168fec;
    border: 1px solid #168fec;
}
/* 管理系统标题 */
.system_title{
    margin-top: 100px;
    text-align: center;
}
.system_title>img{
    height: 110px;
}
/* 内容 */
.system_content{
    margin-top: 110px;
}
.system_module>h2{
    color: #168fec;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
}
.system_module>h2>span{
    color: #ffc500;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
}
/* ********** 超声系统内容 ************  */
.system_ultrasonic>p{
    /*margin-bottom: 18px;*/
    font-size: 18px;
    color: #434343;
    letter-spacing: 2px;
    text-indent: -24px;
    margin-left: 24px;
    line-height: 34px;
}
.system_ultrasonic>p>span{
    color: #168fec;
    padding-right: 8px;
}
.ultrasonic_tedian{
    width: 90%;
    margin-left: 5%;
    margin-top: -40px;
    margin-bottom: 80px;
}
.system_ultrasonic>p>b{
    color: #333;
}

.ultrasonic_youshi{
    width: 100%;
    margin-top: 34px;
    margin-bottom: 150px;
}

/* ********** 内镜系统内容 ************  */

/* ======== 系统组成 ============== */
.system_part_box{
    margin-top: 30px;
    margin-bottom: 66px;
    height: 640px;
    position: relative;
}
.system_part_box>img{
    position: absolute;
    width: 180px;
}

.system_part1{
    top: 50%;
    margin-top: -105px;
    left: 0;
}
.system_part2{
    top: 50%;
    margin-top: -105px;
    left: 200px;
}
.system_part3{
    top: 50%;
    margin-top: -280px;
    left: 300px;
}
.system_part4{
    bottom: 50%;
    margin-bottom: -280px;
    left: 300px;
}
.system_part5{
    top: 50%;
    margin-top: -105px;
    left: 400px;
}
.system_part6{
    bottom: 50%;
    margin-bottom: -280px;
    left: 500px;
}
.system_part7{
    top: 50%;
    margin-top: -105px;
    left: 600px;
}

.system_part9{
    bottom: 50%;
    margin-bottom: -280px;
    left: 700px;
}

.system_part10{
    top: 50%;
    margin-top: -105px;
    left: 800px;
}
.system_part11{
    bottom: 50%;
    margin-bottom: -280px;
    left: 900px;
}
.system_part12{
    top: 50%;
    margin-top: -105px;
    left: 1000px;
}
/* 大小不一致的模块儿 */
.system_part_box .system_part8{
    width: 240px;
    top: 50%;
    margin-top: -310px;
    left: 670px;
}
.system_part_box .system_part13,.system_part_box .system_part14,.system_part_box .system_part15{
    width: 90px;
}
.system_part13{
    top: 50%;
    margin-top: -360px;
    left: 875px;
}
.system_part14{
    top: 50%;
    margin-top: -266px;
    left: 930px;
}

.system_part15{
    top: 50%;
    margin-top: -360px;
    left: 984px;
}



/* ======== 系统流程 ============== */
.system_flow_img{
    margin-top: 50px;
    margin-bottom: 90px;
}
.system_flow_img>img{
    width: 100%;
}

/* ======== 产品优势 ============== */
.product_superiority{
    padding-bottom: 90px;
}
.ps_list{
    width: 586px;
    float: left;
    margin-left: 20px;
    color: #168fec;
    border: 2px solid #ffc600;
    height: 178px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
}
.ps_bg_blue{
    background-color: #168fec;
    border: 2px solid #168fec;
    color: #fff;
}
.ps_left{
    margin-left: 0;
}

.ps_list>p{
    width: 90%;
    margin-left: 5%;
    margin-top: 36px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ps_list>p>span{
    font-weight: normal;
    padding-right: 6px;
}
.ps_list>div{
    width: 90%;
    margin-left: 5%;
    margin-top: 24px;
    line-height: 24px;
    font-size: 14px;
}

.product_superiority_img{
    padding-top: 20px;
}
.product_superiority_img>div{
    float: left;
    width: 280px;
    text-align: center;
    margin-left: 26px;
    padding-bottom: 20px;
}
.product_superiority_img>div>img{
    width: 100%;
    border-radius: 6px;
}
.product_superiority_img>div>p{
    color: #666;
    padding-top: 6px;
    font-size: 14px;
}

/* ======== 管理功能 ============== */
.for_director{
    margin-top: -26px;
    color: #666;
    font-size: 20px;
}
/* 功能列表 */
.management_function{
    margin-top: 40px;
    padding-bottom: 60px;
}
.mf_list{
    height: 174px;
    float: left;
    width: 280px;
    margin-left: 26px;
    border-radius: 6px;
    background-color: #168fec;
    margin-bottom: 20px;
}
.mf_list>h2,.mf_list_div>h2{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffc600;
    margin-top: 34px;
}
.mf_list>p,.mf_list_div>p{
    width: 80%;
    color: #fff;
    margin-left: 10%;
    line-height: 26px;
    font-size: 14px;
    margin-top: 18px;
    letter-spacing: 2px;
}
.mf_list_div{
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding-top: 1px;
}

/* ======== PACS ============== */
.pacs_box{
    padding-bottom: 156px;
}
.pacs_text{
    width: 350px;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: -16px;
}
.pacs_imgR{
    float: right;
    width: 800px;
    margin-top: -65px;
}
.pacs_imgL{
    width: 350px;
    margin-top: 20px;
}
.pacs_imgData{
    width: 100%;
    margin-top: 24px;
}

/* ********** 手术室一体化管理系统 ************  */
.system_title .system_title_surgery{
    margin-top: 120px;
}

.system_surgery_box{
    margin-bottom: 80px;
}
.system_surgery_box>img{
    width: 100%;
}
/* 系统技术介绍 */
.st_intro_text{
    font-size: 15px;
    line-height: 26px;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 22px;
}



/* 系统技术介绍  内容 */
.surgery_technology_intro .ps_list{
    width: 600px;
    float: left;
    margin-left: 0;
    color: #ffc600;
    border: 0;
    height: 270px;
    margin-bottom: 0;
    background-color: #168fec;
    border-radius: 0;
}
#surgrey .surgery_technology_intro .ps_list{
    height:auto;
    background-color: #fff;
}

.surgery_technology_intro .ps_bg_blue{
    background-color: #fff;
    color: #fff;
}
.surgery_technology_intro .ps_bg_blue>img{
    width: 100%;
    height: 100%;
}
#surgrey .surgery_technology_intro .ps_bg_blue>img{
    display: block;
}
.surgery_technology_intro .ps_left{
    margin-left: 0;
    text-align: right;
}

.surgery_technology_intro .ps_list>p{
    font-size: 20px;
    margin-top: 48px;
}
.surgery_technology_intro .ps_list>p>img{
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
.surgery_technology_intro .ps_list>div{
    width: 80%;
    margin-left: 10%;
    text-align: left;
    color: #fff;
    text-indent: 30px;
    letter-spacing: 2px;
}
#surgrey .surgery_technology_intro .ps_list>div{
    margin-bottom: 48px;
    color: #484848;
}

/* ********** 手术室录像系统 ************  */
.surgery_video{
    height: 586px;
    background-color: #fff;
    padding-bottom: 90px;
    position: relative;
}

.surgery_video_left{
    float: left;
    width: 400px;
    height: 586px;
    background-color: #168fec;
}
.surgery_video_box{
    position: absolute;
    width: 1150px;
    height: 520px;
    /*border: 2px solid #ffc600;*/
    top: 40px;
    left: 30px;
}
/* 简介 */
.surgery_video_text{
    float: left;
    width: 266px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 56px;
    margin-left: 46px;
}
.surgery_video_text>p{
    text-indent: 20px;
}
/* 列表内容 */
.surgery_video_content{
    width: 700px;
    float: right;
    margin-right: 34px;
    padding-top: 10px;
}
.svc_list{
    height: 40px;
    margin-top: 14px;
}
.svc_list>img{
    float: left;
    width: 166px;
    margin-top: 4px;
}
.svc_list_box{
    float: right;
    font-size: 14px;
    color: #666;
    width: 520px;
    height: 40px;
    position:relative;
    vertical-align: middle;
}
/* 内容垂直居中 */
.outer {
    display: table;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.mdc-content-me p {
    margin: 0;
}

/*设备*/
.equipment_box{
    padding-bottom: 60px;
}
.equipment_div{
    float: left;
    width: 360px;
    text-align: center;
    margin-left: 46px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.equipment_div>img{
    width: 80%;
}
.last_content{
    text-align: center;
}
.last_content>img{
    width: 86%;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 14px;
}
.last_content>p{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 100px;
}

