/*全局控制*/

@charset "utf-8";

/*全局控制*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

div,
dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

p,
blockquote,
th,
td
/* table elements 表格元素 */

    {
    margin: 0;
    padding: 0;
}


/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

    {
    font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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


/* 将斜体扶正 */

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化
*/

table,
td,
tr,
th {
    font-size: 12px;
}

caption,
th {
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** 重置列表元素 **/

ul,
ol,
li {
    list-style: none;
}

li {
    list-style-type: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-weight: normal;
    font-style: normal;
}

del,
ins {
    text-decoration: none;
}


/** 重置文本格式元素 **/

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:visited {
    /* color: #fff; */
    text-decoration: none;
}

a:hover {
    color: #0054A4;
    text-decoration: none;
}

a:active {
    color: #0054A4;
}


/** 重置表单元素 **/

legend {
    color: #666;
}


/* for ie6 */

fieldset,
img {
    border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

sup {
    vertical-align: text-top;
}


/* 重置，减少对行高的影响 */

sub {
    vertical-align: text-bottom;
}


/* 注：optgroup 无法扶正 */


/** 重置表格元素 **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

/** 清除浮动 **/

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

body {
    background: #f5f5f5;
    font: 14px/20px Microsoft Yahei, simsun, Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

input {
    _background: #fff;
}

textarea {
    background: #fff;
}

select {
    *background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bl1 {
    clear: both;
    height: 1px;
    overflow: hidden;
    display: block;
}

.bl5 {
    clear: both;
    height: 5px;
    overflow: hidden;
    display: block;
}

.bl10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    display: block;
}

.bl15 {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.bl20 {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block;
}

.bl30 {
    clear: both;
    height: 30px;
    overflow: hidden;
    display: block;
}

.bl40 {
    clear: both;
    height: 40px;
    overflow: hidden;
    display: block;
}

.bl50 {
    clear: both;
    height: 50px;
    overflow: hidden;
    display: block;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.fnb {
    font-weight: 200;
    margin-left: -1px;
}

.hr_1,
.hr_10 {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

.hr_1 {
    height: 1px;
}

.hr_10 {
    height: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}



.wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.h_top{height: 40px;background: #00639E; color: #fff; line-height:40px;}
.h_top .date div{ display: inline-block; vertical-align: middle;}
.h_top .date .weather{ line-height: 6px;}
.ways a{ color: #b2b2b2; margin-left: 30px;}
.ways a i{display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin-right: 5px;}
.ways a.a1 i{ background: url(../img/ico1.png) no-repeat; }
.ways a.a2 i{ background: url(../img/ico2.png) no-repeat; }
.ways a.a3 i{ background: url(../img/ico3.png) no-repeat; }
.ways a.a4 i{ background: url(../img/ico7.png) no-repeat; }
.h_logo{ background: #fff; padding-top: 20px; }
.h_logo .logo{ width: 277px;}
.h_logo .logo img{ width: 100%; margin-top: -5px;}
.h_logo .wrap{ position: relative;height: 70px;}
.h_logo .bg{position: absolute; right: 220px; bottom: 0;}
.search{width: 380px;
    height: 46px;
    border: 1px solid #00639E;
    border-radius: 5px; overflow: hidden;}
.search .textInput{text-indent: 20px;width: 290px; border: none; background: none; height: 44px; color:#999;}
.search .textInput::-webkit-input-placeholder {
    color: #E6E6E6;
  }
  .search .textInput::-moz-placeholder { color: #E6E6E6;}
  .search .textInput:-ms-input-placeholder { 
    color: #E6E6E6;
  } 
.search .submitBtn{ position: absolute; right: 0; top: 0; border: none; width: 90px;
    border-radius: 0px 5px 5px 0px;
    height: 46px; background: url(../img/2.png) no-repeat center #00639E;} 
.nav{ border-top: #e6e6e6 1px solid; background-color: #fff;}
.nav li{ float: left; width: 100px; text-align: center; line-height: 50px; position: relative; margin-right: 37px;}
.nav li a{ display: block; font-size: 16px; color: #4D4D4D;}
.nav li:hover>a,.nav li.on>a{  color: #00639E;}
.nav li.on::after,.nav li:hover::after{ content: ''; width: 100%; 
    height: 3px;
    background: #00639E; position: absolute; bottom: 0; left: 0;}
    .nav li:last-child{ margin-right: 0;}
.navChild{ position: absolute; top: 50px; left: 0; width: 100%; text-align: center; display: none; z-index: 10; background: #fff; 

    -moz-box-shadow: 0px 0px 18px 0px rgba(7, 0, 2, 0.14);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(7, 0, 2, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(7, 0, 2, 0.14);
}

.navChild .childShow a.firstName{
    width:100%;
    height:32px;
    background:#fff;
    color: #333;
    line-height: 32px;
    display: block;
    font-size: 14px;
  
}
.navChild .childShow a{height:32px;line-height:32px;}
.navChild .childShow a.firstName:hover{ background-color: #00639E; color: #fff;}
.navChild .shows{    position: absolute; display: none;
    left: 100px;
    width: 100px;
    top: 0;
    background: #fff; padding-bottom:20px;}
    .navChild .shows a{ display: block; padding: 0 10px; line-height: 30px; font-size: 14px; margin-top: 10px;}
.navChild a:hover{ color: #00639E;}

.navChild a:hover{ color: #00639E;}
.banner {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.banner a,
.banPic,
.banPic .swiper-slide{
    width: 100% !important;
    height: 400px;
}

.banner li a {
    display: block;
    cursor: pointer;
}

.swiper-pagination.dot_style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    text-align: center;
    z-index: 10;
}
.dot_style .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
    background: #fff;
    font-size: 0;
}

.dot_style .swiper-pagination-bullet-active {
    background: #004F7E;
}
.i_news { background: url(../img/31.jpg) no-repeat; background-size: cover; padding: 60px 0;}

.newsLeft{width: 840px;}

.n_title{ color: #00639E; font-size: 24px; position: relative; padding-bottom: 10px; line-height: 150%; margin-bottom: 25px;}
.n_title::after{ content: '';width: 56px; height: 3px; background: #00639E; position: absolute; bottom: 0; left: 0;}
.n_title a{font-size: 16px; color: #666; position: absolute; right: 0; padding-right: 20px; background: url(../img/5.png) no-repeat center right;}
.n_title a:hover{ color: #00639E;}
.picNews{ width: 380px;position: relative;}
.picNews .Img,.picNews .Img img{width: 380px; height: 246px;}
.picNews .time{
    width: 90px;
    height: 78px;
    background: rgba(0,99,158,.6);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    padding-top: 17px;
    margin-top: -50px;
    position: relative;
    margin-left: 10px;
}
.picNews .time em{ font-size: 22px;}
.picNews .txt{position: absolute;bottom:0;left:0;background:rgba(0,0,0,0.5);width:100%;}
.picNews .txt .title{ position: relative;padding:10px 0;}
.picNews .txt .title a{  color: #fff; font-size: 16px; padding:0 0 0 10px;}
.picNews .txt .title span{position: absolute; right: 0; top: 0; color: #FB1E1E;  font-size: 14px;}
.picNews .txt  .intro{ font-size: 14px; color: #999; margin-top: 10px;}
.txtlist li{ padding: 29px 20px; background: #F7F7F7; margin-bottom: 16px;}
.txtlist{width: 440px;}
.txtlist li .time{font-size: 26px; color: #1A1A1A; width: 70px;}
.txtlist li .time span{font-size: 16px; margin-top: 15px;}
.txtlist li .txt{ width: 285px;}
.txtlist li .txt a,.newsRight li a{ color: #1A1A1A; font-size: 16px;}
.txtlist li .txt .intro,.newsRight li .intro{ color: #999; font-size: 14px; margin-top: 16px;}
.txtlist li:hover .txt a,.newsRight li:hover a,.picNews .txt .title a:hover{ color: #00639E;}
.newsRight{width: 320px;}
.newsRight li{ padding: 29px 20px; border-bottom: #F0F0F0 1px solid; margin-bottom: 16px;}
.i_rooms{ background: url(../img/32.jpg) no-repeat;padding: 50px 0;}
.i_rooms .r_title{ color: #00639E;}
.r_title{ font-size: 24px; color: #fff; padding-bottom: 19px; position: relative; text-align: center;}
.r_title::after{ content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -28px; width: 56px;
    height: 3px;
    background: #FFFFFF;}
.i_rooms a{width: 100px; margin-top: 80px; float: left; margin-right: 80px;}
.i_rooms a i{width: 100px; height: 100px;border-radius:50%;}
.i_rooms .a1 i{ background: url(../img/6.png) no-repeat #00639e;  background-size: cover; }
.i_rooms .a2 i{ background: url(../img/7.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a3 i{ background: url(../img/8.png) no-repeat #00639e; background-size: cover;  }
.i_rooms .a4 i{ background: url(../img/9.png) no-repeat #00639e;  background-size: cover;}
.i_rooms .a5 i{ background: url(../img/10.png) no-repeat #00639e; background-size: cover;  }
.i_rooms .a6 i{ background: url(../img/11.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a7 i{ background: url(../img/12.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a8 i{ background: url(../img/121.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a9 i{ background: url(../img/122.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a10 i{ background: url(../img/123.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a11 i{ background: url(../img/124.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a12 i{ background: url(../img/125.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a13 i{ background: url(../img/126.png) no-repeat #00639e; background-size: cover; }
.i_rooms .a14 i{ background: url(../img/127.png) no-repeat #00639e; background-size: cover; }

.i_rooms a span{ color:#00639e; margin-top: 20px; font-size: 16px; text-align: center;}
.i_rooms  .a1:hover i{background: url(../img/22.png) no-repeat; background-size: cover;}
.i_rooms  .a2:hover i{background: url(../img/23.png) no-repeat;background-size: cover;}
.i_rooms  .a3:hover i{background: url(../img/24.png) no-repeat;background-size: cover;}
.i_rooms  .a4:hover i{background: url(../img/25.png) no-repeat;background-size: cover;}
.i_rooms  .a5:hover i{background: url(../img/26.png) no-repeat;background-size: cover;}
.i_rooms  .a6:hover i{background: url(../img/27.png) no-repeat;background-size: cover;}
.i_rooms  .a7:hover i{background: url(../img/28.png) no-repeat;background-size: cover;}
.i_rooms  .a8:hover i{background: url(../img/281.png) no-repeat;background-size: cover;}
.i_rooms  .a9:hover i{background: url(../img/282.png) no-repeat;background-size: cover;}
.i_rooms  .a10:hover i{background: url(../img/283.png) no-repeat;background-size: cover;}
.i_rooms  .a11:hover i{background: url(../img/284.png) no-repeat;background-size: cover;}
.i_rooms  .a12:hover i{background: url(../img/285.png) no-repeat;background-size: cover;}
.i_rooms  .a13:hover i{background: url(../img/286.png) no-repeat;background-size: cover;}
.i_rooms  .a14:hover i{background: url(../img/287.png) no-repeat;background-size: cover;}



.i_doctors { background: url(../img/23.jpg) no-repeat; background-size: cover; padding: 60px 0;overflow: hidden}
.i_doctors .swiper-slide{
    width: 370px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(33, 22, 19, 0.09);
    border-radius: 10px;
    margin-top: 50px;
}
.i_doctors .Img{
    width: 146px;
    height: 210px;
}
.i_doctors .intro{ width: 214px; padding: 20px 14px;}
.i_doctors .intro .name{ color: #4D4D4D; font-size: 20px;}
.i_doctors .intro .tips{font-size: 14px; color: #666; margin: 20px auto; padding-bottom: 15px; border-bottom: #F0F0F0 1px solid;}
.i_doctors .intro .txt{ color: #666; font-size: 14px;}
.swiperScroll{ position: relative;}
.swiper-pagination.picnum{ width: 100px; right: 20px; left: auto; text-align: right;}
.picnum .swiper-pagination-bullet { opacity: 1; background: #C7C7C7;}
.picnum .swiper-pagination-bullet-active{ background: #fff;}
.arrow{width: 29px;
    height: 29px; position: absolute; top: 50%; margin-top: -14.5px;}
.RightBtn{ background: url(../img/30.png) no-repeat; right: -56px;}
.LeftBtn{ background: url(../img/29.png) no-repeat; left: -56px;}
.i_doctors .more{
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
}
.i_doctors .more:hover{ background: #fff; color: #00639e;}
.i_doctors .r_title{ color: #fff;}
.i_doctors .r_title::after{ background: #fff;}
.i_house{
    background: #F0F0F0;
    padding: 50px 45px;width:100%;float:left;
}
.i_house .r_title{color:#00639E}
.i_house .r_title::after,.i_rooms .r_title::after{ background: #00639E;}


.i_house ul{width:100%;float:left;margin:30px 0 0;}
.i_house ul li{width:18.4%;margin:0 2% 0 0;float:left;overflow: hidden;height:220px;}
.i_house ul li span{height:40px;line-height:20px;padding:10px 0;text-align: center;}
.i_house .w_left{width: 590px;}
.w_Img{width: 590px;
    height: 280px;position: relative;}
.w_Img span{font-size: 24px; color: #fff; font-weight: bold; color: #fff; padding-bottom: 20px; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.w_Img span::after{ content: ''; width: 56px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -28px;
}
.w_Img1{margin-top: 20px;}
.w_Img1 a{ position: relative;width: 286px;}
/* .w_Img1 a i{ width: 286px; height: 166px; } */
.w_Img1 a span,.w_Img2 a span,.w_Img3 a span{ width: 100%; 
    height: 58px;
    background: #FFFFFF;font-size: 16px; color: #333;
    line-height: 58px;
    text-align: center;
}
.i_house a img{ width: 100%; height:180px; transition: all .6s; display: block;}
.i_house a:hover img{ transform: scale(1.06);}
.w_right{width: 590px;}
.w_Img2 a{position: relative; width: 284px;}
/* .w_Img2 a i{ width: 284px; height: 222px;} */
/* .w_Img3 a i{width: 590px; height: 166px; } */
.w_Img3 a{margin-top: 20px;}
.i_house i{ overflow: hidden;}

.footer{
    background: #0054A4;
    padding-top: 30px;
    width: 100%; 
    overflow: hidden;
}
.f_cont1{width: 365px;}
.f_cont1 p{
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.f_cont1 p::after{
    content: '';
    width: 56px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.f_cont1 div {margin-top: 30px; line-height: 180%; color: #fff;}


.f_cont2{ margin-left: 60px; margin-top: 65px;}
.f_cont2 img{width: 255px; height: 56px; margin-bottom: 35px;}
.f_cont2 p{font-size: 14px; margin-bottom: 10px; color: #fff;}
.f_cont3 img{ width: 109px; height: 102px;}
.f_cont3 span{font-size: 14px; color: #fff; margin-right: 10px; margin-top: 15px;}
.f_cont3{ margin-left: 107px; margin-top: 20px;}
.foot{ position: relative; padding: 30px 0 60px;}
.foot .bg{ position: absolute; right: -175px; bottom: 0;}
.foot1{
    background: #fff;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* 内页 */
.insideBan{ height: 300px; width: 100%; color: #00639E; position: relative; text-align: center;}
.insideBan h1{ font-size: 28px; line-height: 180%;display: inline-block;  border-bottom: #00639E 2px solid; position: relative; top: 50%; transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}

.aboutContainer{width: 1200px; margin: 40px auto 70px; padding: 40px 30px 0; background-color: #fff;}
.divName span{ position: relative; font-size: 26px; color: #333; line-height: 38px;}
.divName span::after{ content: '';width: 4px;
    height: 38px;
    background: #00639E; position: absolute; left: -30px; top: 0;}
.miaoNav{ line-height: 38px; color: #666; font-size: 14px; padding-left: 20px; background: url(../img/34.png) no-repeat center left;}
.miaoNav a{ color: #666;}
.aboutContainer .content{ margin-top: 15px;}
.c_nav{width: 220px;}
.c_nav a{ height: 60px; display: block; color: #4D4D4D; font-size: 18px; line-height: 60px;
    border-bottom: 1px dashed #E0E0E0; padding: 0 12px; position: relative;}
.c_nav a::after{ content: ''; width: 12px; height: 12px; background: url(../img/35.png) no-repeat; position: absolute; right: 12px; top: 50%; margin-top:-6px;} 
.c_nav a:hover,.c_nav a.on{ color: #00639E;}
.c_nav a:hover::after,.c_nav a.on::after{background: url(../img/36.png) no-repeat; }
.c_cont{width: 860px; padding-left: 25px;
    border-top: 1px solid #E0E0E0; padding-top: 30px; padding-bottom: 40px;}
.c_conta{width:1140px;border-top: 1px solid #E0E0E0;}

.color_065381{ color: #065381;}
.aboutTxt h3{
    font-size: 20px;}
.aboutTxt p{ font-size: 14px; color: #333; line-height: 32px; margin-top: 20px;}
.aboutTxt img{ max-width: 100%; margin-top: 30px;}
.c_conta .i_doctors{width: 100%; padding: 0; background: none;}
.c_conta .i_doctors ul li{width: 360px; float: left; margin-top: 30px; margin-right:30px;
    box-shadow: 0px 0px 13px 0px rgba(33, 22, 19, 0.09); border-radius: 10px; overflow: hidden;}

.doctorDetail  .Img{width: 180px;
    height: 240px; display: block; float: left;}
    .doctorDetail .intro  {width:880px; float: left; margin-left: 60px; font-size: 14px; color: #333;}
    .doctorDetail .intro p{ margin-top: 10px; line-height: 180%;}
.needlist li a{ padding-right: 10%; line-height: 46px; border-bottom: #E0E0E0 1px solid; font-size: 16px; color: #333; position: relative;}
.needlist li a em{ position: absolute; right: 0; top: 0; font-size: 14px; color: #999; background: url(../img/45.png) no-repeat center left; padding-left: 20px;}
.needlist li a:hover{ color: #00639E;}
.newsDetail h1{font-size:26px; line-height: 180%; padding-bottom: 15px; margin-bottom: 15px; position: relative;}
.newsDetail .time span{ margin: 0 2%;}
.introTxt p{ line-height: 220%;  color: #333; font-size: 16px; margin-top: 20px;}
.newsDetail h1::after{ content: ''; width: 60%; left: 50%; transform: translateX(-50%); bottom: 0; position: absolute;
    background: #F0F0F0; height: 1px;}
    .newlist li{ padding: 20px 0; border-bottom: #E0E0E0 1px solid;}
.newlist li .Img{ width: 180px; height: 120px;}
.newlist li .Img img{ display: block; width: 100%;}
.newlist li .txt{ margin-left: 20px; width: 635px;}
.newlist li .txt .p1{color: #333; font-size: 16px;  line-height: 180%;}
.newlist li .txt .p2{color: #999; font-size: 14px;  line-height: 180%; margin:8px 0 15px;}
.newlist li .txt em{ font-size: 14px; color: #999; background: url(../img/45.png) no-repeat center left; padding-left: 20px;}
.c_cont .div1 ul li{color: #333; font-size: 16px;  line-height: 180%; position: relative; padding-left:30px; margin-top: 30px;}
.c_cont .div1 ul li img{ position: absolute; left: 0; top: 5px;}
.contact .Img img{display: block;width: 164px;
    height: 164px; margin: 30px auto 10px;}
    .contact .Img{ text-align: center; font-size: 16px;}
#allmap{ width: 100%; height: 335px; margin-top: 50px;}
/* 公共样式 */
/*人才列表*/
.joblist{width:820px;overflow:hidden;float:left;}
.joblist ul{width:820px;float:left;}
.joblist ul li{width:820px;float:left;margin:0 0 30px 0;display:block;}
.joblist ul li a{display:block;background-size:50px auto;height:70px;padding:10px;position: relative;}
.joblist ul li h4{color:#333;font-size:18px;}

.joblist ul li p{color:#999;padding:5px 0 0;}
.joblist ul li span.icon{background:url(../img/member.png) #f6f6f6 no-repeat center center;margin:0 10px 0 10px;width:50px;height:50px;float:left;background-size:50px auto;}

.joblist ul li .toutou a{display: block; background: #f6f6f6 url(../img/nimg52_1.png) right center no-repeat; }
.joblist ul li.liNow .toutou a{ background:#f6f6f6 url(../img/nimg52_1on.png) right center no-repeat;}
.joblist ul li .box{display:none;border-top: #eaeaea solid 1px; font-size: 14px; display: none; color: #666; padding:20px 40px; background: #f3f3f3;}
.joblist ul li .box .baoming{background:#d1292e;padding:10px 20px;display: revert;color:#fff;}
.joblist ul li .box .baoming:hover{background:#f1565b;}
.jobad{float:right;width:300px;}
.jobsearchk {height:50px;width:98%;background:#EFEEEE;padding:0 1%;}
.jobsearchk .welcome{color:#A09F9F;float:right;line-height:50px;height:50px;}
.jobsearchk .welcome span{color:#2c3b80;font-weight:bold;padding:0 5px;}
/* 页码 start */
.hide{ display: none;}
.page {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pageBox li{ display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    text-align: center;
    background: #efefef;
    margin: 0 2px;
}
.pageBox li a,.pageBox li span{ display: block; padding: 0 15px;}
.page a.end_page {
    border-right: none;
}


.page span.current,.page .on,
.page a:hover {
    background-color: #00639E;
    color: #fff;
}
.border_bottom{ border-bottom: #e6e6e6 1px solid;}
.detailPage a{ height: 60px; text-align: right; font-size: 16px;  color: #999; padding: 0 20px; background: #fff; line-height: 60px; width: 50%; box-sizing: border-box;-webkit-box-sizing: border-box;}
.detailPage{ margin-top: 60px; border-top: #E6E6E6 1px solid;}
.detailPage .a1{  text-align: left;}
.detailPage a:hover span{ color: #00639E;}
/* 页码end */

.hide {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

._block {
    display: block;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop100 {
    margin-top: 100px;
}

.icon {
    background: url(../img/icon.png) no-repeat;
}

.marginlf10 {
    margin-left: 10px;
}

.marginlf15 {
    margin-left: 15px;
}

.marginlf20 {
    margin-left: 20px;
}

.marginlf30 {
    margin-left: 30px;
}

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}


.marginTop10 {
    margin-top: 10px;
}
.marginBottom100{ margin-bottom: 100px;}

.width217 {
    width: 217px;
}

.color_999 {
    color: #999;
}

.color_666 {
    color: #666;
}

.color_333 {
    color: #333;
}

.color_fff {
    color: #fff;
}

.font16 {
    font-size: 16px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginR0 {
    margin-right: 0 !important;
}

.marginB0 {
    margin-bottom: 0 !important;
}
/**/
.icon {
    background: url(../img/icon.png) no-repeat;
}

.sibars {
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 250; /* display: none; */
}

.sibars a, .sibars > div {
    display: block;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.sibars a span, .sibars > div span {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #00639e;
    color: #fff;
    padding-top: 10px;
}

.sibars a i, .sibars > div i {
    width: 30px;
    height: 26px;
    display: block;
    margin: 0 auto;
}

.sibars a.a1 i {
    background-position: -2px -73px;
}

.sibars a.a2 i {
    background-position: -42px -73px;
}

.sibars a.a3 i {
    background-position: -87px -73px;
}

.sibars .a4 i {
    background-position: -135px -73px;
}

.sibars .a5 span {
    background: #fff;
    border: #ccc 1px solid;
    color: #999;
}

.sibars .a5 i {
    background-position: -180px -73px;
    width: 16px;
}

/* .sibars a.a1:hover i {    background-position: -300px -52px;}.sibars a.a2:hover i {    background-position: -360px -52px;}.sibars a.a3:hover i {    background-position: -420px -52px;}.sibars a.a4:hover i {    background-position: -480px -52px;} */
.sibars a:hover span {
    background-color: #666;
}

/* .sibars a>img,.sibars span>img{ width: 52px; height: 46px;} */
.sibars .sibarsEwm {
    position: absolute;
    top: -45px;
    left: -168px;
    padding-right: 10px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -webkit-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -moz-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -o-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -ms-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
}

.sibarsEwm div {
    border: #666666 1px solid;
    padding: 15px 20px;
    width: 115px;
    background: #fff;
    box-sizing: initial;
}

.sibars .sibarsEwm font {
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 115px;
    margin: 0 auto;
    display: block
}

.sibars .sibarsEwm::after {
    content: ''; /*background: url(/themes/default/Pchome/statics/bsimg/sibars_ico8.png) no-repeat;*/
    width: 9px;
    height: 15px;
    position: absolute;
    top: 45px;
    right: 2px;
}

.sibars .a4.show .sibarsEwm {
    top: -60px;
    opacity: 1;
    z-index: 10;
    display: block;
}

.sibars .sibarsEwm img {
    display: block;
    width: 114px;
}

.sibars a:hover > img {
    opacity: 0.8;
}

.sibars a.a1 p {
    position: absolute;
    opacity: 0;
    width: 160px;
    background: #666;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 60px;
    left: -120px;
    top: 0;
    transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -webkit-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -moz-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -o-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
    -ms-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
}

.sibars a.a1:hover p {
    left: -160px;
    opacity: 1;
    z-index: 10;
}
@media(max-width:768px) {
    .h_top,.search{ display: none;}
    .header .logo a{width: 100%;}
    .wrap,.wrap1,.wrap2{width: 100%; padding: 0 3%;}
    .h_logo .wrap { height: 50px;}
    
    .h_logo{ padding: 0;  height: 50px;  
       }
   .h_logo .logo{ width: 180px;
            margin-top: 0;
            top: 50%;
            transform: translateY(-50%);
            position: relative;}
    .header .phone,.nav{ display: none;}
    .menu {
        background-color: transparent;
        background-image: none;
        border: 1px solid #00639E;
        border-radius: 4px;
        float: right;
        margin-top:9px;
        padding: 3px 4px 6px;
    }
    .menu .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
        background-color: #00639E;
    }
    .mnav  li{ font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .mnav {padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        z-index: 999;
        position: absolute;
        width: 150px;
        right: 0;
        top: 50px;
        border: 0;
        background:rgba(0,0,0,.8);
        display: none;}
    .mnav li a{color: #fff; line-height: 40px;}
    .banner a, .banPic, .banPic .swiper-slide{height: 125px;}
    .swiper-pagination.dot_style{ bottom: 0;}
    .dot_style .swiper-pagination-bullet{width: 8px; height: 8px;}
    .marginTop100,.marginTop60{margin-top: 30px;}
    .n_title{ font-size: 20px; margin-bottom: 10px;}
    .i_news>div,.picNews,.txtlist { width: 100%;}
    .n_title a{ font-size: 14px;}
    .newsLeft{width:100%;}
    .newsRight{width:100%;}
    .picNews .Img, .picNews .Img img,.w_Img{width: 100%; height: auto;}
    .txtlist li{ padding: 5% 3%;}
    .txtlist li .txt{width: 77%;}
    .txtlist li .time{ font-size: 20px;}
    .txtlist li .time span{font-size: 14px;
        margin-top: 10px;}
    .newsRight li{ margin-bottom: 0; padding: 5% 0;}
    .i_rooms{padding: 30px 0;}
    .i_rooms a{ width: 25%; margin: 25px 0 10px;}
    .i_rooms a i{ width: 60px; height: 60px; margin: 0 auto;}
    .i_doctors .swiper-slide{ width: 100%; height: auto; margin-top: 20px;}
    .i_doctors .Img{width: 45%; height: auto;}
    .i_doctors .intro{width: 55%; padding: 5% 3%;}
    .i_doctors .more{margin-top: 30px;}
    .i_house{ padding: 40px 0;}
    .i_house .w_left,.w_right{width: 100%;}
    .i_house ul li{width:100%;margin:0;height:auto;}
    .i_house a img{height:auto;transition: all .6s; display: block;}
    .w_Img span{font-size: 18px; padding-bottom: 4%;}
    .w_Img1 a,.w_Img2 a{width: 50%;}
    .w_Img1 a span, .w_Img2 a span, .w_Img3 a span{font-size: 14px; height: 40px; line-height: 40px;}
    .foot>div{width: 100%; float: none;}
    .f_cont1 p{font-size: 18px;}
    .f_cont2{margin: 10px 0 0;}
    .foot{ padding-bottom: 20px;}
    .foot1{ padding: 3% 0; line-height: 150%; height: auto;}


    .insideBan{ height: 200px;}
    .insideBan h1,.divName span{ font-size: 20px;}
    .aboutContainer{ padding-top: 20px;}
    .c_nav{width: 100%;}
    .c_nav a{ width: 50%; float: left; font-size: 16px;}
    .c_cont{width: 100%; padding-left: 0; border-top: none;}
    .c_conta{width:100%;;a}
    .c_conta .i_doctors ul li{width: 100%; margin-right: 0;}
    .doctorDetail  .Img{ float: none; margin: 0 auto;}
    .doctorDetail .intro{width: 100%; float: none; margin-left: 0 ; margin-top:30px;}

    .pageBox li a, .pageBox li span{ padding: 0 12px; font-size: 12px;}
    .page{ text-align: center; margin-top: 30px;}
    .detailPage  a{ float: none; width: 100%; text-align: left !important; display: block; height: 40px; line-height:40px;}
    .newsDetail h1{ font-size: 20px;}
    .newsDetail .time span{ font-size: 12px;}
    .introTxt p,.detailPage a{ font-size: 14px;}
    .newlist li .Img{width: 35%; height: auto;}
    .newlist li .txt{ margin-left: 3%; width: 62%;}
    .newlist li .txt .p2{ margin: 0 0 8px; line-height: 140%; white-space: nowrap; text-overflow: ellipsis;}
    .contact ul{ float: none;} 
    .contact .Img{ float: none;}
    .contact .Img img{width: 135px; height: 135px;}
    .c_cont .div1 ul li{ margin-top: 20px;}
    .sibars{display:none;}
}