﻿body {
  touch-action: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  font-size: 14px;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
    text-decoration: none!important

}

.arr,
.head-logo,
.content5>.c5-right4,
.c7-imga,
.searphone {
  display: none;
}.partyContent2

a {
  text-decoration: none!important
}


ul {
  margin: 0;
  padding: 0
}

ul li {
  list-style-type: none;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: '微软雅黑';
  /* font: inherit; */
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-show,
.foot-show {
  display: none;
}

.main {
  width: 1200px;
  margin: 0 auto
}

.clearfix {
  content: '';
  clear: both;
  display: table;
}

.head {
  height: 192px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.logo img {
  height: 90px;
  display: block;
}

.headTop {
  height: 120px;
  border-bottom: 1px solid rgba(25, 37, 51, .1);
}

.headTop .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}


.head-right {
  display: flex;
  align-items: center;
}

.headTitle {
  margin-left: 33px;
  display: flex;
}

.topShare1 {
  display: flex;
  height: 48px;
  width: 110px;
}

.topShare1 .list {
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  width: 48px;
}

.topShare1 .listImg1 {
  width: 48px;
  height: 48px;
  background: url('../images/banner/wx.png');
}

.topShare1 .listImg1:hover {
  width: 48px;
  height: 48px;
  background: url('../images/banner/wx1.png');
}

.topShare1 .listImg2 {
  width: 48px;
  height: 48px;
  background: url('../images/banner/sear1.png');
}

.topShare1 .listImg2:hover {
  width: 48px;
  height: 48px;
  background: url('../images/banner/sear2.png');
}
.topShare1 .accessible .listImg1 {
  width: 48px;
  height: 48px;
  background: url('../images/banner/accessible.png');
}

.topShare1 .accessible .listImg1:hover {
  width: 48px;
  height: 48px;
  background: url('../images/banner/accessibleon.png');
}
.topShare1 .listImg {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  z-index: 9999;
}

.topShare1 .list:hover .listImg {
  display: block;
width: auto;
        height: 148px;
}

.hList {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 105px;
  font-size: 16px;
  color: #192533;
  padding-top: 50px;
  align-items: center;
  border-right: 1px solid rgba(25, 37, 51, .1);
}

.hList:hover {
  color: #fff;
}

.hList:nth-child(1) {
  background: url('../images/banner/china2.png') no-repeat center 27px;
}

.hList:nth-child(1).active,
.hList:nth-child(1):hover {
  background: #009166 url('../images/banner/china1.png') no-repeat center 27px;
  color: #fff;
}

.hList:nth-child(2) {
  background: url('../images/banner/english2.png') no-repeat center 27px;
}

.hList:nth-child(2).active,
.hList:nth-child(2):hover {
  background: #009166 url('../images/banner/english1.png') no-repeat center 27px;
  color: #fff;
}

.hList:nth-child(3) {
  background: url('../images/banner/yuan.png') no-repeat center 27px;
}

.hList:nth-child(3).active,
.hList:nth-child(3):hover {
  background: #009166 url('../images/banner/yuan1.png') no-repeat center 27px;
  color: #fff;
}

.search1a {
  width: 18px;
  height: 18px;
  margin: 0 0 -4px 12px;
}

.nav-con {
  height: 72px;

}

.nav-con>ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav-con>ul>li {
  list-style-type: none;
  position: relative;
  height: 72px;
  line-height: 72px;
}

.nav-con>ul>li>a {
  color: #192533;
  font-size: 20px;
  display: inline-block;
  height: 72px;
  border-bottom: 6px solid transparent;
}

.nav-con>ul>li>a:hover,
.nav-con>ul>li>a.on {
  color: #009166;
  border-bottom: 6px solid #009166;
}

.m-show {
  display: none;
}

.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);
}

.nav-con>ul>li:hover .nav-bd {
  display: block;
}




.searchBox {
  position: fixed;
  left: 0;
  top: 120px;
  right: 0;
  background: rgba(255, 255, 255, .95);
  height: 0;
  overflow: hidden;
  z-index: 999;
}

.searchBox.active {
  border-top: 1px solid rgba(21, 45, 78, .2);
  padding-top: 130px;
  height: 340px;
}


.searC {
  position: relative;
  width: 900px;
  height: 80px;
  margin: 0 auto;
}

.searC input {
  width: 900px;
  height: 80px;
  background: #E7EAED;
  border-radius: 40px;
  border: transparent 1px solid;
  padding-left: 32px;
  font-size: 22px;
  line-height: 80px;
}

.searC input:focus {
  background: #fff;
  border: #D0D5DC 1px solid;
  outline: none;
}

.phone {
  display: none !important;
}

.searC img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 30px;
}

/* 轮播图 */
.mySwiper1 {
  width: 100%;

}

.mySwiper1 .swiper-pagination-bullet {
  width: 60px;
  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%;
  display: block;
    transform: translate3d(0, 0, 0) scale(1.1)!important;;
        -webkit-transition: all 5s ease!important;
        transition: all 5s ease!important;
        width: 100%;
        display: block;
}
    .mySwiper1 .swiper-slide-active img {
        transform: translate3d(0, 0, 0) scale(1)!important;
    }

.mySwiper1>.swiper-pagination {
  bottom: 32px !important
}



/* 患者服务 */
.content1 {
  background: rgba(82, 188, 204, .1) url('../images/content1/c1-bg.png') no-repeat bottom center;
  padding: 60px 0 300px;
  position: relative;
    background-size:2000px;
}

.c1-bg {
  position: absolute;
  right: 0;
  top: 0;
    display:none
}

.content1-con1 {
  width: 575px;
  height: 575px;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  border: 1px dashed #C9B37F;
  border-radius: 120%;
  padding: 27px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(-50%) translateY(300px);
  transform: translateX(-50%) translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content1.animate .content1-con1 {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
}

.content1-con1img {
  width: 520px;
  height: 520px;
  border-radius: 120%;
  display: flex;
  justify-content: center;
  padding-top: 87px;
  color: #fff;
  font-size: 32px;
  overflow: hidden;
  background: url('../images/content1/c1-img4.png');
  background-size: 100% 100%;
}

.content1-con1img>img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.content1-con2 {
  display: flex;
  justify-content: space-between;
  height: 575px;
  position: relative;
  z-index: 99;
  margin-top: 30px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content1.animate .content1-con2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  visibility: visible;
}

.content1-con2l,
.content1-con2r {
  display: flex;
}

.content1-con2la {
  margin-right: 12px;
  display: flex;
  flex-direction: column;
}

.content1-con2r .content1-con2la {
  margin-left: 12px;
}

.content1-con2la .list {
  margin-bottom: 12px;
}

.content1-con2la .list a {
  width: 204px;
  height: 204px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.content1-con2la .list:nth-child(1) a {
  background: url('../images/content1/c1-img1.jpg');
  background-size: 100% 100%;
}

.content1-con2la .list:nth-child(2) a {
  background: #61C266;
}

.content1-con2l .list a img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.content1-con2 .list:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.content1-con2lb {
  margin-top: 77px;
}

.content1-con2lb .list a {
  width: 204px;
  height: 407px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url('../images/content1/c1-img2.jpg');
}

.content1-con2r .content1-con2lb .list a {
  background: url('../images/content1/c1-img3.jpg');
}

.content1-con2r .content1-con2la .list:nth-child(1) a {
  background: #52BCCC;
}

.content1-con2r .content1-con2la .list:nth-child(2) a {
  background: #F4BB3E;
}

/* 新闻动态 */
.content2 {
  /* background: url('../images/content2/img.png') no-repeat left top; */
  padding: 0 0 40px 0;
}

.content2 .c2-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}



.content2.animate .c2-tit {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
  margin-bottom: 44px;
}

.tit {
  margin-bottom: 44px;
  display: flex;
  color: #192533;
  font-weight: bold;
  font-size: 36px
}

.tit a {
  color: #192533;
  font-weight: bold;
  font-size: 36px
}

.content2 .c2-tit .tit {
  margin-bottom: 0 !important;
}

.tit img {
  margin-right: 10px;
  width: 48px;
}

.content2c {
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content2.animate .content2c {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .4s;
  visibility: visible;
}

.constent2c-left {
  flex: 1;
}

.constent2c-left .mySwiper80{
  width:780px;
  overflow: hidden;
  position: relative;
}

.swiper-button-prev80 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100%;
  left: 24px !important;
}

.swiper-button-next80 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100%;
  right: 24px !important;
}

.constent2c-left .list {
  position: relative;
 
}


.listBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 32px;
  color: rgba(255, 255, 255, .6);
  display: flex;
  flex-direction: column;
  background: linear-gradient(to top, #0000009c, transparent);
}

.listBottom .l1 {
  width: 80px;
  color: #fff;
  background: #008F68;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
}

.listBottom a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}

.listBottom .l2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

.constent2c-left .list img {
  width: 100%;
  height: 540px;
  display: block;
    object-fit: cover;
}

.constent2c-right {
  width: 400px;
  height: 540px;
  margin-left: 25px;
}

.constent2c-right ul li {
  display: flex;
  justify-content: space-between;
  background: #F4F4F4;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
     margin-bottom: 10px;
}

.constent2c-right ul li:last-child {
  border: 0;
     margin-bottom: 0
}

.constent2c-right ul li .cor1 {
  flex: 1;
  padding: 0 20px;
}

.constent2c-right ul li .cor1 span {
  font-size: 12px;
  color: #999999;
  margin-top: 18px;
  display: block;
}

.constent2c-right ul li .cor1 a {
  color: #454545;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  line-height: 25px;
}

.constent2c-right ul li .cor2 img {
  height: 107px;
        display: block;
        margin: 10px;
            object-fit: cover;
}

.constent2c-right ul li:hover,
.constent2c-right ul li.on {
  background: #008F68;
}

.constent2c-right ul li:hover .cor1 span,
.constent2c-right ul li.on .cor1 span {
  color: rgba(255, 255, 255, .6);
}

.constent2c-right ul li:hover .cor1 a,
.constent2c-right ul li.on .cor1 a {
  color: #fff;
}





/* 科室导航 */
.content3 {
  background: url('../images/content3/c3-bg.png') no-repeat center top;
  background-size: 2000px 755px;
  padding: 250px 0 0 0;
}

.c3-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.c3-tit .tit {
  color: #fff;
  margin-bottom: 0;
}

.c3-tit .tit a {
  color: #fff;
}

.c3-tit .c3-sear {
  width: 550px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  padding-left: 28px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.c3-tit .c3-sear input {
  width: 500px;
  height: 60px;
  outline: none;
  border: 0;
  background: #fff;
  font-size: 16px;
  margin-left: 12px;
}

.c3-sear button {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #52BCCC;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 24px;
}

.c3-sear button img {
  margin-right: 14px;
}


.content3c .list2-2 ul {
  display: flex;
  flex-wrap: wrap;
  
}

.content3c .list2-2 ul li {
  display: inline-block;
  margin:0 20px 20px 0;
  width: 31%;
  height: 50px;
  border-radius: 8px 0 8px 0;
  overflow: hidden;
}
.content3c .list2-2 ul li:nth-child(3n){
    margin-right:0
}
.content3c .list2-2 ul li a {
  height: 50px;
  background: rgba(0, 145, 102, .1);
  color: #192533;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  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;
}



.content3c .list2-2 ul li:last-child a {
  color: rgba(25, 37, 51, .5);
}


.content3c .list2-2 ul li a:hover {
  color: #fff;
  background: #009166;
}


.content3c {
  display: flex;
  justify-content: space-between;
  margin-bottom: -115px;
  display: flex;
  justify-content: space-between;
  margin-bottom: -115px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content3.animate .content3c {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .5s;
  visibility: visible;
}

.content3c .list {
  height: 520px;
  display: flex;
}

.content3c .list1 {
  height: 520px;
  width: 200px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.content3c .list1c {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 40px 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: 'MyFontHeavy';
  color: #fff;
  font-size: 24px;
  align-items: center;
  font-weight: bold;
}

.content3c .list1c>img {
  margin-bottom: 18px;
  width: 60px;
  height: 60px;
}

.content3c .list1c .more {
  margin-top: 23px;
}

.content3c .list2 {
  width: 0;
  height: 520px;
  overflow: hidden;

}

.content3c .list.active .list1 {
  width: 0;

}

.content3c .list.active .list1 .list1c {
  display: none;
}

.content3c .list.active .list2 {
  width: 768px;
  background: #fff;
  padding: 0 40px;
}

.content3c .list2 .list2-1 {
  display: flex;
  align-items: center;
  color: #009166;
  padding-top: 26px;
  font-size: 24px;
  font-weight: bold;
}


.content3c .list2 .list2-1 img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.content3c .list2-2 {
  margin-top: 22px;
}

.content3c .list2-2 ul li:last-child a {

  background: rgba(0, 145, 102, .1) url('../images/content3/c3-more1.png') no-repeat right 55px center;
}

.content3c .list2-2 ul li:last-child a:hover {
  background: #009166 url('../images/content3/c3-more1on.png') no-repeat right 55px center;
}


.content4 {
  background: rgba(0, 145, 102, .1);
  padding: 140px 0 80px 0;
}

.content4 .main {
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content4.animate .main {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  visibility: visible;
}

.content4 .list {
  width: 32%;
  height: 160px;

}

.content4 .list a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0 30px;
}

.content4 .list:nth-child(1) {
  background: url('../images/content3/c3-bg5.jpg');
  background-size: 100% 100%;
}

.content4 .list:nth-child(2) {
  background: url('../images/content3/c3-bg4.jpg');
  background-size: 100% 100%;
}

.content4 .list:nth-child(3) {
  background: url('../images/content3/c3-bg6.jpg');
  background-size: 100% 100%;
}

.content5 {
  padding: 80px 0 100px 0;
}

.content5 .tit {
  margin-bottom: 0;
}

.con4c {
  padding-top: 10px;
  position: relative;
}

.mySwiper3 {
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content5.animate .mySwiper3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  visibility: visible;
}

.mySwiper3 .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.mySwiper3list {
 
  height: 500px;

}

.sw1 {
  margin-top: 0px
}

.sw2 {
  margin-top: 0px
}

.sw4 {
  margin-top: 0px
}


.mySwiper3-1 {
  position: relative;
  overflow: hidden;
}

.mySwiper3-1>img {
  width: 100%;
  height: 375px;
  display: block;
    object-fit: cover;
}

.mySwiper3-1b {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  line-height: 28px;
  overflow: hidden;
}

.mySwiper3-1b span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

.mySwiper3-2 {
  height: 125px;
  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;
}

.mySwiper3-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;
}

.mySwiper3list:hover .mySwiper3-2 {
  transition: all 0s ease-in-out;
  background: #008C6C;
  color: #fff;
}

.mySwiper3list:hover .mySwiper3-1b {
  bottom: 0;
}

.mySwiper3list:hover .mySwiper3-1 img {
  transform: scale(1.1);
}

.swiper3-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: url('../images/content4/left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 50px !important;
  top: -54px !important;
  left: initial !important;
}

.swiper3-button-next {
  width: 40px !important;
  height: 40px !important;
  background: url('../images/content4/right.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 0px !important;
  top: -54px !important;
}

.content6c {
  background: #e1f2eb;
  padding: 60px 0 160px 0;
}

.content6c .main {
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content6.animate .content6c .main {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  visibility: visible;
}

.content6>img {
  width: 100%;
  display: block;
}

.content6 .c6-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px
}

.content6 .c6-tit .tit {
  margin-bottom: 0;
}

.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('../images/content3/c3-more1.png') no-repeat center center;
}

.c6-more:hover {
  color: #009166;
}

.c6-more:hover span {
  background: #009166 url('../images/content3/c3-more1on.png') no-repeat center center;

}

.content6 ul {
  display: flex;

}

.content6 ul li {
  width: 32%;
  height: 340px;
  background: #fff;
    margin-right: 1.5%;
}
.content6 ul li:last-child{margin-right:0}

.content6 ul li .c6-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.content6 ul li:hover .c6-img img {
  transform: scale(1.1);
}

.c6-img img {
  width: 100%;
  display: block;
}

.c6-con {
  position: relative;
  padding: 20px 20px 0 115px;
  color: #192533;
  height: 130px;
}

.c6-con .data {
  position: absolute;
  width: 96px;
  height: 120px;
  background: url('../images/content5/c6-bg.png') no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  left: 0;
  top: -10px;
  color: #fff;
}

.c6-con .data strong {
  font-size: 40px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 12px;
  padding-bottom: 12px;
  line-height: 40px;
  margin-top: 12px;

}

.c6-con span {
  font-size: 18px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c6-con .txt {
  width: 48px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #009166;
  background: rgba(0, 145, 102, 0.1);
}

.content6 ul li:hover span {
  color: #008C6C;
}

.content7 {
  background: url('../images/content6/c7-bg.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 300px 0;
  margin-top: -60px;
}

.content7 .main {
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content7.animate .main {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  visibility: visible;
}

.c7-con1 {
  position: relative;
}

.c7-con1>img {
  position: absolute;
  bottom: 0;
  left: 405px;
}

.c7-con1left {
  width: 448px;
  height: 448px;
  position: relative;
  z-index: 999;
}

.c7-con1left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c7-con1left ul li a {
  width: 224px;
  height: 224px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.c7-con1left ul li a span{ font-size: 24px;}

.c7-con1left ul li:nth-child(1) {
  background: url('../images/content6/c7-bg1.jpg');
}

.c7-con1left ul li:nth-child(2) {
  background: url('../images/content6/c7-bg2.jpg');
}

.c7-con1left ul li:nth-child(3) {
  background: #52BCCC;
}

.c7-con1left ul li a img {
  margin-bottom: 15px;
  width: 80px;
  height: 80px;

}

.c7-con1left ul li a:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.c7-con2>img {
  left: 0;
}

.c7-con2 .c7-con1left ul li:nth-child(1) {
  background: url('../images/content6/c7-bg3.jpg');
}

.c7-con2 .c7-con1left ul li:nth-child(2) {
  background: url('../images/content6/c7-bg4.jpg');
}

.c7-con2 .c7-con1left ul li:nth-child(3) {
  background: #4AB1E8;
}

.c7-con2 {
  display: flex;
  justify-content: flex-end;
}

.content8 {
  padding: 100px 0 50px 0;
}

.content8a {
  display: flex;

  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content8.animate .content8a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  visibility: visible;
}

.content8a-left {
  width: 100px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.content8a-left1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content8a-left1 img {
  margin-bottom: 12px;
  width: 44px;
  height: 44px;
}

.content8a-left1 strong {
  font-size: 36px;
  color: #192533;
  writing-mode: vertical-rl;
}

.c8-more {
  color: rgba(25, 37, 51, .8);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.c8-more span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(39, 36, 37, .2);
  border-radius: 50px;
  margin-top: 13px;
  display: block;
  background: url(../images/content3/c3-more1.png) no-repeat center center;
}

.c8-more:hover {
  color: #009166;
}

.c8-more:hover span {
  background: #009166 url('../images/content3/c3-more1on.png') no-repeat center center;

}

.content8a-right {
  flex: 1;
}

.content8a-right ul {
  display: flex;

}

.content8a-right ul li {
  width: 23.7%;
  height: 420px;
  position: relative;
    padding: 25px;
  margin-right: 30px;
}
.content8a-right ul li:last-child {
  margin-right: 0;
}
.content8a-right ul li a {
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  /* padding: 30px 30px 0 26px; */
  color: #fff;
  font-size: 20px;
}

.content8a-right ul li .pic-more  {
  color: #fff;
  writing-mode: vertical-rl;
  padding-bottom: 47px;
  position: absolute;
  right: 30px;
  bottom: 0;

}

.content8a-right ul li .pic-more::before {
  position: absolute;
  content: '';
  height: 40px;

  border-left: 1px solid #fff;
  bottom: 0;
  left: 10px;

}

.content8a-right ul li:nth-child(1) {
  background: url('../images/content7/c8-bg1.jpg');
   background-size: 100% 100%;
}

.content8a-right ul li:nth-child(2) {
  background: url('../images/content7/c8-bg2.jpg');
    background-size: 100% 100%;
}

.content8a-right ul li:nth-child(3) {
  background: url('../images/content7/c8-bg3.jpg');
    background-size: 100% 100%;
}

.content8a-right ul li:nth-child(4) {
  background: url('../images/content7/c8-bg4.jpg');
    background-size: 100% 100%;
} 

.content8b {
  margin-top: 60px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content8.animate .content8b {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .8s;
  visibility: visible;
}

.content8b-1 {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #1B2836;
  border-bottom: 1px solid rgba(27, 40, 54, .2);
}

.content8b-2 {
  margin-top: 30px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px rgba(27, 40, 54, 0.1);
}

.content8b-2 .list {
  display: flex;
  align-items: center;
  padding: 0 26px;
  border-right: 1px solid rgba(27, 40, 54, .1);
}

.content8b-2 .list:last-child {
  border: 0
}

.content8b-2 .list img {
  width: 68px;
  height: 68px;
  margin-right: 10px;
}

.content8b-2 .listr {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #1B2836;
  align-items: flex-start;
}

.content8b-2 .listr span.tel {
  display: block;
  color: #009166;
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}

.content8b-2 .listr span.txt {
  background: rgba(0, 143, 104, .1);
  border-radius: 30px;
  color: #009166;
  padding: 3px 10px;
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
}

#search {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
  background: url('../images/sear.png') no-repeat center center;
  font-size: 0
}





.foot {
  background: url('../images/foot/ftbg.png') no-repeat center;
  background-size: 1920px 100%;
     position: relative;
  z-index: 9999;
      margin-top:-125px
}

.foot1 {
  text-align: center;
  padding: 170px 0 45px 0;
}

.flogo {
  width: 485px;
  height: 70px;
}

.foot2 {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 25px;
}

.foot2 ul {
  display: flex;
  justify-content: center;
  justify-content: center;
}

.foot2 ul li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
}

.foot2 ul li::before {
  content: '';
  position: absolute;
  height: 16px;
  top: 5px;
  left: -30px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.foot2 ul li:nth-child(1) {
  margin-left: 0;
}

.foot2 ul li:nth-child(1)::before {
  border: 0
}

.foot2 ul li:last-child {
  margin-right: 0;
}

.foot2 ul li a {
  font-size: 20px;
  color: #fff;
}

.foot3 {
  padding: 55px 0 60px;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot3 img {
  margin-left: 22px;
}
.foot3c a {
  color: #fff;
}

.foot4 {
  display: flex;
  padding: 0px 0 40px 0;
  justify-content: space-between;
  align-items: center;
}

.foot4r a {
  color: rgba(255, 255, 255, .5);
  margin-left: 40px;
}

.foot4l a {
  position: relative;
}

.foot4l {
  display: flex;
}

.foot4l .f4c {
  width: 48px;
  height: 48px;
  display: flex;
  margin-right: 55px;
  position: relative;
  cursor: pointer;
}

.f-img1 {
  width: 48px;
  height: 48px;
}

.foot4l .f4c:nth-child(1) {
  background: url('../images/foot/ft-img3.png');
}

.foot4l .f4c:nth-child(1):hover {
  background: url('../images/foot/ft-img3on.png');
}

.foot4l .f4c:nth-child(2) {
  background: url('../images/foot/ft-img2.png');
}

.foot4l .f4c:nth-child(2):hover {
  background: url('../images/foot/ft-img2on.png');
}

.foot4l .f4c:nth-child(3) {
  background: url('../images/foot/ft-img1.png');
}

.foot4l .f4c:nth-child(3):hover {
  background: url('../images/foot/ft-img1on.png');
}

.foot1lc {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -140px;
  left: -40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  transition: all 0s ease-in-out;
}

.f4c:hover .foot1lc {
  visibility: visible;
  transition: all 0s ease-in-out;
}





/* 科学研究 */
.kxBanner {
  background: url('../images/kx/bg.png') no-repeat center;
  height: 570px;
  background-size: auto 100%;
}

.kxBanner .main {
  position: relative;
}

.kxTit {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px 0 0 0;
}

.kxTit1 {
  display: flex;
  align-items: center;
  color: #fff;
}

.kxTit1 a {
  color: #fff;
  margin: 0 10px;
}

.kxTit2 {
  padding-top: 115px;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
  color: #fff;
}

.kxTit2::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 8px;
  background: #52BCCC;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 205px;
}

.kx-content1 {
  background: url('../images/kx/kx-bg1.png') no-repeat center bottom;
  background-size: auto 100%;
  padding-bottom: 300px;
}

.kx-tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #192533;
}

.kx-content1c {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

.kx-content1cl {
  display: flex;
  justify-content: space-between;
}

.kx-content1cl-1 {
  width: 340px;
  display: flex;
  flex-direction: column;
}

.kx-content1cl-1 img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
}

.kx-content1cl>img {
  width: 220px;
  height: 320px;
  margin-left: 20px;

}

.kx-content1cr {
  flex: 1;
  color: #192533;
  font-size: 16px;
  line-height: 30px;
  margin-left: 30px;
}

/* 1225修改 */
.kx-content2 {
  padding-top: 50px;
}

/* 1225修改 */

.kx-content2 .kx-tit {
  color: #fff;
}

.kx-content2-1 {
  margin: 60px 0 24px 0;
}

.kx-content2-1 ul {
  display: flex;
  justify-content: space-between;
}

.kx-content2-1 ul li {
  padding: 28px 28px 10px 28px;
  width: 32%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 16px;
}

.kx-content2-1tit {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
  color: #009166;
}

.kx-more {
  display: flex;
  align-items: center;
  color: rgba(25, 37, 51, .8);
  font-size: 16px;
  font-weight: normal;
}

.kx-more span {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url('../images/kx/more.png') no-repeat center center;
}

.kx-more:hover {
  color: #009166;
}

.kx-more:hover span {
  background: url('../images/kx/moreon.png') no-repeat center center;

}

.kx-content2-1 ul li .list {
  border-bottom: 1px solid rgba(25, 37, 51, .15);
  padding: 20px 0 20px 0;
  color: rgba(25, 37, 51, .6);
}

.kx-content2-1 ul li .list:last-child {
  border: 0
}

.kx-content2-1 ul li .list a {
  color: #192533;
  font-size: 17px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.kx-content2-1 ul li .list a>img {
  width: 100%;
  display: block;
}

.kx-content2-1 ul li .list a:hover {
  color: #009166;
}
/* 1225修改 */
.kx-content2-2 {
  width: 48%;
  margin-left: 48px;

}

.kx-content2-2 ul {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.kx-content2-2 ul li {
  border-bottom: 1px solid rgba(25, 37, 51, .15);
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
}

.kx-content2-2 ul li:last-child {
  border: 0;
}

.kx-content2-2 ul li img {
  width: 160px;
  height: 110px;
  display: block;
}

.kx-content2-2r {
  flex: 1;
  margin-left: 22px;
  color: rgba(25, 37, 51, .6);
}



.kx-content2-2r a {
  color: #192533;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 35px;
}

.kx-content2-2r a:hover {
  color: #008F68;
}


.kx-content3 {
  margin-top: 80px;
  padding-bottom: 120px;
}

/* 1225修改 */
.kx-content3 .main {
  display: flex;
  justify-content: space-between;
}

.kx-content3l {
  flex: 1;
}

.kx-content3r {
  width: 390px;
  margin-left: 48px;
}

.kx-content3l-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kx-content3l-tit .kx-tit1 {
  display: flex;
  align-items: center;
}


.main1 .kx-content3l-tit{justify-content:center;}
.main1 .kx-content3l-tit .kx-tit1{margin:0 50px;}

.kx-content3l-tit .kx-tit1 strong {
  font-weight: bold;
  font-size: 26px;
  color: #192533;
}


.kx-content3l-tit .kx-tit2 strong {

  font-size: 40px;
 
}

.kx-content3l-tit .kx-tit1 ul {
  display: flex;
  align-items: center;
}

.kx-content3l-tit .kx-tit1 ul li {
  color: #192533;
  font-size: 20px;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.kx-content3l-tit .kx-tit1 ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.2;
  left: -15px;
  top: 15px;
}

.kx-content3l-tit .kx-tit1 ul li:hover::before,
.kx-content3l-tit .kx-tit1 ul li.on::before {
  background-color: #009166;
  opacity: 1
}

.kx-content3l-tit .kx-tit1 ul li:hover,
.kx-content3l-tit .kx-tit1 ul li.on {
  color: #009166;
}



.kx-content3l-bd.on {
  display: block;
}

.kx-content3l-bd ul {
  display: flex;

  flex-wrap: wrap;
}

.kx-content3l-bd ul li {
  width: 48%;
  margin: 40px 4% 0 0;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  border-bottom: 8px solid #009166;
  padding: 25px;
  color: rgba(25, 37, 51, .6);
}

.kx-content3l-bd ul li:nth-child(2n) {
  margin-right: 0;
}

/* 1225修改 */
.kx-content3l-bd ul li a {
  color: #192533;
  font-size: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 60px;
}

/* 1225修改 */

.kx-content3l-bd ul li:hover a {
  color: #008F68;
}

.kx-content3r-bd {
  margin-top: 40px;
}

.kx-content3r-bd ul li {
  height: 60px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 24px 0 40px;
  position: relative;
}

.kx-content3r-bd ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #009166;
  border-radius: 40px;
  left: 24px;
  top: 28px;
}

.kx-content3r-bd ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #192533;
  font-size: 16px;
  align-items: center;
}

.kx-content3r-bd ul li a span.txt {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kx-content3r-bd ul li a span.down {
  width: 32px;
  height: 32px;
  background: url('../images/kx/kx3-img1.png');
  background-size: 100% 100%;
}

.kx-content3r-bd ul li:hover a {
  color: #008C6C;
}

.kx-content3r-bd ul li:hover a span.down {
  background: url('../images/kx/kx3-img2.png');
  background-size: 100% 100%;
}

.kx-content3r-bd ul li:last-child {
  margin-bottom: 0;
}


/* 1225修改 */
.kx-content4 {
  background: url('../images/kx/kx4-bg.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 160px 0 260px 0;
  margin-bottom: -150px;
}

/* 1225修改 */

.kx-content4 .main {
  display: flex;
  justify-content: space-between;

}

.kx-content4l {
  flex: 1;
}

/* 1225修改 */
.kx-content4r {
  width: 390px;
  margin-left: 50px;
}

/* 1225修改 */

.kx-content4l-bd {
  margin-top: 48px;
}

.kx-content4l-bd ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kx-content4l-bd1 {
  display: flex;
  flex-direction: column;
  color: #009166;
  font-size: 16px;
  align-items: center;
}

.kx-content4l-bd1 strong {
  font-size: 40px;
}

.kx-content4l-bd2 {
  flex: 1;
  border-bottom: 1px solid rgba(25, 37, 51, .15);

  margin-left: 30px;
}

.kx-content4l-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: 18px;
  color: #192533;
  line-height: 100px;
}

.kx-content4l-bd2 a:hover {
  color: #008C6C;
}

.kx-content4r-bd {
  margin-top: 45px;
}

.kx-content4r-bd ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 140px;
}

.kx-content4r-bd ul li:last-child {
  margin-bottom: 0;
}

.kx-content4r-bd ul li a {
  width: 100%;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  height: 100%;
}

.kx-content4r-bd ul li:nth-child(1) {
  background: url('../images/kx/kx4-img1.png');
  background-size: 100% 100%;
}

.kx-content4r-bd ul li:nth-child(2) {
  background: url('../images/kx/kx4-img2.png');
  background-size: 100% 100%;
}

.kx-content4r-bd ul li:nth-child(3) {
  background: url('../images/kx/kx4-img3.png');
  background-size: 100% 100%;
}

.kx-content4r-bd ul li a img {
  width: 40px;
}

/* 医学教育 */
.yxBanner {
  background: url('../images/yx/bg.png') no-repeat center;
  height: 570px;
  background-size: auto 100%;
}

.yxBanner .main {
  position: relative;
}

.yx-content1 {
  padding-bottom: 125px;
}

.yx-content1 .c6-more {
  float: right;
}

.yx-content1c {
  margin-top: 45px;
}

.yx-content1c ul {
  display: flex;
  justify-content: space-between;
}

.yx-content1c ul li {
  width: 24%;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  background: #fff;
}

.yx-content1c ul li img {
  width: 100%;
  display: block;
}

.yx-content1c-bd {
  padding: 25px;
  color: rgba(25, 37, 51, .6);
}

.yx-content1c-bd a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #192533;
  margin-bottom: 45px;
}

.yx-content1c ul li:hover {
  border-bottom: 6px solid #009166;
  margin-top: -10px;
}

.yx-content1c ul li:hover a {
  color: #008C6C;
}

.yx-content2 {
  background: url('../images/yx/yx2-bg.png') no-repeat center;
  background-size: auto 100%;
  padding: 150px 0 166px 0;
}

.yx-content2 .main {
  display: flex;
  justify-content: space-between;
}

.yx-content2l,
.yx-content2r {
  width: 48.5%;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 30px;
}

.yx-content2l-tit {
  color: #192533;
  font-size: 28px;
}

.yx-content2l ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.yx-content2l ul li {
  width: 49%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 0 33px;
  height: 130px;
}



.yx-content2l ul li a {
  width: 100%;
  color: #fff;
  font-size: 24px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.yx-content2l ul li:nth-child(1) {
  background: url('../images/yx/yx2-img1.png');
  background-size: 100% 100%;
}

.yx-content2l ul li:nth-child(2) {
  background: url('../images/yx/yx2-img2.png');
  background-size: 100% 100%;
}

.yx-content2l ul li:nth-child(3) {
  background: url('../images/yx/yx2-img3.png');
  background-size: 100% 100%;
 
}

.yx-content2l ul li:nth-child(4) {
  background: url('../images/yx/yx2-img4.png');
  background-size: 100% 100%;
 
}


.yx-content2l ul li:nth-child(5) {
  background: url('../images/yx/yx2-img9.png');
  background-size: 100% 100%;
 
}

.yx-content2r ul li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(25, 37, 51, .15);
}

.yx-content2r ul li a {
  color: #192533;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
}

.yx-content2r ul li span.txt {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}

.yx-content2r ul li a span.time {
  color: rgba(25, 37, 51, .6);
  width: 100px;
}

.yx-content2r ul li a:hover {
  color: #008C6C;
}

.yx-content3 {
  background: url('../images/yx/yx3-bg.png') no-repeat center bottom;

  padding: 100px 0 420px 0;
  margin-bottom: -380px;
}

.yx-content3 .main {
  display: flex;
  justify-content: space-between;
}

.yx-content3c {
  width: 32%;
  background: #fff;
}

.yx-content3c1 {
  padding: 45px 32px 10px 32px;
  margin-top: 40px;
  height: 595px;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
}

.yx-content3c1 ul {
  margin-top: 25px;
}

.yx-content3c1 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}



.yx-content3c1a {
  display: flex;
  flex-direction: column;
  color: #009166;
  font-size: 16px;
  align-items: center;
}

.yx-content3c1a strong {
  font-size: 40px;
}

.yx-content3c1b {
  flex: 1;
  margin-left: 20px;
}

.yx-content3c1b a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #192533;
  margin-bottom: 10px;
}

.yx-content3c1b a:hover {
  color: #008C6C;
}

.yx-content3c1b span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(25, 37, 51, .6);

}

.yx-content3c2 {
  margin-top: 120px;
  height: 480px;
}

.yx-content3c2a {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
}

.yx-content3c2aimg {
  position: relative;
  margin-top: 25px;
}

.yx-content3c2aimg img {
  width: 100%;
  display: block;
}

.yx-content3c2aimg a.yxb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 60px;
  background: rgba(0, 0, 0, .5);
  color: #fff;

  padding: 0 40px;
}

.yx-content3c2aimg span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  text-align: center;
}

.yx-content3c2b {
  display: flex;
}

.yx-content3c2b ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.yx-content3c2b ul li {
  width: 50%;
}

.yx-content3c2b ul li a {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
}

.yx-content3c2b ul li img {
  width: 80px;
}

.yx-content3c2b ul li:nth-child(1) {
  background: url('../images/yx/yx3-img2.png');
}

.yx-content3c2b ul li:nth-child(2) {
  background: url('../images/yx/yx3-img3.png');
}

.yx-content3c3 {
  background: #246BB2 url('../images/yx/yx3-bg1.png') no-repeat right bottom;
  padding: 32px;
  height: 630px;
}

.yx-content3c3 .yx-content2l-tit {
  color: #fff;
  margin-bottom: 22px;
}

.yx-content3c3 .kx-more {
  color: #fff;
}

.yx-content3c3 .kx-more span {
  background: url('../images/kx/kx4-jt.png');
  background-size: 100% 100%;
}

.yx-content3c3 .list {
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 15px 0;
}

.yx-content3c3 .list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.yx-content3c3 .list a img {
  margin-right: 25px;
}

.yx-content3c3 .list1 {
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 30px;
}

.yx-content3c3 .list1a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.yx-content3c3 .list1 ul li {
  margin-top: 20px;
  color: rgba(255, 255, 255, .8);
}

.yx-content3c3 .list1 ul li a {
  color: #fff;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}

/* 科室导航 */
.ksBanner {
  background: url('../images/ks/bg.png') no-repeat center top;
padding-bottom:100px
}


.ksBanner .ksTit {
  padding: 30px 0 0 0;
}



.ksBanner .main {
  position: relative;
}

.ksTit1 {
  display: flex;
  align-items: center;
  color: #192533;
  margin-bottom: 65px;
}

.ksTit>img {
  width: 720px;
}

.ksTit1 a {
  color: #192533;
  margin: 0 10px;
}

.ks-content1 {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 590px;
  height: 450px;
  background: #008A5A;
  padding: 50px 60px;
  color: #fff;
}

.ks-content1tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.ks-content1tit::before {
  position: absolute;
  content: '';
  left: -70px;
  top: 25px;
  width: 32px;
  height: 8px;
  background: #F3B742;
}

.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: 6;
  -webkit-box-orient: vertical;
}

.ks-conttent1more {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  margin-top: 36px;
  ;
}

.ks-conttent1more span {
  width: 44px;
  height: 44px;
  background: url('../images/ks/more.png');
  margin-left: 12px;
}

.ks-content2 {
  padding: 120px 0;
  background: url('../images/c1-bg.png') no-repeat center bottom;
}

.ks-content2 .c2-tit {
  display: flex;
  justify-content: space-between;
}

.ks-content2 .c2-tit .tit {
  margin-bottom: 0;
}

.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%;
  display: block;
}


.mySwiper4-2 {
  display: block;
  height: 120px;
  padding: 0 20px;
  font-size: 20px;
  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: 10px;
  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: #008A5A;
  color: #fff;
}

.mySwiper4list:hover .mySwiper4-1b {
  bottom: 0;
}

.mySwiper4list:hover .mySwiper4-2>span {
  display: none;
}

.mySwiper4list:hover .mySwiper4-1b {
  display: block;
}


.swiper4-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url('../images/ks/left.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  left: 45% !important;
}

.swiper4-button-prev:hover {
  background: url('../images/content4/left.png') !important;
  background-size: 100% 100% !important;

}

.swiper4-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url('../images/ks/right.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  right: 45% !important;
}

.swiper4-button-next:hover {
  background: url('../images/content4/right.png') !important;
  background-size: 100% 100% !important;

}

.ks-content3 {
  background: #EBEDEF;
  padding: 100px 0;
}

.ks-content3 .c2-tit {
  display: flex;
  justify-content: space-between;
}

.ks-content3 .c2-tit .tit {
  margin-bottom: 0;
}

.ks-content3l-bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ks-content3l-bd ul li {
  margin-top: 40px;
  width: 47%;
}

.ks-content3l-bd1 {
  display: flex;
  color: #009166;
  align-items: flex-end;
}

.ks-content3l-bd1 strong {
  font-size: 42px;
  margin: 0 10px 0 0;
  line-height: 40px;
}



.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: 20px;
  color: #192533;
  margin-top: 15px;
}

.ks-content3l-bd2 a:hover {
  color: #008C6C;
}

.ks-content4 {
  background: url('../images/c1-bg.png') no-repeat center;
  padding: 100px 0;
}

.mySwiper5 {
  overflow: hidden;
  height: 390px;
  position: relative;
}

.mySwiper5 .list {
  width: 290px;
  height: 290px;
  position: relative;
  cursor: pointer;
}

.listImg {
  width: 290px;
  height: 290px;
}



.mySwiper5 .listImg1 {
  background: url('../images/ks/ks4-img1.png') no-repeat center center;
  background-size: 270px 270px;
}

.mySwiper5 .listImg2 {
  background: url('../images/ks/ks4-img2.png') no-repeat center center;
  background-size: 270px 270px;
}

.mySwiper5 .listImg3 {
  background: url('../images/ks/ks4-img3.png') no-repeat center center;
  background-size: 270px 270px;
}

.mySwiper5 .listImg4 {
  background: url('../images/ks/ks4-img4.png') no-repeat center center;
  background-size: 270px 270px;
}

.mySwiper5 .listImg5 {
  background: url('../images/ks/ks4-img5.png') no-repeat center center;
  background-size: 270px 270px;
}


.mySwiper5 .listImg6 {
  background: url('../images/ks/ks4-img1.png') no-repeat center center;
  background-size: 270px 270px;
}


.mySwiper5 .listImg7 {
  background: url('../images/ks/ks4-img2.png') no-repeat center center;
  background-size: 270px 270px;
}



.mySwiper5 .listImg8 {
  background: url('../images/ks/ks4-img3.png') no-repeat center center;
  background-size: 270px 270px;
}


.mySwiper5 .listImg9 {
  background: url('../images/ks/ks4-img4.png') no-repeat center center;
  background-size: 270px 270px;
}


.mySwiper5 .listImg10 {
  background: url('../images/ks/ks4-img5.png') no-repeat center center;
  background-size: 270px 270px;
}



.mySwiper5 .list:hover .listImg {
  background: url('../images/ks/ks4-img1on.png') no-repeat center center;
  background-size: 290px 290px;
}

.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('../images/ks/left.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  left: 45% !important;
}

.swiper5-button-prev:hover {
  background: url('../images/content4/left.png') !important;
  background-size: 100% 100% !important;

}

.swiper5-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url('../images/ks/right.png') !important;
  background-size: 100% 100% !important;
  bottom: 0 !important;
  top: inherit !important;
  right: 45% !important;
}

.swiper5-button-next:hover {
  background: url('../images/content4/right.png') !important;
  background-size: 100% 100% !important;

}

.flBanner.ksBanner1 {
  background: url('../images/ks/ks1bg.png') no-repeat center top;
  background-size: 1920px 100%;
  height: 570px;
}

.ks1-content {
  background: #eff0f1;
  padding: 0 0 200px 0;
  margin-bottom: -120px;
}

.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: #008A5A;
}

.ks1-content1 ul li:nth-child(2) {
  background: #52BCCC;
}

.ks1-content1 ul li:nth-child(3) {
  background: #F3B742;
}

.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: 600px;
  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: 350px;
  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: #52BCCC;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 24px;
}

.ks1-content1 button img {
  margin-right: 14px;
}

.ks1-content2 {
  margin: 30px 0 20px 0;
  display: flex;
  justify-content: space-between;
}

.ks1-content2l {
  flex: 1;
  background: #fff;
  /* height: 510px; */
  padding: 30px 40px 40px;
}

.ks1-content2r {
  width: 200px;
  height: 450px;
  position: relative;
}





.ks1-content2r img {
  width: 200px;
  height: 450px;
}


.wkxt .ks1-content2r img{/* height: 535px; */}


.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: #009166;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ks1-content2l .list2-2 ul {
  display: flex;
  flex-wrap: wrap;
}

.ks1-content2l .list2-2 ul li {
  margin: 20px 20px 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;
  background: rgba(0, 145, 102, .1);
  color: #192533;
  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-radius: 8px 0 8px 0;
}

.ks1-content2l .list2-2 ul li a:hover {
  color: #fff;
  background: #009166;
}

.flBanner.ksBanner2 {
  background: url('../images/ks/ks2bg.png') no-repeat center top;
  background-size: auto 100%;
  height: 570px;
}

.flBanner.ksBanner2 .kxTit2 span {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-top: 60px;
}

.ks2-content {
  background: #eff0f1;
  padding: 110px 0 10px 0;
  margin-bottom: -120px;
}

.page {
  margin: 50px 0 200px 0;
  color: #1B2836;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page a {

  color: #1B2836;

  min-width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 30px;
  background: rgba(21, 45, 78, .2);
  margin: 0 5px;
}

.page input ,.page select{
  border: 1px solid #ebebeb;
  padding: 0 13px;
  height: 48px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  width: 85px;
  border-radius: 50px;
  margin: 0 10px;
  background: rgba(21, 45, 78, .2);
}

.page img {
  width: 48px;
  height: 48px;
}


.page a:hover,.page a.current {
  background: #009166;
  color: #fff
}

.page a:last-child {
  width: 85px;
}

.ks2-content ul {
  display: flex;
  flex-wrap: wrap;
}

.ks2-content ul li {
  width: 23.5%;
  margin: 0 1.5% 24px 0;
  position: relative;
}

.ks2-content ul li img {
  width: 100%;
  height: 380px;
  display: block;
}

.ks2-content ul li:nth-child(4n) {
  margin-right: 0;
}

.ks2-content1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(233, 234, 235, .9);
  padding: 20px;
  color: #1B2836;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0s;
}

.ks2-content1 strong {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  transition: all 0s;
}

.ks2-content ul li:hover .ks2-content1 {
  background: rgba(0, 138, 90, .9);
  color: #fff;
}

.ks2-content1 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0s;
}

.speDe-con1 {
  position: relative;
  z-index: 999;
  margin-bottom: 100px;
  border-bottom: 8px solid #008A5A;
}

.speDe-con1c {
  position: relative;

}

.speDe-con1c1 {
  height: 224px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 480px;
}

.speDe-con1c1a {
  display: flex;
  flex-direction: column;
}

.speDe-txt1 {
  color: rgba(17, 26, 36, .8);
  display: flex;
  align-items: flex-end;
}

.speDe-txt1 strong {
  font-size: 40px;
  margin-right: 20px;
  color: #008A5A;
}

.speDe-txt1 span {
  font-size: 20px;
}

.speDe-txt2 {
  margin-top: 50px;
  color: rgba(17, 26, 36, .8);

  font-size: 18px;
  line-height: 30px;
}

.speDe-con1c2 {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  background: #fff url('../images/ks/ks3bg.png') no-repeat bottom;
  background-size: 100%;
  padding: 55px 95px 40px 480px;
}

.speDe-con1c2a {
  margin-bottom: 45px;
}

.speDe-con1c2a strong {
  display: block;
  font-size: 28px;
  color: #008A5A;
  margin-bottom: 30px;
}

.detailMsg {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 525px;
    object-fit: cover;
}

.speDe-con1c2a-con {
  line-height: 28px;
  font-size: 16px;
  color: rgba(17, 26, 36, .85);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 6; */
  -webkit-box-orient: vertical;
  text-align: justify;
}

.speDe-con1c2a-con p{margin:0;}



/* 护理风采 */
.flBanner {
  background: url('../images/fl/fl-bg.png') no-repeat center;
  background-size: auto 100%;
  height: 600px;
}

.flBanner .main {
  position: relative;
}

.fl-content1 {
  padding: 70px 0 100px 0;
}

.fl-content1c {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 58px;
}

.fl-content1cleft {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  border-left: 8px solid #009166;
  background: #fff;
  padding: 60px;
  box-shadow: 0px 0px 10px rgba(27, 40, 54, 0.1);
}

.fl-content1cleft strong {
  font-size: 26px;
  color: #008A5A;
}

.fl-content1cleft .bd {
  font-size: 16px;
  color: #192533;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 34px 0 30px 0;
}

.fl-content2 {
  background: url('../images/fl/fl-bg2.png') no-repeat center;
  background-size: auto 100%;
  padding: 150px 0 170px 0;
}

.fl-content2 .kx-tit {
  text-align: left;
}

.fl-content2 .yx-content1c ul li {
  border-radius: 0;
}

.fl-content3 {
  padding: 90px 0 100px 0;
}

.fl-content3 .main {
  position: relative;
}

.fl-content3 .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.fl-content3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.fl-content3 ul li {
  width: 23%;
  border-radius: 8px;
  height: 270px;
}

.fl-content3 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  ;
  color: #fff;
  font-weight: bold;
}

.fl-content3 ul li a img {
  margin-bottom: 40px;
}

.fl-content3 ul li:hover img {
  transform: scale(1.1);
}

.fl-content3 ul li:nth-child(1) {
  background: url('../images/fl/fl2-img1.png');
  background-size: 100% 100%;

}

.fl-content3 ul li:nth-child(2) {
  background: url('../images/fl/fl2-img2.png');
  background-size: 100% 100%;
}

.fl-content3 ul li:nth-child(3) {
  background: url('../images/fl/fl2-img3.png');
  background-size: 100% 100%;
}

.fl-content3 ul li:nth-child(4) {
  background: url('../images/fl/fl2-img4.png');
  background-size: 100% 100%;
}

.fl-content4 {
  background: url('../images/fl/fl3-bg.png') no-repeat center;
  background-size: auto 100%;
  padding: 80px 0 235px 0;
  margin-bottom: -145px;
}

.fl-content4 .kx-tit {
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.fl-content4c {
  margin-top: 40px
}


.c7-more {
  display: flex;
  align-items: center;
  color: rgba(25, 37, 51, .8);
  font-size: 16px;
  color: #Fff;
}

.c7-more span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  margin-left: 13px;
  background: url('../images/partyMasses/more1.png') no-repeat center center;
}

.c7-more:hover {
  color: #fff;
}

.c7-more:hover span {
  background: #009166 url('../images/content3/c33-more1on.png') no-repeat center center;
}


.mySwiper6 {
  overflow: hidden;
  position: relative;
}

.fl-content4con1 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 800px;
}

.fl-content4con1 .fl4img {
  width: 100%;
  display: block;
}

.flmovie {
  position: absolute;
  left: 40px;
  bottom: 110px;
  cursor: pointer;
}

.fl-content4con1 a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 68px;
  color: #fff;
  font-size: 20px;
  padding: 0 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fl-content4con2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 650px;
  height: 240px;
  background: url('../images/fl/fl3-img2.png');
  background-size: 100% 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fl-content4con2 a.tit {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}

.fl-content4con2 a.tit::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  top: 70px;
}

.fl-content4con2 .flmore {
  width: 100px;
  height: 60px;
  border: 1px solid #fff;
  opacity: .8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.fl-content4con2 .flmore img {
  width: 30px;
}

.fl-content4con2 .flmore:hover {
  opacity: 1;
}

.swiper6-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url('../images/fl/left.png') !important;
  background-size: 100% 100% !important;
  top: calc(50% + 50px) !important;
  left: calc(46.5% + 40px) !important;
  z-index: 99999 !important;
}


.swiper6-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url('../images/fl/right.png') !important;
  background-size: 100% 100% !important;
  top: calc(50% + 50px) !important;
  right: calc(46.5% - 70px) !important;
  z-index: 99999 !important;
}



/* 医院概况 */

.flBanner.yyBanner1 {
  background: url('../images/yy/yy-bg.png') no-repeat center top;
  background-size: auto 100%;
  height: 570px;
}

.flBanner.yyBanner1 .main {
  height: 100%;
  position: relative;
}

.yyNav {
  height: 84px;
  width: 120%;
  position: absolute;
  right: 0;
  bottom: 54px;
  background: #009166;
  border-radius: 0 50px 50px 0;
  background-size: auto 50px;
}

.yyNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  float: right;
}

.yyNav ul li a {
  line-height: 84px;
  height: 84px;
  display: block;
  margin: 0 50px;
  color: #fff;
  font-size: 20px;
  border-bottom: 6px solid transparent;
  position: relative;
}

.yyNav ul li a:hover,
.yyNav ul li.on a {
  border-bottom: 6px solid #27D09E;
}

.yyNav ul li a:hover::before,
.yyNav ul li.on a::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 24px;
  left: -45px;
  top: 27px;
  background: url('../images/yy/right.png');

}

.yyNav ul li a:hover::after,
.yyNav ul li.on a::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 24px;
  right: -45px;
  top: 30px;
  background: url('../images/yy/left.png');
}

.yy-content1 {
  padding-top: 75px;
  border-bottom: 1px solid rgba(17, 26, 36, .2);
}

.yy-content1 ul {
  display: flex;
  justify-content: center;
}

.yy-content1 ul li {
  padding: 20px 30px;
  background: #86c4ad;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  color: #008A5A;
  margin: 0 6px;
  font-size: 18px;
}

.yy-content1 ul li:hover,
.yy-content1 ul li.on {
  background: #008A5A;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
}

.yy-content2 {
  margin-top: 75px;
}

.yy-content2 ul {
  display: flex;
  flex-wrap: wrap;
}

.yy-content2 ul li {
  width: 23.5%;
  margin: 0 1.5% 48px 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
}

.yy-content2c {
  position: relative;

}

.yy-content2c>img {
  display: block;
  width: 100%;
  height: 210px;
}

.yy-content2 ul li:nth-child(4n) {
  margin-right: 0;
}

.yy-content2 ul li:hover .yy-content2b {
  border-bottom: 4px solid #008A5A;
  ;
}



.yy-content2-1 {
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  background: rgba(0, 138, 90, .9);
  display: flex;
  align-items: center;
  justify-content: center;

}

.yy-content2 ul li:hover .yy-content2-1 {
  top: 0;
}

.yy-content2b {
  line-height: 94px;
  padding: 0 20px;
  color: #1B2836;
  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;
  border-bottom: 4px solid transparent
}

.yy-content3 {
  padding: 100px 0 200px 0;
}

.yy-content3c {
  border-left: 8px solid #008A5A;
  padding: 50px 50px 60px 50px;

  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  position: relative;
}

.yy-content3c ul {
  position: relative;
  z-index: 1;
}

.yy-bg3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.yy-content3c ul li {
  cursor: pointer;
  display: flex;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px dashed rgba(17, 26, 36, .2);
  line-height: 70px;
  padding: 0 40px;

  justify-content: space-between;
}

.yy-content3c ul li:hover {
  border: 1px solid #009166;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(38, 44, 54, 0.2);
}

.yy-content3c ul li .yyc3-1 {
  font-weight: bold;
  font-size: 20px;
  color: #262C36;
  width: 335px;
}

.yy-content3c ul li:hover .yyc3-1 {
  color: #009166;
}

.yy-content3c ul li .yyc3-2 {
  color: #262C36;
  font-size: 16px;
}

.yy-content3c ul li a {
  color: rgba(38, 44, 54, .6);
  font-size: 16px;
}

.yy-content3c ul li a img {
  margin-left: 10px;
  width: 26px;
}

.yyc3-con {
  display: flex;
}

.flBanner.yyBanner2 {
  background: url('../images/yy/yy-bg2.png') no-repeat center top;
  background-size: 100%;
  height: auto;
     padding-bottom:100px
}

.flBanner.yyBanner2 .main {
  position: relative;
}

.yy-content4 {
  padding: 110px 0;
}

.yy-content4c {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-top: 8px solid #008A5A;
}

.yy-content4-1 {
  border-bottom: 1px solid rgba(38, 44, 54, .2);
  padding: 75px 85px 48px 130px;
  display: flex;
  justify-content: space-between;
}

.yy-content4-1a {
  color: #333333;
  font-size: 18px;
}

.yy-content4-1a strong {
  font-size: 36px;
  display: block;
  margin-bottom: 20px;
}

.yy-content4-1b {
  border-radius: 24px;
  border: 2px solid #008A5A;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #008A5A;
  font-size: 16px;
}

.yy-content4-1b img {
  margin: 0 0 -3px 7px;
}

.yy-content4-2 {
  padding: 50px 130px 200px;
  color: #333333;
}

.yy-content4-2 strong {
  font-size: 24px;
}

.yy-content4-2 div {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
}

.yy-content5 {
  padding: 100px 0 100px 0;
}

.yy-content5c {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-top: 8px solid #008A5A;
  padding: 80px 90px 110px;
   margin-bottom:100px
}

.yy-content5cTit {
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 28px;

}

.yy-content5cTit::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  background: #008A5A;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}

.yy-content5cBd {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-top: 80px;
}
.yy-content5cBd p{font-size:100%;}
.yy-content5cBd table{border-collapse: collapse;max-width: 100%!important;}
.yy-content5cBd table td{border:1px solid #efefef;padding:10px;}


.yy-content5cBd img {
  max-width: 100%;
}

.yyc5List {
  margin-bottom: 30px;
}

.yyc5List:last-child {
  text-align: right;
}

/* 医院新闻 */
.flBanner.newBanner1 {
  background: url('../images/news/new-bg.png') no-repeat center top;
  background-size: auto 100%;
  height: 570px;
    display: none;
}

.flBanner.newBanner1 .main {
  height: 100%;
  position: relative;
}
.new-content1 {
  padding-top: 50px;
}
.new-content1 .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 115px;
    padding-top: 50px;
}

.new-content1l {
  width: 480px;
  margin-right: 48px;
}

.new-content1r {
  width: 700px;
  border-left: 1px solid #EBEDEF;
  border-right: 1px solid #EBEDEF;
}

.new-content1l .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.new-content1l ul {
  margin-top: 25px;
  border-top: 1px solid #EBEDEF;
}

.new-content1l ul li {
  padding: 15px 0;
  border-bottom: 1px solid #EBEDEF;
}

.new-content1l ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.new-content1l ul li a img {
  width: 140px;
  height: 80px;
  display: block;
}

.new-content1l-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(25, 37, 51, .6);
  margin-left: 12px;

}

.new-content1l-r span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: 17px;
}

.new-content1l ul li:hover .new-content1l-r span {
  color: #008A5A;
}

.mySwiper7 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}

.mySwiper7 .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 0;
  background: #009166;
  opacity: .2;

}

.mySwiper7 .swiper-pagination-bullet-active {
  background: #009166;
  opacity: 1;
}


.mySwiper7 .swiper-slide{
    width:100%!important
}
.mySwiper7 .swiper-slide img {
  width: 100%;
  display: block;
            height: 355px;
        object-fit: cover;
}


.mySwiper7>.swiper-pagination {
  bottom: 0px !important
}

.new-txt1 {
  margin: 30px 0 20px 0;
  text-align: center;
  color: rgba(25, 37, 51, .6);
  font-size: 16px;
}

.new-txt1a {
  color: #009166;
}

.new-txt1b {
  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: 24px;
  font-weight: bold;
  margin: 25px 0;
}

.new-txt2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  line-height: 24px;
  padding: 0 50px;
}

.new-content2 {
  background: url('../images/news/new-bg2.png') no-repeat center;
  background-size: auto 100%;
  padding: 120px 0 115px 0;
}

.new-content2 .tit {
  color: #fff;
}




.new-content2c {

  box-shadow: 0px 2px 10px 0px rgba(25, 37, 51, 0.1);
}



.new-content2c .newImg {
  width: 100%;
  display: block;
    height: 260px;
        object-fit: cover;
}

.new-content2c:hover .new-content2bd .txt {
  color: #008A5A;
}

.new-content2bd {
  padding: 30px 25px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-content2bd .txt {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #192533;
  line-height: 32px;
    min-height: 64px;
}

.new-content2bd .time {
  color: rgba(25, 37, 51, .6);
  font-size: 16px;
  border-left: 2px solid #009166;
  line-height: 30px;
  margin-top: 40px;
  padding-left: 14px;
}

.mySwiper8 {
  overflow: hidden;
}

.swiper8-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: url('../images/fl/left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 60px !important;
  top: -80px !important;
  left: initial !important;
}

.swiper8-button-next {
  width: 40px !important;
  height: 40px !important;
  background: url('../images/fl/right.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 0px !important;
  top: -80px !important;
}

.new-content3 {
  background: url('../images/news/new-bg3.png') no-repeat center;
  background-size: auto 100%;
  padding: 100px 0 270px 0;
  margin-bottom: -180px;
}

.new-content3 .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.new-content3c {
  margin-top: 45px;
}

.new-content3c ul {
  display: flex;
  flex-wrap: wrap;
}

.new-content3c ul li {
  margin: 0 2% 30px 0;
  width: 49%;
  display: flex;
  justify-content: space-between;
  padding: 0 25px 0 45px;
  align-items: center;
  position: relative;
  border: 1px solid rgba(55, 63, 73, 0.2);
  cursor: pointer;
}

.new-content3c ul li:nth-child(2n) {
  margin-right: 0;
}

.new-content3c ul li a {
  color: #192533;
  font-size: 18px;
  line-height: 80px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}

.new-content3c ul li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #008A5A;
  border-radius: 20px;
  left: 25px;
  top: 33px;

}

.new-content3c ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(25, 37, 51, 0.1);
  border: 1px solid rgba(0, 138, 90, 1)
}

.new-content3c ul li:hover a {
  color: #008A5A;
}

.new-content3c ul li span {
  color: rgba(25, 37, 51, .6);
  font-size: 16px;
  width: 100px;
}


/* 通知公告 */
.flBanner.ggBanner1 {
  background: url('../images/gg/gg-bg1.png') no-repeat center top;
  background-size: auto 100%;
  height: 570px;
}

.flBanner.ggBanner1 .main {
  height: 100%;
  position: relative;
}

.gg-content1 {
  background: url('../images/gg/gg-bg2.png') no-repeat center bottom;
  padding: 20px 0 440px 0;
  margin-bottom: -330px;
}

.gg-content1a {
  margin-bottom: 70px;
}

.gg-content1a .kx-content3l-bd ul li {
  width: 31%;
  margin-right: 3%;
  transition: all 0s;
}

.gg-content1a .kx-content3l-bd ul li:nth-child(3n) {
  margin-right: 0;
}

.gg-content1a .kx-content3l-bd ul li:hover {
  background: url('../images/gg/gg-img.png') no-repeat right 10px center;
}

.gg-content1con {
  margin-top: 10px;
}

.gg-content1con ul {
  display: flex;
  flex-wrap: wrap;
}

.gg-content1con ul li {
  width: 49%;
  margin: 40px 2% 0 0;
  background: #FFFFFF;
  padding: 30px 38px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  transition: all 0s;
  border: 1px solid rgba(55, 63, 73, 0.2);
}

.gg-content1con ul li:nth-child(2n) {
  margin-right: 0;
}

.gg-content1con ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border: 1px solid #009166;
  background: #fff url('../images/gg/gg-img1.png') no-repeat right 10px center;
}

.gg-content1con ul li:hover a {
  color: #009166;
}

.gg-content1con1 {
  border-right: 1px dashed rgba(25, 37, 51, .3);
  padding-right: 36px;
  display: flex;
  flex-direction: column;
  color: #009166;
  text-align: center;
}

.gg-content1con1 strong {
  font-size: 46px;
  line-height: 50px;
}

.gg-content1con2 {
  flex: 1;
  margin-left: 36px;
}

.gg-content1con2 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: 18px;
  line-height: 32px;
}

.kx-content4.gg-content2 {
  background: url('../images/gg/gg-bg3.png') no-repeat center;
  background-size: auto 100%;
  padding: 180px 0 220px 0;
  margin-bottom: -140px;
}

.gg-content2 .kx-content3l-tit {
  margin: 0 auto;
}

.gg-content2 .kx-content4r-bd ul li {
  height: 210px;

}

.gg-content2 .kx-content4r-bd ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gg-content2 .kx-content4r-bd ul li:nth-child(1) {
  background: url('../images/gg/gg-img3.png');
  background-size: 100% 100%;
}

.gg-content2 .kx-content4r-bd ul li:nth-child(2) {
  background: url('../images/gg/gg-img4.png');
  background-size: 100% 100%;
}

.gg-content2 .kx-content4r-bd ul li img {
  margin-bottom: 6px;
  width: 80px;
}

/* 修改1224 */
.flBanner.hsBanner1 {
  background: rgba(0, 145, 102, .2);
  background-size: auto 100%;
  height: 440px;
}

.flBanner.hsBanner1 .kxTit1,
.flBanner.hsBanner1 .kxTit1 a {
  color: rgba(25, 37, 51, 1)
}

.flBanner.hsBanner1 .kxTit2 {
  color: #009166;
  padding-top: 50px;
}

.flBanner.hsBanner1 .kxTit2::before {
  background: transparent;
}

.hsc5List a {
  color: #008A5A;
  font-size: 18px;
}

.hsc5List2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.hsc5List2 .list {
  width: 490px;
  height: 180px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  border-radius: 12px;
  position: relative;
}

.hsc5List2 .listLeft {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 50px;
}

.hsc5List2 .listLeft img {
  margin-right: 20px;
}

.hsc5List2 .listShow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 12px;

}

.hsc5List2 .list:hover .listShow {
  background: rgba(0, 0, 0, .5);
  opacity: 1
}

.hsc5List2 .list:hover .listLeft {
  opacity: 0;
}


.hsc5List2 .list:nth-child(1) {
  background: url('../images/kx/ewmbg1.png');
  background-size: 100% 100%;
}

.hsc5List2 .list:nth-child(2) {
  background: url('../images/kx/ewmbg2.png');
  background-size: 100% 100%;
}

.hsc5List2 .listShow img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

/* 修改1224 */


.hs-content1c {
  padding: 80px 0;
}


/* 预约挂号 */
.hsc5List {
  margin-top: 30px;
}

.hsc5List strong {
  font-size: 20px;
}

.hsc5List1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.hsc5List1 img {
  width: 310px;
  margin: 30px 0;
}

.hsc5List1 strong {
  font-size: 20px;
}

.mySwiper9 {
  overflow: hidden;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/* 1224修改 */

.flBanner.hsBanner1 .main {
  height: 100%;
  position: relative;
}

.hs-content1c {
  padding: 80px 0;
}


/* 预约挂号 */
.hsc5List {
  margin-top: 30px;
}

.hsc5List strong {
  font-size: 20px;
}

.hsc5List1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.hsc5List1 img {
  width: 310px;
  margin: 30px 0;
}

.hsc5List1 strong {
  font-size: 20px;
}



/* 1224修改 */
.guideCon .main {
  position: relative;
  margin-top: -200px;
}


.guideCon .main .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  top: 100px !important;
  left: 0px;
  background: url('../images/hospital/left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.guideCon .main .swiper-button-prev:hover {
  background: url('../images/hospital/lefton.png') !important;
}

.guideCon .main .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  right: 0px;
  top: 100px !important;
  background: url('../images/hospital/right.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

/* 1224修改 */
.guideCon .main .swiper-button-next:hover {
  background: url('../images/hospital/righton.png') !important;
}

.mySwiper9 .hs-list {
  
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333333;
  font-size: 22px;
  background: #bee4d7;
}

.mySwiper9 .hs-list span {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}


.mySwiper9 .hs-list2,
.mySwiper9 .hs-list4,
.mySwiper9 .hs-list6,
.mySwiper9 .hs-list8 ,
.mySwiper9 .hs-list10 {
  background: #E5F3EE;
}

.mySwiper9 .hs-list1 span {
  background: url('../images/hospital/hs-ic1.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list1:hover span,
.mySwiper9 .hs-list1.on span {
  background: url('../images/hospital/hs-ic1on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list2 span {
  background: url('../images/hospital/hs-ic2.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list2:hover span,
.mySwiper9 .hs-list2.on span {
  background: url('../images/hospital/hs-ic2on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list3 span {
  background: url('../images/hospital/hs-ic3.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list3:hover span,
.mySwiper9 .hs-list3.on span {
  background: url('../images/hospital/hs-ic3on.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list4 span {
  background: url('../images/hospital/hs-ic4.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list4:hover span,
.mySwiper9 .hs-list4.on span {
  background: url('../images/hospital/hs-ic4on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list5 span {
  background: url('../images/hospital/hs-ic5.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list5:hover span,
.mySwiper9 .hs-list5.on span {
  background: url('../images/hospital/hs-ic5on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list6 span {
  background: url('../images/hospital/hs-ic6.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list6:hover span,
.mySwiper9 .hs-list6.on span {
  background: url('../images/hospital/hs-ic6on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list7 span {
  background: url('../images/hospital/hs-ic7.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list7:hover span,
.mySwiper9 .hs-list7.on span {
  background: url('../images/hospital/hs-ic7on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list8 span {
  background: url('../images/hospital/hs-ic8.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list8:hover span,
.mySwiper9 .hs-list8.on span {
  background: url('../images/hospital/hs-ic8on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list9 span {
  background: url('../images/hospital/hs-ic9.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list9:hover span,
.mySwiper9 .hs-list9.on span {
  background: url('../images/hospital/hs-ic9on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list10 span {
  background: url('../images/hospital/hs-ic10.png');
  background-size: 100% 100%;
}

.mySwiper9 .hs-list10:hover span,
.mySwiper9 .hs-list10.on span {
  background: url('../images/hospital/hs-ic10on.png');
  background-size: 100% 100%;
}
.mySwiper9 .hs-list:hover,
.mySwiper9 .hs-list.on {
  background: #009166;
  background-size: 100% 100%;
  color: #fff;
}

.hs-content2 {
  padding: 80px 0 0 0;
}

.hs-content2c {
  padding: 40px 0 0 0;
}

.hs-content2c ul li {
  margin-bottom: 32px;
  border: 1px solid rgba(25, 37, 51, .2);
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: rgba(25, 37, 51, .6);
}

.hs-content2c ul li a {
  line-height: 120px;
  color: #192533;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.hs-content2c ul li a img {
  margin-right: 10px;
}

.hs-content2c ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(17, 26, 36, 0.2);
  border: 1px solid #008A5A;
}

.hs-content2c ul li:hover a {
  color: #009166;
}


.hs-content3 {
  max-width: 1920px;
  margin: 80px auto 100px auto;
  background: url('../images/hospital/bg.jpg') no-repeat left;
  background-size: 50% 100%;
}

.hs-content3 .main {
  padding: 0 0 80px;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.hs-content3l {
  width: 340px;
  padding-top: 110px;
}



.hs-content3r {
  flex: 1;
  background: #fff;
  padding: 100px 0 100px 100px;

}

/* 1228修改 */
.hs-content3l ul li {
  margin-bottom: 10px;
  padding: 0 60px 0 22px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;

}

/* 1228修改 */

.hs-content3l ul li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.hs-content3l ul li:hover,
.hs-content3l ul li.on {
  background: #0fa772;
}

.hs-content3l ul li:hover::after,
.hs-content3l ul li.on::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 60px;
  right: -20px;
  top: 0;
  background: url('../images/hospital/hs-jt.png');
}

.hs-content3l ul li:hover::before,
.hs-content3l ul li.on::before {
  background: transparent;
}

.hs-content3r1 {
  height: 600px;
  overflow-y: auto;
  padding-right: 100px;
}

.hs-content3r1::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
  height: 5px;
  /* 滚动条高度 */
}

.hs-content3r1::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.hs-content3r1::-webkit-scrollbar-thumb {
  background-color: #008A5A;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角半径 */
}


/* 1228修改 */
.hs-c3list {
  margin-bottom: 20px;
  display: none;
}

.hs-c3list.on {
  display: block;
}

/* 1228修改 */

.hs-c3list1 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 25px;
  font-size: 24px;
  color: #333;
}

.hs-c3list2 {
  margin-top: 23px;
}

.hs-c3list2 img {
  max-width: 100%;
}


/* 党群 */
.partyBanner>img {
  width: 100%;
  display: block;
}

.partyContent1 {
  position: relative;
  background: url('../images/partyMasses/pa-bg.png') no-repeat center bottom;
  padding: 100px 0 130px 0;
}

.partyContent1 .partyContent1a,
.partyContent1 .partyContent1b {
  display: flex;
  justify-content: space-between;
}

.partyC1left {
  width: 310px;
  height: 310px;
  background: url('../images/partyMasses/pcon2bg1.png');
  background-size: 100% 100%;
  padding: 60px 48px;
}

.partyContent1 .partyContent1b {
  margin-top: 50px;
}

.partyContent1 .partyContent1b .partyC1left {
  height: 325px;
  background: url('../images/partyMasses/pcon2bg2.png');
}

.partyC1left-tit {
  font-size: 28px;
  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);
  margin-top: 25px;
}

.partyC1leftMore .micon {
  width: 44px;
  height: 44px;
  background: url('../images/partyMasses/more1.png');
  margin-left: 12px;
}

.partyC1leftMore:hover {
  color: #fff;
}

.partyC1leftMore:hover .micon {
  background: url('../images/partyMasses/more2.png');
}

.partyC1right {
  flex: 1;
  margin-left: 20px;
}

.partyC1right1 {
  display: flex;
  justify-content: space-between;
}

.partyC1right1 .list {
  width: 32%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  position: relative;
  cursor: pointer;
}

.partyC1right1 .list img {
  width: 100%;
  display: block;
    height: 178px;
        object-fit: cover;
}

.partyC1right1 .listc {
  padding: 20px;
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.partyC1right1 .listc1 {
  flex: 1;
  font-size: 17px;
  color: #152D4E;
  line-height: 26px;
  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: 15px;
  color: #A6050A;
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-left: 15px;
  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, .08);
  margin-top: 24px;
  background: #fff;
  padding: 25px 23px;
  height: 150px;
}

.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: 17px;
  color: #152D4E;
  line-height: 26px;
  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: 15px;
  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('../images/partyMasses/pa-bg3.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 100px 0;
}

.party-c2tit {
  font-size: 36px;
  color: #192533;
  text-align: center;
  font-weight: bold;
}

.party-c2Bd {
  margin: 47px 0;
  display: flex;
  justify-content: space-between;
}

.party-c2Bdl {
  width: 500px;
}

.party-c2Bdl ul li {
  border-bottom: 1px dashed #A6050A;
  padding: 30px 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: 30px;
  position: relative;
  cursor: pointer;
}

.pimg {
  width: 100%;
  display: block;
    height: 424px;
        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);
}

.party-c2More a .micon {
  background: url('../images/more.png');
}

.party-c2More .partyC1leftMore:hover {
  color: #A6050A;
}

.partyContent3 {
  background: url('../images/partyMasses/pcon4bg.png') no-repeat center top;
  background-size: 1920px 400px;
  padding-top: 70px;
}



.partyContent3 .sptit {
  position: relative;
  justify-content: center;
  color: #fff;
  height: 54px;
  border: 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.partyContent3 .sptit::before {
  background: none;
}

.partyContent3 .more,
.partyContent4 .more {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  top: 0;
}

.partyContent3 .moreimg1,
.partyContent4 .moreimg1 {
  width: 44px;
  height: 44px;
  margin-left: 10px;
  background: url('../images/partyMasses/more1.png');
}

.partyContent4 .moreimg1 {
  background: url('../images/more.png');

}

.partyContent3 .more:hover .moreimg1,
.partyContent4 .more:hover .moreimg1 {
  background: url('../images/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, .08);
  border-bottom: 4px solid #D1D1D1;
  margin-top: 36px;
  cursor: pointer;
}

.partyContent3 ul li>img {
  width: 100%;
  height: 240px;
  display: block;
}

.partyContent3 ul li .listc {
  padding: 28px 28px 50px 28px;
  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('../images/partyMasses/pcong5bg.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 0px 0 220px 0;
  margin-bottom: -100px;
}

.partyContent4 .main {
  position: relative;
}

.partyContent4 .partyContent4c {
  display: flex;
  justify-content: space-between;
}

.partyContent4l,
.partyContent4r {
  width: 580px;
}

.partyContent4 .sptit {
  border: 0;
  margin: 80px 0 40px 0;
  color: #192533;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.partyContent4 .sptit::before {
  background: none;
}

.partyContent4 .sptit .more {
  color: rgba(51, 51, 51, .6);
}

.partyContent4 .sptit .moreimg1 {
  background: url('../images/more.png');
}

.partyContent4 .more:hover .moreimg1 {
  background: url('../images/partyMasses/more2.png');
}


.partyContent4lc {
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-bottom: 4px solid #C11600;
}

.partyContent4lc-1 {
  position: relative;
  cursor: pointer;
}

.partyContent4lc-1 a>img {
  width: 100%;
  height: 350px;
  display: block;
    object-fit: cover;
}

.partyContent4lc-1 a.tit1 {
  line-height: 70px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 0 30px;
  font-size: 17px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.partyContent4lc-2 {
  padding: 10px 35px 0 35px;
  height: 380px;
  background: #fff;
}

.partyContent4lc-2 ul li {
  border-bottom: 1px dashed #CCCCCC;
  padding: 27px 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;
}



/* 新增 */
.news-detail-content .item01 {
  background: #fff;
  padding: 80px;
  padding-bottom: 50px;
}

.news-detail-content .item01 .title {
  font-size: 28px;
  text-align: center;
}

.news-detail-content .item01 ul {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  font-size: 15px;
}

.news-detail-content .item01 ul li {
  display: inline-block;
  margin: 0px 10px;
}

.news-detail-content .item01 .contxt {
  font-size: 16px;
  line-height: 30px;
  font-size: 18px !important;
  line-height: 40px !important;
}

.news-detail-content .item01 .contxt img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
}

.news-detail-content .item01 .contxt p,
.news-detail-content .item01 .contxt p span {
  font-family: inherit !important;
  line-height: 40px!important;
  font-size: 18px !important;
}


.news-detail-content .item01 .contxt strong {
  font-size: 18px!important;
}

.news-detail-content .item01 .contxt table {
  width: 100% !important;
  border: 1px solid #ccc !important;
  border-right: none !important;
  border-bottom: none !important;
}

.news-detail-content .item01 .contxt table tr {}

.news-detail-content .item01 .contxt table tr td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

.news-detail-content .item01 .contxt video,
.news-detail-content .item01 .contxt .videoPlayer {
  /* width: 100% !important; */
  /* height: auto !important; */
}

.news-detail-content .item01 .share {
  line-height: 36px;
  color: #666;
  padding: 50px 0px 40px 0;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}

.news-detail-content .item01 .share * {
  /* float: left; */
}

.news-detail-content .item01 .share a {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* .news-detail-content .item01 .share a.qq {
  background: url('../images/share-qq.png') no-repeat center center/cover;
}

.news-detail-content .item01 .share a.qone {
  background: url('../images/share-qone.png') no-repeat center center/cover;
}

.news-detail-content .item01 .share a.sina {
  background: url('../images/share-sina.png') no-repeat center center/cover;
} */

.news-detail-content .item01 .bottom {
  position: relative;
  padding-right: 100px;
  margin-top: 35px;
}



.news-detail-content .item01 .bottom a:first-child {
  margin-top: 0 !important;
}

.news-detail-content .item01 .bottom {
  position: relative;
  padding-right: 300px;
  margin-top: 35px;
}

.news-detail-content .item01 .bottom a {
  margin-top: 20px;
  line-height: 20px;
  color: #333;
}

.news-detail-content .item01 .bottom a:first-child {
  margin-top: 0 !important;
}

.news-detail-content .item01 .bottom a.backlist {
  background: url('../images/yy/yy2-right.png') no-repeat right 20px center;
  padding-right: 35px;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  border-radius: 24px;
  border: 2px solid #008A5A;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #008A5A;
  font-size: 16px;
}

.news-detail-content .item01 .bottom a:hover {
  color: #008A5A;
}

span.image-container img {
  padding: 5px;
  display: block !important;
  margin: 0 auto !important;
  max-width: 100%;
}

span.image-container span.image-title,
.image-title {
  color: gray;
  font-size: 14px;
  margin: 0;
  text-align: center;
  display: block;
}


.newBd {
  background: rgba(0, 0, 0, .1);
}

.newBd .main {
  padding: 60px 0;
  position: relative;
}


.newList .list {
  margin-bottom: 34px;
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0s ease-in-out;
  border-bottom: 6px solid transparent;
}



.newList .list>img {
  width: 360px;
  height: 250px;
  margin-right: 25px;
}

.newList .list-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin: 0 35px;
  transition: all 0s ease-in-out;
}

.newList .list-right1 {
  width: 70px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #008A5A;
  font-weight: bold;
  font-size: 16px;
  transition: all 0s ease-in-out;
}

.newList .list-right1 strong {
  font-size: 56px;
  margin: -10px 0 0px 0;
  transition: all 0s ease-in-out;
}

.newList .list-right2 {
  flex: 1;
  transition: all 0s ease-in-out;
}

.newList .list-right2 .tit {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #152D4E;
  font-size: 22px;
  font-weight: bold;
  transition: all 0s ease-in-out;
}

.newList .list-right2c {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #152D4E;
  opacity: .8;
  line-height: 28px;
  margin: 25px 0 40px 0;
  transition: all 0s ease-in-out;
}

.newMore {
  color: #152D4E;
  width: 108px;
  height: 48px;
  border: 1px dashed rgba(21, 45, 78, .2);
  text-align: center;
  line-height: 48px;
  display: block;
  position: relative;
  transition: all 0s ease-in-out;
}

.newMore::before {
  position: absolute;
  content: '';
  background: url('../img/new/left.png') no-repeat;
  width: 4px;
  height: 48px;
  left: 0;
  top: 0;
}

.newMore::after {
  position: absolute;
  content: '';
  background: url('../img/new/right.png') no-repeat;
  width: 4px;
  height: 48px;
  right: 0;
  top: 0;
}




/* 1224新增 */
/* 专题专栏 */
.flBanner.ztBanner1 {
  background: url('../images/zt/zt-banner.png') no-repeat center top;
  background-size: auto 100%;
  height: 490px;
}

.flBanner.ztBanner1 .main {
  height: 100%;
  position: relative;
}

.zt-content1 {
  padding: 70px 0 30px 0;
}

.zt-content1 .content8a-right ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.zt-content1 .content8a-right ul li {
  width: 257px;
  height: 415px;
  margin-right: 57px;
  margin-bottom: 57px;
}

.content8a-right ul li:nth-child(5) {
  background: url('../images/zt/zt-img5.png');
  background-size: 100% 100%;
}

.content8a-right ul li:nth-child(6) {
  background: url('../images/zt/zt-img5.png');
  background-size: 100% 100%;
}

.content8a-right ul li:nth-child(7) {
  background: url('../images/zt/zt-img5.png');
  background-size: 100% 100%;
}

.zt-content1 .content8a-right ul li:nth-child(4n) {
  margin-right: 0;
}

/* 护理团队 */
.flBanner.hsBanner2 {
  background: url('../images/hospital/hs-banner.png') no-repeat center top;
  background-size: auto 100%;
  height: 570px;
}

.flBanner.hsBanner2 .main {
  height: 100%;
  position: relative;
}

.hs2-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hs2-content ul li {
  width: 384px;
  height: 235px;
  margin: 24px 24px 0 0;
  position: relative;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(25, 37, 51, 0.2);
}

.hs2-content ul li:nth-child(3n) {
  margin-right: 0;
}

.hs2-content ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(27, 40, 54, 0.1);
  border: 1px solid #008A5A
}

.hs2-content ul li:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #008A5A;
}

.hs2-content ul li .img {
  width: 140px;
  height: 188px;
  overflow: hidden;
}

.hs2-content ul li .img img {
  width: 100%;
  display: block;
}

.hs2-content ul li .bd {
  margin-left: 24px;
  flex: 1;
}

.hs2-content ul li .bd1 {
  padding-bottom: 15px;
  color: #1B2836;
  font-size: 16px;
  border-bottom: 1px solid rgba(25, 37, 51, 0.2);
}

.hs2-content ul li .bd1 strong {
  font-size: 20px;
  color: #008A5A;
  display: block;
  margin-bottom: 10px;
}

.hs2-content ul li .bd1 span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hs2-content ul li .bd2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(25, 37, 51, 0.7);
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 15px;
}

.hs2-content ul li .bd3 a {
  color: rgba(25, 37, 51, 0.4);
  border: 1px solid rgba(25, 37, 51, 0.3);
  width: 100px;
  line-height: 33px;
  display: block;
  border-radius: 50px;
  text-align: center;
}

.hs2-content ul li .bd3 a:hover {
  background: #008A5A;
  border: 1px solid #008A5A;
  color: #fff;
}


/* 医院概况 */
.abBanner img {
  width: 100%;
  display: block;
}

.ab-content1 {
  background: #E5F3EE url('../images/aboutus/ab1-bg1.png') no-repeat bottom center;
  background-size: 100%;
  padding: 110px 0 260px 0;
  position: relative;
}

.ab-content1 .main {
  position: relative;
  z-index: 999;
}

.ab1-color {
  position: absolute;
  right: 0;
  bottom: 180px;
  width: 570px;
  height: 390px;
  background: #008A5A;
  z-index: 0;
}

.ab-tit1 {
  font-size: 40px;
  font-weight: bold;
  color: #192533;
  text-align: center;
}

.ab-tit1 strong {
  color: #009166;
  font-size: 40px;
}

.ab-con {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
}

.ab-conl {
  flex: 1;
}

.ab-conr {
  width: 630px;
  height: 390px;
  margin-left: 45px;
}

.ab-conl-tit {
  font-size: 24px;
  font-weight: bold;
  color: #1F283D;
  padding: 30px 0;
  border-bottom: 1px dashed #008A5A;
  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: 5;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #192533;
  line-height: 36px;
}

.ab-conl-more {
  color: #009166;
  border: 1px solid #009166;
  width: 210px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
}

.ab-conl-more:hover {
  background: #008A5A;
  color: #fff;
}

.ab-content2 {
  background: url('../images/aboutus/ab1-bg2.jpg') no-repeat center top;
  background-size: auto 100%;
}

.ab-content2 .main {
  display: flex;
  justify-content: space-between;
}

.ab2-list {
  width: 380px;
}

.ab2-left1 {
  background: #BEB583 url('../images/aboutus/ab1-bg6.png') no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #756833;
  font-size: 16px;
  height: 300px;
  padding: 0 20px;
  text-align: center;
}

.ab2-left1a {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.ab2-left1a strong {
  font-size: 54px;
}

.ab2-left2 {
  background: #66B724 url('../images/aboutus/ab1-bg4.png') no-repeat right 40px center;
  color: #fff;
  font-size: 18px;
  height: 300px;
  margin-top: 30px;
  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: 16px;
  padding-left: 32px;
  margin: 25px 0 0 32px;
  position: relative;
}

.ab2-left2 .list strong {
  font-size: 36px;
  margin: 0 8px;
}

.ab2-left2 .list::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  left: 0;
  top: 30px;
  background: rgba(255, 255, 255, .5);
}

.ab2-cen {
  margin-top: 50px;
}

.ab2-left2.ab2-cen1 {
  color: #192533;
  margin-top: 0;
  background: #E5F3EE url('../images/aboutus/ab1-bg3.png') no-repeat right 40px center;
}

.ab2-left2.ab2-cen1 strong {
  color: #008A5A;
}

.ab2-left2.ab2-cen1 .list::before {
  background: #008A5A;
  opacity: .5;
}

.ab2-left2.ab2-cen1::before {
  border-left: #008A5A 1px solid;
  opacity: .5;
}

.ab2-left2.ab2-cen2 {
  height: 380px;
  background: #008A5A url('../images/aboutus/ab1-bg5.png') no-repeat right 20px bottom 40px;
}

.ab2-left2.ab2-cen2 .list:last-child {
  display: flex;
}

.ab2-left2.ab2-cen2 .listl {
  width: 220px;
  line-height: 25px;
}


.ab2-left2.ab2-cen2 .list:last-child strong {
  margin-top: -10px;
}

.ab2-right .ab2-left2 {
  height: 600px;
  margin-top: -50px;
  padding-top: 80px;
  padding-right: 20px;
  background: #008A5A url('../images/aboutus/ab1-bg7.jpg') no-repeat;
  background-size: 100% 100%;
}

.ab2-right .ab2-left2 .list {
  margin-bottom: 30px;
  margin-top: 0;
}

.ab2-right .ab2-left2 .list::before {
  top: 10px;
}

.ab-content3 {
  background: rgba(0, 138, 90, .1);
  padding: 100px 0 0 0;
}

.ab3con {
  background: url('../images/aboutus/ab3-bg1.jpg') no-repeat left;
  background-size: 60% 100%;
  padding-bottom: 60px;
  margin-top: 60px;
}

.ab3con .main {
  position: relative;
  background: #fff;
  padding: 80px 0 80px 40px;
}

.ab3con-bd {
  height: 500px;
  overflow-y: auto;
}

.ab3con-color {
  position: absolute;
  width: 50%;
  background: #fff;
  right: -50%;
  top: 0;
  bottom: 0;
}

.ab3con-bd::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
  height: 5px;
  /* 滚动条高度 */
}

.ab3con-bd::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.ab3con-bd::-webkit-scrollbar-thumb {
  background-color: #008A5A;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角半径 */
}

.ab-content4 {
  background: url('../images/aboutus/ab4-bg.jpg') no-repeat center top;
  background-size: 1920px 100%;
  padding: 120px 0 240px 0;
}

.ab4con ul {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
}

/* 1230修改 */
.ab4con ul li {
  width: 220px;
  height: 425px;
  transition: all 0s;
  padding: 20px 10px 0 10px;
  cursor: pointer;
  color: #fff;
  margin: 0 24px 24px 0;
  align-items: center;
  background: url('../images/aboutus/ab4-bg1.jpg');
}

.ab4con ul li a {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.ab4con ul li:nth-child(5n) {
  margin-right: 0;
}

.ab4con ul li img {
  width: 180px;
  height: 234px;
  display: block;
}

.ab4con-tit1 {
  margin-top: 22px;
  position: relative;
  width: 100%;
  text-align: center;
}

.ab4con-tit1 span {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 9;
  padding: 0 30px;
  transition: all 0s;
  background: url('../images/aboutus/ab4-bg1.jpg');
  ;
}

.ab4con-tit1::before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 13px;
  z-index: 8;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
/* 1230修改 */
.ab4con-tit1 span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 12px;
  z-index: 8;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.ab4con-tit1 span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 12px;
  z-index: 8;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.ab4con ul li:hover {
  background: #008A5A;
}

.ab4con ul li:hover .ab4con-tit1 span {
  background: #008A5A;
}

.ab4con-tit2 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}

.ab-content5 {
  background: url('../images/aboutus/ab3-bg.png') no-repeat center top;
  background-size: 1920px 100%;
  padding: 150px 0 250px 0;
  margin: -120px 0 -150px 0;
}

.ab5con {
  margin: 50px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.ab5con>img {
  display: block;
  width: 560px;
}

.ab5conr {
  flex: 1;
  padding: 60px 0 0 60px;
}

.ab5conr ul {
  display: flex;
  flex-wrap: wrap;
}

.ab5conr ul li {
  width: 160px;
  margin: 0 22px 25px 0;
  cursor: pointer;
  padding-bottom: 30px;
  transition: all 0s;
  border-bottom: 2px solid transparent;
}


.ab5conr ul li:nth-child(1),.ab5conr ul li:nth-child(2) {
  width: 250px;
  text-align: center;
}


.ab5conr ul li:nth-child(n+3){
  width: 90px;
}


.ab5conr ul li a {
  color: #192533;
  font-size: 16px;

}

.ab5conr ul li a span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}

.ab5conr ul li:hover {
  border-bottom: 2px solid #008A5A;
  background: url('../images/aboutus/pcon2-img7.png') no-repeat right bottom;
}

.ab5conr ul li:hover span {
  color: #008A5A;
}

.ab5con-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  background: #008A5A;
  border-radius: 50px;
  margin: 0 auto;
}

.ab5con-more img {
  margin-left: 20px;
}

.yy-content1 ul li a {
  color: #fff;
  font-size: 18px;
}

.mySwiper4list {
  width: 100%;
}

/* 1225新增 */
/* 通知公告二级 */
.ggbanner2 {
  background: url('../images/gg/dgg-bg.jpg') no-repeat center;
  background-size: 1920px 100%;
  height: 360px;
}

.flBanner.ggbanner2 .main,
.flBanner.newsbanner .main {
  height: 100%;
  position: relative;
}

.flBanner.ggbanner2 .yyNav,
.flBanner.newsbanner .yyNav {
  bottom: -42px;
}

.flBanner.ggbanner2 .kxTit1,
.flBanner.ggbanner2 .kxTit1 a,
.flBanner.newsbanner .kxTit1,
.flBanner.newsbanner .kxTit1 a {
  color: rgba(25, 37, 51, 1)
}

.flBanner.ggbanner2 .kxTit2,
.flBanner.newsbanner .kxTit2 {
  color: #009166;
  color: #009166;
  padding-top: 70px;
}

.flBanner.ggbanner2 .kxTit2::before,
.flBanner.newsbanner .kxTit2::before {
  top: 150px;
  background: #008A5A
}



.flBanner.ggbanner2 .kxTith2 {
  color: #009166;
  padding-top: 50px;
}

.dgg-content1 {
  margin-top: 100px;
}

.flBanner.newsbanner {
  background: none;
  height: 138px;
}

/* 新闻动态 */

.news-con{margin-top:70px;}


.newList .list {
  margin-bottom: 34px;
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0s ease-in-out;
  border-bottom: 6px solid transparent;
  border: 1px solid rgba(25, 37, 51, 0.2)
}



.newList .list:hover .list-right1,
.newList .list:hover .tit {
  color: #008A5A;
}



.newList .list>img {
  width: 360px;
  height: 250px;
  margin-right: 25px;
}

.newList .list-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin: 0 35px;
  transition: all 0s ease-in-out;
}

.newList .list-right1 {
  width: 70px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #008A5A;
  font-weight: bold;
  font-size: 16px;
  transition: all 0s ease-in-out;
}

.newList .list-right1 strong {
  font-size: 56px;
  margin: -10px 0 0px 0;
  transition: all 0s ease-in-out;
}

.newList .list-right2 {
  flex: 1;
  transition: all 0s ease-in-out;
}

.newList .list-right2 .tit {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #1B2836;
  font-size: 22px;
  font-weight: bold;
  transition: all 0s ease-in-out;
}

.newList .list-right2 .tit em{color:#a6050a;font-style:normal;font-size: 22px;font-weight: bold;}


.newList .list-right2c {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1B2836;
  opacity: .8;
  line-height: 28px;
  margin: 25px 0 40px 0;
  transition: all 0s ease-in-out;
}

.newMore {
  color: #1B2836;
  width: 108px;
  height: 48px;
  border: 1px dashed rgba(21, 45, 78, .2);
  text-align: center;
  line-height: 48px;
  display: block;
  position: relative;
  transition: all 0s ease-in-out;
}

.newMore::before {
  position: absolute;
  content: '';
  background: url('../images/news/left.png') no-repeat;
  width: 4px;
  height: 48px;
  left: 0;
  top: 0;
}

.newMore::after {
  position: absolute;
  content: '';
  background: url('../images/news/right.png') no-repeat;
  width: 4px;
  height: 48px;
  right: 0;
  top: 0;
}

.newList .list:hover .newMore {
  color: #fff;
  background: #008A5A;
  border: 0
}

.newList .list:hover .newMore::before {
  background: none;
}

.newList .list:hover .newMore::after {
  background: none;
}

.newList .list:hover {
  box-shadow: 0px 0px 15px 0px rgba(25, 37, 51, 0.2);
  border: 1px solid #008A5A;
}


.news-con1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 37, 51, 0.2);
}

.news-con1 strong {
  font-size: 40px;
  color: #192533;
}

.news-con1 strong span{
  font-size: 30px;
}


.news-con1 .c3-sear {
  width:600px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  padding-left: 28px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 37, 51, 0.2);
}

.news-con1 .c3-sear input {
  width: 330px;
  height: 60px;
  outline: none;
  border: 0;
  background: #fff;
  font-size: 16px;
  margin-left: 12px;
}
/* 1229修改*/
.nodeSearchBar .sHd{
    display:none
} 
.nodeSearchBar .sBd ul{
    display: flex
;
    align-items: center;
}
.nodeSearchBar .sBd ul select{
        line-height: 60px;
    height: 60px;
    border: 0;
    font-size: 16px;
    outline: none;
    color: #4d4d4d;
}
/* 1229修改*/

.news-con1 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
     line-height:20px;
  background: #008A5A;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  font-weight: bold;
  font-size: 20px;
}

.news-con1 button img {
  margin-right: 14px;
}

.news-con2 {
  margin-top: 110px;
}


/* 1226新增 */
.culture-con1 {
  background: url('../images/culture/cu-bg1.png') no-repeat center center;
  background-size: 1920px 100%;
  height: 1360px;
  padding-top: 160px;
}

.cul-tit {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #192533;
}

.cul-con1txt {
  margin-top: 35px;
  background: url('../images/culture/cu-bg2.png');
  height: 164px;
  background-size: 100% 100%;
  position: relative;
}

.cul-con1txt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  right: 0;
  bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cul-con1txt::after {
  position: absolute;
  content: '';
  left: 0;
  top: 14px;
  right: 0;
  bottom: 14px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cul-con1txtc {
  height: 100%;
  position: relative;
  padding: 55px 110px 0 110px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.cul-con1Banner {
  height: 820px;
  margin-top: 70px;
  background: url('../images/culture/cu-img.png') no-repeat center top 130px;
  background-size: 1920px;
}

.cul-con1Banner .main {
  height: 100%;
  position: relative;
}

.swiper-button-prev10 {
  width: 60px !important;
  height: 60px !important;
  bottom: 0px !important;
  right: 75px !important;
  left: inherit !important;
  top: inherit !important;
  margin-top: 0 !important;
  background: url('../images/culture/left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}


.swiper-button-next10 {
  width: 60px !important;
  height: 60px !important;
  right: 0px !important;
  top: inherit !important;
  margin-top: 0 !important;
  bottom: 0px !important;
  background: url('../images/culture/right.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper10 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cul-swiperList {
  height: 100%;
}

.cul-swiperList .listc {
  display: flex;
  height: 340px;
  justify-content: space-between;
}

.cul-swiperList .listcr {
  margin-left: 15px;
  flex: 1;
}

.cul-swiperList .listcr1 {
  font-size: 28px;
  color: #CDAB7E;
  font-weight: bold;
}

.cul-swiperList .listcr1 span {
  font-size: 40px;
}

.cul-swiperList .listcr2 {
  font-size: 16px;
  color: #333C46;
  line-height: 26px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 5px;
}

.cul-swiperList .listcr2::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
  height: 4px;
  /* 滚动条高度 */
}

.cul-swiperList .listcr2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  /* 滚动条轨道背景色 */
}

.cul-swiperList .listcr2::-webkit-scrollbar-thumb {
  background-color: #B4A37E;
  /* 滚动条滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角半径 */
}

.cul-swiperList .listc1 {
  margin-top: 90px;
}

.cul-swiperList .listc2 {
  margin-top: 475px;
}

.cul-swiperList .listc3 {
  margin-top: 25px;
}

.cul-swiperList .listc4 {
  margin-top: 435px;
}

.cul-swiperList .listc6 {
  margin-top: 290px;
}

.culture-con2 {
  background: url('../images/culture/cu2-bg1.png') no-repeat center center;
  background-size: 1920px 100%;
  margin-top: -95px;
  height: 917px;
  padding: 190px 0 0 0;
}

.culture-con2 .cul-tit {
  color: #fff;
}

.culture-con2c {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.culture-con2c1 {
  width: 280px;
}

.culture-con2c1a {
  width: 280px;
  height: 250px;
  position: relative;
  padding: 40px 40px 0 40px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  background: #007DCB url('../images/culture/cu2-img1.png') no-repeat right 15px bottom 15px;
}

.culture-con2c1a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  flex-direction: column;

}

.culture-con2c1a strong {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.culture-con2c1b {
  height: 185px;
  margin-top: 40px;
  background: #5FBCBD url('../images/culture/cu2-img2.png') no-repeat right 15px bottom 15px;
}

.culture-con2c1c {
  height: 185px;

  background: #008A5A url('../images/culture/cu2-img3.png') no-repeat right 15px bottom 15px;
}

.culture-con2c1d {
  height: 250px;
  margin-top: 40px;
  background: #5BB196 url('../images/culture/cu2-img4.png') no-repeat right 15px bottom 15px;
}

.culture-con2c2 {
  border: 1px solid rgba(180, 163, 126, .2);
  position: relative;
  width: 580px;
  height: 434px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cul-img1 {
  position: absolute;
  left: 0;
  top: 0;
}

.cul-img3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cul-img2 {
  position: absolute;
  right: 0;
  top: 0;
}

.cul-img4 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cul-img5 {
  margin-top: -90px;
  width: 180px;
  height: 180px;
}

.cul-img6 {
  margin-top: 40px;
  padding: 10px 0;
  border-top: 1px solid rgba(180, 163, 126, .2);
  border-bottom: 1px solid rgba(180, 163, 126, .2);
}

.culture-con2bd {
  width: 500px;

  max-height: 130px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 40px;
  overflow-y: auto;
  padding-right: 20px;
}

.culture-con2bd::-webkit-scrollbar {
  width: 4px;
  /* 滚动条宽度 */
  height: 4px;
  /* 滚动条高度 */
}

.culture-con2bd::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  /* 滚动条轨道背景色 */
}

.culture-con2bd::-webkit-scrollbar-thumb {
  background-color: #B4A37E;
  /* 滚动条滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角半径 */
}

.culture-con3 {
  background: url('../images/culture/cu3-bg2.png') no-repeat right center;
  background-size: 1920px 100%;
  height: 1090px;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: -120px;
}


.culture-con3 .c3img1 {
  position: absolute;
  left: 50%;
  transform: translateX(-77%);
  top: 0;
  z-index: 2;
}

.culture-con3 .main {
  position: relative;
  height: 100%;
}

.culture-con3 .c3img2 {
  width: 790px;
  height: 790px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-425px);
  z-index: 1;
}

.culture-con3 .c3img2 img {
  width: 100%;
}

.c3img3 {
  position: absolute;
  width: 233px;
  height: 233px;
  background: url('../images/culture/cu3-img1.png');
  right: 240px;
  top: 50%;
  transform: translateY(-150px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


#myMusic {
  display: none;
}

.c3img2.play img,
.c3img3.play img {
  -webkit-animation: rot 5s linear infinite;
  -moz-animation: rot 5s linear infinite;
  -ms-animation: rot 5s linear infinite;
  -o-animation: rot 5s linear infinite;
  animation: rot 5s linear infinite;
}

@keyframes rot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.musicroop {
  width: 50%;
  padding-top: 100px;
  position: relative;
  z-index: 99;
}

.cul-tit1 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cul-tit1img {

  flex: 1;
  margin-left: 22px;
  border-bottom: 1px dashed #B4A37E;
  position: relative;
}

.cul-tit1img .l1 {
  width: 8px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.cul-tit1img .l2 {

  position: absolute;
  right: 0;
  bottom: -7px;
}

.musicroopc {
  width: 540px;
  height: 796px;
  margin: 75px auto 0;
  overflow: hidden;
  position: relative;
}

.musicroopc img {
  width: 100%;
  position: absolute;
  top: 0;
  /* animation: root 30s linear infinite; */

}

@keyframes root {
  from {
    top: 100%;
  }

  to {
    top: -100%;
  }
}
.enSear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #008F68;
  height: 40px;
  width: 280px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.enSear input {
  flex: 1;
  font-size: 16px;
  line-height: 40px;
  border: 0;
  height: 40px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!m;!;
  outline: none;
}

.cnon {
  display: none;
}

.enChange:hover .cnon {
  display: block;
}

.enChange:hover .cn {
  display: none;
}

.enContent1 {
  padding: 120px 0;
}

.enContent1 .main {
  display: flex;
}

.en1-left {
  width: 500px;
  height: 520px;
  background: #008F68;
  padding: 50px;
  z-index: 99;
  color: #fff;
}

.en2-right {
  flex: 1;
  margin: 60px 0 0 -60px;
  height: 570px;
  background: url('../images/en/en1-img.png') no-repeat top center;
  background-size: auto 100%;
}

.en1-left1 {
  font-size: 32px;
  font-weight: bold;

}

.en1-left2 {
  line-height: 28px;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 30px 0
}

.en1-left3 {
  display: flex;
  justify-content: space-between;
}

.en1-left3 .list {
  width: 180px;
  height: 164px;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 24px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  position: relative;
}

.en1-left3 .list:nth-child(1) {
  background: url('../images/en/en-ic1.png') no-repeat left 20px bottom 20px;
}

.en1-left3 .list:nth-child(1):hover {
  background: url('../images/en/en-ic1on.png') no-repeat left 20px bottom 20px;
}

.en1-left3 .list:nth-child(2) {
  background: url('../images/en/en-ic2.png') no-repeat left 20px bottom 20px;
}

.en1-left3 .list:nth-child(2):hover {
  background: url('../images/en/en-ic2on.png') no-repeat left 20px bottom 20px;
}

.en1-left3 .list .more {
  width: 20px;
  height: 20px;
  background: url('../images/en/more.png');
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.en1-left3 .list:hover .more {
  width: 20px;
  height: 20px;
  background: url('../images/en/moreon.png');
}

.enContent2 {
  background: url('../images/en/en2-bg.png') no-repeat center;
  background-size: auto 100%;
  height: 950px;
  padding: 175px 0 105px 0;
}

.enContent2c {
  margin-top: 65px;
  position: relative;
}

.mySwiper11 {
  overflow: hidden;
}

.swiper11-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: url('../images/en/left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 60px !important;
  top: -110px !important;
  left: initial !important;
}

.swiper11-button-prev:hover {
  background: url('../images/en/lefton.png') !important;
  background-size: 100% 100% !important;
}

.swiper11-button-next {
  width: 40px !important;
  height: 40px !important;
  background: url('../images/en/right.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 0px !important;
  top: -110px !important;
}

.swiper11-button-next:hover {
  background: url('../images/en/righton.png') !important;
  background-size: 100% 100% !important;
}

.enContent2c .list a {
  padding: 30px 25px 0 25px;
  height: 140px;
  display: block;
  color: #fff;
  background: #008F68;
  border-bottom: 6px solid #008F68;
}

.enContent2c .list:hover a {
  background: #fff;
  border-bottom: 6px solid #B4A37E;
}

.et-title {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}

.et-title span {
  width: 32px;
  height: 32px;
  background: url('../images/en/more2.png');
}

.enContent2c .list:hover a .et-title {
  color: #008A5A;
}

.enContent2c .list:hover a .et-title span {
  background: url('../images/en/more2on.png');
}

.etimg {
  width: 100%;
  height: 374px;
  overflow: hidden;
}

.etimg img {
  width: 100%;
}

.et-txt {
  font-size: 16px;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.enContent2c .list:hover a .et-txt {
  color: #666666;
}

.enContent3 {
  padding: 100px 0;
}

.enContent3 .kx-tit {
  text-align: left;
  display: flex;
  font-size: 36px;
  justify-content: space-between;
}

.enContent3 .kx-tit a {
  font-weight: normal;
}

.enContent3 .c6-more span {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50px;
  margin-left: 13px;
  background: url('../images/en/more.png')
}

.enContent3 ul {
  margin-top: 50px;
  display: flex;
}

.enContent3 ul li {
  width: 390px;
  padding: 20px;
  border-bottom: 6px solid transparent;
}

.enContent3 ul li:nth-child(2) {
  margin: 0 20px;
}

.enContent3img {
  width: 100%;
  height: 230px;
}

.enContent3c {
  margin-top: 30px;
}

.enContent3c1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: 18px;
}

.enContent3c2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #192533;
  font-size: 16px;
  opacity: .8;
  margin: 15px 0;
}

.enContent3c3 {
  color: #192533;
  font-size: 14px;
  opacity: .8;
}

.enContent3 ul li:hover {
  background: #fff;
  border-bottom: 6px solid #008F68;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.enContent4 {
  background: url('../images/en/en4-bg.png') no-repeat center;
  background-size: auto 100%;
  height: 800px;
  padding: 40px 0 0 0;
}

.enContent4 .main {
  display: flex;
}

.enContent4l {
  width: 50%;
  padding-right: 40px;
}

.enContent4r {
  position: relative;
  width: 50%;
  height: 720px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.enContent4r img {
  position: absolute;
  left: 40px;
  top: 0;
}

.enContent4l-1 {
  padding-bottom: 40px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.enContent4l-1 .list {
  width: 50%;
  padding-top: 80px;
}

.enContent4l-1 .list:nth-child(1) {
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.enContent4l-1 .list:nth-child(2) {
  padding-left: 40px;
}

.enContent4l-1 .list1 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  height: 160px;
}

.enContent4l-1 .list a,
.enContent4l-2 a {
  float: right;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;

}

.enContent4l-2 a span,
.enContent4l-1 .list a span {
  width: 48px;
  height: 48px;
  margin-left: 16px;
  background: url('../images/en/more1.png');
}

.enContent4l-1 .list a:hover span {
  background: url('../images/en/more1on.png');
}

.enContent4l-2 {
  padding-top: 40px;
  position: relative;
  color: #fff;
}

.enContent4l-2 a {
  position: absolute;
  right: 0;
  top: 46px;
}

.enContent4l-2 .list1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}

.enContent4l-2 .list2 {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.enContent4l-2 .list2 strong {
  font-size: 20px;
}

.enContent4l-2 a:hover span {
  background: url('../images/en/more1on.png');
}

.enFoot {
  background: #043D69;
  position: relative;
  z-index: 99;
}

.enFoot1 {
  padding: 80px 0 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.enFoot1 .en1-foot1 {
  text-align: center;
}

.enFoot1 .en1-foot2 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.enFoot1 .en1-foot2 .list1 a {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  color: #fff;

}

.enFoot1 .en1-foot2 .list2 {
  line-height: 32px;
}

.enFoot1 .en1-foot2 .list2 a {
  color: #fff;
  font-size: 16px;
  display: block;
}

.enFoot2 {
  padding: 30px 0;
}

.enFoot2-txt {
  color: #fff;
  opacity: .5;
  font-size: 14px;
  text-align: center;
}

.enFoot2-txt a {
  color: #fff;
}

.enFoot2-src {
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
}

.enFoot2-src img {
  margin: 0 10px;
}



/* ç§‘å®¤ */
.ks-enconten {
  padding: 40px 0 110px 0;
}

.ks-enconten1 {
  display: flex;
  align-items: center;
}

.ks-enconten1 ul {
  display: flex;
}

.ks-enconten1 ul li {
  line-height: 48px;
  border: 1px solid rgba(31, 40, 61, .2);
  border-radius: 8px;
  margin-right: 8px;
  padding: 0 20px;
}

.ks-enconten1 ul li a {
  color: #1F283D;
}

.ks-enconten1 ul li:hover {
  border: 1px solid #008A5A;
  ;
}

.ks-enconten1 ul li:hover a {
  color: #008A5A;
  ;
}

.ks-enconten1 span {
  flex: 1;
  height: 12px;
  border-left: 1px solid #192533;
  opacity: 0.2;
  position: relative;
  margin-left: 12px;
}

.ks-enconten1 span::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  width: 100%;
  border-bottom: 1px solid #192533;
}

.ks-enconten2 {
  margin: 42px 0 12px 0;
}

.ks-enconten2tit {
  border-bottom: 4px solid #008A5A;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  color: #192533;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ks-enconten2tit img {
  margin-right: 15px;
}

.ks-enconten2 ul {
  display: flex;
  flex-wrap: wrap;
}

.ks-enconten2 ul li {
  width: 380px;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  display: flex;
  align-items: center;
  padding: 23px 0 23px 26px;
  margin-right: 30px;
}

.ks-enconten2 ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 29px;
  width: 6px;
  height: 6px;
  background: #008A5A;
  border-radius: 20px;
}

.ks-enconten2 ul li a {
  color: #324A66;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.ks-enconten2 ul li a span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 280px;
}

.ks-enconten2 ul li:nth-child(3n) {
  margin-right: 0;
}

.ks-enconten2 ul li a:hover {
  color: #008A5A;
}

.ks-enconten2 ul li img {
  width: 12px;
  margin-left: 10px;
  height: 12px;
}

.ks-en2 .ks-enconten2tit {
  border-bottom: 4px solid #55B8C9;
}

.ks-en2 ul li::before {
  background: #55B8C9;
  ;
}

.ks-en2 ul li a:hover {
  color: #55B8C9;
}

.ks-en3 .ks-enconten2tit {
  border-bottom: 4px solid #F4BB3E;
}

.ks-en3 ul li::before {
  background: #F4BB3E;
  ;
}

.ks-en3 ul li a:hover {
  color: #F4BB3E;
}

.en-con1Banner .cul-swiperList .listcr2 {
  height: 195px;
}

.en-con1Banner .cul-swiperList .listcr1 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}

.en-con1Banner .cul-swiperList .listcr1 span {
  font-size: 28px;
}

.culture-con2c2en {
  margin-top: 30px;
  padding: 26px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.culture-con2c2en .list1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.culture-con2c2en .list2 {
  font-size: 20px;
}

.cul-swiperList .listc2 .listcr1 {
  margin-top: 60px;
}

.cul-swiperList .listc4 .listcr1 {
  margin-top: 50px;
}

.culture-con1en {
  height: 1500px;
}

.cul-con1txten {
  height: auto;
  padding-bottom: 55px;
}

.flBanner.enBanner1 {
  background: url('../images/en/ksbanner.png') no-repeat center top;
  background-size: auto 100%;
  height: 570px;
}

.ksTiten {
  padding-top: 80px;
}


/* 院庆227  */
ul.fssnav {
  width: 16px;
  opacity: 1;
  right: 24px !important;
  left: auto !important;
  z-index: 9999;
  opacity: 0;
}

ul.fssnav li:nth-child(1) {
  margin-top: 110px
}

ul.fssnav li {
  width: 100%;
  height: 16px;
  margin-bottom: 10px !important;
}

ul.fssnav li a {
  width: 100% !important;
  height: 100% !important;
}




.fullpageSwp-page {
  position: fixed;
  right: 16px;
  top: 50%;
  width: 32px;
  background-color: rgba(255, 255, 255, .06);
  border-radius: 24px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fullpageSwp-page .bd {
  position: relative;
  padding-top: 100px;
}

.fullpageSwp-page .item {
  cursor: pointer;
}

.fullpageSwp-page.page0 {
  display: none;
}

.fullpageSwp-page .item .circle {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
}

.fullpageSwp-page.page1 .item .circle,
.fullpageSwp-page.page2 .item .circle,
.fullpageSwp-page.page4 .item .circle {
  border: 1px solid #fff;
}

.fullpageSwp-page.page3 .item .circle,
.fullpageSwp-page.page5 .item .circle {
  border: 1px solid #C20A1A;
}

.fullpageSwp-page.page1 .item.active .circle,
.fullpageSwp-page.page2 .item.active .circle,
.fullpageSwp-page.page4 .item.active .circle {
  border: 1px solid transparent;
  background: url('../images/HosParty/index/pageon1.png');
}

.fullpageSwp-page.page3 .item.active .circle,
.fullpageSwp-page.page5 .item.active .circle {
  border: 1px solid transparent;
  background: url('../images/HosParty/index/pageon.png');
}

.fullpageSwp-page .title {
  width: 32px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  writing-mode: vertical - rl;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fullpageSwp-page.page3 .title,
.fullpageSwp-page.page5 .title {
  color: #C20A1A;
  border: 1px solid #C20A1A;
}

.fullpageSwp-page .item.active .title {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fullpageSwp-page .item+.item {
  margin-top: 10px;
}

.hspy-head {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.slide1.animate .hspy-head {
  -webkit-transform: translate(0, 33px);
  -ms-transform: translate(0, 33px);
  -o-transform: translate(0, 33px);
  transform: translate(0, 33px);
  opacity: 1;
  transition-delay: .2s;
}

.hspy-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}

.hspy-head .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, .3);
  border-radius: 50px;
}

.hspy-head .prev:hover {
  background: rgba(255, 255, 255, .5);
}

.hspy-head .prev img {
  margin-right: 5px;
}

.slide1 {
  background: url('../images/HosParty/index/banner/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}

.slide1 .main {
  position: relative;
  height: 100%;
}

.bannerTxt {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 130px;
  top: 50%;

}

.slide1.animate .bannerTxt {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}

.slide2 {
  background: url('../images/HosParty/index/content1/bg2.jpg') no-repeat right center;
  background-size: 75% 100%;

}

.hspy-content1 {
  display: flex;
  height: 100%;
}

.hspy-content1-left {
  background: url('../images/HosParty/index/content1/bg1.jpg') no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  height: 100%;
  text-align: center;
  padding-top: 134px;
  background-size: cover;
}

.hspy-content1-left .txt {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
  width: 110px;
}

.slide2.animate .hspy-content1-left .txt {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}

.hspy-content1-right {
  flex: 1;
}

.hspy-content1-right ul {
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide2.animate .hspy-content1-right ul {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .4s;
}

.hspy-content1-right ul li {
  width: 30%;
  cursor: pointer;
  height: 100%;
  padding-top: 18%;
  position: relative;
}

.hspy-content1-right ul li .img {
  width: 100%;
  position: relative;
  z-index: 2;
}


.hspy-content1-right ul li:hover::before {
  position: absolute;
  left: -40px;
  top: 0;
  right: -40px;
  height: 33%;
  content: '';
  background: url('../images/HosParty/index/content1/active.png') no-repeat top center;
  background-size: 100%;
}

@font-face {
  font-family: 'MyFontHeavy';
  src: url('../images/HosParty/font/SOURCEHANSERIFCN-HEAVY.OTF');
  /* 或者 'opentype' */
}

@font-face {
  font-family: 'MyFontmedium';
  src: url('../images/HosParty/font/SOURCEHANSERIFCN-MEDIUM.OTF');
  /* 或者 'opentype' */
}

@font-face {
  font-family: 'MyFontSemibold';
  src: url('../images/HosParty/font/SOURCEHANSERIFCN-SEMIBOLD.OTF');
  /* 或者 'opentype' */
}

.hspy-content1c {
  margin-top: -25%;
  position: relative;
  background: url('../images/HosParty/index/content1/bg.png') no-repeat top center;
  background-size: 88% 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 65%;
  justify-content: flex-end;
  padding-bottom: 60px;
}

.hspy-content1c span {
  color: #fff;
  font-size: 30px;
  font-family: 'MyFontSemibold';
}

.hspy-content1c .hspy-more {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 18px;
  margin-top: 20px;
}

.slide3 {
  background: url('../images/HosParty/index/content2/bg1.jpg') no-repeat center center;
  background-size: cover;
}

.hspy-content2 {
  text-align: center;
  position: relative;
  height: 100%;
  padding: 0 60px;
}

.hspy-content2 .txt {
  margin-top: 4%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
  height: 110px;
}

.slide3.animate .hspy-content2 .txt {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}


.hspy-content2 .mySwiper12 {
  overflow: hidden;
  margin: 2% 0;
}

.swiper12-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-image: url('../images/HosParty/index/content2/left.png') !important;
  background-size: 23px 18px !important;
  margin-top: 0px !important;
  right: 140px !important;
  top: 10% !important;
  left: initial !important;
  background-color: #C0894D;
}

/* .swiper12-button-prev:hover {
  background-image: url('../images/HosParty/index/content2/lefton.png') !important;
  background-size: 25px 21px !important;
  background-color: #fff;
} */

.swiper12-button-next {
  width: 60px !important;
  height: 60px !important;
  background-image: url('../images/HosParty/index/content2/righton.png') !important;
  background-size: 23px 18px !important;
  margin-top: 0px !important;
  right: 80px !important;
  top: 10% !important;
  background-color: #fff;
}

/* .swiper12-button-next:hover {
  background-image: url('../images/HosParty/index/content2/righton.png') !important;
  background-size: 25px 21px !important;
  background-color: #fff;
} */

.hspy-content2 .list .img {
  width: 66%;
}

.hspy-content2 .listTxt {
  padding: 0 50px;
  background: #C0894D url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 320px;
  height: 260px;
  margin-top: -100px;
  border-radius: 48px 0 48px 0;
  padding-top: 116px;
  color: #fff;
}

.hspy-content2 .list:hover .listTxt {
  background: #866B4D url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 320px;

}

.hspy-content2 .list .listTxt1 {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.hspy-content2 .list .listTxt2 {
  display: block;
  margin-bottom: 3px;
}

.hspy-content2 .mySwiper12,
.hspy-content2 .swiper12-button-next,
.hspy-content2 .swiper12-button-prev {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all .8s cubic-bezier(.08, .82, .17, 1);
  transition: all .8s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide3.animate .hspy-content2 .mySwiper12,
.slide3.animate .hspy-content2 .swiper12-button-next,
.slide3.animate .hspy-content2 .swiper12-button-prev {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .8s;
}


.hspy-content2 .more {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 12px;
  display: block;
  width: 160px;
  margin: 0 auto;
  margin-top: 25px;

  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all .6s cubic-bezier(.08, .82, .17, 1);
  transition: all .6s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide3.animate .hspy-content2 .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: .8;
  visibility: visible;
  transition-delay: .5s;
}


.slide3.animate .hspy-content2 .more:hover {
  opacity: 1;

}

.slide4 {
  background: url('../images/HosParty/index/content3/bg.jpg') no-repeat center center;
  background-size: cover;
}

.hspy-content3 {
  text-align: center;
  position: relative;
  height: 100%;
  padding: 0 60px;
}

.hspy-content3 .txt {
  margin-top: 4%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
  height: 110px;
}

.slide4.animate .hspy-content3 .txt {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}

.hspy-content3 .line {
  background: url('../images/HosParty/index/content3/bg1.png') no-repeat left bottom;
  background-size: auto 100%;
  -webkit-transition: all 5.5s ease-in-out;
  transition: all 5.5s ease-in-out;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hspy-content3 .leftImg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 450px;
}

.hspy-content3 .rightImg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 550px;
}

.slide4.animate .hspy-content3 .line {
  width: 100%;
  transition-delay: .5s;
}

.c3list {
  display: none;
}

.c3list.active {
  display: block;
}

.mySwiper13 {
  overflow: hidden;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-transition: all 1.5s cubic-bezier(.08, .82, .17, 1);
  transition: all 1.5s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
     position: relative;
  z-index: 9999;
}

.slide4.animate .mySwiper13 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: .8;
  visibility: visible;
  transition-delay: 1s;
}

.swiper13-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-image: url('../images/HosParty/index/content2/left.png') !important;
  background-size: 23px 18px !important;
  margin-top: 0px !important;
  right: calc(46% + 60px) !important;
  left: initial !important;
  top: inherit !important;
  bottom: 10% !important;
  background-color: #C0894D;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s cubic-bezier(.08, .82, .17, 1);
  transition: all .6s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide4.animate .swiper13-button-prev {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: .8;
  visibility: visible;
  transition-delay: 1.5s;
}


.swiper13-button-next {
  width: 60px !important;
  height: 60px !important;
  background-image: url('../images/HosParty/index/content2/righton.png') !important;
  background-size: 23px 18px !important;
  margin-top: 0px !important;
  right: 46% !important;
  top: inherit !important;
  bottom: 10% !important;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s cubic-bezier(.08, .82, .17, 1);
  transition: all .6s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide4.animate .swiper13-button-next {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: .8;
  visibility: visible;
  transition-delay: 1.5s;
}

.hspy-content3 .list {
  width: 150px;
  height: 150px;
  font-weight: bold;
  font-size: 16px;
  background: url('../images/HosParty/index/content3/bg4.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
}

.hspy-content3 .list span {
  font-size: 26px;
}

.hspy-content3 .list:hover,
.hspy-content3 .list.active {
  background: url('../images/HosParty/index/content3/bg4on.png');
  background-size: 100% 100%;
}


.hspy-content3 .btn1,
.hspy-content3 .btn7,
.hspy-content3 .btn13,
.hspy-content3 .btn19,
.hspy-content3 .btn25,
.hspy-content3 .btn31,
.hspy-content3 .btn37,
.hspy-content3 .btn43 {
  padding-top: 150px;
}

.hspy-content3 .btn2,
.hspy-content3 .btn8,
.hspy-content3 .btn14,
.hspy-content3 .btn20,
.hspy-content3 .btn26,
.hspy-content3 .btn32,
.hspy-content3 .btn38,
.hspy-content3 .btn44 {
  padding-top: 270px;
}

.hspy-content3 .btn3,
.hspy-content3 .btn9,
.hspy-content3 .btn15,
.hspy-content3 .btn21,
.hspy-content3 .btn27,
.hspy-content3 .btn33,
.hspy-content3 .btn39,
.hspy-content3 .btn45 {
  padding-top: 230px;
}

.hspy-content3 .btn4,
.hspy-content3 .btn10,
.hspy-content3 .btn16,
.hspy-content3 .btn22,
.hspy-content3 .btn28,
.hspy-content3 .btn34,
.hspy-content3 .btn40,
.hspy-content3 .btn46 {
  padding-top: 280px;
}

.hspy-content3 .btn5,
.hspy-content3 .btn11,
.hspy-content3 .btn17,
.hspy-content3 .btn23,
.hspy-content3 .btn29,
.hspy-content3 .btn35,
.hspy-content3 .btn41,
.hspy-content3 .btn47 {
  padding-top: 80px;
}

.hspy-content3 .btn6,
.hspy-content3 .btn12,
.hspy-content3 .btn18,
.hspy-content3 .btn24,
.hspy-content3 .btn30,
.hspy-content3 .btn36,
.hspy-content3 .btn42,
.hspy-content3 .btn48 {
  padding-top: 0px;
}

.hspy-content3 .c3-bd {
  position: absolute;
  width: 560px;
  left: 50%;
  top: 20%;
  z-index: 9999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide4.animate .hspy-content3 .c3-bd {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0%);
  opacity: .8;
  visibility: visible;
  transition-delay: 1s;
}


.hspy-content3 .c3-bd1 {
  position: absolute;
  left: 50px;
  top: 0;
  font-size: 200px;
  -webkit-text-stroke: 2px #B10312;
  /* 2px 是描边宽度，black 是描边颜色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色设为透明 */
  text-stroke: 2px #B10312;
  text-fill-color: transparent;
  opacity: .15;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.hspy-content3 .c3-bd2 {
  margin-top: 90px;
  height: 80px;
  color: #4D3637;
  font-size: 16px;
  line-height: 28px;
  overflow-y: auto;
  padding-right: 30px;
  text-align: left;
}

.hspy-content3 .c3-bd2::-webkit-scrollbar {
  width: 6px;
  /* 滚动条宽度 */
  height: 6px;
  /* 滚动条高度 */
}

.hspy-content3 .c3-bd2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .2);
  /* 滚动条轨道背景色 */
}

.hspy-content3 .c3-bd2::-webkit-scrollbar-thumb {
  background-color: #C20A1A;
  /* 滚动条滑块颜色 */
  border-radius: 3px;
  /* 滑块圆角半径 */
}

.hspy-content3 .c3-bd .more {
  border-top: 1px solid #C20A1A;
  border-bottom: 1px solid #C20A1A;
  color: #C20A1A;
  padding: 12px;
  display: block;
  width: 160px;
  margin: 0 auto;
  margin-top: 35px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all .6s cubic-bezier(.08, .82, .17, 1);
  transition: all .6s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide4.animate .hspy-content3 .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .5s;
}



.slide5 {
  background: url('../images/HosParty/index/content4/bg.jpg') no-repeat center center;
  background-size: cover;
}

.hspy-content4 {
  height: 100%;
  display: flex;
  padding: 5% 0 5% 5%;
}

.hspy4-left {
  flex: 1;
  overflow: hidden;
  display: flex;
}

.hspy4-left .mySwiper15 {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.hspy4-left .mySwiper14 {
  width: 90px;
  height: 100%;
  overflow: hidden;

}

.hspy4-left-r {
  background: url('../images/HosParty/index/content4/bg1.png');
  background-size: 100% 100%;
  padding: 100px 35px;
  margin-left: 10px;
  position: relative;
}

.hspy4-left .mySwiper14 .swiper-slide {
  background: #EBD1B4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  opacity: .6;
  cursor: pointer;
}

.hspy4-left .mySwiper14 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.hspy4-left .mySwiper14 .swiper-slide img {
  height: 100%;
  width: auto;
}

.hspy4-right {
  width: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hspy4-right .hspy4-right1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin-right: 30px;
  letter-spacing: 10px
}

.hspy-content4 .swiper-slide img {
  width: 100%;
}

.swiper15-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: url('../images/HosParty/index/content4/left.png') no-repeat center center !important;
  background-size: 18px 22px !important;
  margin-top: 0px !important;
  right: 55px !important;
  top: 30px !important;
  left: inherit !important;
  border: 1px solid #C0894D;
  border-radius: 50px;
}

.swiper15-button-prev:hover {
  background: #C0894D url('../images/HosParty/index/content4/lefton.png') no-repeat center center !important;
  background-size: 18px 22px !important;
}

.swiper15-button-next {
  width: 50px !important;
  height: 50px !important;
  background: url('../images/HosParty/index/content4/right.png') no-repeat center center !important;
  background-size: 18px 22px !important;
  margin-top: 0px !important;
  right: 55px !important;
  bottom: 30px !important;
  left: inherit !important;
  top: inherit !important;
  border: 1px solid #C0894D;
  border-radius: 50px;
}

.swiper15-button-next:hover {
  background: #C0894D url('../images/HosParty/index/content4/righton.png') no-repeat center center !important;
  background-size: 18px 22px !important;
}

.mySwiper15 .swiper-slide {
  background: #EBD1B4;
}

.mySwiper15 .swiper-slide img {
  height: 100%;
  width: auto;
}

.mySwiper15 .swiper-slide a {
  display: flex;
  justify-content: center;
  height: 100%;
}

.mySwiper15 .btnTxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: rgba(0, 0, 0, .5);
  padding: 40px;
}

.mySwiper15 .btnTxt span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.slide6 {
  background: url('../images/HosParty/index/content5/bg.jpg') no-repeat center center;
  background-size: cover;
}

.hspy-content5 {
  text-align: center;
  position: relative;
  height: 100%;
  background: url('../images/HosParty/index/content5/bg1.png') no-repeat left bottom;

}

.hspy-content5 .txt {
  margin-top: 4%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide6.animate .hspy-content5 .txt {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .2s;
}

.hspy-content5b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide6.animate .hspy-content5b {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .8s;
}

.mySwiper16 {
  overflow: hidden;
  position: relative;
}

.mySwiper16 .swiper-slide img{
  display: block;
  width: 100%;
}

.mySwiper16 .swiper-slide {
  display: flex;
  /* justify-content: center; */
  /* align-items: flex-end; */
  transition: 300ms;
  transform: scale(0.8);
}

.mySwiper16 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
}

.swiper16-button-prev {
  width: 60px !important;
  height: 28px !important;
  background: url('../images/HosParty/index/content5/left.png') no-repeat center center !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 80px !important;
  bottom: 40px !important;
  top: inherit !important;
}

.swiper16-button-next {
  width: 60px !important;
  height: 28px !important;
  background: url('../images/HosParty/index/content5/right.png') no-repeat center center !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 80px !important;
  bottom: 40px !important;
  top: inherit !important;

}


.aos-animatebd {
  width: 90%;
  height: 39%;
  margin: 20px auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
  display: flex;
}

.aos-animate {
  width: 35%;
  height: 100%;
  position: relative;
}

.slide6.animate .aos-animatebd {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}

.tagcloud {
  position: absolute;
  opacity: 0.3;
  font-size: 20px;
  color: #C0894D;
  text-align: center;
  line-height: 1.5;
  padding: 0 90px;
  line-height: 55px;
  border-radius: 50vw;
  background: #fff;
  white-space: nowrap;
}


.tagcloud:hover {
  opacity: 1 !important;
  z-index: 999 !important;
}


.hspy-content5 .more {
  border-top: 1px solid #C20A1A;
  border-bottom: 1px solid #C20A1A;
  color: #C20A1A;
  padding: 12px;
  display: block;
  width: 160px;
  margin: 0 auto;
  margin-top: 35px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all .6s cubic-bezier(.08, .82, .17, 1);
  transition: all .6s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide6.animate .hspy-content5 .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: .5s;
}

.tagcloud1 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide6.animate .tagcloud1 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
}

.tagcloud2 {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
  transition: all 3s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide6.animate .tagcloud2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.5s;
}

.tagcloud3 {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 5s cubic-bezier(.08, .82, .17, 1);
  transition: all 5s cubic-bezier(.08, .82, .17, 1);
  visibility: hidden;
  opacity: 0;
}

.slide6.animate .tagcloud3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
}

/* 院史沿革 */
.hspy-header {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: #C20A1A;
}

.hspy-header .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, .3);
  border-radius: 50px;
}

.hspy-header .prev:hover {
  background: rgba(255, 255, 255, .5);
}

.hspy-header .prev img {
  margin-right: 5px;
}

.hspyNav ul {
  display: flex;
  align-items: flex-start;
}

.hspyNav ul li a {
  font-size: 20px;
  margin-right: 50px;
  color: #fff;
}

.hspyNav ul li a:hover,
.hspyNav ul li a.active {
  color: #E3A868;
  position: relative;
  font-weight: bold;
}

.hspyNav ul li a:hover::before,
.hspyNav ul li a.active::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  right: 0;
  border-bottom: 3px solid #E3A868;
}

.hspyBD {
  background: #D6B474 url('../images/HosParty/bg.png') no-repeat center top;
  background-size: cover auto;
  padding: 60px 0;

}

.hspyBD .main {
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.hspyBD-txt {
  text-align: center;
  padding: 105px 0 48px 0;
}

.hspyBD-txt .txt {
  height: 110px;
}

.hspyBD-his1 ul {
  display: flex;
  justify-content: center;
  align-self: center;
}

.hspyBD-his1 ul li {
  cursor: pointer;
  width: 190px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/HosParty/history/bg.jpg');
  background-size: 100% 100%;
  margin: 0 6px;
  font-size: 16px;
  color: #453436;
}

.hspyBD-his1 ul li:hover,
.hspyBD-his1 ul li.active {
  background: url('../images/HosParty/history/bgon.jpg');
  background-size: 100% 100%;
  color: #fff;
}

.hspyBD-his2 {
  padding: 36px 80px 36px 80px;
  display: none;
}

.hspyBD-his2.active {
  display: block;
}

.hspyBD-his2 ul {
  column-count: 3;
  /* 设置3列 */
  column-gap: 40px;
  /* 列间距为10px */
}

.hspyBD-his2 ul li {
  /* 图片宽度占满所在列 */
  margin: 0 0px 40px 0;
  /* 图片下方间距 */
}

.hspyBD-his2 ul li a {
  position: relative;
  padding-bottom: 90px;
  display: block;
}

.hspyBD-his2 ul li img {
  width: 100%;
  display: block;
}

.hspyBD-his2txt {
  height: 90px;
  font-size: 16px;
  color: #453436;
  background: rgba(214, 180, 116, .4);
  display: flex;
  align-items: center;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.hspyBD-his2 ul li span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.hspyBD-his2 ul li:hover .hspyBD-his2txt {
  background: #C20A1A;
  color: #fff;
}

.hspyFoot {
  background: url('../images/HosParty/ftbg.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px 0 35px 0;
  text-align: center;
  z-index: 99;
  position: relative;
}

.hspyFootimg {
  display: block;
  margin: 0 auto;
}

.hspyFoot1 {
  margin-top: 45px;
}

.hspyFoot1 a {
  font-size: 20px;
  color: #fff;
  margin: 0 40px;
}

.hspyFoot2 {
  margin-top: 165px;
  font-size: 16px;
  color: #fff;
}

.hspyBD-leder ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px;
}

.hspyBD-leder ul li {
  margin: 0 3% 60px 0;
  width: 31.2%;
  text-align: center;
}

.hspyBD-leder ul li:nth-child(3n) {
  margin-right: 0;
}

.hspyBD-leder .list .img {
  width: 70%;
}

.hspyBD-leder .listTxt {
  padding: 0 50px;
  background: rgba(214, 180, 116, .4) url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 100%;
  height: 360px;
  margin-top: -160px;
  border-radius: 48px 0 48px 0;
  padding-top: 180px;
  color: #fff;
}



.hspyBD-leder .list .listTxt1 {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #C20A1A;
}

.hspyBD-leder .list .listTxt2 {
  display: block;
  margin-bottom: 3px;
  color: #453436;
}

.hspyBD-leder .list:hover .listTxt {
  background: #C20A1A url('../images/HosParty/index/content2/bg.png') no-repeat bottom center;
  background-size: 100% 100%;

}

.hspyBD-leder .list:hover .listTxt1,
.hspyBD-leder .list:hover .listTxt2 {
  color: #fff;
}

.hspyBD-ry2 {
  padding: 0 80px 20px 80px;
}

.hspyBD-ry2 ul {
  display: flex;
  flex-wrap: wrap;
}

.hspyBD-ry2 ul li {
  margin: 0 4% 40px 0;
  width: 30.5%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.hspyBD-ry2 ul li:nth-child(3n) {
  margin-right: 0;
}

.hspyBD-ry2 ul li img {
  width: 100%;
  display: block;
}

.hspyBD-ry2txt {
  height: 70px;
  font-size: 16px;
  color: #453436;
  background: rgba(214, 180, 116, .4);
  display: flex;
  align-items: center;
  padding: 25px;
  justify-content: center;
}

.hspyBD-ry2 ul li span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.hspyBD-ry2 ul li:hover .hspyBD-ry2txt {
  background: #C20A1A;
  color: #fff;
}

.hspyBD-ry2 .page a:hover,
.hspyBD-ry2 .page a.active {
  background: #C20A1A;
  color: #fff
}

.hspyBD-tit {
  position: absolute;
  left: 0;
  top: -38px;
  color: #fff;
  display: flex;
  align-items: center;
}

.hspyBD-tit a {
  color: #fff;
  margin: 0 10px;
}

.hspyBD-detail-1 {
  padding: 130px 120px 70px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}

.hspyBD-detail-1tit {
  color: #333333;
  font-size: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hspyBD-detail-1time {
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
}

.spyBD-detail-2 {
  border-bottom: 1px solid #DDDDDD;
  padding: 30px 108px 60px;
}

.spyBD-detail-2 img {
  display: block;
  margin: 0 auto;
  width: 650px;
}

.spyBD-detail-2list {

  color: #333333;
  font-size: 16px;
  line-height: 32px;
}

.spyBD-detail-2list strong {
  display: block;
  margin: 30px 0 20px;
}

.spyBD-detail-3 {
  padding: 60px 108px;
  display: flex;
  justify-content: space-between;
}

.spyBD-detail-3l {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 32px;
}

.spyBD-detail-3l a {
  color: #333;
}

.spyBD-detail-3l a:hover {
  color: #C20A1A;
}

.spyBD-detail-3 .pre {
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #D5B373;
}

.spyBD-detail-3 .pre:hover {
  background: #C20A1A;
  ;
}

.spyBD-detail-3 .pre img {
  margin-left: 10px;
}


.hspy-conCul {
  height: 1450px;
}

.hspy-conCul .swiper-button-prev10,
.hspy-conCul .swiper-button-next10 {
  bottom: 50px !important;
}

.hspy-conCul .cul-swiperList .listcr1 {
  font-size: 20px;
  font-weight: normal;
}

.hspy-conCul2 {
  background: url('../images/HosParty/culture/bg1.png') no-repeat center top;
  height: 997px
}

.hspy-conCul2 .culture-con2c1a,
.hspy-conCul2 .culture-con2c1b,
.hspy-conCul2 .culture-con2c1c,
.hspy-conCul2 .culture-con2c1d {
  background: #C0894D;
}


/* 0305新加医疗集团 */
.hosIndexCon {
  padding-top: 100px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  opacity: 0;
  visibility: hidden;
}

.hosIndexCon.animate {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .5s;
  visibility: visible;
}

.hosIndexCon .c6-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px
}

.hosIndexCon .c6-tit .tit {
  margin-bottom: 0;
}

.hosIndexCon-bd {
  display: flex;
  justify-content: center;

}

.hosIndexCon-bdl {
  flex: 1;
  background: #FAEBE4;
  padding: 30px 35px 15px 35px;
}

.hosIndexCon-bdr {
  width: 480px;
  height: 245px;
}

.hosIndexCon-bdl .txt1 {
  color: #AD7623;
  margin-bottom: 20px;
  display: block;
}

.hosIndexCon-bdl2 {
  display: flex;
  align-items: center;
  border-bottom: rgba(173, 118, 35, .2) solid 1px;
}

.hosIndexCon-bdl2 li {
  cursor: pointer;
  position: relative;
  color: #AD7623;
  font-weight: bold;
  font-size: 18px;
  margin-right: 28px;
  opacity: .4;
  height: 35px;
}

.hosIndexCon-bdl2 li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #AD7623;
  border-radius: 20px;
  left: -10px;
  top: 10px;
}

.hosIndexCon-bdl2 li.active,
.hosIndexCon-bdl2 li:hover {
  opacity: 1;
}

.hosIndexCon-bdl2 li.active::before,
.hosIndexCon-bdl2 li:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: auto;
  height: 7px;
  background: url('../images/hsIndex/on.png') no-repeat center;
  background-size: 100% 100%;
  top: 33px;
  border-radius: 20px;
}

.hosIndexCon-bdl3 {
  display: none;
}

.hosIndexCon-bdl3.active {
  display: block;
}

.hosIndexCon-bdl3 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}


.hosIndexCon-bdl3 li {
  margin: 0 15px 15px 0;
}

.hosIndexCon-bdl3 li a {
  color: #AD7623;
  font-size: 16px;
  border: 1px solid #AD7623;
  border-radius: 50px;
  padding: 0 20px;
  line-height: 36px;
  display: block;
}

.hosIndexCon-bdl3 li a:hover {
  background: #AD7623;
  color: #fff;
}

/* 0305新加医疗集团 */

.en-con .nav-bd{width:210px;left: 50%;transform: translateX(-50%);}

/* 历史沿革 */
@font-face {
  font-family: 'MyFontHeavy';
  src: url('../font/HELVETICA-ROMAN-SEMIB.TTF');
  /* 或者 'opentype' */
}

@font-face {
  font-family: 'MyFontBold';
  src: url('../font/HELVETICA CONDENSED BOLD.TTF');
  /* 或者 'opentype' */
}

.mySwiper17 .tsTxt {
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 14px 7px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 5px;
}

.hspy-headerFix {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

.mySwiper17 {
  height: 100vh;

}

.mySwiper17 .swiper-slide {
  position: relative;
}

.bgHeight {
  height: 100%;
}

.c1-moveimg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  width: 40%;
}

.mySwiper17 .swiper-slide-active .c1-moveimg1 {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.c1-moveimg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  width: 35%;
}

.c1-moveimg3 {
  position: absolute;
  right: 70px;
  bottom: 0;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  width: 40%;
}

.c1-moveimg4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;

}

.mySwiper17 .swiper-slide-active .c1-moveimg2,
.mySwiper17 .swiper-slide-active .c1-moveimg3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}

.mySwiper17 .swContent2 {
  position: absolute;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 180px 0 140px;
}

.swContent2-bd {
  display: flex;
  align-items: flex-start;
}

.swContent2-bd .c2-img1 {
  max-width: 50%;
  transform: translateY(100px);
  -webkit-transition: all .5s ease-out 0.3s;
  transition: all .5s ease-out 0.3s;
  opacity: 0;
}

.mySwiper17 .swiper-slide-active .swContent2-bd .c2-img1 {
  opacity: 1;
  transform: translateY(0);
}

.swContent2 .swContent2r {
  padding: 40px 0 0 60px;
}

.swContent2 .swContent2r {
  transform: translateY(100px);
  -webkit-transition: all .5s ease-out 0.3s;
  transition: all .5s ease-out 0.3s;
  opacity: 0;
}

.mySwiper17 .swiper-slide-active .swContent2 .swContent2r {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.swContent2r-1 {
  font-weight: bold;
  font-size: 48px;
  color: #453436;
  display: flex;
  align-items: flex-end;
}

.swContent2r-1 span {
  font-weight: normal;
  font-size: 32px;
  opacity: .5;
  margin-left: 10px;
}

.swContent2r-2 {
  color: #453436;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  max-height: 50vh;
  overflow-y: auto;
  padding-right: 30px;
  cursor: pointer;
}

.swContent2r-2::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */

}

.swContent2r-2::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道背景色 */
}

.swContent2r-2::-webkit-scrollbar-thumb {
  background-color: #C20A1A;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角半径 */
}

.swContent3 {
  display: flex;
  height: 100%;
  padding-top: 120px;
}

.swContent3r {
  width: 3700px;
  background: url('../images/syhyimg/bg1.jpg') repeat-x center;
  height: 100%;
  background-size: auto 100%;
  position: relative;

}

.bigImgUrl {
  max-height: 80vh;
}

.swContent3r-bd {
  display: flex;
  align-items: flex-start;
  transform: scale(.82);
  margin: -60px 0 0 -320px;
}

.mySwiper17 .swiper-slide {
  width: auto;
}

.swContent3r-bd1 {
  margin: 15px 80px;
  width: 1587px;
  height: 666px;
  background: url('../images/syhyimg/content3/bg1.png');
  background-size: 100% 100%;
  padding: 128px 0 0 120px;
  display: flex;
  align-items: flex-start;
}

.swContent3r-bd1 .list {
  background: #EDE3DB;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.swContent3r-bd1 .list-tit {
  height: 40px;
  background: #C20A1A;
  display: flex;
  align-items: center;
  color: #FFD7AB;
  justify-content: center;
}

.swContent3r-bd1 .list-tit span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
  font-family: 'MyFontBold';
}

.swContent3r-bd1 .list-bd {
  padding: 20px;
  color: #453436;
  font-size: 16px;
}

.swContent3r-bd1 .listBox {
  width: 220px;
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}

.swContent3r-bd1 .listBox .list {
  margin-bottom: 40px;
}

.swContent3r-bd1 .list-bd1 {
  background: #967A64;
  color: #fff;
}

.swContent3r-bd1 .list-bd2 {
  background: #827E7B;
  color: #fff;
}

.swContent3r-bd2 {
  width: 2588px;
  height: calc(100vh - 90px);

  background: url('../images/syhyimg/content3/bg3.png') repeat-x top;
  background-size: auto 100%;
  padding: 0 126px 0 100px;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
  justify-content: center;
  transform: scale(1.1);
  margin-left: 140px;
}

.swContent3r-bd2list {
  display: flex;
  align-items: center;
}

.swMore {
  margin-bottom: 25px;

}

.swMore a {
  display: flex;
  align-items: center;
  color: #FFD7AB;
}

.swMore a img {
  margin-left: 8px;
}

.swContent3r-bd2 .listBox {
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  max-width: 90%;
}

.swContent3r-bd2 .listBox .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.swContent3r-bd2 .listBox .list .list-img {
  position: relative;
}

.swContent3r-bd2 .listBox .list .list-img .img {
  display: block;
}

.swContent3r-bd2 .listBox .list .imgon {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  display: none;
}

.swContent3r-bd2 .listBox .list:hover .imgon {
  display: block;
}

.swContent3r-bd2 .listBox .list span {
  height: 75px;
  text-align: center;
  color: #DEC093;
  padding: 0 5%;
  line-height: 20px;
  margin-top: -8px;
}

.bigImg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, .5);
}

.bigImgbd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.gbImg {
  margin-left: 10px;
  cursor: pointer;
}

.listBox-right {
  display: flex;
  flex-direction: column;
}

.listBox.listBoxr {
  margin-right: 0;
  flex-direction: row;
}

.swContent4 .swContent3r {
  width: 4440px;
}

.swContent4 .swContent3r-bd {
  margin-left: -430px;
}



.swContent4 .swContent3r-bd1 {
  width: 1893px;
  height: 706px;
  margin: 0 120px 0 85px;
  background: url('../images/syhyimg/content4/bg1.png');
  background-size: 100% 100%;
  padding: 112px 110px 0 135px;
}

.swContent4 .swContent3r-bd1 .listBox {
  margin-right: 50px;
}

.swContent4 .swContent3r-bd2 {
  width: 3099px;
  background: url('../images/syhyimg/content4/bg3.png') repeat-x top;
  background-size: auto 100%;
  padding: 0 110px 0 120px;

}


.deng {
  position: relative;
  z-index: 99;
  margin-top: 8px;
  border-top: 2px solid #333;
  height: 46px;
}

.swContent3a .deng .deng-1 {
  left: 13%;
}

.swContent3a .deng .deng-2 {
  left: 27%;
}

.swContent3a .deng .deng-3 {
  right: 48%;
}

.swContent3a .deng .deng-4 {
  right: 36%;
}

.swContent3a .deng .deng-5 {
  right: 24%;
}

.swContent3a .deng .deng-6 {
  right: 12%;
}

.swContent4 .deng .deng-1 {
  left: 10%;
}

.swContent4 .deng .deng-2 {
  left: 20%;
}

.swContent4 .deng .deng-3 {
  left: 30%;
}

.swContent4 .deng .deng-4 {
  right: 48%;
}

.swContent4 .deng .deng-5 {
  right: 36%;
}

.swContent4 .deng .deng-6 {
  right: 24%;
}

.swContent4 .deng .deng-7 {
  right: 12%;
}

.swContent5 .deng .deng-1 {
  left: 8%;
}

.swContent5 .deng .deng-2 {
  left: 16%;
}

.swContent5 .deng .deng-3 {
  left: 24%;
}

.swContent5 .deng .deng-4 {
  left: 32%;
}

.swContent5 .deng .deng-5 {
  left: 40%;
}

.swContent5 .deng .deng-6 {
  right: 44.5%;
}

.swContent5 .deng .deng-7 {
  right: 35%;
}

.swContent5 .deng .deng-8 {
  right: 25.5%;
}

.swContent5 .deng .deng-9 {
  right: 17%;
}

.swContent5 .deng .deng-10 {
  right: 8.5%;
}

.swContent6 .deng .deng-1 {
  left: 10%;
}

.swContent6 .deng .deng-2 {
  left: 20%;
}

.swContent6 .deng .deng-3 {
  left: 30%;
}

.swContent6 .deng .deng-4 {
  right: 50%;
}

.swContent6 .deng .deng-5 {
  right: 40%;
}

.swContent6 .deng .deng-6 {
  right: 30%;
}

.swContent6 .deng .deng-7 {
  right: 20%;
}

.swContent6 .deng .deng-8 {
  right: 10%;
}

.swContent7 .deng .deng-1 {
  left: 9%;
}

.swContent7 .deng .deng-2 {
  left: 18%;
}

.swContent7 .deng .deng-3 {
  right: 64%;
}

.swContent7 .deng .deng-4 {
  right: 56%;
}

.swContent7 .deng .deng-5 {
  right: 48%;
}

.swContent7 .deng .deng-6 {
  right: 40%;
}

.swContent7 .deng .deng-7 {
  right: 32%;
}

.swContent7 .deng .deng-8 {
  right: 24%;
}

.swContent7 .deng .deng-9 {
  right: 16%;
}

.swContent7 .deng .deng-10 {
  right: 8%;
}

.denglist {
  position: absolute;
  top: 0;
}

.swTit {
  position: absolute;
  left: 110px;
  top: 0;
  z-index: 9999;
}

.deng-left {
  position: absolute;
}

.deng-right {
  position: absolute;
}

.dengguang {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.lineRight {
  height: 100%;
  position: absolute;
  left: -46px;
  top: 0;
  bottom: 0;
  width: 46px;
}

.swContent3a .dengguang .deng-1 {
  left: 12%;
}

.swContent3a .dengguang .deng-2 {
  left: 53%;
}

.swContent3a .dengguang .deng-3 {
  right: 67.5%;
}

.swContent3a .dengguang .deng-4 {
  right: 48%;
}

.swContent3a .dengguang .deng-5 {
  right: 28%;
}

.swContent3a .dengguang .deng-6 {
  right: 9%;
}

.swContent4 .dengguang .deng-1 {
  left: 9%;
}

.swContent4 .dengguang .deng-2 {
  left: 38%;
}

.swContent4 .dengguang .deng-3 {
  left: 67%
}

.swContent4 .dengguang .deng-4 {
  right: 69%;
}

.swContent4 .dengguang .deng-5 {
  right: 49%;
}

.swContent4 .dengguang .deng-6 {
  right: 30%;
}

.swContent4 .dengguang .deng-7 {
  right: 10%;
}

.swContent5 .dengguang .deng-1 {
  left: 6%;
}

.swContent5 .dengguang .deng-2 {
  left: 24%;
}

.swContent5 .dengguang .deng-3 {
  left: 42%
}

.swContent5 .dengguang .deng-4 {
  left: 60.5%
}

.swContent5 .dengguang .deng-5 {
  left: 79%
}

.swContent5 .dengguang .deng-6 {
  right: 74%;
}

.swContent5 .dengguang .deng-7 {
  right: 56.5%;
}

.swContent5 .dengguang .deng-8 {
  right: 39%;
}

.swContent5 .dengguang .deng-9 {
  right: 23%;
}

.swContent5 .dengguang .deng-10 {
  right: 7.5%;
}

.swContent6 .dengguang .deng-1 {
  left: 9%;
}

.swContent6 .dengguang .deng-2 {
  left: 38%;
}

.swContent6 .dengguang .deng-3 {
  left: 66.5%
}

.swContent6 .dengguang .deng-4 {
  right: 74%;
}

.swContent6 .dengguang .deng-5 {
  right: 57.5%;
}

.swContent6 .dengguang .deng-6 {
  right: 41%;
}

.swContent6 .dengguang .deng-7 {
  right: 25.5%;
}

.swContent6 .dengguang .deng-8 {
  right: 9%;
}

.swContent7 .dengguang .deng-1 {
  left: 17%;
}

.swContent7 .dengguang .deng-2 {
  left: 56%;
}

.swContent7 .dengguang .deng-3 {
  right: 82%;
}

.swContent7 .dengguang .deng-4 {
  right: 71%;
}

.swContent7 .dengguang .deng-5 {
  right: 60%;
}

.swContent7 .dengguang .deng-6 {
  right: 49.5%;
}

.swContent7 .dengguang .deng-7 {
  right: 38.5%;
}

.swContent7 .dengguang .deng-8 {
  right: 27.5%;
}

.swContent7 .dengguang .deng-9 {
  right: 17%;
}

.swContent7 .dengguang .deng-10 {
  right: 6%;
}

.swContent3r-bd1,
.dgShow2,
.swTit {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all .5s ease-out 0.3s;
  transition: all .5s ease-out 0.3s;
}

.swContent3r-bd2 .dengguang {
  top: 30px;
}

.mySwiper17 .swiper-slide-active .swContent3a .swContent3r-bd1,
.mySwiper17 .swiper-slide-active .swContent4 .swContent3r-bd1,
.mySwiper17 .swiper-slide-active .swContent5 .swContent3r-bd1,
.mySwiper17 .swiper-slide-active .swContent6 .swContent3r-bd1,
.mySwiper17 .swiper-slide-active .swContent7 .swContent3r-bd1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.mySwiper17 .swiper-slide-active .swContent3a .swTit,
.mySwiper17 .swiper-slide-active .swContent4 .swTit,
.mySwiper17 .swiper-slide-active .swContent5 .swTit,
.mySwiper17 .swiper-slide-active .swContent6 .swTit,
.mySwiper17 .swiper-slide-active .swContent7 .swTit {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}

.dgShow1 {
  opacity: 0;
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
}

.mySwiper17 .swiper-slide-active .swContent3a .dgShow1,
.mySwiper17 .swiper-slide-active .swContent4 .dgShow1,
.mySwiper17 .swiper-slide-active .swContent5 .dgShow1,
.mySwiper17 .swiper-slide-active .swContent6 .dgShow1,
.mySwiper17 .swiper-slide-active .swContent7 .dgShow1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.5s;
}

.mySwiper17 .swiper-slide-active .swContent3a .dgShow2,
.mySwiper17 .swiper-slide-active .swContent4 .dgShow2,
.mySwiper17 .swiper-slide-active .swContent5 .dgShow2,
.mySwiper17 .swiper-slide-active .swContent6 .dgShow2,
.mySwiper17 .swiper-slide-active .swContent7 .dgShow2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.5s;
}


.swContent5 .swContent3r {
  width: 5484px;
}

.swContent5 .swContent3r-bd {
  margin-left: -550px;

}





.swContent5 .swContent3r-bd1 {
  width: 2988px;
  height: 706px;
  margin: 0 90px 0 100px;
  background: url('../images/syhyimg/content5/bg1.png');
  background-size: 100% 100%;
  padding: 112px 0 0 120px;
}


.swContent5 .swContent3r-bd2 {
  width: 3334px;
  background: url('../images/syhyimg/content5/bg3.png') repeat-x top;
  background-size: auto 100%;
  padding: 0 147px 0 120px;
}

.swContent6 .swContent3r {
  width: 4903px;
}

.swContent6 .swContent3r-bd {
  margin-left: -460px;
}



.swContent6 .swContent3r-bd1 {
  width: 2179px;
  height: 706px;
  margin: 0 53px 0 100px;
  background: url('../images/syhyimg/content6/bg1.png');
  background-size: 100% 100%;
  padding: 112px 0 0 120px;
}


.swContent6 .swContent3r-bd2 {
  width: 3430px;
  background: url('../images/syhyimg/content6/bg3.png') repeat-x top;
  background-size: auto 100%;
  padding: 0 110px 0 120px;
  margin-left: 230px;

}

.swContent7 .swContent3r {
  width: 6399px;
}

.swContent7 .swContent3r .swContent3r-bd {
  margin: -60px 0 0 -615px;
}


.swContent7 .swContent3r-bd1 {
  width: 1858px;
  height: 706px;
  margin: 0 98px 0 100px;
  background: url('../images/syhyimg/content7/bg1.png');
  background-size: 100% 100%;
  padding: 112px 0 0 120px;
}


.swContent7 .swContent3r-bd2 {
  width: 5337px;
  background: url('../images/syhyimg/content7/bg3.png') repeat-x top;
  background-size: auto 100%;
  padding: 0 110px 0 120px;
  margin-left: 300px;

}

.swContent3r-bd2list .listTime {
  min-width: 90px;
  height: 460px;
  background: url('../images/syhyimg/content7/titbg.png');
  display: flex;
  align-items: center;
  padding-top: 67px;
  font-size: 23px;
  color: #FFD7AB;
  margin: 0 15px;
  flex-direction: column;
  line-height: 30px;
}

.swContent7 .swContent3r-bd2list {
  align-items: flex-start;
  position: relative;
}

.swContent7 .listTime span {
  font-weight: bold;
  font-family: 'MyFontBold';
  font-size: 32px;
}

.swContent8 .swContent3r {
  width: 2100px;
  padding: 0 0 0 123px;
  display: flex;
  align-items: flex-end;
}

.swContent8-1 {
  width: 1172px;
  background: url('../images/syhyimg/bg1.png');
  background-size: 100% 100%;
  height: 100%;
  padding: 80px 110px 0 120px
}

.swContent8-1c {
  margin-top: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.swContent8-1c span {
  color: #FFE0BF;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.mySwiper17 .swiper-slide-active .c1-moveimg2,
.mySwiper17 .swiper-slide-active .c1-moveimg3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}

.swContent8 .swContent3r>img {
  height: 58vh;
}


.swImgLeft {
  position: relative;
}

.swImgLeft1 {
  position: absolute;
  left: 33%;
  top: 22%;
  width: 45%;
}

.swImgLeft2 {
  position: absolute;
  left: 0;
  top: 22%;
  width: 18%;
}

.swImgLeft2a {
  left: 9%;
  width: 16%;
}

.swImgLeft1a {
  left: 38%;
}



.swImgShow {
  opacity: 0;
  transform: translateY(-200px);
  -webkit-transition: all .5s ease-out 0.3s;
  transition: all .5s ease-out 0.3s;

}

.mySwiper17 .swiper-slide-active .swContent3a .swImgShow {
  opacity: 1;
  transform: translateY(0);
}


.mySwiper17 .swiper-slide-active .swContent4 .swImgShow,
.mySwiper17 .swiper-slide-active .swContent5 .swImgShow,
.mySwiper17 .swiper-slide-active .swContent6 .swImgShow,
.mySwiper17 .swiper-slide-active .swContent7 .swImgShow {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.swImgLeft3 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -200px);
  top: 22%;
  width: 68%;
}

.mySwiper17 .swiper-slide-active .swContent8 .swImgShow {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 2s;
}
.telImg{
    margin-right:30px
}

.new-add-content1 {
  background: url('../images/news/newadd-bg1.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 160px 0 140px 0;
}

.new-add-content1 .kx-tit,
.new-add-content2 .kx-tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.new-add-content1 ul {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}

.new-add-content1 ul li {
  width: 48.5%;
  margin: 0 3% 24px 0;
  display: flex;
  background: #fff;
  justify-content: space-between;
  color: rgba(25, 37, 51, .6);
}

.new-add-content1 ul li:nth-child(2n) {
  margin-right: 0;
}

.new-add-content1 ul li img {
  width: 160px;
  height: 110px;
  display: block;
  object-fit: cover;
}

.new-add-content1 ul li a {
  display: flex;
  justify-content: space-between;
  padding: 33px;
}

.new-add-content1r {
  flex: 1;
  margin-left: 22px;
  color: rgba(25, 37, 51, .6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-add-content1r span {
  color: #192533;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 35px;
  color: rgba(25, 37, 51, 1);
}

.new-add-content1 ul li:hover {
  background: #008F68;
}

.new-add-content1 ul li:hover .new-add-content1r {
  color: rgba(255, 255, 255, .6);
}

.new-add-content1 ul li:hover span {
  color: #fff;
}

.new-add-content2 {
  background: url('../images/news/newadd-bg2.png') no-repeat center;
  background-size: 1920px 100%;
  padding: 120px 0;
}

.new-add-content2 ul {
  display: flex;
  flex-wrap: wrap;
}

.new-add-content2 ul li {
  width: 31%;
  margin: 45px 3% 0 0;
  box-shadow: 0px 0px 20px 0px rgba(25, 37, 51, 0.1);
  border-radius: 8px;
  border-bottom: 8px solid #009166;
  background: #fff;
  color: rgba(25, 37, 51, .6);
}

.new-add-content2 ul li:nth-child(3n) {
  margin-right: 0;
}

.new-add-content2 ul li a {
  padding: 30px;
  display: block;
  color: rgba(25, 37, 51, .6);
}

.new-add-content2 ul li span {
  color: #192533;
  font-size: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 60px;
}

.new-add-content2-bd ul li:hover span {
  color: #008F68;
}
.dqConPbt{
    padding-bottom:240px
}
.s-content{
    padding-bottom:200px
}