/**/
* {
  margin: 0;
  padding: 0
}
  @font-face {
             font-family: 'TaipeiSansTCBeta Bold';
            src: url('../css/fonts/TaipeiSansTCBeta-Bold.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }
        
     
/*         
        @font-face {
            font-family: 'TaipeiSansTCBeta Light';
            src: url('../css/fonts/TaipeiSansTCBeta-Light.ttf') format('truetype');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        } */
        
        @font-face {
            font-family: 'TaipeiSansTCBeta Regular';
            src: url('../css/fonts/TaipeiSansTCBeta-Regular.ttf') format('truetype');
            font-weight: 500;
            font-style: italic;
            font-display: swap;
        }
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
td,
th,
u,
ul,
var {
  margin: 0;
  padding: 0; font-weight: normal;
}

aside,
b,
button,
dd,
div,
dl,
dt,
footer,
form,
h3,
h4,
h5,
h6,
header,
input,
li,
nav,
ol,
p,
section,
table,
td,
textarea,
tr,
ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

body {
  font-size: 18px;
     font-family: 'TaipeiSansTCBeta Regular';
  color: #666;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #6d6e72;
  text-decoration: none;
}

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

img {

  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.container-fluid {
  width: 80vw;
  margin: 0 auto;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; 
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
  .f18{ font-size: 18px;}
 .f24{ font-size: 24px;}

   .f28{ font-size: 28px;}
      .f32{ font-size: 32px;}
            .f42{ font-size: 42px;}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #fff;
  color: #333;

}
.top_con .container-fluid {  display: flex;
  align-items: center;
  
  height: 128px;
  justify-content: space-between;}
.top_con .pc_logo { display: block; height: 70px;}
.top_con .mob_logo { display: none;}
.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

.d_flex {
  display: flex;
  align-items: center; color: #145FA8;
}

.d_flex .tel {
  margin-right: 30px;
  text-align: right;
}

.d_flex .tel b {
 
  font-weight: normal;
  position: relative;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.d_flex .tel b::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 2px;
  background-image: linear-gradient(to right, rgba(16, 88, 158, 1), #9ebbd7);
  background-image: -webkit-linear-gradient(to right, rgba(16, 88, 158, 1), #9ebbd7);
  content: '';
}

.d_flex .tel p {
 
}

.headerBotRig {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}

.headerBotRig img {

  height: 40px;
  margin-left: 10px;
}
.headerBotRig a{ position: relative;}

.headerBotRig a .wxewmhove{ display: none; position: absolute; top: 43px; left: -50%; z-index: 999999;}
.headerBotRig a.wxewm:hover .wxewmhove{ display: block;}
.headerBotRig a.wxewm:hover .wxewmhove img{ width: 150px; height: 150px;}
#header {
  transition: all 0.5s;
  z-index: 996;
  transition: all 0.5s;

  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

#header.header-transparent {
  background-image: linear-gradient(to bottom, rgba(16, 88, 158, 1) 50%, rgba(158, 187, 215, 0));
  background-image: -webkit-linear-gradient(to bottom, rgba(16, 88, 158, 1) 40%, rgba(158, 187, 215, 0));

}

#header.header-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  background: #fff;


}

.top-box {




}
.top-box .container-fluid {  display: flex;
  justify-content: space-between;
  align-items: center;}
.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;

}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 5;
  height: 70px;

}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu ul li:last-child.drop-down ul li.drop-down ul{ left:-100%;}
.nav-menu a {
  display: block;
  color: #fff;

  height: 70px;
  line-height: 70px;
  transition: 0.3s;

  font-size: 20px;

  transition: all .3s;
  position: relative;
    

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {}

.nav-menu .drop-down ul {
 
  position: absolute;

  left: 0;
  top: 100%;
  z-index: 99;
  display: none;
   min-width: 190px;

  background: #fff;
  border-radius: 10px;

  transition: ease all 0.3s;
}
.nav-menu li:nth-child(6).drop-down ul {
    min-width: 240px;
}
.nav-menu .drop-down ul li {
  width: 100%;
}

.nav-menu .drop-down:hover>ul {
  display: block;
  top: 70px;
  
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 6px 10px;
 font-size: 18px;
  color: #6D6E71;
  line-height: 28px;
  height: auto;
  overflow: hidden;
   font-family: 'TaipeiSansTCBeta Regular';
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.nav-menu .drop-down ul li.drop-down ul {
  width: 100%;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #19599e;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
    /* max-height: 300px;

    overflow-y: auto; */
   
 
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  width: 130%;
  max-width: 150px;

}
.nav-menu .drop-down .drop-down ul::-webkit-scrollbar {
            width: 4px;
     
          
        }

 .nav-menu .drop-down .drop-down ul::-webkit-scrollbar-track {
            background: #eee;
            border-radius: 0 0 12px 0;
        }

.nav-menu .drop-down .drop-down ul::-webkit-scrollbar-thumb {
            background: #50CEB4;
            border-radius: 4px;
        }

.nav-menu .drop-down .drop-down ul::-webkit-scrollbar-thumb:hover {
            background: var(--secondary-color);
        }
.nav-menu .drop-down .drop-down>a {}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu .drop-down ul { background: #f5f5f5;}
#header.header-transparent:hover .nav-menu .drop-down ul a {
  
  color: #6D6E71;
  line-height: 22px;
  text-align: left;
}

#header.header-transparent .nav-menu .drop-down ul a:hover,
#header.header-transparent .nav-menu .drop-down ul .active>a,
#header.header-transparent .nav-menu .drop-down ul li:hover>a {


  background: #e2ebf6;
  color: #145FA8;
  line-height: 22px;
}
#header.header-transparent .nav-menu .drop-down ul li:hover { border-radius:0;}
#header.header-transparent .nav-menu .drop-down ul li:hover:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#header.header-transparent .nav-menu .drop-down ul li:hover:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#header.header-transparent.header-scrolled { background: none;}
#header.header-scrolled .top-box { background: #19599e;}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #10589E;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
 
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #10589E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #10589E;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 5px;
  top: 45px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 26px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
 
}

.mobile-nav-toggle i {
  color: #10589E;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
 
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #10589E;
}

.seaBtn {
  /* width: 40px;
  height: 34px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle; */
  cursor: pointer;
  margin-left: 15px;
 
}
/* 
.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
} */


.searchWrap {
  width: 100%;
  padding: 40px 20px;
  background: rgba(234,234,234, 0.95);
 
  position: fixed;
  top: 0;
  left: 0;
  height: 60vh;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 9999;
}
.searchWrap .container-fluid { display: block;}
.searchWrap .tit { font-size: 30px; color: #5587C8;}
.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  margin-top: 50px;
  justify-content: center;
    border-bottom: 3px solid #333333!important;
    padding-bottom: 30px;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
 
  width: calc(100% - 70px);
  padding:  15px 0;
  box-sizing: border-box;
  background: none;
  color: black;
  font-size: 24px;
  min-height: 56px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {

}

.searchWrap .searchBtn {

  font-size: 28px;
  color: #333;
  width: 150px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  border: 1px solid #333333!important;

  outline: none;

  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  font-size: 20px;
}

.searchWrap .searchBtn:hover {
  background: #5587C8;
  color: #fff;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #00a2e9;
 
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.top-box .top_tel {
  margin-left: 20px;
  font-size: 18px;
  background: #10589E;
  padding: 0 20px;
  color: #fff;
  height: 70px;
  line-height: 70px;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {

  width: 100%;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #10589E;
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #10589E;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 100px;
  left: 0;
  width: 100%;
}

.banner_txt {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  right: 0;

  z-index: 10;
  color: #fff;
  border-radius: 0 60px 60px 0;
  text-align: left;

}
.banner_txt .container-fluid{ margin: 0; width: 100%; padding: 0;}
.banner_txt .txt1 { display: inline-block; padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 8%; border-radius: 0 90px 90px 0;  background:rgba(25,89,158,.7);  }
.banner_txt .txt2 { display: inline-block;  padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 8%; border-radius: 0 90px 90px 0;  background:rgba(25,89,158,.7);  }
.banner_txt .txt3 { display: inline-block;  padding-top: 30px;  padding-right: 30px;padding-bottom: 30px; padding-left: 8%; border-radius: 0 120px 120px 0;  background:rgba(25,89,158,.7);  }
.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size:36px;
  color: #fff;
   font-weight: normal;
  text-shadow: none;
 font-family: 'TaipeiSansTCBeta Bold';
white-space: nowrap;
           
}

.banner_txt span {
  font-size: 42px;
  color: #fff;
  line-height: 62px;
  display: block;
  margin: 10px 20px;
  text-shadow: none;

}

.banner-more {
  display: block;
  width: 130px;

  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}
#banner .pc_banner{ display: block;}
#banner .mob_banner{ display: none;}
.pad_80 {
  padding: 80px 0;
}

.pad_50 {
  padding: 50px 0;
}

.main_title {
  text-align: center;
   font-size: 42px;
 
  color: #5587C8;
}

.main_title b {
  font-size: 46px;
   font-weight: normal;
  color: #5587C8;
  display: block;
  position: relative;
  padding-bottom: 30px;
            


}

.main_title b::after {
  content: '';
  background: #AFE1D7;
  height: 5px;
  width: 106px;
  position: absolute;
  left: 0;
  right: 0;

  bottom: 0;
  margin: auto;
}

.main_title span {
  font-size: 20px;
  color: #222;
  display: block;
  margin-top: 30px;
}
/* 搜索 */
.searchbox {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  display: flex;
  margin-top: -60px;
  background: #fff;
  padding: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  box-shadow: 0 3px 9px 0 hsla(0, 0%, 75.3%, .41);
}

.searchbox .search_list {
  width: 100%;
  display: flex;
  margin:20px 0;
}

.searchbox form {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
}

.select_warp {
  width: 158px;
  background: #5587C8;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.select_warp .select_box {
  position: relative;
  width: 158px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
}

.select_warp .select_box .select_txt {
  display: inline-block;
  overflow: hidden;
  line-height: 55px;
  font-size: 18px;
  cursor: pointer;
}


.searchbox .select_input {
  background: #f5f5f5;
  height: 55px;
  width: calc(100% - 70px);
  color: #333;
  font-size: 18px;
  border: none;
  padding-left: 20px;
  vertical-align: top;
}

.search_list .search-btn {
  width: 70px;
  height: 55px;
  background: #f5f5f5 url(../images/sousuo2.png) no-repeat center;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;

}

.searchweb{}
.searchpc{ display: none;}
@media (max-width:900px) {
  .searchweb{ display: none;}
  .searchpc{ display: block;}
}
/* 專科中心 */
.depabg .shape-image-2 {
  position: absolute;
  left: 3%;
  bottom: 8%;
}

.depabg .shape-image-4 {
  position: absolute;
  right: 5%;
  bottom: 32%;

}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.depabg { overflow: hidden; position: relative; background:url(../images/bg.jpg)repeat-x bottom; padding-bottom: 80px;}
.box_wap {  display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; margin: 50px 0;}

.depa_video { width: 100%; margin:0px auto 0;  border-radius: 10px;}
.depa_video .ab_box {
  position: relative;
  width: 100%;
  transition: all .3s;
      box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.4);

}
.depa_video .ab_box .fit{ width: 100%; height: 100%;  object-fit: cover; border-radius: 10px;}

.depa_video .ab_box:hover{
     transform:translateY(-.3rem);
         transition-duration: 0.5s;
}

.depa_video .layui-layer-page .layui-layer-content video{ background: #000;}
/* .layui-layer-page .layui-layer-content{ height: auto!important; } */

.depa_video .video_tu {

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.depa_video .video_tu b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(175,225,215,1);
  width: 98px;
  border-radius: 20px;
  height: 68px;
}

.depa_center {  width: 100%;  display: flex; align-items: center; flex-wrap: wrap; }
  .depa_center ul{ height: 100%; width: 100%;  display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap;}
 .depa_center li {
  position: relative;
  width: calc(33.33% - 10px);
  margin: 10px 0;
  background: #f5f5f5;
  padding:30px 20px; border-radius: 10px;
}
 .depa_center li a{ display: flex; align-items: center; justify-content: center; }
.depa_center li a::before { border-radius: 10px;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #5587C8;
  transition: all 0.5s;
  z-index: 1;
}

.depa_center span {

  display: block;

  padding: 15px;

  position: relative;


}
.depa_center li i{ width: 100%; text-align: center; color: #5587C8;}
.depa_center li p {
    display: flex
;
    align-items: center;
    justify-content:center;
    position: relative;
    z-index: 2;
 flex-direction: column;

    font-size: 22px;
}

.depa_center a img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.depa_center span img {
    height: 52px;
    
    
}
.depa_center li a:hover::before {
 width: 100%;
}
.depa_center li a:hover p{ color: #fff;}
.depa_center li a:hover img {
  filter: brightness(0) invert(1);
}
.depa_center li:hover { box-shadow: 0 0 10px #eee;}
.depa_center li:hover i{color: #fff;}
.videoclass { top:15%!important}
.videoclass .layui-layer-content{ height: auto!important;}
/* 新闻 */
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: '';}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: '';}
.newsbg {
  background: #f5f5f5;
}

.news_box {
  position: relative;
  width: 100%;
  margin: 0 auto;

}

.news_box .swiper-container {

  margin-top: 60px;
  padding-bottom: 60px;
}

.news_box .swiper-slide {
  width: 45%;

  background: #fff;

  position: relative;border-radius: 10px; 
}

.news_box .swiper-slide img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius:10px 10px 0 0 ; 
}

.news_box .swiper-slide a {
  display: block;
  border-radius: 10px; 
}

.news_box .swiper-slide a:hover {
  background: #5587C8;
}

.news_box .swiper-slide a:hover p {
  color: #fff;
}

.news_box .swiper-slide .news_info {
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_box .swiper-slide .news_info p {

  text-align: left;

  font-size: 22px;
  margin: 0;
}

.news_box .swiper-slide .news_info .news_tit {
  width: calc(100% - 140px);
}

.news_box .swiper-slide .news_info .news_more {
  text-align: center;
  background: #5587C8;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 100%;
}

.news_box .swiper-slide .news_info span {
  color: #999;
  display: block;
  margin-top: 20px;
}

.news_box .swiper-slide-active .layer-mask {
  display: none;


}

.news_box .swiper-slide a:hover .news_info span {
  color: #fff;
}

.news_box .swiper-slide a:hover .news_info .news_more {
  background: #fff;
  color: #5587C8;
}

.news_box .swiper-slide-active {
  box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.2);
}

.layer-mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 10px; 
}


.news_box .swiper-button-next {
  position: absolute;
  top: 48%;
  right: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 60px;
  border-radius: 100%;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  transition: all .5s ease;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}

.news_box .swiper-button-prev {
  position: absolute;
  top: 48%;
  left: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 60px;
  border-radius: 100%;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  transition: all .5s ease;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}

.news_box .swiper-button-prev:hover,
.news_box .swiper-button-next:hover {
  background: #5587C8;

  color: #fff;
}

/* 健康新知 */
.health_search { width: 80%;  margin: 60px auto 40px;}
.health_search form {
  display: flex;
  align-items: center;
  width: 100%;
}



.health_search .select_input {
  background: #f5f5f5;
  height: 55px;
  width: calc(100% - 70px);
  color: #333;
  font-size: 20px;
  border: none;
  padding-left: 20px;
  vertical-align: top;
   border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
      border-left: 2px solid #D9D9D9;
}

.health_search .search-btn {
  width: 70px;
  height: 55px;
  background: #f5f5f5 url(../images/sousuo2.png) no-repeat center;
  border: none;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
      border-right: 2px solid #D9D9D9;
}
.heal_con {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 20px;
}


.heal_tu {
  width:calc(32% - 15px);
  margin-right: 15px;
  margin-top: 40px;

      box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}
.health .swiper-container{ height: 100%; border-radius: 10px;}
.heal_tu .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  text-align: center;
  color: #5587C8;
  background: rgba(255, 255, 255, .6);
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.5;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;

}

.heal_tu .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  text-align: center;
  color: #5587C8;
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  outline: none;
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.5;
}

.heal_tu .swiper-container:hover .swiper-button-next,
.heal_tu .swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

.heal_tu .swiper-container:hover .swiper-button-next {
  right: 10px;
}

.heal_tu .swiper-container:hover .swiper-button-prev {
  left: 10px;
}
.health { height: 100%;}
.health .swiper-pagination {
  position: absolute;
  z-index: 99999;
  left: 25px;
  width: auto;
  top: calc(100% - 50px);

}

.health .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: .5;
  background: #fff;
}

.health .swiper-pagination-bullet-active {
  background: #5587C8;
    opacity: 1;
}
.heal_card {
  background: #fff;
  height: 100%;

  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.heal_card:hover {

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image-container {

  display: flex;
  position: relative;
   height: 100%;
  z-index: 1;

}
.heal_img { width: 100%;}
.heal_img img{max-width: none; width: 100%; height: 100%; object-fit: fill;}

.card-content {
  padding: 25px;
  position: absolute; 
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
z-index: 2;

}

.card-content h2 {
  font-size:22px;
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.5; text-align: left;
}

.card-content p {
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}

.read-more {
  color: #fff;
  text-decoration: none;

  display: block;


  font-size: 20px;
  text-align: right;
  transition: color 0.3s;

}


.read-more i {
  margin-left: 8px;
  transition: transform 0.3s;
}

.read-more:hover i {
  transform: translateX(5px);
}

.heal_list {
  width: 68%;
}

.heal_box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}



.heal_info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;

}

.heal_info ul li {
  width: calc(50% - 30px);
 box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);

    margin: 15px; border-radius: 10px;
}

.heal_info a {
  display: flex;
  justify-content: center;
  flex-direction: column;
     padding:  25px;
  transition: .3s;





}

.heal_info ul li:nth-child(5),
.heal_info ul li:nth-child(6) {
  margin-bottom: 0;
}

.heal_info li:hover {
 
  background: #5587C8;
  background-size: 100%;
}
.heal_info li:hover a{ color: #fff;}
.heal_info li:hover span {
  color: #fff;
}

.heal_info li:hover .day,
.heal_info li:hover .heal_txt,
.heal_info li:hover .heal_txt b {
  color: #fff;
}

.heal_info li .day i{ padding-right: 4px;}
.heal_info .day span {
 
  float: right;

}

.heal_info .day p {
 color: #7f8c8d;
 
  display: block;
}


.heal_txt b {

  font-size: 22px;
  margin: 15px 0;
  font-weight: normal;
 height: 72px;
 overflow: hidden;
}

.heal_txt p {

  text-align: left;
  line-height: 24px;
  margin-top: 30px;
  color: #666;
  font-size: 14px;

}

.heal_info li:hover .day p,
.heal_info li:hover .heal_txt p {
  color: #fff;
}

/* 合作保險 */
.cooperatebg { background: #f5f5f5;}
.cooperate .hzhb_l {
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to right, rgba(245,245,245, 1), rgba(245,245,245, 0));
}
.cooperate .hzhb_r {
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0px;
  z-index: 2;
  background: linear-gradient(to left, rgba(245,245,245, 1), rgba(245,245,245, 0));
}
#zl1 {
  margin-top: 60px;
}
.cooperate { position: relative;}
.cooperate .swiper-container {
  margin: 0 auto;
}
.cooperate .swiper-slide {
 

}
.cooperate .swiper-slide a{ background: #fff;
  background-size: cover;
  border-radius: 15px;
  padding: 20px;
  display: block;
  margin: 15px 0;}
.cooperate .swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}
/*底部footer*/
.footer-main {


  position: relative;
  background: url(../images/ftbg.jpg) no-repeat top ;
  padding: 80px 0 40px;
    background-size: cover;
}
.footer-list1 { display: flex; justify-content:flex-start;}
.footer-list1  img{ height:70px;}
.footer-list1 .socials {

  margin-bottom: 0;
  margin-top: 40px;


}

.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
}

.footer-list1 .socials li a {

  border-radius: 10px;

  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 28px;
  background-color: #5587C8;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.footer-list1 .socials li a:hover {
  background-color: #50CEB4;

  color: #fff;
}
.footer-list b{ font-weight: normal; display: block; color: #fff; font-size: 22px; margin-bottom: 15px;}
.footer-list p{ color: #fff; line-height: 36px;}
.footer-list p a { color: #fff; font-size: 18px;}
.footer-list p a:hover { color: #50CEB4;}
.footer-list p a i{ padding-right: 10px;}
.footer-copyright {
  padding: 30px 0;


}
 .footer-copyright .container-fluid { display: flex; justify-content: space-between;}
.footer-copyright p {
  color: #fff;
 

  margin-bottom: 0;

}
.footer-copyright .copy_fl{ color: #fff; 

}
.footer-copyright .copy_fl a{ color: #fff; margin: 4px;}
.footer-copyright .copy_fl a:first-child{ margin-left: 0;}
.footer-copyright .copy_fl a:hover { color: #50CEB4;}
.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p span a {
  color: #fff
}

.footer-copyright p span a:hover {
  color: #50CEB4;
}


 .con_info {
    display: flex;
    width: 61%;
   margin: 60px 0 ;
    justify-content: space-between;
}
.address-content {
  display: flex;
  position: relative;
  align-items: center;
   margin: 20px 100px 0 0; float: left;

}
.address-content span {
margin-right: 15px;
font-size: 30px;
color: #fff;
}
.address-content span img{ width: 36px;}
.address-content i {
  font-size: 18px;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom:10px;
}
.address-content p {
  color: #fff;
  font-size: 18px;
}
.address-content p a{color: #fff;font-size: 18px;}
/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 77px;
  height: 77px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  /* background: #5587C8; */
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  border-radius: 50%;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
  font-size: 18px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  background: #50CEB4;
  color: #fff;
  font-size: 40px;
 
}

#suspension li .txt {
  display: inline-block;
  line-height: 77px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 77px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #5587C8;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #5587C8;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  /* display: block; */
}

#suspension li:hover a {
  /* width: 240px; */
}

#suspension li:hover .fa {
  background-color: #50CEB4;
  color: #fff;
}

/*in about us  */
.inbanner{ position: relative;}
.inbanner .img { position: relative; z-index: 1; }
.inbanner .img img{ width: 100%;}
.center_box {  position: absolute; z-index: 2; left: 0; right: 0; bottom: 20px; margin: auto;}  
.center_box .in_title { width: 70%;}
.center_box .in_title p{ font-size: 40px; color: #fff;}
.center_box .in_name b{  opacity: 0.5;
  font-weight: normal;
  color: #fff;
  line-height: 1;
font-size: 42px;
}
.center_box .in_name p{ margin:30px 0;  color: #fff;}
.center_box .in_name p span { margin: 0 10px;}
.center_box .in_name p a{ color: #fff;}
.center_box .in_name p a:hover { color: #50CEB4; font-size: 18px;}

.shadow-dark {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.subnav{ justify-content: center;}
.subnav a{ font-size: 20px; display: block; position: relative;  line-height: 90px; margin-right: 5vw; padding: 0 5px; white-space: nowrap;}
.subnav a::after{ width: 100%; height: 2px; background-color:#5587C8; position: absolute; left: 0; bottom: -1px; display: block; content: '' ; transition: all .36s; transform:scale(0,1) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
.subnav a.on,.subnav a:hover{ color: #5587C8; }
.subnav a:hover::after,.subnav a.on::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
/* 和睦寄语*/
.harmony { background: #f7f7f7;}
.har_list { margin: 50px 0;}
.har_list li{ margin: 40px 0; border-radius:20px; background: #fff; padding:40px 30px; display: flex; align-items: center;}
.har_list .har_box { display: flex; align-items: flex-start; justify-content: space-between;} 
.har_info { width: calc(100% - 240px);}
.har_list .har_tu {
         
        
            overflow: hidden;
            width: 200px;
            position: relative;
            overflow: hidden;
        }
        
        .har_list .picture {
           
            border-radius: 50%;
            width:100%;
        
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .har_list .ahar_tu:hover .picture {
            transform: scale(1.05);
        }
        
        .har_list .har_name {
            font-size: 42px;
          
            color: #333;
            position: relative;
            padding-bottom: 30px;
           
        }
          .har_list .har_name::before{ position: absolute; bottom: 0; left: 0; content: ''; width: 70%; height: 2px; background-image: linear-gradient(to right, #898989, #fff);}
        .har_list .har_name i{
          display: block;
        }
        .har_list .titles {
            display: flex;
    
            gap: 15px;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        .har_list .title {
         
            color: #333;
        
            border-radius: 50px;
            font-size:24px;
   

            transition: all 0.3s ease;
        }
        
    
        .har_list .message {
            position: relative;
      
            font-size:18px;
            line-height: 1.5;
            color: #666;
            text-align: left; margin-top: 30px;
       
          
        }
      
    
        
         .har_list .quote-icon {
            position: absolute;
            top: 15px;
            left: 15px;
            font-size: 3rem;
            color: rgba(26, 42, 108, 0.15);
        }
        
        .har_list .signature {
            display: flex;
            justify-content: flex-end;
            margin-top: 20px;
            font-style: italic;
            color: #1a2a6c;
            font-weight: 600;
            font-size: 1.3rem;
            padding-right: 20px;
        }
        /* 醫院介紹 */
.abbg { background: url(../images/b1_bg05.png) no-repeat top left;}        
.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 10px;

}

.about_fr {
  width: 42%;
  padding-right: 5%;



}

.about_fr .ab_tit {
  font-size: 36px;
  color: #5587C8;

  display: block;
}

.about_fl .ab_txt {
  line-height: 1.5;

  color: #333;

  font-size: 18px;
  text-align: justify;

}

.about_fl .ab_txt span {
  color: #333;
  
}


.about_fl {
  width: 58%;
  overflow: hidden;
  padding-left: 3%;


}
.ab_bottom {
  margin-top: 40px;

  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  
  padding: 0;
}

.ab_bottom b {
  font-size: 36px;
  color: #5587C8;
  margin-top: 10px;

}




.ab_bottom li img {
  height: 40px;
}

.ab_bottom li  {
  text-decoration: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: block;
  transition: all .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-right: 30px;
  width: calc(50% - 30px);

}

.ab_bottom li:last-child  {
  border-right: none;
}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;

}

.ab_bottom li  i {
  font-size: 20px;
  color: #666;
  padding-left: 6px;

}

.ab_bottom li  p {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;

}
.video_bg { position: relative; }
.video_bg .fltu{     position: absolute;
    left: 0px;
    opacity: 0.1;}
.video_bg .fltu2{    
   position: absolute;
    right: 0px;
    bottom: 0;
    opacity: 0.1;}
.ab_box {
  position: relative;
  margin-top: 70px;
  width: 70%;
  margin: auto;
  transition: all .3s;
      box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.4);

}
.ab_box .fit{ width: 100%; height: 100%;  object-fit: cover;}

.ab_box:hover{
     transform:translateY(-.3rem);
         transition-duration: 0.5s;
}

.layui-layer-page .layui-layer-content video{ background: #000;}
.video_tu {

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.video_tu b {
  display: flex;
  align-items: center;
  justify-content: center;
    background: rgba(175, 225, 215, 1);
  width: 98px;
  border-radius: 20px;
  height: 68px;
}
.layui-layer-content video {
  width: 100%; /* 使视频宽度充满容器 */
  height: calc(100% - 7px); /* 保持视频的原始宽高比 */
background: #000;
}

.about_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;

}
.about_con img{ height: auto !important;}
.about_con .le {
  width: 50%;
}



 .about_con .le .imgBox {
  overflow: hidden;
}

.about_con .le .imgBox img {
  width: 140%;
  display: block;
  transition: .5s;
  max-height: 450px;
}

.about_con .ri {
  width: 48%;
}
.about_con .ri b { font-size:36px; display: block; color: #2FC287;}
 .about_con .ri .abtit { margin-bottom: 20px; display: block; font-size: 36px; color: #333;}


.about_con p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin-top: 30px;
}
/* 管理团队 */
.corporate{width: 100%;box-sizing: border-box;}
.corporate ul { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px;}
.corporate ul li{width: calc(50% - 40px); margin:20px;  border-radius: 10px; border: 1px solid #DADFE5;}
.corporate ul li a{ display: block;box-sizing: border-box;}
.corporate ul li a .team_box {display: flex;align-items: center; justify-content: space-between; padding: 10px;}
.corporate ul li:hover .team_box{ background: #5587C8;}
.corporate .redu { display: flex;}
.corporimg img{border-radius: 100%;display: block;width:120px;height: 120px;object-fit: cover;}
.corportext { width: calc(100% - 170px);}
.team_info { background: #EDF5FC; padding: 20px; line-height: 32px;color: #666; border-radius: 0 0 10px 10px;}
.corportext h5 {display:block; font-size: 32px;
  }
.corportext p{font-size: 20px;color: #666;box-sizing: border-box;

display: inline-block ; }
.corportext h5 strong:last-child{margin-right: 0;}
.corportext p{font-size: 18px;color: #666;margin-top: 15px; line-height: 28px;}
.corportext a{display: block;width: 104px;height: 32px;background: #E1B280;border-radius: 4px;text-align: center;line-height: 32px;
font-size: 14px;color: #fff;}
.corporate ul li>a:hover .corportext h5 {color: #fff;}
.corporate ul li>a:hover .corportext p,.corporate ul li>a:hover .corportext h5 p { color: #fff;}

/* 學術合作與科研 */
.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.zzsc .tab {
  overflow: hidden;
display: flex;
  padding-top: 30px;
}


.zzsc .tab a {
  display: block;
  font-size: 20px;
  width: 33.33%;
  background: #f7f7f7;
  padding:25px;
  border-right: 1px dashed #dedede;
  color: #666;
  text-align: center;
  float: left;

  text-decoration: none;
}

.zzsc .tab a:last-child{ border-right: none;}

.zzsc .tab a.on  {

  color:#fff;
  background: #5587C8;
}

.zzsc .co {
  overflow: hidden;

  margin-top: 30px;


}
.zzsc .co > ul {
  
  background: #ffffff;
 
}
.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
}
.zzsc .co li:first-child { display: block;}
.ys_list {
  margin-top: 40px;
}
.ys_list_right {

margin-top: 30px;
}
.ys_list_left {


}

.ys_list_left b{line-height:56px;color: #333;font-size:28px;position: relative; font-weight: 500; display: block; margin-top: 30px;}
.ys_list_left span { display: block; font-size: 26px; margin: 10px 0;}

.ys_list_left p {
 
 padding: 10px 0;
  line-height: 28px;
  text-align: left;
  color: #666;
}
.ys_list_left a{  display: block; padding-top: 10px; color: #11B980;}
.ys_list_left p img{ padding-right: 14px;}
.ysicon{   background: #fff;  margin-top: 30px;
}
.ysicon p{  color:#333;  padding:10px 0; text-align: left; float: left;
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 18px; width: 33.3%;}

.ysicon p span{display: block;font-size: 58px;color: #333; line-height: 64px;}
.ysicon p i {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #11B980;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  position: relative;
  top: -25px;
  left: -10px;
  color: #fff;
  display: inline-block;
}
/* 學術合作與科研 */
.medicalbg{ background: #f7f7f7;}
.medical_box {  display: flex; justify-content: space-between; align-items: flex-start;}
.medical_box .medi_nav{  width: 22%; background: #fff;}
.medical_box .medi_nav .tit { display: flex; justify-content: space-between; align-items: center;  background: #5587C8;  font-size: 30px; color: #fff; padding: 40px;}
.medical_box .medi_nav .tit span{ display: none;}
               .medical_box .medi_nav.active ul{ display: block;} 
        .medical_box .medi_nav.active .tit span {
            transform: rotate(180deg);
        }

.medical_box .medi_content{ width: 74%; }
.medical_box .medi_nav ul{padding:0 40px 40px;}
.medical_box .medi_nav ul li .special {
   display: none;
 }
 .medical_box .medi_nav ul li.active .special {
   display: block;
 }
.medical_box .medi_nav ul li ul { padding: 0;}
.medical_box .medi_nav ul li a{
  font-size: 20px;
    color: #666666;
    padding:25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.medical_box .medi_nav ul li ul li{ border-bottom: 1px dashed #e5e5e5; }
.medical_box .medi_nav ul li ul li a{ padding: 15px 8px;}
.medical_box .medi_nav ul li ul li:last-child{ border-bottom: none;}
.medical_box .medi_nav ul li a:hover { color: #5587C8;}
.medical_box .medi_nav ul li{    border-bottom: 1px solid #e5e5e5;}
.medical_box .medi_nav ul li a.on { color: #5587C8;}

 .medical_box .medi_nav .icon { width: 34px; height: 34px; background: url(../images/jiahao.png) no-repeat right center / cover; transition: all .3s;}
.medical_box .medi_nav li a.cur .icon { background: url(../images/jiahao2.png) no-repeat right center / cover;}

.productB-a { padding-bottom: 25px; border-bottom: 1px solid #dedede; margin-bottom:30px; position: relative; }

.productB-a .topTit { float: left; width: calc(100% - 280px); }
.productB-a .buyLink { float: right; }
.productB-a .topTit .t {  font-size: 30px;color:#45549e; line-height: 1.5; }
.productB-a .topTit .c { font-size: 18px;color:#666666; margin-top: 12px; line-height: 1.5; }
.productB-a { }
.productB-a:before { content:''; width: 22%; position: absolute; left:0; bottom: -1px; height: 2px; background: #45549e; }
.medical_box .medi_content .medi_c { background: #fff; padding: 30px;}
.medi_c .info{ margin: 10px 0; line-height: 1.5; }
.medi_c .info img{ max-width: 100%;}
@media (max-width: 1920px) {.medi_c .info img{ height: auto !important;}}
.medi_c .info p.jstsinfo{ color: #145FA8; font-size: 22px;}
/* .medi_c .info p{ margin: 10px 0; line-height: 36px;} */
.medi_c .info p{ line-height: 36px;}
.join_rczp_list li  { display: block; border-bottom: 1px solid #dedede; margin: 10px 0; padding:10px 0px;}
.join_rczp_list .zp-content { display: flex; justify-content: space-between; align-items: center;}
.join_rczp_list .zp-content .icon { width: 34px; height: 34px; background: url(../images/jiahao.png) no-repeat right center / cover; transition: all .3s;}
.join_rczp_list li.cur .zp-content .icon { background: url(../images/jiahao2.png) no-repeat right center / cover;}
.join_rczp_list .zp-content p {color: #45549e;width: calc(100% - 80px); margin: 15px 0; font-size: 20px; line-height: 26px; }

    .zp-con {
      padding:20px;
      background: #f7f7f7;
      margin-top: 10px;
      display: none;
      line-height: 220%;
      
      
  }
  .zp-con img{ max-width: 100%;}
  .zp-con-list{ color: #333;}
  .zp-con-list .zp-flex{ margin-bottom: 10px; display: flex; flex-wrap: wrap; margin-top: 10px;}
.zp-con-list p{
  line-height: 28px;
  width:25%;
   margin: 5px 0;

  display: flex;
  justify-content: space-between;

}


.zp-con-list a:hover {
  color: #333;
}

.zp-con-list .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #ccc;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}
.zp-con-list .lxing::after{
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color:#afafaf;
}
 .zp-con-list em {

  color: #999;

}

 .zp-con-list i {
  width: 95%;
  color: #333;

}
  .zp-con-list .tit { color: #45549e; font-size: 18px;}
/*  */
.apple-retail {
    margin-bottom: 50px;

  }
  
  .apple-retail .swiper-slide {
      text-align: center;
      padding: 0 20px;
      width: 70%;
 
  }
  .inner figure {
      width: 100%;
      margin: 0;
  }
  .inner figure img {
      width: 100%;
      border-radius: 6px;
  }
  .apple-retail .gallery-item-desc {
      width: 90%;
      text-align: left;
      display: inline-block;
      padding-top: 26px;
      opacity: 0;
      transition-duration: 1.2s;
  }
  .apple-retail .init .gallery-item-desc {
      opacity: 1;
  }
  .apple-retail .gallery-item-desc b {
  
      font-weight: 500;

      color: #111;
      display: block;
      text-align: center;
      font-size: 32px;
  }
  .apple-retail .gallery-item-desc p {
      margin-top: 1em;
      color: #333;
      line-height: 28px;
     
  }
  .apple-retail .swiper-slide-prev .gallery-item-desc {
      transform: translateX(-70px);
  }
  .apple-retail .swiper-slide-next .gallery-item-desc {
      transform: translateX(70px);
  }
  .apple-retail .swiper-slide-active .gallery-item-desc {
      opacity: 1;
      transform: translateX(0);
  }
  

  .apple-retail .swiper-button-next, .apple-retail .swiper-button-prev {
      top: 50%;
      background-color: rgba(0,0,0,.4);
      background-size: 15px 15px;
      border-radius: 50%;
      width: 52px;
      height: 52px;
      transition: all .5s;
      outline: none;
  
  }
  .apple-retail .mouse-hover .swiper-button-next, .apple-retail .mouse-hover .swiper-button-prev {
      opacity: 1;
  }
  .apple-retail .swiper-button-next:hover, .swiper-button-prev:hover {
      background:#5587C8;
  }
  .apple-retail .swiper-button-next {
  
      right: 5%;
  }
  .apple-retail .swiper-button-prev {
  
      left: 5%;
  }
    .apple-retail .swiper-button-prev i,.apple-retail .swiper-button-next i{ color: #fff; font-size: 18px; }
  .apple-retail .swiper-container .swiper-button-next.swiper-button-disabled,.apple-retail  .swiper-container .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
  }
  /*  */
  .jspt { margin-top: 50px;}
  .jspt ul {
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.jspt ul li {
 
  color: #333;
  padding-bottom: 30px;
  background:#EFF3F6;
  padding-top: 20px;
  border-radius: 15px;

  margin: 5px;
  width: calc(33.33% - 10px);

  text-align: center;
  border: 1px solid rgba(0, 0, 0, .04);
  z-index: 9;
  position: relative;
}

.jspt ul li a {
  display: block;
  color: #fff;
}

.jspt ul li p {
  border-radius: 50%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}

.jspt ul li span {
  display: block;
 
  margin-top: 10px;
  font-weight: normal;
  padding: 10px;
}

.jspt ul li i {

  font-size: 22px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  margin-top: 5px;
  color: #666;
 
}

.jspt ul li em {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  font-style: normal;

  color: #666;
}

.jspt ul li p img {
  width: 120px;
  height: 120px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 100%;
}

.jspt ul li::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #5587C8;
  border-radius: 10px;
  transition: 0.5s;
}

.jspt ul li:hover:before {
  width: 100%;
  left: 0;
}
.jspt ul li span { display:inline-block; margin-top: 20px; border: 1px solid #dedede; background: #5587C8; border-radius: 20px; padding: 7px 20px;}
.jspt ul li a:hover img { transform: scale(1.1); border: 3px solid #fff;}
.jspt ul li a:hover i,.jspt ul li a:hover em{
  color: #fff;
}
/*  */

  .jspt2 ul {
  padding: 0;

  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

.jspt2 ul li {
 
  color: #333;


  border-radius: 15px;

  margin: 5px;
width: 33.33%;
  padding-right: 15px;


  z-index: 9;
  position: relative;
}

.jspt2 ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}

.jspt2 ul li p {
  border-radius: 50%;
  padding: 20px 0;


}

.jspt2 ul li span {
  display: block;
 
  margin-top: 10px;
  font-weight: normal;
  padding: 10px;
}

.jspt2 ul li i {

  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  margin-top: 5px;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}

.jspt2 ul li em {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #333;
}

.jspt2 ul li p img {
  width: 120px;
  height: 120px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 100%;
  margin-right: 15px;
  border: 3px solid #f1f1f1
}
.jspt2 ul li div{ width: calc(100% - 130px);}
.jspt2 ul li span { display:inline-block; margin-top: 20px; border: 1px solid #dedede; background: #5587C8; border-radius: 20px; padding: 7px 20px;}
.jspt2 ul li a:hover img { transform: scale(1.1); ;}

.doc_title { position: relative; font-size: 28px; margin-top: 20px; border-left: 5px solid #5587C8; padding-left: 10px;}
/* 医生弹窗内容样式 */
.layui-layer {
  border-radius: 10px!important;
}
.top-header { background: #5587C8;color: #fff; padding: 10px; text-align: center; margin-bottom: 20px;}
.top-header h2{ font-size: 28px;}    
.doctor-detail {
            padding: 25px;
        }
        
        .detail-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }
        
        .detail-avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #e8f4ff;
            margin-right: 25px;
        }
        
        .detail-info h2 {
            font-size: 26px;
           
            margin-bottom: 15px;
          
        }
        
        .detail-specialty {
            font-size: 20px;
            
           
            margin-bottom: 15px;
        }
        
        .detail-title {
            font-size: 20px;
            color: #666;
            margin: 10px 0;
        
        }
        
        .detail-section {
            margin: 20px 0;
        }
        
        .detail-section h3 {
            font-size: 26px;
      
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e8f4ff;
        }
        
        .detail-section p {
            line-height: 1.8;
            color: #444;
            font-size: 18px;
            text-align: justify;
            margin-bottom: 20px;
        }

        /* 健康新知 */ 

          .innews_box ul { display: flex; flex-wrap: wrap;}
        .innews_box ul li{
        width: calc(50% - 20px);
        margin:0 10px 20px 10px;
	padding:30px;
	background:#fff;
  border-radius: 10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
  .innews_boxs ul li{width: calc(33.33% - 20px);}
  .innews_box ul li img{ width: 100%;}

       .innews_box ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
  margin-bottom: 20px;
	}
       .innews_box ul li .newstit{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	margin-top:20px;
display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
	}
       .innews_box ul li .newsdes{
	width:100%;
	font-size: 15px;
	margin-top: 10px;
  line-height: 28px;
  color: #666;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    
}
       .innews_box ul li .more2 { margin-top: 20px; padding-bottom: 0px;}
  .innews_box ul li:hover{
	background:#5587C8;
	}
       .innews_box ul li:hover .newstit, .innews_box ul li:hover .newsdes ,  .news-list .swiper-slide:hover .newsdate{
	color:#fff;
	}

      .innews_box ul li:hover .newsdate{ color: #fff;}
      .num {
	margin: 20px auto;
	padding: 40px 10px;
	text-align: center;
}
.num ul {
	display: inline-block;
}
.num ul li {
	float: left;
	list-style: none;
	margin: 5px 0;
	padding-right: 10px;
}
.num ul li a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.num ul li a:hover { background: #5587C8; color: #fff;border: 1px solid #5587C8;}
.num ul li a.selected {
	color: #fff;
  background: #5587C8;
  border: 1px solid #5587C8;
}
/* 搜索结果 */
 .search_result{ margin-bottom: 80px;}

 .search_result .intro {
    padding:20px 0;
   border-bottom: 1px solid #dedede;
    position: relative;


   
}
 .search_result .intro .notice_bg { position: absolute; top:0; left: 0; width: 0;
  height: 0;
  border-top:60px solid #00B19C;
  border-right:60px solid transparent; color: #fff; z-index: 1; }
   .search_result .intro .notice_tit {z-index: 2; font-size: 12px; color: #fff; position: absolute;top:14px;left: -6px;transform:rotate(-45deg);}
 .search_result .tit {
    font-size: 24px;
    line-height: 32px;
    color: #5587C8;
   
}


 .search_result .intro .con {
 
    line-height: 30px;
   
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   
}
 .search_result .intro .time {
    color: #5587C8;
   
    margin-top: 20px;
    text-decoration: underline;
   
}
 .search_result .intro a:hover .time { color: #333;}

/*  */
   .all_doctor .form-group {
            margin: 20px auto;
         
            width: 50%;
            
        }
        .all_doctor .form-group form {align-items: center;
               display: flex;}
       .all_doctor .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2c3e50;
            font-size: 1.05rem;
        }
        
      .all_doctor .form-group label i {
            margin-right: 8px;
            color: #3498db;
        }
        
       .all_doctor .form-input {
            width: 100%;
            height: 50px;
            color: #666;
            padding: 0 15px;
            border: 2px solid #e2e8f0;
            border-radius: 25px 0 0 25px;
            font-size: 1rem;
            transition: all 0.3s ease;
            outline: none;
            background:  url(../images/xiax.png) no-repeat right 15px;
        }
        
       .all_doctor .form-input:focus {
            border-color: #5587C8;
        
        }
       .all_doctor .all_btn {background: #5587C8; color: #fff; width: 120px; height: 50px; line-height: 50px; outline: none; border-radius: 0 25px 25px 0; border: none;}
       /* 客户声音 */
    .customer_voice ul li{ padding: 20px; border-radius: 10px; margin: 25px 0; box-shadow: 0 0 15px rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between;}
 .customer_voice ul li .tu { width: 120px;}
  .customer_voice ul li .tu p{ text-align: center; margin-top: 8px;}
  .customer_voice ul li .voice { width: calc(100% - 140px);} 
    .voice_btn { margin: 10px auto; text-align: center; font-size: 18px;}
   .voice_btn a{ display: inline-block; padding: 8px 38px;
    border-radius: 30px;
        font-size: 20px;
        font-weight: 600;
    background: #5587C8;
    color: #fff;}
       .voice_btn a:hover { background: #50CEB4;}
       /* 预约挂号 */
        .reservation {display: flex; align-items: stretch; justify-content: space-between;}
    .reservation div { display: flex;padding: 30px; align-items: center; flex-direction: column; justify-content: center; width: calc(50% - 30px); margin: 20px 0 40px; border-radius: 10px; border: 1px solid #dedede; }
    .reservation div a:hover{ color: #145fa8}
    .reservation div b{ display: block; font-size: 20px; text-align: center; line-height: 220%;}
    .reservation div span{ font-size: 40px; color: #5587C8;}
     .reservation_ewm { display: flex; align-items: center; justify-content: space-between;}
       .reservation_ewm div {
        display: flex; align-items: center; padding-bottom: 20px; flex-direction: column; justify-content: center; width: calc(50% - 30px);  border-radius: 10px;  box-shadow: 0 0 15px rgba(0,0,0,.08); 
    }
           .reservation_ewm div span{ font-size: 18px; padding: 10px; text-align: center; background:#145fa8;display: block; color: #fff; width: 100%; border-top-left-radius: 10px;border-top-right-radius: 10px;}
             .reservation_ewm div img{ width: 45%; margin-top: 20px;}
               .reservation_normal {display: flex; align-items: stretch; justify-content: space-between;}
 .reservation_normal div{ margin-top: 20px; display: flex;padding: 30px; align-items: center; flex-direction: column; justify-content: flex-start; width: calc(50% - 30px);  border-radius: 10px;  box-shadow: 0 0 15px rgba(0,0,0,.08);}
         .reservation_normal div strong { color: #145fa8;font-size: 18px;}
         .videoiframe{  width: 100%; height:595px; }
         @media (max-width: 900px) { 
           .videoiframe{  width: 100%; height:205px; }
          }
         