﻿@charset "UTF-8";

/*+++++++++++    ++++++++++*/

.phone {
  display: none !important;
}


input,
textarea {

  outline: none;
  font-family: '微软雅黑';
  /*-webkit-appearance: none;*/
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {

  color: #666;
}



input:-moz-placeholder,
textarea:-moz-placeholder {

  color: #666;
}



input::-moz-placeholder,
textarea::-moz-placeholder {

  color: #666;
}



input:-ms-input-placeholder,
textarea:-ms-input-placeholder {

  color: #666;
}

body {
  font-size: 14px;
  font-family: '微软雅黑'
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:link,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: #454545
}

@-webkit-keyframes yuanbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes yuanbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes yuanbox1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes yuanbox1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.main,
.main-n {
  width: 1200px;
  margin: 0 auto
}

.search-box {
  display: none;
}

/* 头部 */
.head {
  height: 160px;
}

.head .logo img {
  height: 96px;
  margin-top: 37px
}

.hright {
  float: right;
  margin-top: 56px;
  line-height: 48px;
}

.date {
  display: inline-block;
  margin-right: 38px;
}

.date img {
  display: inline-block;
  margin: 0 10px -3px 0;
}

.date img:nth-child(2) {
  display: none;
}

.search {
  float: right;
  width: 340px;
  height: 48px;
  display: flex;
}

.search input {
  flex: 1;
  border-radius: 8px 0 0 8px;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  padding-left: 17px;
}

.search input:focus {
  border: 1px solid #098A90
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.search button {
  width: 70px;
  height: 48px;
  border-radius: 0 8px 8px 0;
  background: #098A90;
  border: 0;
  cursor: pointer;
}



.nav {
  width: 565px;
  float: right;
  height: 148px;
}

.nav ul li {
  position: relative;
  width: 23%;
  text-align: center;
  font-size: 20px;
  list-style-type: none;
  float: left;
  border-right: 1px solid #e4e4e4
}

.nav ul li:first-child {
  border-left: 1px solid #e4e4e4
}

.nav ul li a {
  color: #333;
  font-size: 20px;
  display: block;
  height: 148px;
  position: relative;
  z-index: 1
}

.nav ul li a .icon-nav {
  width: 40px;
  height: 40px;
  margin: 40px 0 0 0;
  display: inline-block;

}

.icon-9 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.nav-txt {
  display: block;
}

.nav ul li .line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: #009994;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0
}

.nav ul li:hover .line,
.nav ul li.on .line {
  height: 148px;
}

.nav ul li:hover a,
.nav ul li.on a {
  color: #fff
}

.nav ul li:hover .icon-9,
.nav ul li.on .icon-9 {
  display: block;
}

.nav ul li:nth-child(1) .icon-nav {
  background: url(../img/svg/home_nav_icon_public.svg) no-repeat;
}

.nav ul li:nth-child(2) .icon-nav {
  background: url(../img/svg/home_nav_icon_staff.svg) no-repeat;
}

.nav ul li:nth-child(3) .icon-nav {
  background: url(../img/svg/home_nav_icon_en.svg) no-repeat;
}

.nav ul li:nth-child(4) .icon-nav {
  background: url(../img/svg/home_nav_icon_app.svg) no-repeat;
}

.nav ul li:nth-child(5) .icon-nav {
  background: url(../img/svg/home_nav_icon_search.svg) no-repeat;
}

.nav ul li:hover:nth-child(1) .icon-nav,
.nav ul li.on:nth-child(1) .icon-nav {
  background: url(../img/svg/home_nav_icon_public_on.svg) no-repeat;
}

.nav ul li:hover:nth-child(2) .icon-nav,
.nav ul li.on:nth-child(2) .icon-nav {
  background: url(../img/svg/home_nav_icon_staff_on.svg) no-repeat;
}

.nav ul li:hover:nth-child(3) .icon-nav,
.nav ul li.on:nth-child(3) .icon-nav {
  background: url(../img/svg/home_nav_icon_en_on.svg) no-repeat;
}

.nav ul li:hover:nth-child(4) .icon-nav,
.nav ul li.on:nth-child(4) .icon-nav {
  background: url(../img/svg/home_nav_icon_app_on.svg) no-repeat;
}

.nav ul li:hover:nth-child(5) .icon-nav,
.nav ul li.on:nth-child(5) .icon-nav {
  background: url(../img/svg/home_nav_icon_search_on.svg) no-repeat;
}








/*导航*/
.nav-main {
  width: 100%;
  height: 80px;
  background: #009994;
  position: relative;
  z-index: 2;
}

.nav-main>.main>ul li {
  list-style-type: none;
}

.nav-main>.main>ul {
  display: flex;
  justify-content: space-between;
}

.nav-main>.main>ul li>a {
  line-height: 80px;
  color: #fff;
  font-size: 21px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.nav-main>.main>ul li>a:hover,
.nav-main>.main>ul li>a.on {
  font-weight: bold;
}

.nav-main>.main>ul li>a:hover::before,
.nav-main>.main>ul li>a.on::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 83px;
  height: 6px;
  background: #D9B23D;
}

.nav-show {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  background: rgba(32, 135, 140, 0.9);
  padding: 60px 0;
}

#li-xxgk .nav-show {
  visibility: hidden;
}

.nav-main .main>ul li:hover .nav-show {
  display: block;
}

.nav-main>.main>ul li>a:hover .nav-show {
  display: block;
}

.nav-showl {
  width: 448px;
  float: left;
  ;
}

.nav-showl a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  width: 50%;
  padding-left: 13px;
  float: left;
  transition: all ease-in-out .5s;
  margin-bottom: 28px;
}

.nav-showl a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #d9b23d;
  transition: all ease-in-out .5s;
}

.nav-showl a:hover {
  padding-left: 20px;
}

.nav-showl a:hover::before {
  width: 12px;
}

.nav-showc {
  width: 660px;
  padding: 0 78px;
  border-left: 1px solid #63abaf;
  border-right: 1px solid #63abaf;
  float: left;
  color: #fff;
  line-height: 27px;
}

.nav-showc span {
  display: block;
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}

.nav-showc .more3 {
  border: 1px solid #d9b23d;
  color: #d9b23d !important;
  background: url(../img/more-06.png) right 55px center no-repeat;
  margin: 60px 0 0 0;
}

.nav-showc .more3:hover {
  background-color: #d9b23d;
}



.nav-showr {
  width: 370px;
  margin-right: 50px;
  float: right;
}

.nav-showrc {
  width: 95px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-left: 80px;
  margin-bottom: 35px;
}

.nav-showrc img {
  display: block;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 16px;
  ;
}

.nav-showrc a {
  color: #fff;
}

.nav-list {
  color: #fff;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.nav-list a {
  width: 380px;
  float: left;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 13px;
  transition: all ease-in-out .5s;
  position: relative;
}

.nav-list a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #d9b23d;
  transition: all ease-in-out .5s;
}

.nav-list a:hover {
  padding-left: 20px;
}

.nav-list a:hover::before {
  width: 12px;
}

.nav-list span {
  float: right;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
}

.da-list {
  margin-bottom: 20px;
  ;
}

.da-listh {
  border-bottom: 1px solid #63abaf;
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 18px;
}

.da-listh:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #d9b23d;
  bottom: 0;
  left: 0;
}

.da-list a {
  color: #fff;
  margin: 0px 18px 18px 0;
  display: inline-block;
}

/* 轮播图 */
.mySwiper1 {
  width: 100%;

}

.mySwiper1 .swiper-pagination-bullet {
  width: 100px;
  height: 6px;
  border-radius: 0;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}

.mySwiper1 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.swiper-slide {
  overflow: hidden;
}

.mySwiper1 .swiper-slide img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.mySwiper1>.swiper-pagination {
  bottom: 40px !important
}

.mySwiper1 .swiper-button-prev {
  width: 80px !important;
  height: 80px !important;
  transform: translateY(-50%) !important;
  left: 40px;
  background: url(../img/banner-qh01.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper1 .swiper-button-next {
  width: 80px !important;
  height: 80px !important;
  transform: translateY(-50%) !important;
  right: 40px;
  background: url(../img/banner-qh02.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}




/*就诊指南*/


.container {
  background: url(../img/banner1_39.png) no-repeat center bottom;
  height: 1098px;
  background-size: 100% auto;
}

.container .main {
  position: relative;
}

.container-txt img {
  margin: 0 15px -10px 0;
}

.container-txt {
  font-size: 32px;
  color: #333;
  padding-top: 140px;
}





.container-txt h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  margin-top: 10px;
  display: inline-block;
  width: 48px;
  text-align: center;
}

.container-txt h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  display: inline-block;
  writing-mode: vertical-lr;
  margin-top: -20px;
}


.container .bx1 {
  top: 566px;
  left: 0px;
}

.container .box {
  width: 780px;
  position: absolute;
  z-index: 4;
}


.container a {
  color: #fff
}

.container .item {
  width: 390px;
  height: 216px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  float: left;
}

.container .item.i3 {
  background: #3EAFBB;
}

.container .item.i5 {
  height: 316px;
  vertical-align: middle;
  line-height: 300px;
}

.container .item.i5 img {
  display: inline-block;
  vertical-align: middle;
}

.container .item .middle {
  width: 100%;
  height: 100%;
}

.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}

.container .item .img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.container .item .img img {
  width: 100%;
  transition: ease .5s;

}

.container .item:hover .img img {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
}

.container .item .text {
  margin-top: 10px;
}

.container .item .tit {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 0;
}

.container .item .tit1 {
  font-size: 14px;
  font-family: Arial;
  margin-top: 5px;
}

.middle {
  font-size: 0;
}

.middle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.container .bx1 .item.i1 {
  background: url(../img/c-img1.jpg);
}

.container .bx1 .item.i2 {
  background: url(../img/c-img2.jpg);
}

.container .bx1 .item.i4 {
  background: #CBB984;
}

.container .bx2 {
  top: 782px;
  right: 0;
}

.container .bx2 .item.i1 {
  margin-top: 116px;
  background: #1AA899;
}

.container .item,
.container .box {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}


.container.animate .item,
.container.animate .box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}


.container .bx2 .item.i2 {
  background: url(../img/c-img6.jpg);

}

.container .bx2 .item.i3 {
  background: url(../img/c-img7.jpg);
}

.container .bx2 .item.i4 {
  background: url(../img/c-img8.jpg);
  float: right;
}

.container .bx1 .item.i1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


.container .bx1 .item.i2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.container .bx1 .item.i3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.container .bx1 .item.i4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


.container .bx1 .item.i5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}



.box-left {
  width: 390px;
  float: left;
  margin-top: 100px;
}

.box-right {
  width: 390px;
  float: left;
  margin-top: 0px;
}

.bx2 .box-right {
  margin-top: 100px;
}

.container .box1 {
  background: url(../img/icom_04.jpg);
  background-size: 100% 100%;
  width: 780px;
  height: 432px;
  position: absolute;
  top: 1098px;
  left: 0px;
  z-index: 4;
  color: #fff;
}

/*专家风采*/

.con3 {
  background: url(../img/c-bg3_24.jpg) center no-repeat;
  background-size: auto 100%;
  padding: 400px 0 122px 0;
  width: 100%;
  height: 1173px;
}

.con3tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 16px;
}

.mtjj {
  margin-top: 80px;
}

.con3tit img {
  margin: 0 0px -10px 0;
  width: 40px;
  height: auto;
}

.con3 .main {
  overflow: hidden;
}

.con3c {

  padding-top: 40px;
  position: relative;
}

.mySwiper5 .swiper-slide a:hover {
  background: #005bac
}

.sw1 {
  margin-top: 40px;
}

.sw2 {
  margin-top: 105px;
}

.sw3 {
  margin-top: 0px;
}

.sw4 {
  margin-top: 80px;
}

.sw5 {
  margin-top: 0px;
}

.mySwiper5-1 {
  position: relative;
  overflow: hidden;
}

.mySwiper5-1b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}

.mySwiper5-1 img {
  display: block;
  width: 100%;
  transition: all .5s ease;
}

.mySwiper5 .swiper-slide a:hover .mySwiper5-1 img {
  transform: scale(1.08);
}

.mySwiper5-1b-1 {
  font-size: 22px;
  text-align: center;
  line-height: 80px;
}

.mySwiper5-1b-2 {
  font-size: 14px;
  display: none;
  margin-bottom: 22px;

}

.mySwiper5-1b-2 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mySwiper5 .swiper-slide a {
  display: block;
}

.mySwiper5 .swiper-slide a:hover .mySwiper5-1b-2 {
  display: block;
}

.mySwiper5-2 {
  height: 90px;
  padding: 35px 20px 0 20px;
  background: #098a90;
  font-size: 16px;
  color: #fff;
}

.mo2,
.mo1 {
  float: right;
}

.mo2 {
  display: none;
}

.mySwiper5 .swiper-slide a:hover .mySwiper5-2 {
  background: #098a90 url(../img/bgon_27.jpg) no-repeat right bottom
}

.swiper-slide a:hover .mo2 {
  display: block;
}

.mySwiper5 .swiper-slide a:hover .mo1 {
  display: none;
}

.mySwiper5-2 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 150px;
}

.swiper-button-prev5 {
  width: 60px !important;
  height: 60px !important;
  background: url(../img/left5.png) !important;
  background-size: 100% 100%;
  margin-top: 0px !important;
  right: 70px !important;
  top: -39px !important;
  left: initial !important;
}

.swiper-button-next5 {
  width: 60px !important;
  height: 60px !important;
  background: url(../img/right5.png) !important;
  background-size: 100% 100%;
  margin-top: 0px !important;
  right: 0px !important;
  top: -39px !important;
}

.swiper-button-prev5:hover {
  background: url(../img/left5on.png) !important;
  background-size: 100% 100%;
}

.swiper-button-next5:hover {
  background: url(../img/right5on.png) !important;
  background-size: 100% 100%;
}

.swiper-button-next5:after,
.swiper-button-prev5:after {
  font-size: 0 !important;
}

.more3 {
  display: block;
  width: 200px;
  line-height: 48px;
  padding-left: 55px;
  border: 1px solid #098a90;
  border-radius: 120px;
  margin: 0 auto;
  color: #098a90 !important;
  background: url(../img/more-04.png) right 55px center no-repeat;
  margin-top: 40px;
  font-size: 15px;
}

.more3:hover {
  background: #098a90 url(../img/more-05.png) right 55px center no-repeat;
  color: #fff !important;
}




/*科室介绍*/
.ksnav {
  height: 894px;
  background: url(../img/jsbg_46.jpg) no-repeat;
  padding-top: 114px;
  background-size: cover;
}

.ksnav .con3tit {
  color: #fff;
}

.ksnav .main {
  position: relative;
  height: 100%;
}

.con3tit a.more {
  /* margin-top: 10px; */
  float: right;
  width: 140px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 120px;
  font-weight: normal;
  border: 1px solid #999999;
}

.con3tit a.more .more-arrow {
  background: url(../img/svg/home_icon_arrow.svg);
  width: 13px;
  height: 10px;
  display: inline-block;
  background-size: 100%;
  margin-left: 5px
}

.con3tit a.more:hover {
  color: #029b9e;
}

.con3tit a.more:hover .more-arrow {
  background: url(../img/svg/home_icon_arrow_on.svg);
  background-size: 100%
}



.news-box {
  border-radius: 8px;
  /* box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); */
  overflow: hidden;
}


.ksnav-c1 {
  width: 1066px;
  height: 700px;
  /* overflow: hidden; */
  position: absolute;
  bottom: 0;
  left: 0;
}

.ks-imghover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: ease .5s;
}

.ks-imghover:hover {
  transform: scale(1.04, 1.04);
}

.ksnav-c1 .ks-imghover {
  background: url(../img/tsimg5_15.jpg);
  background-size: 100% 100%;
}

.ksnav-c2 {
  width: 570px;
  height: 700px;
  position: absolute;
  right: 0;
  top: 156px;
}

.ksnav-c2 a {
  color: #fff
}

.ksnav-c2 a .img {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 55px;
  height: 55px;
}

.ksnav-c2 a .img img {
  width: 100%;
  height: auto;
}

.ksnav-c2 .text {
  font-size: 24px;
  writing-mode: tb-rl;
  margin: 36px 0 0 40px;
  position: relative;
  text-align: initial;
}

.ksnav-c2 .text span {
  font-size: 12px;
  display: block;
  display: none;
}

.ksnav-c2 .item {
  width: 570px;
  height: 350px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  float: left;
  position: relative;

}

.ksnav-c2 .item.i1 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  position: absolute;
  right: 100%;
  top: 350px;
}


.ksnav .ksnav-c2 .item {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}


.ksnav.animate .ksnav-c2 .item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ksnav-c2 .item.i1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ksnav-c2 .item.i2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.ksnav-c2 .item.i3 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ksnav-c2 .box-left,
.ksnav-c2 .box-right {
  width: 435px;
}

.ksnav-c2 .box-left {
  margin-top: 268px
}

.ksnav-c2 .i1 .ks-imghover {
  background: url(../img/tsimg7_15.jpg) no-repeat;
  background-size: 100% 100%
}

.ksnav-c2 .i2 .ks-imghover {
  background: url(../img/tsimg8_15.jpg) no-repeat;
  background-size: 100% 100%
}

.ksnav-c2 .i3 .ks-imghover {
  background: url(../img/tsimg9_15.jpg) no-repeat;
  background-size: 100% 100%
}

/*新闻*/
.news {
  height: 1792px;
  background: url(../img/c5bg_09.jpg) no-repeat center;
  padding-top: 505px;
  background-size: cover;
}





.news .main {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}


.news.animate .main {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}



.news-left,
.news-right {
  width: 68%;
  float: left;
}

.news-right {
  float: right;
  width: 30%;
  padding-left: 2%;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

.news-box {
  margin-top: 36px;
}

.mySwiper2 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  border: 2px solid #fff !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.mySwiper2 .swiper-pagination-bullet-active {
  background: #fff !important;
}

.mySwiper2 .swiper-pagination {
  bottom: 22px !important;
  display: none;
}

.mySwiper2 img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.mySwiper2 .txt {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 20px 40px 30px 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.806));
}

.mySwiper2 .txt .date {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
}

.mySwiper2 .txt .tit {
  display: block;
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
}

.mySwiper2 .txt .intro {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}

.news-list {
  overflow: hidden;
  margin-top: 48px;
}

.news-list .tpic {
  width: 60%;
  float: left;
}

.news-list .tpic ul li {
  float: left;
  width: 46%;
}

.news-list .tpic ul li:nth-child(1) {
  float: right;
  width: 46%;
}

.news-list .tpic ul li a {
  display: block;
}

.news-list .tpic ul li img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.news-list .tpic ul li .txt {
  padding-left: 11px;
  position: relative;
}

.news-list .tpic ul li .txt .tit {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 0
}

.news-list .tpic ul li .txt .date {
  font-weight: 400;
  font-size: 12px;
  color: #099C98;
  line-height: 28px;
}


.news-list .infolist {
  float: right;
  width: 35%;
}

.news-list .infolist li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding-left: 10px;
}

.news-list .infolist li.last {
  border: none;
}

.news-list .infolist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2px;
  height: 20px;
  background: #099C98;
}

.news-list ul li a {
  color: #333;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  font-weight: 600;
}

.news-list ul li span {
  display: block;
  margin-top: 15px;
  color: #888888;
  font-size: 14px;
  position: relative;
}

.news-list ul li .txt::before {
  content: "";
  position: absolute;

  left: 0;
  top: 6px;
  width: 2px;
  height: 20px;
  background: #099C98;
}


.newsr-box {
  margin-top: 36px;
}

.newsr-box>a>img {
  width: 100%;
}

.news-right .con3tit ul li {
  display: inline;
  margin-right: 40px;
  ;
}

.news-right .con3tit ul li span {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-block;
}

.news-right .con3tit ul li {
  color: #AAAAAA;
  cursor: pointer;
}

.news-right .con3tit ul li.on,
.news-right .con3tit ul li:hover {
  color: #333;
}

.newsr-box ul li {
  /* height: 162px; */
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
}

.newsr-box ul li.n {
  height: auto;
}

.newsr-box ul li.n .date {
  font-weight: 400;
  font-size: 12px;
  color: #099C98;
  line-height: 28px;
}

.newsr-box ul li.t .txt {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.806));
}


.newsr-box ul li.t .txt span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0
}

.newsr-box ul li.t .txt span a {
  color: #fff;
  word-wrap: break-word;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 28px;
}

.newsr-box ul li a {
  display: flex;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0
}

.newsr-box ul li:hover .c1-right1,
.newsr-box ul li:hover .c1-right1 span {
  color: #098a90;
}

.c1-right1 {
  width: 137px;
  background: #f4f4f4;
  color: #fff;
  text-align: center;
  height: 100%;
  padding-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #888888;
}

.c1-right1 span {
  display: block;
  font-size: 56px;
  text-align: center;
  display: block;
  color: #888888;
}

.c1-right2 {
  color: #666666;
  flex: 1;
  padding: 37px 30px 0 30px;
}

.c1-right2tit {
  color: #333;
  font-size: 18px;
  display: block;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.newsr-box ul li:hover .c1-right2tit {
  color: #098a90
}

.c1-right2bd {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 24px;
}

/*医院概况*/
.zk-con2 {
  width: 100%
}

.zk-con2left {
  width: 50%;
  position: relative;
  float: left;
  height: 620px;
}

.zk-con2left>img {
  width: 100%;
  height: 620px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.zk-con2left .con3tit {
  position: absolute;
  right: 50%;
  top: 50%;
  writing-mode: initial;
  text-align: initial;
  height: 140px;
  color: #fff;
  transform: translate(-30%, -50%);
  width: 190px;
  font-size: 32px;
}

.zk-con2left .con3tit img {
  margin: 0 0 18px 20px;
  display: block;
  width: 80px;
  height: 80px;
}

.zk-con2left .con3tit a {
  color: #fff;
}

.zk-con2left .con3tit a.more {
  background: url(../img/more-03.png) no-repeat top;
  padding-top: 35px;
  padding-left: 0;
  margin-right: 12px;
  color: #fff;
  display: none;
}

.zk-con2right {
  width: 50%;
  position: relative;
  float: right;
}

.zk-con2rightc {
  position: relative;
}

.zk-con2rightc ul li {
  width: 33.3%;
  float: left;
  height: 310px;
  text-align: center;
  position: relative;
}

.zk-con2rightc ul li a>img {
  width: 100%;
  height: 100%;
  display: block;
}

.ftxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}

.ftxt img {
  display: block;
  transition: ease .5s;
  margin: 0 auto 22px auto;
}

.zk-con2rightc ul li:hover img,
.zk-con2left .con3tit:hover img {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
}

.news-a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.foot {
  padding-top: 80px;
  width: 100%;
  background: #009994;
  overflow: hidden;
}


.foot .main {
  padding-bottom: 80px;
}

.foot-left {
  width: 480px;
  float: left;
}

.foot-left img {
  width: 80%;
}

.foot-center {
  width: 818px;
  border-left: 1px solid #3aa1a6;
  border-right: 1px solid #3aa1a6;
  /* padding-left: 48px; */
  color: #fff;
  float: left;
  height: 200px;
  line-height: 35px;
}

.foot-center {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.foot-center .biaoshi {
  padding-left: 10px;
}

.section2 {
  margin-top: 20px;
}

.section1 span,
.section2 span {
  font-size: 19px;
  line-height: 33px;
  display: inline-block;
}

.section1 img,
.section2 img {
  /* vertical-align:middle; */
  position: relative;
  margin-bottom: -5px;
}


.foot-right {
  float: right;
  width: 160px;
}

.foot-right ul li {
  text-align: center;
  color: #fff;
  width: 135px;
}

.foot-right ul li img {
  margin-bottom: 10px;
  display: block;
}

.fbottom {
  padding: 36px 0;
  border-top: 1px solid #3aa1a6;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.fbottoml {
  /* float: left; */
}

.fbottoml>img {
  float: left;
}

.fbottomlc {
  /* width: 500px; */
  margin-left: 20px;
  /* float: left; */
  margin-top: 6px;
}

.fbottomlc a {
  color: #fff;
  display: inline-block;
  border-right: 1px solid #3aa1a6;
  padding: 0 20px;
}

.fbottomlc span a {
  padding: 2px;
}

.fbottomlc a:nth-child(1) {
  padding-left: 0;
}

.fbottomlc a:nth-child(4) {
  border: 0;
}

.fbottomlc span {
  display: block;
  margin: 15px 0 0 0;
  color: #fff;
  opacity: 0.5;
}

.fbottomlc span img {
  margin: 0 10px -5px 10px;
}

.fbottomr {
  width: 80%;
  margin-top: 40px;
  position: relative;
}

.sj-show {
  display: none;
}

.choose {
  width: 100%;
  height: 40px;
  border: 1px solid #53adb2;
  border-radius: 5px;
  background: #009994 url(../img/cret_69.jpg) no-repeat right center;
  appearance: none;
  font-size: 16px;
  padding-left: 20px;
  color: #fff;
  cursor: pointer;
}

.choose:-moz-placeholder {
  color: #fff;
}

.choose:-ms-input-placeholder {
  color: #fff;
}

.choose::-webkit-input-placeholder {
  color: #fff;
}

.option {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  bottom: 42px;
}

.option li {
  line-height: 40px;
  color: #333;
  padding-left: 20px;
  cursor: pointer;
}

.option li:hover {
  background-color: #098a90;
  color: #fff;
}

.newsphone-show {
  display: none;
}

.clearfix {
  overflow: hidden;
}


/*信息公开*/
.new-tit {
  background-color: #faf5e6;
  line-height: 70px;
  color: #098a90;
  font-size: 16px;
}

.new-con {
  width: 100%;
  padding: 35px 0 65px 0;
}

.new-conlist {
  display: flex;
}

.new-conlistc {
  width: 33%;
  margin: 0 .9%;
}

.newc-tit {
  padding-bottom: 23px;
  border-bottom: 1px solid #dddddd;
  color: #333;
  font-size: 32px;
  position: relative;
  ;
}

.newc-tit::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #d9b23d;
  bottom: 0;
  left: 0;
}

.newc-tit img {
  margin: 0 10px -12px 0;
}

.newc-bd {
  margin-top: 20px;
}

.newc-bd a {
  display: block;
  line-height: 48px;
  text-align: center;
  margin-bottom: 12px;
  color: #098a90;
  font-size: 18px;
  background: #e6f3f4;
  border-radius: 8px;
  ;
}

.newc-bd a:hover {
  background-color: #098a90;
  color: #fff;
}

.new-cd a {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}

.new-cd a:nth-child(2n) {
  margin-right: 0;
}

.new-conlistb {
  width: 100%;
  margin: 0;
}

.new-conlistb a {
  width: 205px;
  float: left;
  ;
  margin-right: 16px;
}

.newh {
  background: url(../img/n-bg_02.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}

.newh-tit {
  text-align: center;
  color: #333;
  font-size: 32px;
  margin-bottom: 40px;
}

.newh-bd ul {
  display: flex;
}

.newh-bd ul li {
  width: 250px;
  height: 240px;
  border: 1px solid #b7dbde;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  margin-right: 12px;
  border-radius: 8px;
}

.newh-bd ul li:last-child {
  margin-right: 0;
}

.newh-bd ul li span {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

.newh-bd ul li:hover {
  background: #098a90;
  border: 1px solid #098a90;
  border-bottom: 6px solid #d9b23d;
}

.newh-bd ul li:hover a {
  color: #fff;
}

.newh-bd ul li:nth-child(1) span {
  background: url(../img/icon1.png);
}

.newh-bd ul li:nth-child(1):hover span {
  background: url(../img/icon1on.png);
}

.newh-bd ul li:nth-child(2) span {
  background: url(../img/icon2.png);
}

.newh-bd ul li:nth-child(2):hover span {
  background: url(../img/icon2on.png);
}

.newh-bd ul li:nth-child(3) span {
  background: url(../img/icon3.png);
}

.newh-bd ul li:nth-child(3):hover span {
  background: url(../img/icon3on.png);
}

.newh-bd ul li:nth-child(4) span {
  background: url(../img/icon4.png);
}

.newh-bd ul li:nth-child(4):hover span {
  background: url(../img/icon4on.png);
}

.newh-bd ul li:nth-child(5) span {
  background: url(../img/icon5.png);
}

.newh-bd ul li:nth-child(5):hover span {
  background: url(../img/icon5on.png);
}

.newh-bd ul li:nth-child(6) span {
  background: url(../img/icon6.png);
}

.newh-bd ul li:nth-child(6):hover span {
  background: url(../img/icon6on.png);
}

.foot-center a {
  color: #fff;
}




.tsbox {
  height: 803px;
  background: url(../img/bg8.jpg) no-repeat;
  padding-top: 157px;
  background-size: cover;
}

.tit-top {
  height: 85px;

}

.tit-top img {
  margin-right: 10px;
}

.tit-top strong {
  font-size: 36px;
}

.tit-top .more {
  float: right;
  width: 130px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border-radius: 120px;
  border: 1px solid #999999;
}

.tit-top .more img {
  margin-left: 5px;
  width: 13px;
}

.tit-top .more:hover {
  border: 1px solid #029b9e;
  /*color: #029b9e*/
}

.tsbox-con ul li {
  width: 31%;
  list-style-type: none;
  display: inline-block;
  background: #fff;
  text-align: center;
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  /* height: 277px; */
  position: relative;
}

.tsbox-con ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  /* overflow: hidden; */
}



.tsbox-con {
  /* overflow:hidden; */
  /* height: 400px; */
}

.tsbox-con ul li a {
  color: #000;
  font-size: 24px;
  /* display: block; */
  height: 100%;
  /* padding-bottom: 30px; */
}

.tsbox-con ul li a:hover {
  background: #029b9e;
  color: #fff;
}

.tsbox-con ul li:nth-child(2) {
  margin: 0 3%
}

.tsbox-con ul li span {
  display: block;
  /* margin:40px 0 30px 0; */
  position: absolute;
  top: 40%;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.tsbox-con.animate ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;

}



.tsbox-con.animate ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tsbox-con.animate ul li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.tsbox-con.animate ul li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}




.ts-more {
  background: url(../img/home_tsyl_icon_more.png);
  width: 95px;
  height: 54px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 65%;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.tsbox-con ul li a:hover .ts-more {}

.tsbox-conimg,
.ztbox-conimg {
  width: 100%;
  display: block;
  /* height: 294px; */
  overflow: hidden;
}

.tsbox-conimg img {
  width: 100%;
  height: auto;
  display: block;
}

.ztbox-conimg img {
  width: 100%;
  height: auto;
  display: block;
}

.map {
  position: relative;
  height: 600px
}

.map .bdmap {
  height: 100%;
}

.map-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-con {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -780px;
}

.map-img img {
  width: 120%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  left: 0;
  top: 0
}

.map-img img.on {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.map-conlist {
  width: 465px;
  height: 660px;
  background: rgba(0, 153, 148, 1);
}

.map-conlist .tit {
  font-size: 32px;
  text-align: center;
  padding-top: 65px;
  color: #fff;
  display: block
}

.map-conlist .bdmaplist {
  margin-top: 40px;
  border-top: 1px solid #0bb0b3;
}

.map-conlist li {
  list-style-type: none;
  color: #fff;
  border-bottom: 1px solid #0bb0b3;
}

.map-conlist li.on .tit1 {
  background: #0bb0b3;
  position: relative;
}

.map-conlist .on .tit1:after {
  content: "";
  display: block;
  background: url(../img/san.png) no-repeat 0 0;
  width: 21px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -21px;
}

.map-conlist .tit1 {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}

.map-conlist .on .list {
  display: block;
}

.map-conlist .on .list img {
  vertical-align: middle;
  margin-right: 8px;
}

.map-conlist .list {
  padding: 30px 30px 30px 50px;
  display: none;
  font-size: 14px;
  line-height: 35px
}


.ztbox {
  height: 598px;
  background: url(../img/bg9.jpg) no-repeat;
  padding-top: 100px;
  background-size: cover;
}

.ztbox .tit-top {
  color: #000
}

.ztbox-con ul li {
  width: 31.6%;
  list-style-type: none;
  display: inline-block;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}

.ztbox-con ul li a {
  color: #000;
  font-size: 16px;
  display: block;
}

.ztbox-con ul li:hover {
  border-bottom: 5px solid #029b9e;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.ztbox-con.animate ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;

}

.ztbox-con.animate ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ztbox-con.animate ul li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.ztbox-con.animate ul li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ztbox-con ul li:nth-child(2) {
  margin: 0 2%
}

.ztbox-con ul li span {
  display: block;
  line-height: 60px;
}

.ztbox-con ul li span {
  display: block;
  line-height: 60px;
}


.newsearch {
  position: absolute;
  left: 0;
  top: 240px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;

}

.newssearchbg {
  background: #fff;
  padding: 25px 0;
}

.newsearch img {
  height: 23px;
  margin-bottom: -5px;
  display: inline-block;
  cursor: pointer;
}

.newsearch .search-input {
  width: 84%;
  display: inline-block;
  line-height: 48px;
  border: 0;
  margin-left: 10px;
  font-size: 18px;
  /* background: #edf1f4; */
}

.newsearch .btn {
  width: 160px;
  line-height: 48px;
  background: #009994;
  color: #fff;
  text-decoration: center;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
}

.newsearch .btn:hover {
  background: #048c88
}

.newsearclose {
  float: right;
  margin-top: 10px;
}

.newsearphbtn {
  display: none;
}






.video-content {
  padding: 30px 0px 80px 0;
}

.video-content .title {
  font-size: 22px;
  margin-bottom: 30px;
}

.video-content .list-con {
  margin: 0px -12px;
}

.video-content .list-con .list {
  width: 25%;
  float: left;
  padding: 0px 10px;
  margin-bottom: 40px;
  text-align: center;
}

.video-content .list-con .list .box {
  background: #fff;
}

.video-content .list-con .list .box .img {
  /* overflow:hidden; */
}

.video-content .list-con .list .box .img a {
  padding-top: 65%;
  position: relative;
  display: block;
}

.video-content .list-con .list .box .con {
  padding: 20px 15px;
  border: 1px solid #ddd;
}

.video-content .list-con .list .box .con .tit {
  line-height: 24px;
  font-size: 16px;
  height: 45px;
  overflow: hidden;
}

.video-content .list-con .list .box .con .tit a {}

.video-content .list-con .list .box .con .date {
  color: #888;
  margin-top: 10px;
}

.video-content .title-box {
  color: #454545;
  border-bottom: 1px solid #ddd;
}

.video-content .title-box ul {
  font-size: 18px;
}

.video-content .title-box ul li {
  cursor: pointer;
  float: left;
  position: relative;
  padding: 0px 15px;
  height: 54px;
  border-bottom: 3px solid transparent;
}

.video-content .title-box ul li a {
  display: block;
  height: 100%;
}

.video-content .title-box ul li.active {
  color: #0785a0;
  border-bottom: 3px solid #0785a0;
}


.video-content .list-con li {
  width: 25%;
  float: left;
  padding: 20px 10px;
  margin: 40px;
  list-style: none;
  background: #Fff;
  border: 1px solid #efefef;
  text-align: center;
}

.video-content .list-con li a {
  display: block;
  text-align: center;
}

.video-content .list-con li img {
  display: inline;
  width: 100% !important;
}

.video-content .list-con li a.tit {
  line-height: 50px;
}




.keshi-detail-content .list-con {
  margin: 0px auto;
  margin-top: 90px;
  margin-bottom: 50px;
  overflow: hidden;
}

.keshi-detail-content .list-con .list {
  width: 33.33%;
  float: left;
  padding: 0px 10px;
}

.keshi-detail-content .list-con .list .item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.keshi-detail-content .list-con .list .item a {
  height: 200px;
  position: relative;
  font-size: 20px;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding-top: 40px;
}

.keshi-detail-content .list-con .list .item a .icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
}

.keshi-detail-content .list-con .list .item a .tit {
  margin-top: 10px;
}

.keshi-detail-content .list-con .list .item a .left,
.keshi-detail-content .list-con .list .item a .right {
  position: absolute;
  width: 23px;
  height: 23px;
  opacity: .5;
}

.keshi-detail-content .list-con .list .item a .left {
  left: 10px;
  bottom: 10px;
  background: url(../img/guoji-item01-left.png) no-repeat center center/cover;
}

.keshi-detail-content .list-con .list .item a .right {
  right: 10px;
  top: 10px;
  background: url(../img/guoji-item01-right.png) no-repeat center center/cover
}

.keshi-detail-content .list-con .list.list01 .item a {
  background: #0897ae url(../img/guoji-item01-img02.png) no-repeat center center;
}

.keshi-detail-content .list-con .list.list01 .item a .icon {
  background: url(../img/wgk_nose.png) no-repeat center center/cover;
}

.keshi-detail-content .list-con .list.list02 .item a {
  background: #37a293 url(../img/guoji-item01-img02.png) no-repeat center center;
}

.keshi-detail-content .list-con .list.list02 .item a .icon {
  background: url(../img/wgk_eye.png) no-repeat center center/cover;
}

.keshi-detail-content .list-con .list.list03 .item a {
  background: #cea065 url(../img/guoji-item01-img02.png) no-repeat center center;
}

.keshi-detail-content .list-con .list.list03 .item a .icon {
  background: url(../img/wgk_mouth.png) no-repeat center center/cover;
}

#xjgnk .list.list01 .item a .icon {
  background: url(../img/xxgnk1.png) no-repeat center center/cover;
}

#xjgnk .list.list02 .item a .icon {
  background: url(../img/xxgnk2.png) no-repeat center center/cover;
}

#sjnkt1 .list.list01 .item a .icon {
  background: url(../img/sjnk1.png) no-repeat center center/cover;
}

#sjnkt1 .list.list02 .item a .icon {
  background: url(../img/sjnk2.png) no-repeat center center/cover;
}

#zlwk .list.list01 .item a .icon {
  background: url(../img/zlk1.png) no-repeat center center/cover;
}

#zlwk .list.list02 .item a .icon {
  background: url(../img/zlk2.png) no-repeat center center/cover;
}


.tool {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.tool a {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  margin: 10px 0;
}

.tool a.icon01 {
  background: #14acba url(../img/tool01-on.png) no-repeat center center;
}

.tool a.icon02 {
  background: #14acba url(../img/tool02-on.png) no-repeat center center;
}

.tool a.icon03 {
  background: #14acba url(../img/tool03-on.png) no-repeat center center;
}

.tool a.icon04 {
  background: #14acba url(../img/tool04-on.png) no-repeat center center;
}

.tool a.icon01:hover {
  background: #d9b23d url(../img/tool01-on.png) no-repeat center center;
}

.tool a.icon02:hover {
  background: #d9b23d url(../img/tool02-on.png) no-repeat center center;
}

.tool a.icon03:hover {
  background: #d9b23d url(../img/tool03-on.png) no-repeat center center;
}

.tool a.icon04:hover {
  background: #d9b23d url(../img/tool04-on.png) no-repeat center center;
}



.ksnav .main {
  position: relative;
  height: 100%
}

.ksnav .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 325px;
  height: 300px;
  position: relative;
}

.ksnav .swiper-slide>img {
  transition: ease .5s;
}

.ksnav .swiper-slide:hover>img {
  transform: scale(1.1, 1.1);
}

.mySwiper3 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -320px;
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  margin: 0 auto;
  right: 0;
}

.ksnav.animate .mySwiper3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ksnav .tit-top {
  color: #000;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: -405px;
}

.ksnav .tit-top img {
  margin-right: 10px;
}

.svgimg {
  width: 30px;
  margin: 0 10px -3px 0
}

.mySwiper3-con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.mySwiper3-con a {
  color: #fff;
  display: block;
  padding-top: 80px
}

.mySwiper3-con .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.mySwiper3-con .text {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}

.mySwiper3 .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background: url(../img/banner-qh01.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper3 .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background: url(../img/banner-qh02.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}


/* 医院概况 */
.abBanner img {
  width: 100%;
  display: block;
}

.abBanner {
  position: relative;
}

.baBnnerTit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.baBnnerTit span {
  width: 60px;
  height: 8px;
  background: #D9B23D;
  border-radius: 4px;
  margin-top: 20px;
}

.ab-content1 {
  background: rgba(39, 196, 191, .1) url('../img/aboutus/ab1-bg1.png') no-repeat bottom center;
  background-size: 1920px;
  padding: 110px 0 260px 0;
  position: relative;
}

.ab-content1 .main {
  position: relative;
  z-index: 999;
}

.ab1-color {
  position: absolute;
  right: 0;
  bottom: 180px;
  width: 620px;
  height: 430px;
  background: #009994;
  z-index: 0;
}

.ab-tit1 {
  font-size: 36px;
  font-weight: bold;
  color: #192533;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-tit1 img {
  margin-right: 5px;
}


.ab-con {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
}

.ab-conl {
  flex: 1;
}

.ab-conr {
  width: 760px;
  height: 430px;
  margin-left: 45px;
  object-fit: cover;
}

.ab-conl-tit {
  font-size: 24px;
  font-weight: bold;
  color: #1F283D;
  padding: 30px 0;
  border-bottom: 1px dashed #009994;
  position: relative;
}

.ab-conl-titimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.ab-conl-tit .l1 {
  width: 8px;
  height: 12px;
}

.ab-conl-txt {
  margin: 37px 0 40px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #192533;
  line-height: 36px;
}

.ab-conl-more {
  color: #009994 !important;
  border: 1px solid #009994;
  width: 210px;
  line-height: 48px; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
}

.ab-conl-more:hover {
  color: #fff  !important;
  background: #009994;   
}

.ab-content2 {
  background: url('../img/aboutus/ab1-bg2.jpg') no-repeat center top;
  background-size: 1920px 100%;
}

.ab-content2 .main {
  display: flex;
  justify-content: space-between;
}

.ab2-list {
  width: 490px;
}

.ab2-left1 {
  background: #C3B587 url('../img/aboutus/ab1-bg6.png') no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  height: 315px;
}

.ab2-left1 span {
  color: #756833;
  font-size: 18px;
  text-align: center;
  padding: 0 50px;
  line-height: 28px;
}

.ab2-left1a {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.ab2-left1a strong {
  font-size: 60px;
}

.ab2-left2 {
  background: #BACD71 url('../img/aboutus/ab1-bg4.png') no-repeat right 40px center;
  color: #fff;
  font-size: 18px;
  height: 315px;
  margin-top: 48px;
  position: relative;
  padding-top: 23px;
}

.ab2-left2::before {
  position: absolute;
  content: '';
  border-left: 1px solid rgba(255, 255, 255, .5);
  left: 32px;
  top: 0;
  bottom: 0;
}

.ab2-left2 .list {
  font-size: 18px;
  padding-left: 32px;
  margin: 20px 0 0 32px;
  position: relative;
}

.ab2-left2 .list strong {
  font-size: 44px;
  margin: 0 8px;
}

.ab2-left2 .list::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  left: 0;
  top: 40px;
  background: rgba(255, 255, 255, .5);
}

.ab2-cen {
  margin-top: 90px;
}

.ab2-left2.ab2-cen1 {
  color: #192533;
  margin-top: 0;
  background: #E4F2F2 url('../img/aboutus/ab1-bg3.png') no-repeat right 40px center;
}

.ab2-left2.ab2-cen1 strong {
  color: #009994;
}

.ab2-left2.ab2-cen1 .list::before {
  background: #009994;
  opacity: .5;
}

.ab2-left2.ab2-cen1::before {
  border-left: #009994 1px solid;
  opacity: .5;
}

.ab2-left2.ab2-cen2 {
  height: 405px;
  padding-top: 33px;
  background: #0F6C90 url('../img/aboutus/ab1-bg5.png') no-repeat right 20px bottom 40px;
}

.ab2-left2.ab2-cen2 .listl {
  width: 275px;
  line-height: 28px;
}


.ab2-left2.ab2-cen2 .list:last-child strong {
  margin-top: -10px;
}

.ab2-right .ab2-left2 {
  height: 720px;
  margin-top: -50px;
  padding-top: 60px;
  background: url('../img/aboutus/ab1-bg7.jpg') no-repeat;
  background-size: 100% 100%;
}

.ab2-right .ab2-left2 .list {
  margin-bottom: 10px;
  margin-top: 0;
}

.ab2-right .ab2-left2 .list::before {
  top: 40px;
}

.ab-content5 {
  background: url('../img/aboutus/ab3-bg.jpg') no-repeat center top 200px;
  background-size: cover;
  padding-bottom: 200px;
}

.ab-content5 .ab-tit1 {
  line-height: 200px;
  background: rgba(0, 138, 133, .1);
  max-width: 1920px;
  margin: 0 auto;
}

.ab5con {
  margin-top: 70px;
}

.ab5con ul {
  display: flex;
  flex-wrap: wrap;
}

.ab5con ul li {
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 18%;
}

.ab5con ul li:nth-child(5n) {
  margin-right: 0;
}

.ab5con ul li img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}

.ab5con-txt {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ab5con-txt span {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ab5con ul li:hover .ab5con-txt {
  background: #fff;
  color: #1F283D;
}

.ab5con ul li:hover .ab5con-txt span {
  color: #009994;
  border-bottom: 1px solid #009994;
}

.ab-content4 {
  background: url('../img/aboutus/ab-bg4.png') no-repeat center top;
  background-size: 1920px 100%;
  margin-top: -170px;
  padding-top: 150px;
  overflow: hidden;
}

.ab-tit1 {
  position: relative;
}

.ab-tit1 a.more {
  position: absolute;
  right: 0;
  top: 0;
  color: #1F283D;
  font-size: 16px;
  padding-right: 64px;
  background: url('../img/aboutus/more.png') no-repeat right center;
  background-size: 52px 52px;
  line-height: 52px;
}

.ab-tit1 a.more:hover {
  background: url('../img/aboutus/moreon.png') no-repeat right center;
  background-size: 52px 52px;
}

.ab-content4Bot {
  max-width: 1920px;
  padding: 47px 0 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}

.ab-content4BotCon {
  background: url('../img/aboutus/ab4-bg.png') repeat-x bottom;
  padding-bottom: 195px;
  flex: 1
}

.ab-content4BotCon ul {
  display: flex;
}

.ab-content4BotCon ul li {
  display: flex;
  flex-direction: column;
  margin-right: 48px;
  width: 25%
}

.ab-content4BotCon ul li:last-child {
  margin-right: 0;
}

.ab-content4BotCon ul li img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ab-content4BotCon ul li span {
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1B2836;
  padding: 0 20px;
  box-shadow: 0px 0px 20px 0px rgba(45, 47, 58, 0.2);
}

.ab-content4BotCon ul li:hover span {
  color: #009994;
}

.ab-content6 {
  display: flex;

}

.ab-content6l {
  width: 50%;
  padding-right: 110px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: calc((100vw - 1560px) / 2);
  background-image: url('../img/aboutus/ab5-bgl.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  height: 778px;
}

.c3-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
}

.c3-tit .tit {
  color: #1F283D;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.c3-tit .tit img {
  width: 40px;
  margin-right: 12px;
}

.c3-tit .tit a {
  color: #1F283D;
  font-size: 36px;
  font-weight: bold;
}


.c3-tit a.more {
  float: right;
  color: #1F283D;
  font-size: 16px;
  padding-right: 64px;
  background: url('../img/aboutus/more1.png') no-repeat right center;
  line-height: 52px;
  background-size: 52px 52px;
}

.c3-tit a.more:hover {
  background: url('../img/aboutus/more1on.png') no-repeat right center;
  background-size: 52px 52px;
}

.ab-content6l .c3-tit {
  opacity: 1;
  visibility: visible;
  color: #fff;
}

.ab-content6l .c3-tit .tit a {
  color: #fff;
}


.ab-content6l .c3-tit a.more {
  color: rgba(255, 255, 255, .6)
}

.ab-content6l ul {
  margin-top: 65px;
}

.ab-content6l ul li {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, .1);
  padding: 10px 30px 10px 10px;
  border-left: 6px solid rgba(255, 255, 255, .2);
}

.ab-content6l ul li:hover {
  background: rgba(255, 255, 255, .2);
  border-left: 6px solid #C3B587;
}

.ab-content6l ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ab-content6l ul li .left {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.ab-content6l ul li .left img {
  margin-right: 30px;
  width: 150px;
  height: 100px;
  object-fit: cover;
}

.ab-content6l ul li:last-child {
  margin-bottom: 0;
}

.ab-content6l ul li a>img {
  width: 20px;
  height: 20px;
}

.ab-content6r {
  height: 778px;
  flex: 1;
  overflow-y: hidden;
  width: 50%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../img/aboutus/ab5-bgr.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.ab-content6r .c3-tit {
  opacity: 1;
  visibility: visible;
  color: #1F283D;
  padding-right: calc((100vw - 1560px) / 2);
}

.ab-content6r .c3-tit a.more {
  color: rgba(31, 40, 61, .8);
  padding-right: 64px;
  background: url('../img/aboutus/more.png') no-repeat right center !important;
  background-size: 52px 52px;
}

.ab-content6r .c3-tit a.more:hover {
  background: url('../img/aboutus/moreon.png') no-repeat right center !important;
  background-size: 52px 52px;
}



.ab-content6rc {
  background: #fff;
  padding: 20px 0 50px 60px;
}

.ab-content6rcbot {
  margin-top: 65px;
  height: 510px;
  overflow: hidden;
}

.mySwiper11 .swiper-slide .list {
  margin-bottom: 24px;
  position: relative;
}


.mySwiper11 .swiper-slide img {
  width: 100%;
  height: 243px;
  display: block;
  object-fit: cover;
}

.mys11span {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, transparent, #1F283D);
}

.ab-content7 {
  background: url('../img/aboutus/ab6-bg.jpg') no-repeat center top;
  background-size: 1920px 100%;
  padding: 85px 0 100px 0;
  position: relative;
}

.ab-content7tit {
  position: relative;
  color: #1F283D;
  font-size: 16px;
  padding: 33px 0;
  line-height: 28px;
  width: 1030px;
  margin: 30px auto 0;
}

.ab-content7tit::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 3px;
  border-top: 1px solid rgba(31, 40, 61, .2);
  border-bottom: 1px solid rgba(31, 40, 61, .2);
}

.ab-content7tit::after {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(31, 40, 61, .2);
  border-bottom: 1px solid rgba(31, 40, 61, .2);
}

.ab-content7c {
  margin: 30px 65px 0 120px;
  height: 631px;
  overflow: hidden;

}

.ab-content7::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 418px;
  border-top: 1px solid #C3B587;
}

.ab-content7 .main {
  position: relative;
}

.ab-content7c .swiper-slide {
  position: relative;
  overflow: inherit;
}

.ab-content7c .swiper-slide:nth-child(2n-1) .ab-content7clist {
  top: 305px;
}

.ab-content7c .swiper-slide:nth-child(1) .ab-content7clist {
  left: 8px;
}

.ab-content7clist {
  height: 320px;
  font-size: 16px;
  color: #1F283D;
  position: absolute;
  left: -40px;
  top: 0;
  min-width: 228px;
  padding: 30px 0 0 20px;
  border-left: 1px solid #C3B587;
}

.ab-content7c .swiper-slide:nth-child(2n) .ab-content7clist::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #C3B587;
  border-radius: 30px;
  left: -3px;
  top: 0;
}

.ab-content7c .swiper-slide:nth-child(2n) .ab-content7clist::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #C3B587;
  border-radius: 30px;
  left: -8px;
  bottom: 0;
}

.ab-content7c .swiper-slide:nth-child(2n-1) .ab-content7clist::before {

  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #C3B587;
  border-radius: 30px;
  left: -8px;
  top: 0;
}

.ab-content7c .swiper-slide:nth-child(2n-1) .ab-content7clist::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #C3B587;
  border-radius: 30px;
  left: -3px;
  bottom: 0;
}

.ab-content7clist img {
  height: 140px;
  object-fit: cover;
}

.ab-content7clist .tit {
  color: #009994;
  font-size: 16px;
  margin: 8px 0 5px 0;
}

.ab-content7clist .tit span {
  font-size: 28px;
}

.swiper-button-prev12 {
  width: 60px !important;
  height: 60px !important;
  top: inherit !important;
  bottom: 290px !important;
  background: url('../img/culture/left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}


.swiper-button-next12 {
  width: 60px !important;
  height: 60px !important;
  top: inherit !important;
  bottom: 290px !important;
  background: url('../img/culture/right.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.jdab-content8 {
  display: flex;
  position: relative;
  background: url('../img/aboutus/jd-bg.jpg') no-repeat;
  background-size: 1920px 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 940px;
  overflow: hidden;
}

.jdab-content8::before {
  content: '';
  position: absolute;
  left: 20%;
  bottom: 158px;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.jdab-content8::after {
  content: '';
  position: absolute;
  left: 20%;
  bottom: 149px;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, .2);
}

.jdab-content8l {
  width: 25%;
  display: flex;
  justify-content: center;
  padding-top: 140px;
}

.jdab-tit {
  writing-mode: vertical-rl;
  /* 从右到左竖排 */
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
  /* 增加字符间距 */
}

.jdab-tit img {
  margin-bottom: 15px;
}

.jdab-content8r {
  width: 75%;
  color: #fff;
}

.mySwiper-jd {
  overflow: hidden;
  height: 940px;
}

.jdab-content8rlist {
  padding: 140px 60px 0 60px;
  position: relative;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.jd-img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

.jdab-txt1 {
  margin: 27px 0 50px 0;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.jdab-txt1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -24px;
  width: 24px;
  height: 4px;
  background: #fff;
}

.mySwiper-jd .swiper-slide {
  transition: all .3s;
}

.mySwiper-jd .swiper-slide-active,
.mySwiper-jd .swiper-slide:hover {
  background: rgba(0, 0, 0, 0.3);
}

.mySwiper-jd .swiper-slide-active .jdab-txt1::after,
.mySwiper-jd .swiper-slide:hover .jdab-txt1::after {
  background: #B4A37E;
}

.jdab-txt2 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

.jdab-txt3 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jdab-txt3 span {
  position: relative;
  width: 188px;
  height: 48px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border: 1px dashed rgba(255, 255, 255, .2);
}

.img-btn {
  position: absolute;
}

.im1 {
  left: 0;
  top: 0;
}

.im2 {
  right: 0;
  top: 0;
}

.im3 {
  left: 0;
  bottom: 0;
}

.im4 {
  right: 0;
  bottom: 0;
}

.mySwiper-jd .swiper-slide-active .img-btn,
.mySwiper-jd .swiper-slide:hover .img-btn {
  display: none;
}

.mySwiper-jd .swiper-slide-active .jdab-txt3 span,
.mySwiper-jd .swiper-slide:hover .jdab-txt3 span {
  background: #B4A37E;
  border: 1px solid #B4A37E;
}

.jdab-content8rlist::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 155px;
  background: rgba(255, 255, 255, .2);
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.mySwiper-jd .swiper-slide-active .jdab-content8rlist::before {
  background: #B4A37E;
}

.swiper-button-prev-jd {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/aboutus/jd-left.png') !important;
  left: 10% !important;
  top: inherit !important;
  bottom: 135px !important;
}

.swiper-button-next-jd {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/aboutus/jd-right.png') !important;
  left: calc(10% + 68px) !important;
  top: inherit !important;
  bottom: 135px !important;
}

/* 科室导航 */
.ksBannerPD {
  background: url('../img/ks/bg.png') no-repeat center top;
  background-size: 1920px;

}


.ksBannerPD .ksTit {
  padding: 30px 0 0 0;
}

.ksBannerPD .main {
  position: relative;
}

.ksTit1 {
  display: flex;
  align-items: center;
  color: #192533;
  margin-bottom: 65px;
}

.ksTit1 a {
  color: #192533;
  margin: 0 10px;
}

.ksBannerPD .ks-content1 {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 768px;
  height: 550px;
  background: #009994;
  padding: 70px 80px;
  color: #fff;
}

.ksBannerPD .ks-content1tit {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}

.ksBannerPD .ks-content1tit::before {
  position: absolute;
  content: '';
  left: -80px;
  top: 25px;
  width: 32px;
  height: 8px;
  background: #F3B742;
}

.ksBannerPD .ks-conttent1c {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin-top: 35px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.ksBannerPD .ks-conttent1more {
  color: #fff !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  margin-top: 36px;
  ;
}

.ksBannerPD .ks-conttent1more span {
  width: 44px;
  height: 44px;
  background: url('../img/ks/more-gray.png');
  margin-left: 12px;
}

.ksBannerPD .ks-conttent1more span:hover {
  background: url('../img/ks/more.png');
}

.ks-content2 {
  padding: 120px 0;
  background: url('../img/c1-bg.png') no-repeat center bottom;
}

.ks-content2 .c2-tit,
.ks-content3 .c2-tit,
.ks-content4 .c2-tit,
.ks-pd1-con .c2-tit {
  display: flex;
  justify-content: space-between;
}

.ks-content4 .c2-tit {
  justify-content: center;
  margin-bottom: 50px;
}

.ks-content2 .c2-tit .tit,
.ks-content3 .c2-tit .tit,
.ks-content4 .c2-tit .tit,
.ks-pd1-con .c2-tit .tit {
  margin-bottom: 0;
  display: flex;
  color: #192533;
  font-weight: bold;
  font-size: 36px;
}

.ks-content2 .c2-tit .tit img,
.ks-content3 .c2-tit .tit img,
.ks-content4 .c2-tit .tit img,
.ks-pd1-con .c2-tit .tit img {
  margin-right: 10px;
}

.c6-more {
  display: flex;
  align-items: center;
  color: rgba(25, 37, 51, .8);
  font-size: 16px;
}

.c6-more span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(39, 36, 37, .2);
  border-radius: 50px;
  margin-left: 13px;
  background: url(../img/ks/c3-more1.png) no-repeat center center;
}

.c6-more span:hover {
  border: 1px solid #009994;
  border-radius: 50px;
  margin-left: 13px;
  background: #009994 url(../img/ks/c3-more1on.png) no-repeat center center;
}

.mySwiper4 {
  overflow: hidden;
  margin-top: 45px;
  padding-bottom: 100px;
  justify-content: space-between;
  position: relative;
}

.mySwiper4 .swiper-slide {
  display: flex;
  justify-content: space-between;
}




.mySwiper4-1 {
  position: relative;
  overflow: hidden;
}

.mySwiper4-1>img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  display: block;
}


.mySwiper4-2 {
  display: block;
  height: 140px;
  padding: 0 30px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #192533;
  background: #E9EAEB;
  transition: all 0s ease-in-out;
  font-weight: bold;
}

.mySwiper4-2>span {
  transition: all 0s ease-in-out;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-top: 18px;
  font-weight: normal;
}

.mySwiper4-1b {
  display: none;
  color: #fff;
  font-size: 16px;
}

.mySwiper4-1b span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mySwiper4list:hover .mySwiper4-2 {
  transition: all 0s ease-in-out;
  background: #009994;
  color: #fff;
}



.mySwiper4list:hover .mySwiper4-2>span {
  display: none;
}

.mySwiper4list:hover .mySwiper4-1b {
  display: block;
}


.swiper4-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/ks/left.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  left: 46.5% !important;
}

.swiper4-button-prev:hover {
  background: url('../img/ks/lefton.png') !important;
  background-size: 100% 100% !important;

}

.swiper4-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/ks/right.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  right: 46.5% !important;
}

.swiper4-button-next:hover {
  background: url('../img/ks/righton.png') !important;
  background-size: 100% 100% !important;

}

.ks-content3 {
  background: #EBF0F0;
  padding: 120px 0;
}



.ks-content3l-bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ks-content3l-bd ul li {
  margin-top: 45px;
  width: 47%;
}

.ks-content3l-bd1 {
  display: flex;
  color: #009994;
  font-size: 16px;
  align-items: flex-end;
}

.ks-content3l-bd1 strong {
  font-size: 48px;
  margin: 0 10px 0 0;
  line-height: 45px;
}



.ks-content3l-bd2 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 24px;
  color: #192533;
  margin-top: 20px;
}

.ks-content3l-bd2 a:hover {
  color: #009994;
}

.ks-content4 {
  background: url('../img/c1-bg.png') no-repeat center;
  padding: 100px 0;
}

.mySwiper5 {
  overflow: hidden;
  height: 390px;
  position: relative;
}

.mySwiper5 .list {
  width: 310px;
  height: 310px;
  position: relative;
  cursor: pointer;
}

.listImg {
  width: 310px;
  height: 310px;
  transition: all .4s;
}



.mySwiper5 .listImg1 {
  background: url('../img/ks/ks4-img1.png') no-repeat center center;
  background-size: 290px 290px;
}

.mySwiper5 .listImg2 {
  background: url('../img/ks/ks4-img2.png') no-repeat center center;
  background-size: 290px 290px;
}

.mySwiper5 .listImg3 {
  background: url('../img/ks/ks4-img3.png') no-repeat center center;
  background-size: 290px 290px;
}

.mySwiper5 .listImg4 {
  background: url('../img/ks/ks4-img4.png') no-repeat center center;
  background-size: 290px 290px;
}

.mySwiper5 .listImg5 {
  background: url('../img/ks/ks4-img5.png') no-repeat center center;
  background-size: 290px 290px;
}

.mySwiper5 .list:hover .listImg {
  background: url('../img/ks/ks4-img6.png') no-repeat center center;
  background-size: 310px 310px;
}

.mySwiper5 .list a:hover {
  background: none;
}

.ks-c4bd {
  display: flex;
}

.mySwiper5 .list .listTxt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  justify-content: center;
  padding: 0 50px;
}

.swiper5-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/ks/left.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  left: 46.5% !important;
}

.swiper5-button-prev:hover {
  background: url('../img/ks/lefton.png') !important;
  background-size: 100% 100% !important;

}

.swiper5-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/ks/right.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  right: 46.5% !important;
}

.swiper5-button-next:hover {
  background: url('../img/ks/righton.png') !important;
  background-size: 100% 100% !important;

}

.ks-pd-list {
  margin-top: 30px;
  display: flex;
}

.ks-pd-list .list {
  margin-right: 5px;
}

.ks-pd-list .list a {
  width: 200px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.ks-pd-list .list a img {
  margin-bottom: 14px;
  width: 55px;
}

.ks-pd-list .list a:hover {
  background: rgba(255, 255, 255, .1);
  border-bottom: 4px solid #F3B742;
}

.ks-conttent1c-pd1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: -20px;
}

.ks-pd1-con {
  background: #E4F0EF;
  padding: 102px 0 118px 0;
  margin-top: 140px;
}

.ks-pd1-con .main {
  position: relative;
}

.mySwiper4a {
  margin-top: 35px;
  overflow: hidden;
}

.ks-pd1-bd {
  width: 100%;
  height: 100%;
}

.ks-pd1-bd a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}



.mySwiper4a .swiper-slide {
  height: 260px;
  transition: all .4s;
}

.ks-pd1-img1,
.ks-pd1-img5,
.ks-pd1-img9,
.ks-pd1-img13 {
  background: url('../img/ks/pd-img1.jpg') no-repeat center center;
  background-size: 370px 240px;
}

.ks-pd1-img2,
.ks-pd1-img6,
.ks-pd1-img10,
.ks-pd1-img14 {
  background: url('../img/ks/pd-img2.jpg') no-repeat center center;
  background-size: 370px 240px;
}

.ks-pd1-img3,
.ks-pd1-img7,
.ks-pd1-img11,
.ks-pd1-img15 {
  background: url('../img/ks/pd-img3.jpg') no-repeat center center;
  background-size: 370px 240px;
}

.ks-pd1-img4,
.ks-pd1-img8,
.ks-pd1-img12,
.ks-pd1-img16 {
  background: url('../img/ks/pd-img4.jpg') no-repeat center center;
  background-size: 370px 240px;
}


.ks-pd1-bd a img {
  margin-bottom: 10px;
}

.mySwiper4a .swiper-slide:hover {
  background: url('../img/ks/pd-imgon.jpg') no-repeat center center;
  background-size: 390px 260px;
}

.swiper4a-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/ks/left.png') !important;
  background-size: 100% 100% !important;
  top: 20px !important;
  left: inherit !important;
  right: 56px !important;
}

.swiper4a-button-prev:hover {
  background: url('../img/ks/lefton.png') !important;
  background-size: 100% 100% !important;

}

.swiper4a-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/ks/right.png') !important;
  background-size: 100% 100% !important;
  top: 20px !important;
  right: 0 !important;
}

.swiper4a-button-next:hover {
  background: url('../img/ks/righton.png') !important;
  background-size: 100% 100% !important;

}

.ksBanner1 {
  background: url('../img/ks/ks1bg.jpg') no-repeat center top;
  background-size: 1920px 100%;
  height: 570px;
}

.ksBanner1.bmcxBgImg {
  background: url('../img/bmcxbg.jpg') no-repeat center top;
  background-size: 1920px 100%;
}

.ksBanner1.zbcgBgImg {
  background: url('../img/zbcgbg.jpg') no-repeat center top;
  background-size: auto 100%;
}

.ksBanner1.yywhBgImg {
  background: url('../img/yywhbg.jpg') no-repeat center top;
  background-size: auto 100%;
}

.ksBanner1.mydtcBgImg {
  background: url('../img/mydtcbg.jpg') no-repeat center top;
  background-size: auto 100%;
}

.ksBanner1.rczpBgImg {
  background: url('../img/rczpbg.jpg') no-repeat center top;
  background-size: auto 100%;
}

.ksBanner1 .main {
  position: relative;
  height: 100%
}

.ksBanner1 .kxTit {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;

}

.ksBanner1 .kxTit1 {
  display: flex;
  align-items: center;
  color: #fff;
}

.ksBanner1 .kxTit1 a {
  color: #fff;
  margin: 0 10px;
}

.ksBanner1 .kxTit2 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  color: #fff;
}

.ksBanner1 .kxTit2::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 8px;
  background: #009994;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}



.ks1-content {
  background: #e7f2f3;
  padding: 65px 0 100px 0;
}

.ks1-content1 {
  display: flex;
  justify-content: space-between;
}

.ks1-content1 ul {
  display: flex;
  align-items: center;
}

.ks1-content1 ul li {
  margin-right: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.ks1-content1 ul li:nth-child(1) {
  background: #0097BA;
}

.ks1-content1 ul li:nth-child(2) {
  background: #3EAFBB;
}

.ks1-content1 ul li:nth-child(3) {
  background: #0A6D95;
}

.ks1-content1 ul li a {
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  min-width: 80px;
  padding: 0 22px;
  display: block;
}

.ks1-content1 .c3-sear {
  width: 700px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  padding-left: 28px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.ks1-content1 .c3-sear input {
  width: 500px;
  height: 60px;
  outline: none;
  border: 0;
  background: #fff;
  font-size: 16px;
  margin-left: 12px;
}

.ks1-content1 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #CBB984;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 24px;
}

.ks1-content1 button img {
  margin-right: 14px;
}

.ks1-content2 {
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
}

.ks1-content2l {
  flex: 1;
  background: #fff;
  height: 450px;
  padding: 30px 40px 40px;
}

.ks1-content2r {
  width: 200px;
  height: 450px;
  position: relative;
}

.ks1-content2r img {
  width: 200px;
  height: 450px;

}

.ks1-content2r span {
  position: absolute;
  left: 0;
  top: 48px;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ks1-content2l .list2-1 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ks1-content2l .list2-2 {
  max-height: 365px;
  overflow-y: auto;
}

.ks1-content2l .list2-2::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  border-radius: 5px;
  background-color: transparent;
}

/*滚动条里面小方块*/
.ks1-content2l .list2-2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #009994;
}

/*滚动条里面轨道*/
.ks1-content2l .list2-2::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}

.ks1-content2l .list2-2 ul {
  display: flex;
  flex-wrap: wrap;
}

.ks1-content2l .list2-2 ul li {
  margin: 18px 30px 0 0;
  width: 23%;
}

.ks1-content2l .list2-2 ul li:nth-child(4n) {
  margin-right: 0;
}

.ks1-content2l .list2-2 ul li a {
  width: 100%;
  line-height: 50px;
  border-radius: 4px;
  color: #017E80;
  font-size: 16px;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0s ease-in-out;
  border: 1px solid rgba(0, 153, 148, .3);
}

.ks1-content2l .list2-2 ul li a:hover {
  color: #fff;
  background: url('../img/ks/listbg.jpg');
  background-size: 100% 100%;

}

/* 党群 */
.partyBanner>img {
  width: 100%;
  display: block;
}

.partyContent1 {
  position: relative;
  background: url('../img/partyMasses/pa-bg.png') no-repeat center bottom;
  background-size: 1920px 100%;
  padding: 100px 0 130px 0;
}

.partyContent1 .partyContent1a,
.partyContent1 .partyContent1b {
  display: flex;
  justify-content: space-between;
}

.partyC1left {
  width: 370px;
  height: 400px;
  background: url('../img/partyMasses/pcon2bg1.png');
  background-size: 100% 100%;
  padding: 60px 48px;
}

.partyContent1 .partyContent1b {
  margin-top: 72px;
}

.partyContent1 .partyContent1b .partyC1left {
  height: 344px;
  background: url('../img/partyMasses/pcon2bg2.png');
}

.partyC1left-tit {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px dashed #fff;
  position: relative;
}

.partyC1left-titimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.partyC1left-tit .l1 {
  width: 8px;
  height: 12px;
}

.partyC1leftMore {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .6) !important;
  margin-top: 25px;
}

.partyC1leftMore .micon {
  width: 44px;
  height: 44px;
  background: url('../img/partyMasses/more1.png');
  margin-left: 12px;
}

.partyC1leftMore:hover {
  color: #fff;
}

.partyC1leftMore:hover .micon {
  background: url('../img/partyMasses/more2.png');
}

.partyC1right {
  flex: 1;
  margin-left: 24px;
}

.partyC1right1 {
  display: flex;
  justify-content: space-between;
}

.partyC1right1 .list {
  width: 32%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  position: relative;
  cursor: pointer;
}

.partyC1right1 .list img {
  width: 100%;
  display: block;
  height: 240px;
  object-fit: cover;
}

.partyC1right1 .listc {
  padding: 28px 23px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.partyC1right1 .listc1 {
  flex: 1;
  font-size: 18px;
  color: #152D4E;
  line-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.partyC1right1 .listc2,
.partyC1right2 .listc2 {
  padding-left: 25px;
  color: #A6050A;
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-left: 25px;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgba(51, 51, 51, .1);
}

.partyC1right1 .listc2 strong,
.partyC1right2 .listc2 strong {
  font-size: 32px;
}

.partyC1right1 .list:hover .listc {
  background: #A6050A;
}

.partyC1right1 .list:hover .listc1 {
  color: #fff;
}

.partyC1right1 .list:hover .listc2 {
  color: #fff;
}

.partyC1right1 .list:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #B4A37E;
}

.partyC1right2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partyC1right2 .list {
  width: 49%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin-top: 24px;
  background: #fff;
  padding: 28px 23px;
  height: 160px;
}

.partyC1right2 .list:nth-child(1),
.partyC1right2 .list:nth-child(2) {
  margin-top: 0;
}

.partyC1right2 .list:hover .listc1 {
  color: #A6050A;
}

.partyC1right2 .listc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.partyC1right2 .listc1 {
  flex: 1;
  font-size: 18px;
  color: #152D4E;
  line-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right2more {
  display: inline-block;
  color: #A6050A;
  margin-top: 20px;
  border-bottom: 1px solid #A6050A;
  padding-bottom: 7px;
  padding-right: 8px;
  background: url('../img/partyMasses/pcon2-img7.png') no-repeat right bottom;
}



.partyContent1img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.partyContent2 {
  background: url('../img/partyMasses/pa-bg3.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 100px 0;
}

.party-c2tit {
  font-size: 40px;
  color: #192533;
  text-align: center;
  font-weight: bold;
}

.party-c2Bd {
  margin: 47px 0;
  display: flex;
  justify-content: space-between;
}

.party-c2Bdl {
  width: 740px;
}

.party-c2Bdl ul li {
  border-bottom: 1px dashed #A6050A;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
}

.party-c2Bdl ul li:first-child {
  padding-top: 0;
}

.party-c2Bdr {
  flex: 1;
  margin-left: 70px;
  position: relative;
  cursor: pointer;
}

.pimg {
  width: 100%;
  display: block;
  height: 470px;
  object-fit: cover;
}

.pmovie {
  position: absolute;
  right: 22px;
  bottom: 100px;
}

.party-c2Bdla1 {
  margin-bottom: 20px;
  color: #A6050A;
  font-size: 16px;
}

.party-c2Bdla1 strong {
  font-size: 48px;
  margin-right: 10px;
  line-height: 40px;
}

.party-c2Bdla a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: 20px;
}

.party-c2Bdl ul li:hover .party-c2Bdla a {
  color: #A6050A;
}

.party-c2Bdr-b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  line-height: 70px;
  padding: 0 20px;
}

.party-c2Bdr-b a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  font-size: 18px;
}

.party-c2More {
  display: flex;
  align-items: center;
  justify-content: center;
}

.party-c2More .partyC1leftMore {
  color: rgba(25, 37, 51, .6) !important;
}

.party-c2More a .micon {
  background: url('../img/partyMasses/more.png');
}

.party-c2More .partyC1leftMore:hover {
  color: #A6050A;
}

.partyContent3 {
  background: url('../img/partyMasses/pcon4bg.png') no-repeat center top;
  background-size: 1920px 460px;
  padding-top: 76px;
}



.partyContent3 .sptit {
  position: relative;
  justify-content: center;
  color: #fff;
  height: 54px;
  border: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.partyContent3 .sptit::before {
  background: none;
}

.partyContent3 .more {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  top: 0;
  font-size: 14px;
}

.partyContent3 .moreimg1 {
  width: 44px;
  height: 44px;
  margin-left: 10px;
  background: url('../img/partyMasses/more1.png');
}



.partyContent3 .more:hover .moreimg1,
.partyContent4 .more:hover .moreimg1 {
  background: url('../img/partyMasses/more2.png');
}

.partyContent3 ul {
  display: flex;
  justify-content: space-between;
}

.partyContent3 ul li {
  width: 32.2%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-bottom: 4px solid #D1D1D1;
  margin-top: 30px;
  cursor: pointer;
}

.partyContent3 ul li>img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}

.partyContent3 ul li .listc {
  padding: 32px 32px 50px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partyContent3 ul li .listc1 {
  color: #454545;
  line-height: 30px;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyContent3 ul li .listc2 {
  color: #888888;
}

.partyContent3 ul li:hover {
  border-bottom: 4px solid #A6050A;
}

.partyContent3 ul li:hover .listc1 {
  color: #A6050A;
}

.partyContent4 {
  background: url('../img/partyMasses/pcong5bg.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 0px 0 220px 0;
  margin-bottom: -100px;
}

.partyContent4 .main {
  position: relative;
}

.partyContent4 .more {
  font-size: 14px;
}

.partyContent4 .moreimg1 {
  background: url('../img/more.png');
  width: 44px;
  height: 44px;
  margin-left: 10px;

}

.partyContent4 .partyContent4c {
  display: flex;
  justify-content: space-between;
}

.partyContent4l,
.partyContent4r {
  width: 740px;
}

.partyContent4 .sptit {
  border: 0;
  margin: 80px 0 40px 0;
  color: #192533;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.partyContent4 .sptit::before {
  background: none;
}

.partyContent4 .sptit .more {
  color: rgba(51, 51, 51, .6);
  display: flex;
  align-items: center;
}

.partyContent4 .sptit .moreimg1 {
  background: url('../img/partyMasses/more.png');
}

.partyContent4 .more:hover .moreimg1 {
  background: url('../img/partyMasses/more2.png');
}


.partyContent4lc {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-bottom: 4px solid #C11600;
}

.partyContent4lc-1 {
  position: relative;
  cursor: pointer;
}

.partyContent4lc-1>img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}



.partyContent4lc-2 {
  padding: 20px 40px 0 40px;
  height: 420px;
  background: #fff;
}

.partyContent4lc-2 ul li {
  border-bottom: 1px dashed #CCCCCC;
  padding: 30px 0;
}

.partyContent4lc-2 ul li a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #454545;
  font-size: 18px;
}

.partyContent4lc-2 ul li a:hover {
  color: #C11600;
}


.ksBannerPD .ksTit>img {
  width: 900px;
}

.ksBanner1 .yyNav ul,
.flBanner .yyNav ul {
  width: 1560px
}

.newsr-box ul li img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}


/* 新闻 */
.jdNewsCon ul {
  display: flex;
  flex-wrap: wrap;
}

.jdNewsCon ul li {
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
  position: relative;
}

.jdNewsCon ul li a {
  display: block;
  padding: 20px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.jdNewsCon ul li:nth-child(3n) {
  margin-right: 0;
}

.jdNewsCon-movie {
  position: relative;
  height: 316px;
  overflow: hidden;
}

.jdNewsCon-movie .movieImg {
  width: 100%;
  height: 316px;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.moviePlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jdNewsCon ul li:hover .movieImg {
  transform: scale(1.1);
}

.jdNewsCon-txt {
  margin-top: 30px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}

.jdNewsCon-txt div {
  color: #333333;
  font-size: 22px;
}

.jdNewsCon-txt span {
  color: #333333;
  opacity: .6;
  font-size: 14px;
}

.jdNewsCon ul li:hover .jdNewsCon-txt div {
  color: #009994;
}

.jdNewsCon ul li:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #009994;
}

@media screen and (max-width: 1600px) {

  .jdNewsCon-movie .movieImg {
    height: 240px;
  }

  .jdNewsCon-movie {
    height: 240px;

  }

  .jdNewsCon ul li {
    margin-top: 30px;
  }

  .newsr-box ul li img {
    width: 100%;
    height: 150px;
    object-fit: cover;

  }

  .ksBanner1 .yyNav ul,
  .flBanner .yyNav ul {
    width: 1200px
  }

  .main,
  .main-n {
    width: 1200px;
  }

  .nav-main>.main>ul li>a {
    font-size: 18px;
  }

  .container {}

  .container .box {
    width: 600px;
  }

  .box-left,
  .box-right {
    width: 300px;
  }

  .container .item {
    width: 300px;
  }

  .container .box1 {
    background-size: 100%;
    width: 600px;
    height: 432px;
  }

  .ksnav {
    height: 736px;
  }



  .ksnav-c1 {
    width: 823px;
    ;
    height: 540px;
    ;
  }

  .ksnav-c1 .ks-imghover {
    background: url(../img/b-img2.jpg);
    background-size: 100% 100%;
  }

  .ksnav-c2 {
    width: 436px;
    height: 536px;
  }

  .ksnav-c2 .item.i1 {
    top: 268px;
    z-index: 10;
  }

  .ksnav-c2 .item {
    width: 436px;
    height: 268px;
    z-index: 10;
  }

  .ksnav-c2 .text {
    margin-left: 35px;
  }

  .news-left,
  .news-right {}

  .news-right .con3tit ul li {
    margin-right: 20px;
  }

  .newsr-box {
    overflow: hidden;
  }

  .newsr-box ul li {
    /* height: 190px; */
    width: 100%;
  }

  .newsr-box ul li.n .date {
    font-weight: 400;
    font-size: 12px;
    color: #099C98;
    line-height: 28px;
  }

  .newsr-box ul li.n {
    height: auto;
  }



  .newsr-box ul li .txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0 20px;
    text-align: left;
  }

  .newsr-box ul li .txt span {
    color: #fff;
  }

  .newsr-box ul li .txt span a {
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 28px;
  }

  .c1-right1 {
    padding-top: 23px;
  }

  .c1-right2 {
    padding-top: 30px;
  }

  .news {}

  /* .zk-con2left>img{
  height: 656px;
}
.zk-con2rightc ul li{
  height: 328px;
} */
  .foot-left {
    width: 310px;
    text-align: center;
  }

  .foot-left a img {
    width: 80%;
    display: block;
  }

  .foot-center {
    width: 660px;
    height: 178px;
  }

  .foot-right {
    width: 180px;
  }

  .foot-right ul li {
    width: 130px;
  }

  .foot-right ul li img {
    width: 100%;
  }

  .nav-showl {
    width: 344px;
  }

  .nav-showl a,
  .nav-showc span {
    font-size: 18px;
  }

  .nav-showc {
    width: 512px;
    padding: 0 64px;
  }

  .nav-showr {
    width: 290px;
  }

  .nav-showrc {
    margin-left: 55px;
    width: 75px;
    font-size: 18px;
  }

  .nav-showc .more3 {
    margin-top: 25px;
  }

  .nav-list a {
    width: 268px;
  }

  .nav-list span {
    font-size: 14px;
  }

  .newh-bd ul li {
    width: 190px;
  }

  .foot-center .biaoshi img {
    width: 50px;
    height: auto;
  }

  .section1,
  .section2 {
    font-size: 13px;
  }

  .section1 span,
  .section2 span {
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
  }

  .section1 img,
  .section2 img {
    /* vertical-align:middle; */
    position: relative;
    margin-bottom: -4px;
    width: 20px;
  }

  .ab2-list {
    width: 390px;
  }

  .ab-conr {
    width: 630px;
    height: 390px;
    margin-left: 45px;
  }

  .ab2-left1 {
    font-size: 16px;
    height: 300px;
    padding: 0 20px;
    text-align: center;
  }

  .ab2-left1 span {
    font-size: 16px;
  }

  .ab2-left1a {
    font-size: 28px;
  }

  .ab2-left1a strong {
    font-size: 54px;
  }

  .ab2-left2 {
    font-size: 18px;
    height: 260px;
  }

  .ab2-left2 .list {
    font-size: 16px;
  }

  .ab2-left2 .list strong {
    font-size: 30px;
    margin: 0 5px;
  }

  .ab2-left2.ab2-cen2 .listl {
    width: 220px;
    line-height: 25px;
  }

  .ab2-right .ab2-left2 {
    height: 680px;
    margin-top: -50px;
  }

  .ab2-left2.ab2-cen2 {
    height: 340px;
  }

  .ab2-right .ab2-left2 .list {
    margin-bottom: 22px;
  }

  .ab2-right .ab2-left2 .list::before {
    top: 25px;
  }

  .ab-content5 .ab-tit1 {
    width: 100%;
    margin: 0 auto;
  }

  .ab5con ul li img {
    height: 340px;
  }

  .ab-content4BotCon ul li {
    margin-right: 30px;
  }

  .ab-content4BotCon ul li img {
    height: 190px;
  }

  .ab-content6l {
    width: 50%;
    padding-left: calc((100vw - 1200px) / 2);
    height: 730px;
  }

  .ab-content6r {
    height: 730px;
  }

  .mySwiper11 .swiper-slide img {
    width: 100%;
    height: 215px;
    display: block;
    object-fit: cover;
  }

  .ab-content7clist img {
    height: 120px;
  }

  .jdab-content8rlist {
    padding: 140px 40px 0 40px;
  }

  .jd-img {
    height: 150px;
  }

  .ksBannerPD .ksTit>img {
    width: 720px;
  }

  .ksBannerPD .ks-content1 {
    bottom: -40px;
    width: 590px;
    height: 450px;
    padding: 50px 60px;
    color: #fff;
  }

  .ks-conttent1c {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .mySwiper4-1>img {
    height: 330px;
  }

  .mySwiper4-2 {
    padding: 0 15px;
    height: 120px;
    font-size: 22px;
  }

  .swiper4-button-next,
  .swiper5-button-next {
    right: 45% !important;
  }

  .swiper4-button-prev,
  .swiper5-button-prev {
    left: 45% !important;
  }

  .ks-content3 {
    padding: 100px 0;
  }

  .ks-content3l-bd1 strong {
    font-size: 42px;
    margin: 0 10px 0 0;
    line-height: 40px;
  }

  .ks-content3l-bd2 a {
    font-size: 20px;
  }

  .mySwiper5 {
    height: 360px;
  }

  .mySwiper5 .list {
    width: 240px;
    height: 240px;
    position: relative;
    cursor: pointer;
  }

  .listImg {
    width: 240px;
    height: 240px;
    transition: all .4s;
  }

  .mySwiper5 .listImg1 {
    background: url('../img/ks/ks4-img1.png') no-repeat center center;
    background-size: 220px 220px;
  }

  .mySwiper5 .listImg2 {
    background: url('../img/ks/ks4-img2.png') no-repeat center center;
    background-size: 220px 220px;
  }

  .mySwiper5 .listImg3 {
    background: url('../img/ks/ks4-img3.png') no-repeat center center;
    background-size: 220px 220px;
  }

  .mySwiper5 .listImg4 {
    background: url('../img/ks/ks4-img4.png') no-repeat center center;
    background-size: 220px 220px;
  }

  .mySwiper5 .listImg5 {
    background: url('../img/ks/ks4-img5.png') no-repeat center center;
    background-size: 220px 220px;
  }

  .mySwiper5 .list:hover .listImg {
    background: url('../img/ks/ks4-img6.png') no-repeat center center;
    background-size: 240px 240px;
  }

  .ks-conttent1c-pd1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: -20px;
  }

  .ks-pd-list .list a {
    width: 170px;
    height: 90px;
    font-size: 14px;
  }

  .ks-pd-list .list a img {
    margin-bottom: 4px;
    width: 44px;
  }

  .ks-pd1-img1,
  .ks-pd1-img2,
  .ks-pd1-img3,
  .ks-pd1-img4,
  .ks-pd1-img5,
  .ks-pd1-img16,
  .ks-pd1-img6,
  .ks-pd1-img7,
  .ks-pd1-img8,
  .ks-pd1-img9,
  .ks-pd1-img10,
  .ks-pd1-img11,
  .ks-pd1-img12,
  .ks-pd1-img13,
  .ks-pd1-img14,
  .ks-pd1-img15 {
    background-size: 285px 210px;
  }

  .mySwiper4a .swiper-slide:hover {
    background-size: 340px 225px
  }

  .ks1-content2l .list2-2 ul li {
    margin: 18px 24px 0 0;
  }

  .partyC1left {
    width: 310px;
    height: 310px;
    padding: 60px 48px;
  }

  .partyC1right1 .listc {
    padding: 20px;
    height: 130px;
  }

  .partyC1right1 .listc1 {
    font-size: 17px;
    line-height: 26px;
  }

  .party-c2Bdl {
    width: 500px;
  }

  .party-c2Bdr {
    margin-left: 30px;
  }

  .party-c2Bdl ul li {
    padding: 30px 0;
  }

  .partyC1right1 .list img {
    height: 180px;
    object-fit: cover;
  }

  .pimg {
    width: 100%;
    display: block;
    height: 420px;
    object-fit: cover;
  }

  .partyContent4 .sptit,
  .partyContent3 .sptit,
  .party-c2tit {
    font-size: 36px;
  }

  .partyContent4l,
  .partyContent4r {
    width: 580px;
  }

  .partyContent4lc-1>img {
    height: 340px;
  }

  .partyContent4lc-2 {
    height: 380px;
  }

  .partyContent4lc-2 ul li {
    padding: 25px 0;
  }

  .news-list .tpic ul li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .newsearch .search-input {
    width: 80%
  }

  .news-list .tpic ul li img {
    height: 150px
  }

  .mySwiper2 img {
    height: 470px;
  }

  .map-con {
    margin-right: -600px;
  }
}





.nav-bd {
  width: 140px;
  top: 72px;
  position: absolute;
  left: -28px;
  display: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9999;
}

.nav-bd>a {
  text-align: center;
  line-height: 40px;
  color: #192533;
  font-size: 16px;
  display: block;
}

.nav-bd>a:hover {
  background: rgba(0, 145, 102, .1);
}

.mainNav>li:hover .nav-bd {
  display: block;
}