.listbanner{
    width:100%;
    max-width: 1920px;
    min-width: 1400px;
    margin: 0px auto;
}
.listbanner img{
    width:100%;
}

.content{
    width:1020px;
    height:auto;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 30px;
    font-size:14px;
    line-height: 20px;
}
.content .content_banner{
    width:1020px;
    height:80px;
    margin-top:55px;
    margin-bottom: 40px;
    background:url("/templets/default/images/strength.jpg") no-repeat;
}
.content .content_banner .bread_sub_nav{
    float:right;
    margin-top:50px;
    font-size:12px;

}
.content .content_banner .bread_sub_nav a{
    text-decoration: none;
    color:black;
}
.content .content_banner .bread_sub_nav a:nth-of-type(3){
    font-weight: bold;
}

.content .content_left{
    width:204px;
    height:auto;
    float:left;
    font-size:20px;
}
.content .content_left ul{
    width:204px;
    height:auto;
}
.content .content_left a{
    text-decoration: none;
}
.content .content_left ul li{
    width:204px;
    height:52px;
    background: #efefef;
    font-size:18px;
    text-align: center;
    line-height: 52px;
    margin-top: 1px;
    color:black;
}
/*当前导航样式开始*/
.content .content_left ul .currentstyle{
    background: #d90b17;
    color:green;
}
.content .content_left ul .currentstyle a{
    background: #d90b17;
    color:white;
    font-weight: bold;
}
/*当前导航样式结束*/

.content .content_left ul li:hover{
    background: #d90b17;
    color:white;
    font-weight: bold;
}

.content .content_right{
    width:756px;
    height:auto;
    float:right;
    margin-bottom: 50px;
}

/*项目css*/
.project li{
    float:left;
    margin-left: 6px;
    margin-bottom: 20px;
}
.project li a{
    display: block;
    text-decoration: none;
    background: #d9d9d9;
    padding: 2px;
    text-align: center;
    color:black;
    font-size:17px;
}
.project li:last-child  a:last-child{
    display: none;
}

.project li a:hover{
    color:white;
    background: #d90b17;
}


/*专家团队css*/
.doctor_nav{
    text-align: center;
}
.doctor_nav #korea{
    display: inline-block;
    background: #c62f25;
    color:white;
    padding: 10px;
    cursor: pointer;
    font-size:18px;
}
.doctor_nav #china{
    display: inline-block;
    background: #efefef;
    color:black;
    padding: 10px;
    cursor: pointer;
    font-size:18px;
}

.line{
    background: red;
    height:1px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.doctor_box{
    width:50%;
    float:left;
    margin-bottom: 20px;
}
.doctor_box .doctor_img{
    float:left;
    width:144px;
}
.doctor_box .doctor_info{
    float:left;
    margin-left: 10px;
    width:200px;
    font-size:12px;
}
.doctor_box .doctor_info .doctor_top{
    border-bottom: 1px solid #c62f25;
    display: inline-block;

}
.doctor_box .doctor_info .doctor_top span:first-child{
    font-weight: bold;
    font-size:16px;
}
.doctor_box .doctor_info a{
    text-decoration: none;
    display: block;
    background: #dfdfdf;
    /*padding: 5px;*/
    color:black;
    width:85px;
    height:22px;
    line-height: 22px;
    text-align: center;
    margin-top:5px;

}
.doctor_box .doctor_info a:hover{
    background: #d90b17;
    color:white;
}

#doctor_content_korea{
    display: block;
}
#doctor_content_china{
    display: none;
}

/*国内医生css样式*/
#doctor_content_china ul li{
    float:left;
    margin-left:7px;
    margin-bottom: 20px;
    width:144px;
    font-size:12px;
}
#doctor_content_china ul li span{
    font-weight: bold;
    font-size:16px;
}
#doctor_content_china ul li a{
    display: inline-block;
    background: #dedede;

    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color:black;
}
#doctor_content_china ul li a:hover{
    background: #c62f25;
    color:white;
}


/*先进设备css*/
#europe{
    font-size:18px;
}
#internal{
    font-size:18px;
}
#device_content_europe{
    display: block;
}
#device_content_internal{
    display: none;
}
.device_nav{
    text-align: center;
}
.device_nav #europe{
    display: inline-block;
    background: #c62f25;
    color:white;
    padding: 10px;
    cursor: pointer;
}
.device_nav #internal{
    display: inline-block;
    background: #efefef;
    color:black;
    padding: 10px;
    cursor: pointer;
}

.line_device{
    background: red;
    height:1px;
    margin-top: 5px;
    margin-bottom: 20px;
}
/*欧美设备css*/
.device_box_europe{
    width:144px;
    float:left;
    margin-bottom: 20px;
    margin-left: 7px;
}
.device_box_europe a{
    display: block;
    background: #efefef;
    text-decoration: none;
    text-align: center;
    color:black;
    width:144px;
    height:40px;


}
.device_box_europe a:hover{
    background:#d90b17;
    color:white;

}

/*设备css*/
.device_box_internal{
    width:144px;
    float:left;
    margin-bottom: 20px;
    margin-left: 7px;
}
.device_box_internal a{
    display: block;
    background: #cacbbd;
    text-decoration: none;
    text-align: center;
    color:black;
    width:144px;
    height:50px;
}
.device_box_internal a:hover{
    background:#c62f25;
    color:white;

}

/*设备详情页*/
.device_detail_left{
    width:144px;
    float:left;
}
.device_detail_left span:nth-of-type(1){
    font-weight: bold;
}
.device_detail_left span:nth-of-type(2){
    font-weight: bold;
}
.device_detail_right{
    width:582px;
    float:right;
}