﻿* {
  touch-action: pan-y !important;
}

:root {
  --thm-font: 'Barlow', sans-serif;
  --thm-reey-font: 'reeyregular';
  --thm-gray: #7b7981;
  --thm-gray-rgb: 123, 121, 129;
  --thm-primary: #1989fb;
  --thm-primary-rgb: 25, 137, 251;
  --thm-black: #1b1825;
  --thm-black-rgb: 27, 24, 37;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-extra: #42d9be;
  --thm-extra-rgb: 66, 217, 190;
  --thm-bdr-color: #dae3e9;
  --thm-bdr-color-rgb: 218, 227, 233;
  --thm-bdr-radius: 8px;
}

@keyframes imgShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  animation: imgShow 1s linear;
  -webkit-animation: imgShow 1s linear;
}

.marquee {
  padding: 5px 0;
  background-color: var(--thm-extra);
}

.my-content {
  padding: 30px 0;
  background: #f2f2f2;
  border-top: 1px solid #f0f2f5;
}

.container-xl {
  background: url(../image/bg1.png) repeat;
  background-size: contain;
}

/*@media (min-width: 1400px) {*/
/*    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {*/
/*        max-width: 1560px;*/
/*    }*/
/*}*/

.w-75 {
  margin: auto;
}

/**
选项卡开始
 */
.fl {
  display: inline;
  float: left;
}
.fr {
  display: inline;
  float: right;
}
.cf:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}
.cf {
  zoom: 1;
}
.pb10 {
  padding-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.case {
  width: 960px;
  margin: 100px auto;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
}
.case .title {
  height: 20px;
  border-bottom: 3px solid #e7e7e7;
  padding-bottom: 10px;
}
.case .title h2 {
  font-size: 20px;
  font-family: 'microsoft yahei';
}
.case .title-list {
  position: relative;
  top: 6px;
}
.case .title-list li {
  width: 146px;
  line-height: 20px;
  text-align: center;
  float: left;
  display: inline;
}
.case .title-list li.on {
  color: #ff6600;
  font-weight: bold;
}
.case .title-list p {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 146px;
  height: 7px;
  border-top: 3px solid #ff6600;
  overflow: hidden;
  text-align: center;
}
.case .title-list b {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid dashed dashed dashed;
  border-width: 9px;
  border-color: #ff6600 #fff #fff #fff;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}
.product {
  height: 268px;
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 20px;
}
.product ul {
  position: absolute;
  left: 0px;
}
.product-wrap .show {
  display: block;
}
.product-wrap .product li {
  float: left;
  display: inline;
  margin-left: 13px;
  background: #f3f3f3;
  border: 2px solid #fafafa;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.product-wrap .product li.ml0 {
  margin-left: 0px;
}
.product-wrap .product li a.imgwrap {
  display: block;
  width: 226px;
  height: 200px;
  background: #fff;
  text-align: center;
}
.product-wrap .product li p {
  padding-left: 15px;
  color: #666666;
  line-height: 22px;
}
.product-wrap .product li p a {
  color: #666666;
  text-decoration: none;
}
.product-wrap .product li p a:hover {
  color: #ff6600;
  text-decoration: none;
}
/**
选项卡结束
 */
.news .newsList {
  box-sizing: border-box;
  padding-top: 25px;
}

.news .newsList .newsTab {
  display: none;
}

.news .newsContent {
  width: 380px;
  float: left;
  height: 462px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.news .newsTwo {
  margin: 0 30px;
}

.news .newsContent .newsTop {
  width: 100%;
  height: 210px;
  box-sizing: border-box;
  overflow: hidden;
}

.news .newsContent .newsTop a {
  display: block;
}

.news .newsContent .newsTop img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  margin: 0 auto;
}

.news .newsContent .newsTop img {
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.news .newsContent .newsTitle {
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px 18px 0;
}

.news .newsContent .newsTitle h3 {
  float: left;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.news .newsContent .newsTitle a {
  display: block;
  float: right;
  font-size: 13px;
  color: #333333;
  line-height: 36px;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 15px;
  letter-spacing: 1px;
  background: url(http://gxyzyy.cn/images/more.png) right no-repeat;
}

.news .newsContent ul {
  box-sizing: border-box;
  padding: 0 18px;
}

.news .newsContent ul li {
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 13px;
}

.news .newsContent ul li a {
  display: block;
  width: 85%;
  float: left;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newsContent ul li span {
  display: block;
  float: right;
  font-size: 13px;
  color: #999999;
}

.news .newsContent ul li:hover a {
  color: #0b6dad;
}

.news .newsContent ul li:hover span {
  color: #0b6dad;
}

.news .newsContent .newsTop:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 15px 0;
  background: #fcfcfc;
  overflow: hidden;
}

.newsAreaTab h3 {
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  margin-left: 30px;
  cursor: pointer;
  background: url(http://gxyzyy.cn/images/subjectTab-x.png) left no-repeat;
  cursor: pointer;
}

.newsAreaTab h3:first-child {
  margin-left: 0;
  background: none;
  padding-left: 0;
}

.newsAreaTab h3 span {
  line-height: 48px;
}

.newsAreaTab h3.active {
  color: #0f74bc;
}

.newsAreaTab h3.active span {
  color: #4d90cb;
}

.newsAreaTab h3:hover {
  color: #0f74bc;
}

.newsAreaTab h3:hover {
  color: #0f74bc;
}

.newsAreaTab h3.activ span {
  color: #4d90cb;
}

.yNewsMain {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 16px;
}

.yNewsMain .yNewsBanner {
  /*float: left;*/
  /*box-sizing: border-box;*/
  /*overflow: hidden;*/
}

.yNewsMain .yNewsBanner .yNewsImg {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  /*display: none;*/
}

.yNewsMain .yNewsBanner .yNewsImg a {
  /*box-sizing: border-box;*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 334px;*/
  /*position: relative;*/
  /*overflow: hidden;*/
}

.yNewsMain .yNewsBanner .yNewsImg a img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  margin: 0 auto;
}

.yNewsMain .yNewsBanner .yNewsImg a img {
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.yNewsMain .yNewsBanner .yNewsImg a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.yNewsMain .yNewsBanner .yNewsImg a p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yNewsMain .yNewsContent {
  float: right;
  box-sizing: border-box;
  padding-right: 0;
}

.yNewsMain .yNewsContent .yNewsTab {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}

.yNewsMain .yNewsContent .yNewsTab a {
  display: block;
  float: left;
  font-size: 2ex;
  color: #333333;
  margin-left: 0px;
  padding: 5px 20px;
  cursor: pointer;
  box-sizing: border-box;
  /*padding-bottom: 18px;*/
}

.yNewsMain .yNewsContent .yNewsTab a:first-child {
  margin-left: 0;
}

.yNewsMain .yNewsContent .yNewsTab a.active {
  color: #ffffff;
  background: url(../image/1.png);
  background-size: 100% 100%;
}
/*
#0f74bc
 */
.yNewsMain .yNewsContent .yNewsTab a:hover {
  color: #ffffff;
  background: url(../image/1.png);
  background-size: 100% 100%;
}

.yNewsMain .yNewsContent ul {
  width: 100%;
  height: 310px;
  position: relative;
  display: none;
  box-sizing: border-box;
  padding-top: 10px;
}

.yNewsMain .yNewsContent ul li {
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
  padding: 0 0 9px 21px;
  border-bottom: 1px dashed #cccccc;
  overflow: hidden;
}

.yNewsMain .yNewsContent ul li:last-child {
  border-bottom: none;
}

.yNewsMain .yNewsContent ul li a {
  display: block;
  font-size: 15px;
  color: #333333;
  width: 90%;
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(http://gxyzyy.cn/images/yNews-d.png) left no-repeat;
}

.yNewsMain .yNewsContent ul li span {
  display: block;
  float: right;
  font-size: 15px;
  color: #999999;
  font-family: 'Arial';
}

.yNewsMain .yNewsContent ul li:hover a {
  color: #0f74bc;
}

.yNewsMain .yNewsContent ul li:hover span {
  color: #0f74bc;
}

.yJkkp ul li:first-child {
  margin-top: 0;
}

/**
科室选项卡开始
 */
.tc-tabs-style {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(68, 68, 68, 0.1);
}

.tc-tabs-style .tc-tab-title {
  margin: 0 0 15px 0;
  font-size: 25px;
  text-align: left;
  font-weight: 500;
  line-height: normal;
  color: #e78a00;
}
.our-service-img img {
  width: 100%;
  height: 250px;
}
.tc-tabs-style .tc-tab-title:after {
  width: 96%;
  content: '';
  background-color: #e78a00;
  position: absolute;
  top: 40px;
  right: 0;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-tabs-style .tc-tab-title span {
  font-size: 28px;
  font-weight: 900;
}

.tc-tabs-style .tc-tab-desc {
  text-align: left;
  font-size: 13px;
  color: #222;
}

.tc-tabs-style .tab-content {
  /*margin-top: 35px;*/
}

.tc-tabs-style .nav-tabs {
  border-bottom: 0;
}

.tc-tabs-style .nav-tabs li a {
  position: relative;
  display: inline-block;
  border: 0 !important;
  line-height: normal;
  font-size: 16px;
  color: #333333;
  border-radius: 20px;
  padding: 8px 0 8px 0;
  margin-right: 15px;
  margin-bottom: 4px;
  background-color: transparent !important;
}

.tc-tabs-style .nav-tabs li a:before,
.tc-tabs-style .nav-tabs li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tc-tabs-style .nav-tabs li a:after {
  top: 0;
  right: 0;
  left: auto;
}

.tc-tabs-style .nav-tabs li a:hover,
.tc-tabs-style .nav-tabs li.active a {
  color: #222;
}

.tc-tabs-style .nav-tabs li a:hover:before,
.tc-tabs-style .nav-tabs li a:hover:after {
  width: 50%;
}

.tc-tabs-style .nav-tabs li.active a:before,
.tc-tabs-style .nav-tabs li.active a:after {
  width: 100%;
}
.tc-tabs-style .nav-tabs li a:before,
.tc-tabs-style .nav-tabs li a:after {
  background-color: #ff9800;
}

.tc-tabs-style .nav-tabs li a.active:before,
.tc-tabs-style .nav-tabs li a.active:after {
  width: 100%;
  background-color: #ff9800;
}

.tc-tabs-style .nav-tabs li a:hover,
.tc-tabs-style .nav-tabs li a.active {
  color: #ff9800;
}
/**
科室选项卡结束
 */

/**
本院简介开始
 */
.introduction img {
  padding: 5px 0;
}
.ql-align-center {
  text-align: center;
}
/**
本院简介结束
 */
/**
研究院领导开始
 */
.leader-area {
}
.leader-list-box {
  text-align: center;
}
.leader-list-box .leader-list-item {
  width: 230px;
  height: 390px;
  vertical-align: top;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  margin: 22px 35px;
  display: inline-block;
}
.leader-list-box li a {
  display: block;
  padding: 15px;
  position: relative;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}
.leader-list-item a h2 {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.leader-list-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.leader-list-item a h2 b {
  display: block;
  color: #842d37;
  padding-right: 5px;
}
.leader-img {
  width: 200px;
  height: 270px;
  overflow: hidden;
}
.leader-img img {
  display: block;
  width: 200px;
  height: 270px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.clearfix {
  *zoom: 1;
}
/**
研究院领导结束
 */

/**
搜索框开始
 */
.search {
  border: 1px solid #f4f4f4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.s_con {
  position: relative;
  float: left;
  display: block;
  width: 80%;
  height: 40px;
}
.s_con input {
  display: inline-block;
  border: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.s_con .clear {
  display: none;
  position: absolute;
  right: 0px;
  top: 6px;
  content: '';
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  cursor: pointer;
}
.s_btn {
  float: left;
  display: block;
  background-color: #009dff;
  width: 20%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
/**
搜索框结束
 */

/**
瑶药简介开始
 */
.YaoDrug-area {
  margin: 10px 0;
  background: #eeeeee;
  border-radius: 10px;
}
.YaoDrug-img {
  padding: 20px;
}
.YaoDrug-area-list {
  float: left;
  background: #eeeeee;
}
.YaoDrug-content {
  padding: 20px;
}
.YaoDrug-JJ {
  padding: 10px 0;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.YaoDrug-GX {
  max-lines: 5;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.doctor-list li {
  font: 14px/1.8 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, SimSun,
    'Segoe UI', Tahoma, Helvetica, sans-serif;
  color: #555;
  list-style: none;
  width: 265px;
  height: auto;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 19px;
  margin: 15px 5px;
  /*margin-right: 10px;*/
  /*margin-bottom: 30px;*/
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.doctor-list li .detail {
  position: relative;
  height: 122px;
  padding-left: 105px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.doctor-list li p {
  color: #666;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
.doctor-list .depart-info p {
  color: #666;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
.doctor-list li .detail .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 116px;
  overflow: hidden;
  border-radius: 5px;
}
.doctor-list li .detail .info {
  line-height: 27px;
}
/**
瑶药简介结束
 */

/**
导航栏微信公众号图标开始
 */
.GZH-img:hover .WeiXin-img {
  display: block;
}
.WeiXin-img {
  display: none;
  position: fixed;
  width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
  z-index: 9999;
}
/**
导航栏微信公众号图标结束
*/

/**
名医介绍开始
 */
.depart-info u {
  text-decoration: none;
}
/**
名医介绍结束
 */

/**
联系我们开始
 */
label.error {
  color: #fb4141;
}
.current2 {
  background: #65b2f5;
}
/**
联系我们结束
 */

/**
关于我们开始
 */
.about-one {
  position: relative;
  display: block;
  padding: 10px 0 40px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-box:before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 200px;
  background-color: var(--thm-extra);
  content: '';
  border-radius: var(--thm-bdr-radius);
}

.about-one__img-box:after {
  position: absolute;
  top: 220px;
  left: -50px;
  width: 30px;
  height: 200px;
  background-color: var(--thm-primary);
  content: '';
  border-radius: var(--thm-bdr-radius);
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-one__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.about-one__img:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.about-one__img > img {
  width: 100%;
  border-radius: var(--thm-bdr-radius);
}

.about-one__small-img {
  position: absolute;
  bottom: -90px;
  left: 21px;
  z-index: 2;
}

.about-one__small-img > img {
  border-radius: var(--thm-bdr-radius);
  width: 240px;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__right .section-title {
  margin-bottom: 28px;
}

.about-one__text {
  margin: 0;
  font-size: 1.2rem;
}

.about-one__points-box {
  position: relative;
  display: block;
  margin-left: 21px;
  margin-top: 32px;
}

.about-one__points-box:before {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -21px;
  content: '';
  background-color: #42d9be;
  width: 2px;
}

.about-one__points {
  position: relative;
  display: block;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li + li {
  margin-top: 6px;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li .icon span {
  font-size: 20px;
  color: var(--thm-extra);
}

.about-one__points li .text {
  margin-left: 16px;
}

.about-one__points li .text p {
  color: var(--thm-black);
  margin: 0;
  font-size: 1.2rem;
}

.about-one__it-solutions {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--thm-bdr-color);
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 39px;
}

.about-one__it-solutions-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__it-solutions-icon span {
  font-size: 70px;
  color: var(--thm-extra);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-one__it-solutions:hover .about-one__it-solutions-icon span {
  transform: rotateY(360deg);
}

.about-one__it-solutions-text-box {
  margin-left: 20px;
}

.about-one__it-solutions-text {
  font-weight: 600;
  color: #999999;
  font-size: 25px;
  margin: 0;
  line-height: 30px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #42d9be;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 60px 18px;
  border-radius: 8px;
  transition: all 0.3s linear;
  overflow: hidden;
  letter-spacing: 0.2em;
  z-index: 1;
}
.thm-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #000000;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.thm-btn:hover {
  color: #0c5460;
}

.improve-one {
  position: relative;
  display: block;
  padding: 0 0 0;
  z-index: 1;
  background-color: var(--thm-black);
}

.improve-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}

.improve-one-bg.jarallax div div {
  background-color: var(--thm-black);
  background-blend-mode: luminosity;
}

.improve-one__left {
  position: relative;
  display: block;
  margin-top: 140px;
}

.improve-one__img-box {
  position: relative;
  /*display: block;*/
}

.improve-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.improve-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 253, 253, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  transform: skewX(-25deg);
  z-index: 1;
}

.improve-one__img-box:hover .improve-one__img:after {
  animation: shine 1.5s;
  -webkit-animation: shine 1.5s;
}

.improve-one__img img {
  /*width: 395px;*/
  margin-bottom: 5px;
  margin-top: 42px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}

.improve-one__project-complete {
  max-width: 300px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(360deg);
  background-color: var(--thm-extra);
  padding: 13px 58px 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.improve-one__project-complete p {
  font-size: 14px;
  color: var(--thm-base);
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.improve-one__right {
  position: relative;
  display: block;
  margin-left: 0;
  padding-top: 120px;
  padding-bottom: 80px;
  margin-right: 0;
}

.improve-one__right .section-title {
  margin-bottom: 41px;
}

.improve-one__right .section-title__tagline {
  color: #ada8ba;
}

.improve-one__right .section-title__title {
  color: var(--thm-base);
}

.improve-one__points li {
  position: relative;
  display: flex;
}

.improve-one__points li:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 42px;
  content: '';
  height: 1px;
  background-color: rgba(var(--thm-base-rgb), 0.1);
}

.improve-one__points li:last-child:before {
  display: none;
}

.improve-one__points li + li {
  margin-top: 35px;
}

.improve-one__points li .icon {
  position: relative;
  top: 8px;
}

.improve-one__points li .icon span {
  font-size: 65px;
  color: var(--thm-primary);
  position: relative;
  display: inline-block;
  transform: rotateY(0deg);
  transition: all 500ms ease;
}

.improve-one__points li:hover .icon span {
  transform: rotateY(180deg);
  color: var(--thm-base);
}

.improve-one__points li .text {
  margin-left: 0;
}

.improve-one__points li .text h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 10px;
  color: var(--thm-base);
}

.improve-one__points li .text p {
  margin: 0;
  color: #ada8ba;
}

.hospital-vision-wrap {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hospital-vision-wrap .hospital-vision {
  margin-top: 40px;
  padding-bottom: 100px;
}
.hospital-vision-wrap .hospital-vision .vision-img {
  width: 580px;
  height: 330px;
}
.hospital-vision-wrap .hospital-vision .vision-img img {
  /*display: block;*/
  width: 580px;
  height: auto;
}
.hospital-vision-wrap .hospital-vision .vision-txt {
  width: 580px;
  height: auto;
}
.hospital-vision-wrap .hospital-vision .vision-txt h3 {
  font-weight: bold;
  padding-top: 20px;
}
.hospital-vision-wrap .hospital-vision .vision-txt p {
  text-align: left;
  line-height: 32px;
}
/**
关于我们结束
 */
.brand-wrap p {
  font-size: 1rem;
}

.ul-aHoverBlue li a {
  color: white;
}

.ul-aHoverBlue li:hover a {
  color: var(--thm-extra);
  /*color: #0c5460;*/
}
