.line {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
body,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
a {
  margin: 0;
  padding: 0;
}
header,
section,
footer {
  display: block;
}
body {
  font-family: "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
  font-size: 14px;
  color: #555;
  background: #fff;
  min-width: 1200px;
  word-wrap: break-word;
  word-break: break-all;
}
img {
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消轻按时高亮*/
}
button {
  -webkit-appearance: none;
  border-radius: 0;
  /*去苹果圆角*/
}
a,
input,
textarea,
select,
option,
button {
  outline: 0;
  /*点击时虚线边框*/
}
textarea {
  font: inherit;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
  /*自动填充背景色*/
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eee;
}
a {
  color: #666666;
  text-decoration: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.cb {
  clear: both;
}
.wrap {
  height: auto;
  margin: 0 auto;
  clear: both;
}
.wrap.w1200 {
  width: 1200px;
}
.wrap.w1400 {
  width: 1400px;
}
.wrap.w1600 {
  width: 1600px;
}
.wrap.w1920 {
  width: 1920px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.ml20 {
  margin-left: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.link {
  color: #409EFF;
  cursor: pointer;
}
.c-text-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-text-nowrap-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body {
  /*滚动条样式*/
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  height: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.iconfont {
  font-size: 14px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  vertical-align: middle;
}
.icon-on {
  color: #fe7171;
}
.layui-form-item {
  margin-bottom: 25px;
  font-size: 15px;
}
.layui-form-item .layui-form-label {
  color: #333333;
}
.layui-form-item .layui-input-inline {
  width: 300px;
}
.layui-form-item .layui-input-block {
  min-height: 40px;
}
.layui-form-select dl dd.layui-this {
  color: #000;
  background: #f1fffa;
}
.layui-form-radio > i,
.layui-form-radioed > i {
  font-size: 20px;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  font-size: 20px;
  color: #23c3a7;
}
.layui-textarea {
  padding: 10px;
  max-width: 100%;
  line-height: 1.8;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layui-upload-img {
  width: 122px;
  height: 122px;
  margin: 0 10px 10px 0;
}
.layui-btn {
  color: #23c3a7;
  border: 1px solid #23c3a7;
  background-color: #fff;
  border-radius: 6px;
}
.layui-btn:hover {
  color: #23c3a7;
}
.layui-btn-primary {
  background-color: #fff;
}
.layui-btn-primary:hover {
  border-color: #23c3a7;
}
/**
 * 弹性布局
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-sb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-min-benner {
  display: none;
}
a:hover {
  color: #23c3a7;
}
a.static:hover {
  color: inherit;
}
.hover:hover,
header a:hover,
.footer a:hover {
  color: #23c3a7 !important;
}
.hoverTitle:hover .title {
  color: #23c3a7 !important;
}
.mqBtn,
.btn {
  cursor: pointer;
}
.h30 {
  height: 30px;
  width: 100%;
  display: block;
  background-color: #f5f5f5;
}
.h87 {
  height: 87px;
  width: 100%;
  display: block;
  background-color: #f5f5f5;
}
.h100 {
  height: 100px;
  width: 100%;
  display: block;
  background-color: #f5f5f5;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.right_common {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 50px 9px;
  z-index: 99;
}
.right_common:hover .bar {
  -webkit-animation: none;
          animation: none;
  height: 264px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5342), to(#ffa159));
  background: linear-gradient(180deg, #ff5342, #ffa159 100%);
  border-radius: 72px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45);
          box-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45);
}
.right_common:hover .bar .pic {
  width: 69px;
  height: 69px;
  border-radius: 69px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45);
          box-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45);
  margin-top: 6px;
}
.right_common:hover .bar .pic::after {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  margin: 0;
  background: url('../../static/image/kefu.webp') center / 69px no-repeat;
}
.right_common .bar {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8edf4), to(#fefefe));
  background: linear-gradient(180deg, #e8edf4, #fefefe 100%);
  border: 2px solid #ffffff;
  border-radius: 80px;
  margin-top: 14px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45), 0px 0px 6px 0px #e9eff5 inset;
          box-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45), 0px 0px 6px 0px #e9eff5 inset;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.right_common .bar .pic {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: block;
  margin-top: 20px;
}
.right_common .bar .pic::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  background: url('https://www.weiailiang.com/statics/kefu.png') center / 40px no-repeat;
}
.right_common .bar span {
  margin-top: 20px;
  width: 1em;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.24px;
  text-shadow: 0px 4px 13px 0px rgba(205, 210, 217, 0.45);
}
.pagination {
  margin: 60px 0;
  clear: both;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  height: 42px;
}
.pagination li {
  float: left;
  margin: 0 5px;
  overflow: hidden;
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #23c3a7;
  text-align: center;
  border: 1px solid #23c3a7;
  border-radius: 4px;
}
.pagination li a {
  display: block;
  padding: 0 5px;
  min-width: 30px;
  color: #23c3a7;
}
.pagination li a:hover {
  color: #ffffff;
  background-color: #23c3a7;
}
.pagination li.on a {
  color: #ffffff;
  background-color: #23c3a7;
}
body {
  font-family: Microsoft YaHei, Microsoft YaHei-400;
  font-weight: 400;
  color: #333333;
  max-width: 100vw;
  overflow-x: hidden;
}
.topBar {
  position: relative;
  z-index: 5;
  height: 36px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.topBar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topBar .iconfont {
  color: #666666;
  padding-right: 6px;
  float: left;
}
.topBar a,
.topBar span {
  display: inline-block;
  color: #666666;
}
.topBar .t-user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}
.topBar .t-user img {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.topBar .sptlit {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 14px;
  background: #dfdfdf;
  vertical-align: sub;
}
.topBar .t-app {
  overflow: hidden;
}
.topBar .t-app:hover {
  overflow: visible;
}
.topBar .t-app:hover .app-qrCode {
  top: 34px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.topBar .app-qrCode {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 10;
  margin-left: -60px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
}
.topBar .app-qrCode i {
  position: absolute;
  top: -4px;
  left: 50%;
  z-index: 11;
  margin-left: -2px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #fff;
}
.topBar .app-qrCode img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: #f8f8f8;
}
.topBar .app-qrCode p {
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.topBar .app-qrCode p em {
  color: #23c3a7;
}
.topBar li {
  position: relative;
}
.topBar li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 14px;
  background: #dfdfdf;
}
.topBar li:last-child {
  padding-right: 0;
}
.topBar li:last-child::after {
  display: none;
}
.topBar li > span,
.topBar li a {
  padding: 0 19px;
  font-weight: 400;
}
.topBar li span em {
  display: inline-block;
  vertical-align: top;
}
.topBar li .tel {
  font-weight: bold;
}
.topBar .bar-l li {
  margin-right: 18px;
}
.topBar .bar-l li::after {
  display: none;
}
.topBar .bar-l li a {
  padding: 0;
}
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.head .logo img {
  width: 70px;
  height: 70px;
}
.head .site-name {
  position: relative;
  margin-left: 40px;
}
.head .site-name .name {
  font-size: 30px;
  color: #333;
  max-width: 600px;
}
.head .site-name .slogan {
  width: 200px;
  height: 16px;
  margin-top: 6px;
  margin-left: 3px;
  background: url('https://www.weiailiang.com/statics/slogan.png') center / contain no-repeat;
}
.head .site-name::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 62px;
  background-color: #f2f2f2;
  left: -20px;
  top: 0px;
}
.head .main-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head .main-nav .nav-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .main-nav .nav-con li {
  margin-right: 64px;
  height: 70px;
  position: relative;
}
.head .main-nav .nav-con li a {
  font-size: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .main-nav .nav-con li::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 50px;
  height: 3px;
  background-color: transparent;
  border-radius: 5px;
}
.head .main-nav .nav-con li.on a,
.head .main-nav .nav-con li:hover a {
  color: #23c3a7;
}
.head .main-nav .nav-con li.on::after,
.head .main-nav .nav-con li:hover::after {
  background-color: #23c3a7;
}
.head .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 40px;
  background: #23c3a7;
  border-radius: 8px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.head .btn::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
}
.home-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 722px;
  margin: 0 auto;
  background-color: #BCD1F9;
}
.home-banner .bd {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  overflow: hidden;
}
.home-banner .bd ul {
  width: 100% !important;
}
.home-banner .bd li {
  width: 100% !important;
  height: 722px;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  /* -webkit-background-size: cover; background-size: cover; */
}
.home-banner .bd a {
  display: block;
  height: 722px;
}
.home-banner .bd a img {
  height: 100%;
}
.home-banner .hd {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.home-banner .hd ul {
  text-align: center;
}
.home-banner .hd li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #f3faff;
  background: rgba(243, 250, 255, 0.95);
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-banner .hd li.on {
  width: 20px;
  background: #ffffff;
}
.home-banner .wrap {
  position: relative;
}
.home-banner .prev,
.home-banner .next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: url('../../static/image/banner_ctr.svg') center / contain no-repeat;
  cursor: pointer;
}
.home-banner .prev:hover,
.home-banner .next:hover {
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.home-banner .prev {
  left: 100px;
}
.home-banner .next {
  right: 100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-banner .info {
  min-width: 802px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 320px;
  position: absolute;
  left: 232px;
  top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 90px;
}
.home-banner .info::after {
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0px;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.45) inset;
          box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.45) inset;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  z-index: 0;
}
.home-banner .info .title {
  font-size: 72px;
  letter-spacing: 9px;
  position: relative;
  z-index: 1;
  color: #333;
}
.home-banner .info .slogan {
  width: 400px;
  height: 40px;
  margin-top: 20px;
  background: url('https://www.weiailiang.com/statics/slogan.png') center / contain no-repeat;
  position: relative;
  z-index: 1;
}
.home-banner .projects {
  position: absolute;
  top: 320px;
  left: 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-banner .projects .item {
  width: 134px;
  height: 134px;
  margin-right: 18px;
  background: url('https://www.weiailiang.com/statics/banner_project_bg.png') center / contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.home-banner .projects .item:last-child {
  margin-right: 0;
}
.home-banner .projects .item span {
  text-align: center;
  width: 53px;
  display: block;
  max-height: 64px;
  overflow: hidden;
}
.home-banner .projects .item:hover {
  color: #23c3a7 !important;
}
.home-banner .hd {
  bottom: 50px;
}
.home-banner .hd li {
  width: 45px;
  height: 3px;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 0 !important;
  margin: 0 3px;
}
.home-banner .hd li.on {
  width: 45px;
  height: 3px;
  background: #23c3a7;
}
.home-banner .hd li:only-child {
  display: none;
}
.index-bar {
  background: url('../../static/image/index_bar_bg.webp') center 50px no-repeat;
  background-size: 1920px;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 50px 0;
}
.index-bar .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1410px;
}
.index-bar .box .pic {
  width: 700px;
  height: 700px;
}
.index-bar .box .pic img {
  width: 700px;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-bar .box .pic span {
  width: 700px;
  height: 80px;
  text-align: center;
  background: #23c3a7;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 80px;
  display: block;
}
.index-bar .box .info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  padding: 60px 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.index-bar .box .info .name {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
}
.index-bar .box .info .desc {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.index-bar .box .info .more {
  width: 170px;
  height: 56px;
  border: 1px solid #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 56px;
  margin-top: auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-bar .box .info .more::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 6px;
  background: url('../../static/image/index_more_arrow.svg') center / 19px no-repeat;
}
.index-bar .box .info .more:hover {
  color: #23c3a7 !important;
}
.index-bar .box .info .more:hover {
  border-color: #23c3a7;
}
.index-bar .box .info .more:hover::after {
  background-image: url('../../static/image/index_more_arrow_green.svg');
}
.index-section {
  padding: 100px 0 0;
}
.index-section.pt80 {
  padding-top: 80px;
}
.index-section .hd .tit {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 60px;
  letter-spacing: 5px;
  display: block;
  position: relative;
}
.index-section .hd .tit span {
  position: relative;
  z-index: 1;
}
.index-section .hd .tit::before {
  content: '';
  width: 86px;
  height: 8px;
  background: #23c3a7;
  position: absolute;
  bottom: 10px;
  z-index: 0;
}
.index-section .hd .p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 40px;
  letter-spacing: 2px;
  margin-top: 6px;
}
.index-section.white .hd .p,
.index-section.white .hd .tit {
  color: #ffffff;
}
.index-section .more {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 21px;
  letter-spacing: 3px;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-section .more::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
  background: url('../../static/image/index_more_arrow.svg') center / 25px no-repeat;
}
.index-section .more.white {
  color: #ffffff;
}
.index-section .more.white::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
  background: url('../../static/image/index_more_arrow_w.svg') center / 25px no-repeat;
}
.index-doctor {
  height: 953px;
  background: #0a1022;
  padding: 50px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-doctor .hd .p,
.index-doctor .hd .tit {
  color: #ffffff;
}
.index-doctor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 0;
}
.index-doctor ul li {
  width: 362px;
  height: 576px;
  background: #ffffff;
  margin-right: 50px;
  text-align: center;
}
.index-doctor ul li:last-child {
  margin-right: 0;
}
.index-doctor ul li .pic {
  width: 362px;
  height: 362px;
  display: block;
}
.index-doctor ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-doctor ul li .title {
  font-size: 30px;
  font-weight: 400;
  text-align: CENTER;
  color: #333333;
  line-height: 54px;
  position: relative;
  margin-top: 10px;
  display: block;
}
.index-doctor ul li:hover .title {
  color: #23c3a7 !important;
}
.index-doctor ul li .d-area {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.index-doctor ul li .sptlit {
  width: 1px;
  height: 12px;
  background: #cccccc;
  display: inline-block;
  margin: 0 10px;
}
.index-doctor ul li .d-des {
  margin-top: 10px;
}
.index-doctor ul li .d-des span {
  font-size: 22px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.index-doctor ul li .d-des span i {
  color: #FF7A52;
  margin: 0 5px;
}
.index-doctor ul li .btn {
  width: 132px;
  height: 38px;
  background: #23c3a7;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-doctor ul li .btn::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 12px;
  background: url('../../static/image/index_more_arrow_w.svg') center / 16px no-repeat;
}
.index-news .box {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-news .box .big img {
  width: 622px;
  height: 414px;
  background: #d9d9d9;
}
.index-news .box .big.li {
  width: 622px;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 52px;
}
.index-news .box .big.li .desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  height: 64px;
}
.index-news .box .big.li .title {
  font-size: 26px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-news .box .big.li > .pic {
  width: 622px;
  height: 414px;
}
.index-news .box .big.li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
}
.index-news .box .big.li .row .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-news .box .big.li .row .user .pic {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.index-news .box .big.li .row .user .nickname {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-left: 15px;
}
.index-news .box .big.li .row .time {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.index-news .box .li {
  width: 296px;
  margin-right: 30px;
}
.index-news .box .li:hover .title {
  color: #23c3a7;
}
.index-news .box .li .title {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  height: 80px;
}
.index-news .box .li .pic {
  width: 296px;
  height: 196px;
  display: block;
}
.index-news .box .li .pic img {
  width: 100%;
  height: 100%;
}
.index-news .box .li:nth-child(-n+3) {
  margin-bottom: 20px;
}
.index-news .box .li:nth-child(3n) {
  margin-right: 0;
}
.index-news .news-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-news .more {
  padding: 40px 0 60px;
}
.index-project {
  background: #f5f5f5;
  position: relative;
  padding-bottom: 80px;
}
.index-project::after {
  content: '';
  width: 100%;
  height: 511px;
  background: #0a1022;
  position: absolute;
  bottom: 80px;
  margin: 0 auto;
  z-index: 0;
}
.index-project .ul {
  z-index: 1;
  position: relative;
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-project .ul .li {
  width: 377px;
  height: 480px;
  background: rgba(35, 195, 168, 0.8);
  margin-right: 30px;
}
.index-project .ul .li:last-child {
  margin-right: 0;
}
.index-project .ul .li .title {
  height: 42px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-project .ul .li .title img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.index-project .ul .li p {
  font-size: 16px;
  font-weight: 400;
  text-align: CENTER;
  color: #ffffff;
  line-height: 32px;
  padding: 40px 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.index-project .more {
  position: relative;
  z-index: 1;
}
.footer {
  margin-top: 0px;
  clear: both;
  background: #0a1022;
}
.footer .mgtop8 {
  margin-top: 8px;
}
.footer .footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_cont {
  width: 1200px;
  margin: 60px auto 0;
  min-height: 400px;
  padding: 40px 0;
}
.footer .footer_bar {
  background-color: #fff;
  height: 93px;
}
.footer .footer_bar ul {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_bar p {
  float: right;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #1ac68a;
  line-height: 54px;
  margin-left: 20px;
}
.footer .footer_conttwo {
  padding-top: 40px;
}
.footer .footer_barimg {
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 38px;
  float: left;
  background-color: #f8fffc;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer_about {
  margin-top: 40px;
  width: 15%;
  float: left;
}
.footer .footer_about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer_about ul li {
  padding: 10px 30px 0 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  width: 25%;
}
.footer .footer_p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 30px;
}
.footer .footer_capa .capa .info {
  width: 180px;
  height: 41px;
  background: url(../image/2.0/capa_info_white.svg) center / contain no-repeat;
}
.footer .footer_links {
  margin-left: 55px;
}
.footer .footer_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
}
.footer .footer_links ul li {
  padding: 0 0px 10px 0;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  line-height: 20px;
}
.footer .footer_links ul li a {
  color: #fff;
}
.footer .footer_partner {
  margin-top: 40px;
  width: 10%;
  float: left;
  margin-left: 60px;
}
.footer .footer_partner ul li {
  padding: 10px 0px 0 0;
}
.footer .footer_app {
  text-align: center;
  margin-right: 50px;
}
.footer .footer_account {
  float: right;
  text-align: center;
}
.footer .footer_account img {
  width: 138px;
  height: 138px;
}
.footer .footer_app p::before,
.footer .footer_account p::before {
  display: none;
}
.footer .footer_app p,
.footer .footer_account p {
  color: #fff;
  opacity: 1;
  white-space: nowrap;
}
.footer .footer_app img,
.footer .footer_account img {
  width: 138px;
  height: 138px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.footer .footer_disclaimer {
  clear: both;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 40px 0 30px;
  color: #fff;
}
.footer .footer_info {
  width: 100%;
  padding: 0px 0 32px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
.footer .footer_info .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.footer .footer_info .flex .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 24px;
}
.footer .footer_info .flex .info p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  text-align: left;
  margin: 4px 0;
}
.footer .footer_info .ml16 {
  margin-left: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_info .ml16 img {
  margin-right: 7px;
}
.footer .footer_info a {
  color: #666;
  font-size: 12px;
}
.footer .footer_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_abouttwo ul,
.footer .footer_partnertwo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer_abouttwo {
  margin-left: 0;
}
.footer .footer_abouttwo ul {
  width: 130px;
  float: left;
}
.footer .footer_abouttwo ul li {
  padding: 0 0px 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 20px;
  width: 100%;
}
.footer .footer_partnertwo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 164px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.footer .footer_partnertwo ul li {
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_partnertwo ul li a {
  margin-bottom: 8px;
}
.footer .qrcodes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-page {
  background-color: #f5f5f5;
  padding: 130px 0 200px;
  width: 100%;
}
.error-page .error-box {
  width: 360px;
  height: 360px;
  margin: 0 auto;
  background: url('../../static/image/404.svg') center no-repeat;
  background-size: 360px;
  position: relative;
}
.error-page .error-box.none {
  background: url('../../static/image/none.svg') center no-repeat;
  background-size: 360px;
}
.error-page .error-box p {
  font-size: 15px;
  text-align: center;
  color: #666666;
  line-height: 21px;
  margin: auto;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
.hospital-intro {
  margin: 34px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hospital-intro .thumb {
  width: 744px;
  height: 668px;
  margin-top: 49px;
}
.hospital-intro .info {
  width: 1176px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 60px 160px 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hospital-intro .info .title {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  position: relative;
}
.hospital-intro .info .title::after {
  content: '';
  width: 92px;
  height: 6px;
  background: #23c3a7;
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.hospital-intro .info .desc {
  width: 931px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 68px;
}
.hospital-intro .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.hospital-intro .info ul li {
  width: 50%;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.hospital-intro .info ul li img {
  width: 52px;
  height: 52px;
  margin-right: 10px;
}
.hospital-intro .info ul li span {
  color: #333333;
  margin-left: 4px;
  max-width: 740px;
}
.hospital-intro .info ul li.long {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.hospital-intro .info ul li.long img {
  margin-top: -10px;
}
.hospital-intro .info .cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 62px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
.hospital-intro .info .cert span {
  margin-right: 47px;
}
.hospital-project {
  padding-bottom: 100px;
}
.hospital-project .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hospital-project .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 362px;
  height: 262px;
  background: #ffffff;
  border: 2px solid #23c3a7;
  text-align: center;
  margin: 50px 50px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hospital-project .ul .li:nth-child(4n) {
  margin-right: 0;
}
.hospital-project .ul .li .icon {
  width: 70px;
  height: 70px;
  margin-top: 50px;
}
.hospital-project .ul .li:hover .title {
  color: #23c3a7;
}
.hospital-project .ul .li .title {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  letter-spacing: 0.28px;
  margin-top: 26px;
}
.hospital-project .ul .li .en {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  letter-spacing: 0.14px;
  margin: 8px 0 6px;
}
.hospital-project .ul .li::after {
  content: '';
  width: 34px;
  height: 6px;
  background: #23c3a7;
}
.hospital-pics {
  padding-top: 0;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
.hospital-pics .hd {
  margin-top: 60px;
  position: relative;
}
.hospital-pics .hd .p {
  font-weight: normal;
}
.hospital-pics .bg {
  position: relative;
  height: 904px;
  overflow-y: hidden;
}
.hospital-pics .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../static/image/hospital_pics_bg.webp') center no-repeat;
  background-size: contain;
  background-size: cover;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
  position: absolute;
  top: 0;
  z-index: 0;
}
.hospital-pics .box {
  position: relative;
}
.hospital-pics .swiper-container {
  width: 100%;
  height: 550px;
  margin-top: 40px;
}
.hospital-pics .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 732px;
  height: 496px;
}
.hospital-pics .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hospital-pics .swiper-container .swiper-slide-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #23c3a7;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(62, 46, 35, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(62, 46, 35, 0.25);
  padding: 15px;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hospital-pics .swiper-container a {
  width: 100%;
  height: 100%;
  display: block;
}
.hospital-pics .swiper-container a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hospital-pics .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.hospital-pics .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  width: 45px;
  height: 3px;
  background: rgba(243, 250, 255, 0.95);
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hospital-pics .swiper-pagination .swiper-pagination-bullet-active {
  width: 45px;
  height: 3px;
  background: #23c3a7;
}
.hospital-pics .swiper-pagination span:only-child {
  display: none;
}
.hospital-pics .addr-info {
  width: 1400px;
  min-height: 180px;
  padding: 52px 116px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  margin: -81px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  text-align: center;
}
.hospital-pics .addr-info .addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 26px;
}
.hospital-pics .addr-info .addr::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 -32px;
  background: url('../../static/image/icon_addr.svg') center / 20px no-repeat;
}
.hospital-pics .addr-info .cert {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
.hospital-pics .addr-info .cert span {
  margin-top: 30px;
  margin-right: 80px;
  display: inline-block;
}
.doctor-card-list .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 348px;
  padding: 60px 0;
  border-bottom: 1px solid #e6e6e6;
}
.doctor-card-list .ul .li:first-child {
  padding-top: 40px;
}
.doctor-card-list .ul .li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.doctor-card-list .ul .li .pic {
  width: 348px;
  height: 348px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.doctor-card-list .ul .li .pic img {
  width: 100%;
  height: 100%;
}
.doctor-card-list .ul .li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor-card-list .ul .li .title span {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  margin-right: 12px;
}
.doctor-card-list .ul .li .title .position {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.doctor-card-list .ul .li p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.doctor-card-list .ul .li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}
.doctor-card-list .ul .li ul li {
  min-width: 280px;
  font-size: 18px;
  color: #999999;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.doctor-card-list .ul .li ul li img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.doctor-card-list .ul .li ul li i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.doctor-card-list .ul .li ul li span {
  color: #333333;
}
.doctor-card-list .ul .li ul li.long {
  width: 100%;
}
.doctor-card-list .ul .li .btn {
  margin-top: auto;
  width: 160px;
  height: 50px;
  background: #23c3a7;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor-card-list .ul .li .btn::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 8px;
  background: url('../../static/image/index_more_arrow_w.svg') center / 19px no-repeat;
}
.mews-intro .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mews-intro .box .pic {
  width: 900px;
  height: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mews-intro .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mews-intro .box .pic span {
  width: 700px;
  height: 80px;
  text-align: center;
  background: #23c3a7;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 80px;
  display: block;
}
.mews-intro .box .info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  padding: 0;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.mews-intro .box .info .name {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
}
.mews-intro .box .info .desc {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.mews-intro .box .info .more {
  width: 874px;
  height: 90px;
  background: #23c3a7;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 90px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: -25px;
}
.mews-intro .box .info .more::after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 0 0 18px;
  background: url('../../static/image/index_more_arrow_w.svg') center / 23px no-repeat;
}
.news-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  height: 469px;
  background: #EAE8E6;
}
.news-prop .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 50px;
}
.news-prop .line {
  width: 125px;
  height: 3px;
  display: block;
  background-color: #ff7a52;
  margin: 37px 0 40px;
}
.news-prop p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-prop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  position: relative;
}
.news-prop ul::before {
  content: '';
  width: 1600px;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.news-prop ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.news-prop ul li img {
  width: 40px;
  height: 40px;
}
.news-prop ul li span {
  max-width: 272px;
  display: block;
  margin-top: 7px;
}
.news-card-list .li {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.news-card-list .li .pic {
  width: 450px;
  height: 300px;
  background: #d9d9d9;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(227, 232, 239, 0.78);
          box-shadow: 0px 4px 15px 0px rgba(227, 232, 239, 0.78);
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-card-list .li .pic img {
  width: 100%;
  height: 100%;
}
.news-card-list .li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-card-list .li .title {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
  text-shadow: 0px 4px 15px 0px rgba(227, 232, 239, 0.78);
}
.news-card-list .li:hover .title {
  color: #23c3a7 !important;
}
.news-card-list .li .author {
  margin-top: 6px;
}
.news-card-list .li p {
  width: 1031px;
  max-height: 162px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 30px;
  text-shadow: 0px 4px 15px 0px rgba(227, 232, 239, 0.78);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news-card-list .li:last-child {
  margin-bottom: 0;
}
.news-card-list .li .btn {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-shadow: 0px 4px 15px 0px rgba(227, 232, 239, 0.78);
  margin-left: auto;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-card-list .li .btn::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  background: url('../../static/image/index_more_arrow.svg') center / 16px no-repeat;
}
.news-card-list .li:hover .btn {
  color: #23c3a7 !important;
}
.news-card-list .li:hover .btn::after {
  background-image: url('../../static/image/index_more_arrow_green.svg');
}
.author {
  font-size: 18px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 29px;
}
.author i {
  margin-left: 8px;
}
.author span {
  margin-right: 40px;
}
.news-show {
  background-color: #f5f5f5;
}
.news-show .w1600 > .title {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  padding-top: 50px;
}
.news-show .w1600 > .author {
  margin: 20px 0 30px;
}
.news-show .content {
  width: 1156px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 44px 50px;
  background-color: #fff;
}
.news-show .content * {
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  font-size: 16px;
}
.news-show .content img {
  max-width: 100%;
}
.news-show .content > * {
  margin: 30px 0 0;
}
.news-show .source {
  height: 68px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-show .source .del {
  margin-left: auto;
}
.news-show .source .del:hover {
  color: #23c3a7 !important;
}
.news-show .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-side {
  width: 424px;
  margin-left: 20px;
}
.right-side .hot-news {
  background-color: #fff;
  padding: 25px;
}
.right-side .hot-news .hd {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 10px;
}
.right-side .hot-news .hd::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 9px 0 0;
  background: url('../../static/image/icon_hot.svg') center / 22px no-repeat;
}
.right-side .hot-news .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.right-side .hot-news .ul .li:last-child {
  border-bottom: none;
}
.right-side .hot-news .ul .li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.right-side .hot-news .ul .li .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.right-side .hot-news .ul .li:hover .title {
  color: #23c3a7 !important;
}
.right-side .hot-news .ul .li img {
  width: 120px;
  height: 80px;
  margin-left: auto;
}
.right-side .hot-news .ul .li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right-side .hot-news .ul .li .time {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 18px;
}
.service-intro {
  padding: 80px 0 50px;
  margin-top: 40px;
  height: 707px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url('../../static/image/service_intro_bg.webp') center top no-repeat;
  background-size: 1920px;
}
.service-intro .title {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
}
.service-intro p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-bottom: 90px;
  margin-top: 30px;
  width: 1078px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service-intro ul {
  width: 1078px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.service-intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 33.33%;
}
.service-intro ul i {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.service-intro ul span {
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 36px;
}
.service-intro .box {
  position: relative;
}
.service-intro .btn {
  width: 259px;
  height: 56px;
  background: #23c3a7;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  margin: 0;
  left: 0;
  bottom: -170px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-intro .btn::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
  background: url('../../static/image/index_more_arrow_w.svg') center / 25px no-repeat;
}
.service-card-list {
  padding-top: 20px;
}
.service-card-list > .li {
  min-height: 474px;
  background: #f7f7f7;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service-card-list > .li .box {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.service-card-list > .li:nth-child(odd) {
  background-color: #fff;
  padding: 30px 0 20px;
}
.service-card-list > .li .title {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
}
.service-card-list > .li p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service-card-list > .li ul {
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1350px;
  padding-left: 26px;
}
.service-card-list > .li ul .icon-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-card-list > .li ul .icon-1::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('../../static/image//icon/service_icon_1.svg') center / 26px no-repeat;
}
.service-card-list > .li ul .icon-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-card-list > .li ul .icon-2::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('../../static/image//icon/service_icon_2.svg') center / 26px no-repeat;
}
.service-card-list > .li ul .icon-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-card-list > .li ul .icon-3::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('../../static/image//icon/service_icon_3.svg') center / 26px no-repeat;
}
.service-card-list > .li ul .icon-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-card-list > .li ul .icon-4::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('../../static/image//icon/service_icon_4.svg') center / 26px no-repeat;
}
.service-card-list > .li ul .icon-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-card-list > .li ul .icon-5::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('../../static/image//icon/service_icon_5.svg') center / 26px no-repeat;
}
.service-card-list > .li ul .icon-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-card-list > .li ul .icon-6::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url('../../static/image//icon/service_icon_6.svg') center / 26px no-repeat;
}
.service-card-list > .li ul li {
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-card-list > .li ul .name {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.service-card-list > .li ul .name::before {
  margin-left: -26px;
}
.service-card-list > .li ul .value {
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 47px;
  text-align: left;
}
.service-card-list > .li .btn {
  width: 136px;
  height: 56px;
  background: #23c3a7;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1400px;
  }
  .home-banner .wrap {
    max-width: 100vw;
  }
  .head .main-nav .nav-con li {
    margin-right: 35px;
  }
  .hospital-intro .thumb {
    width: 600px;
    height: 538px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hospital-project .ul .li {
    width: 312px;
  }
  .index-doctor ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-doctor ul li {
    width: 320px;
    height: 550px;
    margin-right: 30px;
  }
  .index-doctor ul li .pic {
    width: 320px;
    height: 320px;
  }
  .index-project .ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-project .ul .li {
    width: 320px;
  }
  .index-news .box .big.li {
    width: 420px;
  }
  .index-news .box .big.li > .pic {
    height: auto;
    width: 420px;
    max-height: 355px;
  }
  .index-news .box .big.li .title {
    max-width: 100%;
    -webkit-line-clamp: 2;
  }
  .index-news .box .li .title {
    height: auto;
    -webkit-line-clamp: 1;
  }
  .news-show .content {
    width: 970px;
  }
}
