﻿@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.pc-home {
    background: url(../images/pc-home-bg.jpg);
    background-attachment: fixed;
}

.white-bg-wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  padding-bottom: 10px;
}


/* main-box */
/* row2 */
.row2 {
  padding: 30px 0 90px;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.96);
}


.index-news {
  width: 100%;
  overflow: hidden;
}

.new-release {
    margin-top: 15px;
    background: #fff;
}

.new-release .left {
    width: 58%;
}

.new-release .left img {
    display: block;
    width: 100%;
	height: 435px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.new-release .left .swiper-slide {
    position: relative;
}

.new-release .left .swiper-slide .dw {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 52px;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 0.2rem;
    font-size: 18px;
}

.new-release .left .swiper-slide .dw .text {
    width: 76%;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left:10px;
}

.new-release .left .swiper-pagination {
    width: 16%;
    right: 0;
	bottom:15px;
    left: inherit;
}

.new-release .left .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1;
    width: 18px;
    height: 5px;
    border-radius: 5px;
}

.new-release .left .swiper-pagination-bullet-active {
    background: #00897c !important;
    width: 18px;
    height: 5px;
}

.new-release .left .swiper-slide:hover img{
    transform: scale(1.1);
}

.new-release .right {
    width: 40%;
    /*background: #f7f7f7;
    border-bottom: 3px solid #d1d1d1;*/
}

.Menubox1 {
    width: 100%;
    position: relative;
    text-align: center;
	border-bottom:1px solid #cbcbcb;
    height: 56px;
}

.Menubox1 li {
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
	padding:0 20px;
	margin-left:20px;
    color: #222;
    /*position: relative;*/
    float: left;
}

.Menubox1 li::before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #00897c;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}


.Menubox1 li a{ position:absolute; right:10px; top:0; font-size: 15px;padding: 0 0 0 10px;color: #333333; font-weight:normal; display:none;}
.Menubox1 li a span {
    background: #00897c;
    color: #fff;
    margin-left: 10px;
    padding: 0 4px;
}

.Menubox1 li.hover a{ display:block;}


/*  */

.in-news2 {
    width: 100%;
	min-height:336px;
}

.in-news2 ul{ margin-top:-20px;}

.in-news2 li {
    position: relative;
    line-height: 56px;
    padding-left: 18px;
    font-size: 16px;
    color: #333;
    padding-right: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition-duration: 0.5s;
    cursor: pointer;
	border-bottom: 1px dashed #bfbfbf;
}

.in-news2 li:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #016f8c;
    border-radius: 50%;
    left: 0;
    top: 25px;
    content: ""
}

.in-news2 li a {
    color: #333;
}

.in-news2 li a:hover {
    color: #00897c;
}

.in-news2 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    color: #999999;
}

.in-news2 li:hover {
    padding-left: 12px;
}


/*  */

.index-title {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  font-size:24px;
  margin-right:20px;
  display:inline-block;
  width:100%;
}

.index-title h2 {
  font-size: 24px;
  font-weight: normal;
  float: left;
}

.index-title .index-more {
  float: right;
}

.index-title .index-more{
    border: 1px solid #cecdcd;
    border-radius: 8px;
	font-size:15px;
	line-height:20px;
	padding:4px 10px;
	margin-top:4px;
}

.index-title .index-more img {
  vertical-align: middle;
}

.index-title .index-more:hover img {
  transform: scale(1.05);
}

.index-title .index-more_1 {
  float: right;
}
.index-title .index-more_1{
    border: 1px solid #fff;
    border-radius: 8px;
	font-size:15px;
	color:#fff;
	line-height:20px;
	padding:4px 10px;
	margin-top:4px;
}

.index-title .index-more_1 img {
  vertical-align: middle;
}

.index-title .index-more_1:hover img {
  transform: scale(1.05);
}


/* main2 */
.main2{
	background: rgba(0, 137, 124, 0.86);
	overflow: hidden;
	padding: 60px 0;
}
.main2 .tztop{
	background: #e8f2f1;
	width: 14%;
	text-align: center;
	padding: 37px 0px 36px 0px;
	float: left;
}
.main2 .tztop .tit{
	font-size: 24px;
	color: #333333;
}
.main2 .tztop a{
	color: #666666;
	margin-top: 30px;
	display: block;
}
.tzlist{
	width: 86%;
	float: left;
	background: #FFFFFF;
}
.tzlist li{
	float: left;
	width: 30%;
	padding: 53px 0px;
	margin-left: 3%;
}
.tzlist li .rq{
	background: #00897c;
	border-radius: 3px;
	color: #FFFFFF;
	width: 60px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	margin-right: 15px;
}
.tzlist li .rq span{
	display: block;
	background: #FFFFFF;
	color: #00897c;
	font-size: 22px;
}
.tzlist li:hover a{
	color: #00897c;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 1s;
}
.tzlist li .wz{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}


.mixture-box {
  background-color: rgba(245, 245, 245, 0.96);
  height: 100%;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0;
}
.mixture-box .list-item .list-tit a.fl {
  font-weight: 400;
}
.mixture-box .mixture-item {
  width: 31.33%;
  height: 500px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.mixture-box .mixture-item .mixture-item-img.loading {
  background: url(../images/loadingex.gif) center no-repeat;
  width: 100%;
  height: 138px;
  background-size: 20%;
}
.mixture-box .mixture-item .mixture-item-img .thumb-wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mixture-box .mixture-item .mixture-item-img .thumb-wrap img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.mixture-box .mixture-item .mixture-item-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mixture-box .mixture-item.couple {
  width: 400px;
}
.mixture-box .mixture-item.couple .mixture-item-img a span {
  padding-right: 45px;
}
.mixture-box .mixture-item.couple .mixture-item-img a:after {
  content: "\e61d";
  font-family: "iconfont";
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 1;
}
.mixture-box .mixture-item.fl {
  margin-right: 3%;
}
.mixture-box .mixture-item .mixture-item-img {
  margin-bottom: 10px;
}
.mixture-box .mixture-item .mixture-item-img a {
  display: block;
  position: relative;
  width: 330px;
  height: 138px;
  color: #fff;
}
.mixture-box .mixture-item .mixture-item-img a img {
  display: block;
  width: 100%;
  height: 100%;
}
.mixture-box .mixture-item .mixture-item-img a span {
  line-height: 38px;
  height: 66px;
  padding-top: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/news-slide-mark-small.png) center bottom;
}
.mixture-box .mixture-item .mixture-item-img a:first-child {
  margin-right: 22px;
}
.mixture-box .mixture-item .mixture-item-img.couple a {
  width: 169px;
  float: left;
}
.mixture-box .mixture-item .mixture-item-img.couple a span {
  padding-top: 28px;
  height: 66px;
  background-position-y: center;
}
.mixture-box .mixture-item .mixture-item-txt.loading {
  background: url(../images/loadingex.gif) center no-repeat;
  width: 100%;
  height: 132px;
  background-size: 20%;
}
.mixture-box .mixture-item .mixture-item-txt a:before {
  position: absolute;
    width: 5px;
    height: 5px;
    background: #016f8c;
    border-radius: 50%;
    left: 0;
    top: 12px;
    content: "";
}

/* row3 科室导航 */
.row3 {
  padding: 55px 0 65px;
  /*background: rgba(255, 255, 255, 0.26);*/
  background: rgba(0, 137, 124, 0.76);
  background-size: cover;
}

.row3 .index-title{ width:100%;}

.row3 .index-title h2 {
  color: #333;
}

.index-ksdh{ margin-top:30px;}

.index-ksdh .hd {
  float: left;
  width: 150px;
  height: 515px;
  position: relative;
}

.index-ksdh .hd ul {
  width: 100%;
  height: 100%;
  border-radius: 20%;
  background: url(../images/ksdh-hdbg.png) no-repeat;
  background-size: 100% 100%;
}

.index-ksdh .hd li {
  position: relative;
  height: 33.3%;
  cursor: pointer;
  padding: 0 20px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  line-height:24px;
}

.index-ksdh .hd li:nth-child(2){ margin-top:50px;}

.index-ksdh .hd li p {
  padding-top: 80px;
  padding-bottom: 40px;
}

.index-ksdh .hd li.hd1 p {
  background: url(../images/ksdh-hd-ico11.png) center 22px no-repeat;
}

.index-ksdh .hd li.hd2 p {
  background: url(../images/ksdh-hd-ico21.png) center 22px no-repeat;
}

.index-ksdh .hd li.hd3 p {
  background: url(../images/ksdh-hd-ico31.png) center 22px no-repeat;
  border-bottom: none;
}

.index-ksdh .hd li.on {
  background: url(../images/ksdh-hd-on.png) no-repeat;
  background-size: contain;
  font-weight: bold;
  font-size: 19px;
  color: #00897c;
}

.index-ksdh .hd li.on p {
  border-bottom: none;
}

.index-ksdh .hd li.hd1.on p {
  background: url(../images/ksdh-hd-ico12.png) center 30px no-repeat;
}

.index-ksdh .hd li.hd2.on p {
  background: url(../images/ksdh-hd-ico22.png) center 30px no-repeat;
}

.index-ksdh .hd li.hd3.on p {
  background: url(../images/ksdh-hd-ico32.png) center 30px no-repeat;
  border-bottom: none;
}

.index-ksdh .hd li.on:after {
  content: "";
  width: 79px;
  height: 42px;
  background: url(../images/ksdh-hdline.png) center no-repeat;
  position: absolute;
  left: 150px;
  bottom: 8px;
}

.index-ksdh .bd {
  position: relative;
  float: right;
  width: calc(100% - 228px);
  height: 515px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  padding: 49px 0 55px 0;
  box-shadow:0px 0px 5px rgb(39 97 107 / 20%);
}

.index-ksdh .bd ul {
  /*height: 100%;*/
  overflow-y: auto;
  padding:0 55px;
  margin-top:15px;
}

.index-ksdh .bd ul:first-child{ padding-bottom:39px; border-bottom:1px #b0b0b0 solid; margin-top:0;}

.index-ksdh .bd li {
  float: left;
  width: 23.5%;
  line-height: 48px;
  margin: 10px 2% 0px 0;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #c8cacd;
  padding: 0 8px 0 35px;
}

.index-ksdh .bd li:nth-child(4n){margin: 14px 0 14px 0;}

.index-ksdh .bd li a {
  display: block;
  background: url(../images/ksdh-bdico1.png) right center no-repeat;
  padding-right: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
}

.index-ksdh .bd li .infobox {
  display: none;
  width: 390px;
  height: 515px;
  background: url(../images/ksdh-bdbg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 370px 40px 0;
}

.index-ksdh .bd li .infobox .tit {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.index-ksdh .bd li .infobox p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-ksdh .bd li.active,
.index-ksdh .bd li:hover {
  background: #00897c;
  box-shadow: 0 0 10px 0 #efefef;
}

.index-ksdh .bd li.active a,
.index-ksdh .bd li:hover a {
  color: #fff;
  background: url(../images/ksdh-bdico2.png) right center no-repeat;
}

.index-ksdh .bd li.active .infobox,
.index-ksdh .bd li:hover .infobox {
  display: block;
}

/* row4 */
.row4 {
  padding: 60px 0 55px;
  background: rgba(245, 245, 245, 0.96);
  background-size: cover;
}

.row4 .index-title {
	width:100%;
}




.expert-main {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;

}

.expert-main-items {
    display: flex;
    transition: 0.5s;
    padding-left: 15px;
}

.expert-main-item {
    flex-shrink: 0;
    width: 180px;
    margin-right: 24px;
    box-sizing: border-box;
	margin-bottom:15px;
}

.expert-main-item-upper {
    width: 60px;
    height: 6px;
    margin: auto;
    background-color: #00897c;
    transition: 0.3s;
}

.expert-main-item:hover>.expert-main-item-upper {
    background-color: #3176cf;
}

.expert-main-information{
margin-top:-90px;padding-top: 100px;border:1px solid #eeeeee;box-sizing: border-box; background:#fff;box-shadow: 0px 0px 5px rgb(39 97 107 / 20%);
}

.expert-main-item-name {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.expert-main-item:hover>.expert-main-item-name {
    color: #3176cf;
}

.expert-main-item-protit {
    text-align: center;
    color: #666;
    font-size: 16px;
	position:relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 10px 10px;
}


.expert-main-item-protit:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36px;
    height: 1px;
    margin-left: -18px;
    border-bottom: 1px solid #cfcfcf;
}

.expert-main-item-img {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    font-size: 0;
}

.expert-main-item-img img {
    width: 100%;
    height: 100%;
	object-fit: fill;
    border-radius: 50%;
    transition: 0.3s;
}

.expert-main-item:hover .expert-main-item-img img{
    transform: scale(1.1);
}

.expert-main-item-class {
    margin-top: 20px;
	margin-bottom:20px;
    text-align: justify;
    font-size: 15px;
	color:#666;
	padding:0 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow:hidden;
}

.expert-main-left,
.expert-main-right {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 280px;
    background-color: rgba(100, 100, 100, 0.5);
    border-radius: 4px;
    font-size: 30px;
    line-height: 60px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.expert-main-left:hover,
.expert-main-right:hover {
    background-color: #00897c;
}


.expert-main-left {
    right: calc(100% + 10px);
}

.expert-main-right {
    left: calc(100% + 10px);
}



.index-zjjs .slick-list {
  margin: 0 -40px;
}

.index-zjjs .box {
  position: relative;
  padding: 30px 30px;
  border-bottom: 5px solid #00897c;
}

/*.index-zjjs .box:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 510px;
  background: url(../images/zjjs-bg.png) right no-repeat;
  top: 60px;
  left: 0;
}

.index-zjjs .box:hover:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 10px;
  background: #d4bb84;
  border-radius: 10px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}*/

.index-zjjs .pic {
  position: relative;
  width: 100%;
  height: 372px;
}

.index-zjjs .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgb(37 161 143 / 10%) 0 8px 8px 0;
  -webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;
}

.index-zjjs .txt {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid #00897c;
}

.index-zjjs .txt .tit {
  font-size: 20px;
  color: #333333;
}

.index-zjjs .txt p {
  font-size: 16px;
  color: #7a7a7a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-zjjs .box:hover .pic {
 /* margin-top: -60px;*/
  -webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);
}

.index-zjjs .box:hover .txt {
  border-left: 2px solid #00897c;
}

.index-zjjs .box:hover .tit {
  color: #00897c !important;
}

.index-zjjs .box:hover p {
  color: #00897c !important;
}

.index-zjjs .slick-arrow {
  display: none;
  width: 52px;
  height: 52px;
  text-indent: 99px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
  z-index: 99;
}

.index-zjjs .slick-arrow.slick-prev {
  background: url(../images/banner-left.png) no-repeat;
  left: -80px;
}

.index-zjjs .slick-arrow.slick-next {
  background: url(../images/banner-right.png) no-repeat;
  right: -80px;
}

.doubletitle { display: block; font-size: 24px; line-height: 32px; margin-bottom: 35px; color: #333;}
.doubletitle img{ margin-right:15px; margin-top:2px; float:left;}
.doubletitle em { display: block; font-size: 14px; line-height: 16px; font-style: normal; margin-top: 5px;}
.doubletitle a { float: right;margin-top: 1px; color: #333;border: 1px solid #b4b4b4;
    border-radius: 8px;
	font-size:15px;
	line-height:20px;
	padding:4px 10px;}

.technology { float: left; margin: 20px 3% 80px 0; width: 30.33%; height:500px; padding: 39px 25px 0; color: white; background: #f5f5f5; overflow: hidden;border-top-right-radius:30px;border-bottom-left-radius:30px;}
.technology .pic{overflow:hidden;}
.technology .pic img{ max-height:150px;object-fit: cover;width: 100%; }
.technology .pic:hover img{transform: scale(1.05);}
.technology ul{ margin-top:20px;}
.technology li { font-size: 18px; line-height: 44px; text-align: center; border: #d1d1d1 1px solid; border-radius: 7px; overflow: hidden; margin-bottom: 20px;}
.technology li a { display: block; color: #333;}
.technology li a:hover { background: #00897c; color:#fff; text-decoration: none;}
.technology dl { padding: 12px 11px 12px; color:#333; overflow: hidden; border: #d1d1d1 1px solid; border-radius: 7px;}
.technology dl dt { display: block; font-size: 18px; line-height: 20px; margin-bottom: 15px;}
.technology dl dd { font-size: 16px; line-height: 16px; margin-top: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.technology dl dd a { color: #333; }
.technology dl dd i { display: block; font-size: 15px; line-height: 14px; color: #888; margin-top: 3px;}
.technology dl dd:hover a{ color:#00897c;}

.research { float: left; margin: 20px 20px 0 0; width:33.33%; height: 500px; padding: 39px 25px 0; color: white; background: url("../images/bg_05.png") no-repeat; overflow: hidden;}
.research ul { padding: 12px 11px 0; height: 133px; overflow: hidden; border: #c5a889 1px solid; border-radius: 7px; margin-bottom: 10px;}
.research ul span { display: block; font-size: 18px; line-height: 20px; margin-bottom: 15px;}
.research ul li { float: left; width: 94px; font-size: 14px; line-height: 25px; color: white; text-align: center; margin-bottom: 7px;}
.research ul li:nth-child(2n+3) { float: right;}
.research ul li a { display: block; color: white; background: #c5a889; border-radius: 7px;}
.research ul li a:hover { background: rgba(197,168,137,0.8); text-decoration: none;}
.research dl { margin-top: 10px; padding: 12px 11px 0; height: 122px; overflow: hidden; border: #c5a889 1px solid; border-radius: 7px;}
.research dl dt { display: block; font-size: 18px; line-height: 20px; margin-bottom: 15px;}
.research dl dd { font-size: 14px; line-height: 16px; margin-top: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.research dl dd a { color: white;}
.research dl dd i { display: block; font-size: 12px; line-height: 14px; color: #dddada; margin-top: 3px;}

.medicine {  float: left; margin: 20px 3% 0 0; width: 30.33%; height: 500px; padding: 39px 25px 0; color: white; background: #f5f5f5; overflow: hidden;border-top-left-radius:30px;border-bottom-right-radius:30px;}
.medicine .pic{overflow:hidden;}
.medicine .pic img{ max-height:150px;object-fit: cover;width: 100%; }
.medicine .pic:hover img{transform: scale(1.05);}
.medicine ul { overflow: hidden; margin-top:20px;}
.medicine ul li { font-size: 18px; line-height: 44px; text-align: center; border: #d1d1d1 1px solid; border-radius: 7px; overflow: hidden; margin-bottom: 20px;}
.medicine ul li a { display: block; color: #333;}
.medicine ul li a:hover { background: #00897c; color:#fff; text-decoration: none;}
.medicine dl { padding: 12px 11px 12px; color:#333; overflow: hidden; border: #d1d1d1 1px solid; border-radius: 7px;}
.medicine dl dt { display: block; font-size: 18px; line-height: 20px; margin-bottom: 15px;}
.medicine dl dd { font-size: 16px; line-height: 16px; margin-top: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.medicine dl dd a { color: #333; }
.medicine dl dd i { display: block; font-size: 15px; line-height: 14px; color: #888; margin-top: 3px;}
.medicine dl dd:hover a{ color:#00897c;}

.taglist { float: left; width: 33.33%; height: 500px; padding: 39px 28px 0; margin-top: 20px; color: #333; background-color: #e8f2f1;border-top-right-radius:30px;border-bottom-left-radius:30px;}
.taglist .doubletitle { margin-bottom: 15px;}
.taglist .doubletitle a { color: #333;}
.taglist .doubletitle a:hover { color: #db4927; }
.zn_con ul{ width:100%; margin:0 auto;}
.zn_con ul li{ float:left; width:33.33%; text-align: center;padding-bottom:8px;border-bottom: none!important;margin-bottom: 0!important;}
.zn_con ul li img{ max-height:30px;}
.zn_con a{color:#333333; padding-left:0!important; -webkit-transition: all 0.5s ease-in-out;}
.zn_con a:hover{color:#1ba69a;}
.zn_con ul li:hover img{-webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;}

.n_con {
	color: #0e8d82;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 22px;
	clear: both;
}
.n_con a{color: #0e8d82;padding-left: 0!important;}

/* row5 */
.row5 {
  background: url(../images/row5-bg.png) top center no-repeat;
    background-size: cover;
}

.index-dqjs {
  float: left;
  width: 700px;
  padding: 75px 60px 60px;
  background: url(../images/dqjs-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index-dqjs .index-title{
  margin-bottom:30px

}

.index-dqjs .pic {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.index-dqjs ul{
  margin-top:25px;
}

.index-dqjs li {
  line-height: 45px;
}

.index-dqjs li a {
  float: left;
  font-size: 16px;
  color: #333333;
  width: calc(100% - 105px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-dqjs li .date {
  float: right;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #888888;
}

.index-dqjs li a:hover {
  color: #00897c;
}

.index-kxjk {
  float: left;
  margin-top: 145px;
}

.index-kxjk a {
  display: block;
  width: 300px;
  height: 300px;
  text-align: center;
  padding-top: 72px;
}

.index-kxjk a p {
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
}

.index-kxjk a:hover p {
  font-weight: bold;
}

.index-kxjk .link1 {
  background: url(../images/kxyj-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index-kxjk .link2 {
  background: url(../images/jkkp-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index-ztzl {
  float: left;
  margin-top: 267px;
  width: 400px;
  min-height: 300px;
  background: url(../images/ztzl-bg.png) no-repeat;
  background-size: cover;
  padding: 52px 10px 10px 125px;
}

.index-ztzl .tit {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.index-ztzl li {
  padding: 5px 0;
}

.index-ztzl li a {
  font-size: 16px;
  color: #fff;
}

.index-ztzl li:hover a {
  font-weight: bold;
}


/* 右侧浮动导航 */
.right-nav {
  position: fixed;
  height: 640px;
  width: 95px;
  background: url(../images/right-nav.png) no-repeat;
  background-size: 100% 100%;
  top: 10%;
  right: 20px;
  padding: 0 20px;
  text-align: center;
}

.right-nav .slider-yygh {
  margin-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.right-nav .slider-yygh li {
  padding-top: 20px;
}

.right-nav .slider-yygh li p {
  font-size: 12px;
  color: #999999;
  padding-top: 10px;
}

.right-nav .slider-yygh li:hover p {
  color: #00897c;
}

.right-nav .slider-mt li {
  padding-top: 16px;
}

.right-nav .gotoTop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  cursor: pointer;
}

/* 二级页面 */
.list-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.list-banner img {
  width: 100%;
}

.list-banner:after {
  content: "";
  height: 42px;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-page {
  padding: 55px 0 90px;
  min-height: 500px;
}

.list-footer {
  margin-top: 0;
}

.list-footer .r1 .left {
  padding-top: 70px;
}

.list-footer .r1 .right {
  padding-top: 70px;
}

/* 二级导航 */
.nav-seceond {
  position: relative;
  overflow: hidden;
  margin-top: -42px;
  z-index: 9;
}

.nav-seceond .wrap {
  padding-top: 42px;
}

.nav-seceond .column {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  float: left;
  padding: 0 75px 0 0;
  line-height: 90px;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
  background: #00897c;
  border-radius: 0 40px 40px 0;
}

.nav-seceond .column:before {
  content: "";
  height: 90px;
  width: 999px;
  background: #00897c;
  position: absolute;
  right: 100%;
  top: 0;
}

.nav-seceond .sideMenu {
  padding-left: 250px;
  background: #f3f5f7;
  border-radius: 40px 0 0 40px;
  position: relative;min-height:95px;
}

.nav-seceond .sideMenu li {
  float: left;
  padding: 58px 27px 25px;
  position: relative;
}

.nav-seceond .sideMenu li dl {
  position: absolute;
  display: none;
}

.nav-seceond .sideMenu li > a {
  font-size: 24px;
  color: #333333;
}
.nav-seceond .sideMenu li.current > a,
.nav-seceond .sideMenu li:hover > a {
  color: #00897c;
  font-weight: bold;
}
.nav-seceond .sideMenu li.current:after,
.nav-seceond .sideMenu li:hover:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/jiahao.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
}

.nav-seceond .sideMenu:after {
  content: "";
  height: 100%;
  width: 999px;
  background: #f3f5f7;
  position: absolute;
  left: 100%;
  bottom: 0;
}

/* 当前位置 */
.location {
  position: absolute;
  right: 0;
  top: 10px;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
}

.location a {
  color: #fff;
}

/* 当前栏目 */
.page-con {
  margin-top: 20px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li .date {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 0;
  padding-top: 20px;
  padding-right: 10px;
  width: 85px;
  height: 85px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #00897c;
}

.list-text li .year {
  font-size: 16px;
  padding-top: 5px;
}

.list-text li .mon {
  font-size: 26px;
}

.list-text li .tit {
  float: right;
  width: 100%;
  padding: 0 28px 0 130px;
  background: #f3f5f7;
  position: relative;
  line-height: 85px;
}

.list-text li .tit a {
  display: block;
  padding-right: 50px;
  background: url(../images/list-ico1.png) center right no-repeat;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li:before {
  content: "";
  width: 10px;
  height: 49px;
  background: #d3b97f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

.list-text li:hover {
 background: url(../images/list-libg.png) no-repeat #00897c;
    background-size: cover;
    box-shadow: 7px 4px 10px 0px #00897c;
}

.list-text li:hover .date {
  background: #d3b97f;
}

.list-text li:hover .tit {
  background: none !important;
}

.list-text li:hover a {
  font-weight: bold;
  background: url(../images/list-ico2.png) center right no-repeat !important;
  color: #fff !important;
}

.list-text li:hover:before {
  display: none;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 0 -20px;
}

.list-pic li {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}

.list-pic .box {
  display: block;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 180px;
  overflow: hidden;
}

.list-pic .pic img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic .text {
  padding: 30px 25px;
  overflow: hidden;
  position: relative;
  background: #f3f5f7;
}

.list-pic .tit {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-pic .date {
  position: relative;
  margin-top: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #00897c;
}

.list-pic .more {
  width: 20px;
  height: 9px;
  position: absolute;
  right: 25px;
  bottom: 40px;
  background: url(../images/list-pic-more.png) no-repeat;
}

.list-pic .abst {
  margin-top: 20px;
  color: #acb8cf;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover .text {
  margin-top: -86px;
  background: #00897c;
}

.list-pic li:hover .tit {
  color: #fff;
}

.list-pic li:hover .date {
  color: #fff;
}

.list-pic li:hover .more {
  background: url(../images/list-pic-more2.png) no-repeat;
}

.list-pic li:hover .abst {
  display: block;
}

/* 科室导航 */
.ksdh-row {
  margin-bottom: 35px;
  overflow: hidden;
}

.ksdh-row .title {
  overflow: hidden;
  margin-bottom: 40px;
}

.ksdh-row .title h2 {
  width: 220px;
  line-height: 60px;
  height: 60px;
  padding: 0 45px;
  float: left;
  border-radius: 40px;
}

.ksdh-row .title p {
  padding-left: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.ksdh-row .t1 h2 {
  background: #2784b3;
}

.ksdh-row .t1 p {
  background: url(../images/ksdh-hd-ico11.png) left center no-repeat;
  background-size: auto 50%;
}

.ksdh-row .t2 h2 {
  background: #27a7b3;
}

.ksdh-row .t2 p {
  background: url(../images/ksdh-hd-ico21.png) left center no-repeat;
  background-size: auto 50%;
}

.ksdh-row .t3 h2 {
  background: #d3b97f;
}

.ksdh-row .t3 p {
  background: url(../images/ksdh-hd-ico31.png) left center no-repeat;
  background-size: auto 50%;
}

.ksdh-list ul {
  overflow: hidden;
  margin: 0 -16px;
}

.ksdh-list li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}

.ksdh-list a {
  display: block;
  margin: 0 16px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #c8cacd;
  line-height: 50px;
  height: 50px;
  background: url(../images/ksdh-bdico1.png) 200px center no-repeat;
  padding: 0 50px 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
}

.ksdh-list a:hover {
  border: 1px solid #00897c;
  background: url(../images/ksdh-bdico2.png) 200px center no-repeat #00897c;
  color: #fff;
  box-shadow: 0 2px 10px 0 #00897c;
}

/* 科室简介 */
.ksjj-box {
  margin-bottom: 75px;
  padding-top: 20px;
  height: 465px;
  position: relative;
}

.ksjj-box .tit {
  font-size: 34px;
  color: #222222;
  width: 35px;
  position: absolute;
  z-index: 9;
  top: 104px;
  left: 107px;
  line-height: 38px;
}

.ksjj-box .ksjj-text {
  position: relative;
  z-index: 3;
  float: left;
  width: 755px;
  padding: 110px 78px 44px 212px;
  background: url(../images/ksjj-bg.png) left bottom no-repeat;
  background-size: 100% 100%;
}

.ksjj-box .ksjj-text .con {
  font-size: 16px;
  color: #444444;
  line-height: 35px;
  height: 210px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.ksjj-box .ksjj-text .con p {
  text-indent: 2em;
}

.ksjj-box .ksjj-text .more {
  margin-top: 40px;
  background: url(../images/ksjj-more.png) left center no-repeat;
  overflow: hidden;
  padding: 0 8px;
}

.ksjj-box .ksjj-text .more a {
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #00897c;
  border-radius: 30px;
}

.ksjj-box .ksjj-pic {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;width:700px;
}

/* 科室专家 */
.kszj-list .title {
  text-align: center;
  margin-bottom: 45px;
  overflow: hidden;
}

.kszj-list ul {
  overflow: hidden;
  margin: 0 -24px;
}

.kszj-list li {
  float: left;
  width: 20%;
  margin-bottom: 50px;
}

.kszj-list .box {
  overflow: hidden;
  margin: 0 24px;
  background: #f3f4f4;
}

.kszj-list .box .pic {
  width: 100%;
  height: 338px;
  border-bottom: 2px solid #00897c;
}

.kszj-list .box .pic img {
  width: 100%;
  height: 100%;
}

.kszj-list .box .text {
  position: relative;
  height: 88px;
  width: 100%;
  text-align: center;
  padding-top: 18px;
}

.kszj-list .box .tit {
  display: block;
  font-size: 22px;
  color: #333333;
}

.kszj-list .box .subtit {
  font-size: 18px;
  color: #797a7a;
  margin-top: 10px;
}

.kszj-list .box .more {
  display: none;
}

.kszj-list .box:hover .text {
  height: 175px;
  margin-top: -87px;
  background: #00897c;
}

.kszj-list .box:hover .tit {
  color: #fff;
}

.kszj-list .box:hover .subtit {
  color: #d2d8e4;
}

.kszj-list .box:hover .more {
  display: block;
  margin-top: 25px;
}

/* 教师列表页 */
.list-tea {
  overflow: hidden;
  margin: 0 -20px;
  padding-top: 10px;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

.list-tea li .box {
  display: block;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  margin: 0 20px;
}

.list-tea li .pic {
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.list-tea li .pic img {
  width: 100%;
  height: 100%;
}

.list-tea li .pic img:hover {
  transform: scale(1.05);
}

.list-tea li .text {
  float: right;
  width: calc(100% - 170px);
  padding-top: 20px;
  padding-right: 25px;
}

.list-tea li .tit {
  display: block;
  font-size: 20px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-tea li .tit:hover {
  color: #01448c;
}

.list-tea li .tit:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #01448c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-tea li .zc {
  margin: 15px 0;
  font-size: 18px;
  color: #333333;
}

.list-tea li .info {
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-tea li .box:hover {
  background: #e2effe;
  border: 1px solid #01448c;
  box-shadow: 0px 0px 10px 0px #01448c;
}

/* 内容页 */
.article {
  margin-top: 20px;
}

.article h1 {
  text-align: center;
  color: #00897c;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.article .info span {
  margin: 0 10px;
}

.article .content {
  padding: 20px 0 25px;
}

.article .content p {
  font-size: 16px;
  color: #444444;
  line-height: 35px;
  text-indent: 2em;
  padding-bottom: 15px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
  margin-left: -2em;
}

.article .content p.vsbcontent_img img {
  margin-left: 0;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}

.article .np a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}

.article .np a span {
  width: 85px;
  line-height: 30px;
  background: #c7d9eb;
  float: left;
  text-align: center;
  color: #00897c;
  border-radius: 20px;
  margin-right: 10px;
}

.article .np a:hover {
  color: #00897c;
}

.article .np a:hover span {
  color: #fff;
  background: #00897c;
}

/* 中心简介页 */
.page-jjy {
  overflow: hidden;
}

.page-jjy .jjtit {
  background: #01448c;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
}

.page-jjy .jjtit h2 {
  font-size: 20px;
  color: #ffff;
}

.page-jjy .article {
  margin-top: 0;
}