@charset "UTF-8";
@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* reset */
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left;
  font-weight: normal; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
  margin: 0;
  padding: 0; }





i, cite, em, var, address, dfn {
  font-style: normal; }

[hidefocus], summary {
  outline: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%; }

sup, sub {
  font-size: 40%; }

pre, code, kbd, samp {

}

q:before, q:after {
  content: none; }

p {
  margin: 0 0 9px; }

textarea {
  overflow: auto;
  resize: none; }

label, summary {
  cursor: default; }

a, button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold; }

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  font-family: '宋体';
  outline: 0;
}

body {
  background: #fff;
  color: #555; }

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container {
  min-height: 400px; }

.container-inner {
  padding: 30px 0 50px; }

.bgf2 {
  background-color: #f2f2f2; }

.weixin-top {
  height: 45px;
  display: block;
  width: 90px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.weixin-top:hover > .weixin-top-ul {
  display: block;
}
.weixin-top-ul:hover{
  display: block;
}
.weixin-top img{
  width: 50%;
  margin: 0 auto;
  display: block;
}
.weixin-top-ul{
  width: 84px;
  text-align: center;
  position: relative;
  left: 2px;
  background: #e6e6e6;
  z-index: 999999;
  border-radius: 4px;
  top: -3px;
  display: none;
}
.weixin-top-ul li{
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.green {
  color: #158064; }
.green:hover {
  color: #096; }

.orange {
  color: #d58016; }

.gray {
  color: #999; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.equipartition-1 > * {
  width: 100%; }

.equipartition-2 > * {
  width: 50%; }

.equipartition-3 > * {
  width: 33.3333%; }

.equipartition-4 > * {
  width: 25%; }

.equipartition-5 > * {
  width: 20%; }

.equipartition-6 > * {
  width: 16.6666%; }

.equipartition-7 > * {
  width: 14.2857%; }

.equipartition-8 > * {
  width: 12.5%; }

.equipartition-9 > * {
  width: 11.1111%; }

.equipartition-10 > * {
  width: 10%; }

.equipartition-11 > * {
  width: 9.0909%; }

.equipartition-12 > * {
  width: 8.3333%; }

.common-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.common-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.common-over-mask {
  position: relative;
  z-index: 1; }

a {
  color: #1a1919;
  outline: none;
  transition: all .3s; }
a:hover {
  color: #34858a;
  text-decoration: none; }

img {
  object-fit: cover; }

.btn {
  display: inline-block;
  border: none;
  text-align: center;
  background: #9d2222;
  color: #fff;
  line-height: 34px;
  transition: all .3s;
  border-radius: 3px; }
.btn:hover {
  background: #03a560;
  color: #fff; }
.btn.white {
  background: #fff;
  color: #666;
  border: 1px solid #ddd; }
.btn.white:hover {
  background: #666;
  color: #fff;
  border: 1px solid #666; }
.btn.disabled {
  background: #f1f1f1;
  border-color: #aaa;
  color: #aaa;
  cursor: no-drop; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb25 {
  margin-bottom: 25px; }

.mb40 {
  margin-bottom: 40px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.pt10 {
  padding-top: 10px; }

.pt40 {
  padding-top: 40px; }

.pt15 {
  padding-top: 15px; }

.pb50 {
  padding-bottom: 50px; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.hidden {
  display: none; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: ""; }
.caret.up {
  border-top: none;
  border-bottom: 8px solid #ccc; }
.caret.down {
  border-top: 8px solid #ccc;
  border-bottom: none; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #c09853;
  font-size: 14px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }
.alert h4 {
  color: inherit;
  margin: 0; }
.alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
.alert.alert-danger, .alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }
.alert.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }
.alert.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }
.alert.alert-block > p, .alert.alert-block > ul {
  margin-bottom: 0; }
.alert.alert-block p + p {
  margin-top: 5px; }

.ajax .message {
  background: none; }

.message {
  height: 100%; }

.message .msg {
  display: block;
  text-align: center;
  padding: 15px 0; }

.message .msg i {
  font-size: 80px; }

.message .msg strong {
  display: block;
  font-size: 16px; }

.message .msg .success {
  color: #029C46; }

.message .msg .error {
  color: #e33; }

.message .msg .info {
  color: #56abe4; }

.message .msg .skip {
  color: #999; }

.message .msg .btn {
  border-radius: 8px;
  width: 200px;
  margin-top: 15px; }

.nodata {
  color: #999;
  padding: 25px 0; }
.nodata i {
  display: block;
  font-size: 80px;
  line-height: 1; }

.path {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  color: #999; }
.path i {
  font-size: 12px;
  vertical-align: middle;
  padding: 0 5px; }

.color-share .bdsharebuttonbox, .color-share span {
  display: inline-block;
  vertical-align: middle;
}

.color-share{
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}


.color-share a {
  margin: 0 0 0 5px !important;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  display: inline-block; }





/**********下拉框通用************/
.letter-box {
  display: none;
  line-height: 1.8;
  min-height: 150px;
  position: absolute;
  width: 452px;
  top: 45px;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 3;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden; }
.letter-box .area-tit {
  overflow: hidden;
  background: #ddd;
  margin: -10px -10px 5px -10px; }
.letter-box .area-tit.span2 a {
  width: 50%; }
.letter-box .area-tit.span3 a {
  width: 33.33%; }
.letter-box .area-tit.span4 a {
  width: 25%; }
.letter-box .area-tit.span5 a {
  width: 20%; }
.letter-box .area-tit.span6 a {
  width: 16.66%; }
.letter-box .area-tit.span7 a {
  width: 14.28%; }
.letter-box .area-tit a {
  float: left;
  line-height: 45px;
  height: 45px;
  text-align: center;
  font-weight: normal; }
.letter-box .area-tit a.cur {
  background: #fff;
  color: #34858a; }
.letter-box .area-letter .tabs {
  display: none; }
.letter-box .area-letter .tabs:first-child {
  display: block; }
.letter-box .area-letter .tabs .letter-tit {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd; }
.letter-box .area-letter .tabs .letter-tit li {
  float: left;
  margin-right: 15px;
  text-align: center;
  font-size: 13px; }
.letter-box .area-letter .tabs .letter-tit li a {
  display: block; }
.letter-box .area-letter .tabs .letter-tit li.cur {
  font-weight: bold;
  border-bottom: 1px solid #34858a;
  margin-bottom: -1px;
  position: relative; }
.letter-box .area-letter .tabs .letter-pannel li {
  display: none;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  text-align: left;
  font-size: 13px; }
.letter-box .area-letter .tabs .letter-pannel li:first-child {
  display: block; }
.letter-box .area-letter .tabs .letter-pannel li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 2px;
  margin-right: 2px; }


.logo-row-logo img{
  width: 80%;
}

.header-s-003 {
  position: relative;
  z-index: 1;
  background-color: #fff; }
.header-s-003 .logo-row {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-s-003 .logo-row .logo img {
  display: block;
  height: 80px; }

.header-s-003 .logo-row .qr-code-btn .imgwrap1 {
  display: none;
  position: absolute;
  left: -31px;
  top: 58px;
  z-index: 2000;
  height: 120px;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 20px; }
.header-s-003 .logo-row .qr-code-btn .imgwrap1:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  width: 0;
  margin: auto;
  border: 8px solid transparent;
  border-bottom-color: #fff; }
.header-s-003 .logo-row .qr-code-btn .imgwrap1 img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto; }



.header-s-003 .logo-row .search .change-wrap {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 0px 0;
  width: 420px;
  height: 50px;
  background-color: #fff;
  transition: width 0.38s cubic-bezier(0, 0.8, 0, 1); }
.header-s-003 .logo-row .search .change-wrap::before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 75px;
  top: 15px;
  z-index: 10;
  border-right: 1px solid #ccc; }
.header-s-003 .logo-row .search .change-wrap .searchtype {
  width: 78px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2000;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.33s cubic-bezier(0, 0.8, 0, 1);
  transition-delay: .05s; }
.header-s-003 .logo-row .search .change-wrap .searchtype span {
  display: block;
  line-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  letter-spacing: 1px; }
.header-s-003 .logo-row .search .change-wrap .searchtype span:after {

  content: '\e610';
  margin-left: 5px;
  font-size: 14px;
  position: relative;
  top: -50px;
  left: 30px;
  font-size: 18px; }
.header-s-003 .logo-row .search .change-wrap .searchtype ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 2000;
  border: 1px solid #eee;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(107, 107, 107, 0.098); }
.header-s-003 .logo-row .search .change-wrap .searchtype ul a {
  padding-left: 15px;
  display: block; }
.header-s-003 .logo-row .search .change-wrap .keyword {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 50px;
  padding: 0 80px 0 80px;
  border: 1px solid #e4e4e4;
  line-height: 50px;
  border-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.38s cubic-bezier(0, 0.8, 0, 1); }
.header-s-003 .logo-row .search .change-wrap .keyword:focus {
  box-shadow: 0 0 2px 0px #34858a; }
.header-s-003 .logo-row .search .change-wrap .keyword::-webkit-input-placeholder {

  color: #ccc; }
.header-s-003 .logo-row .search .change-wrap .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #34858a;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 0 5px 5px 0 !important;
  letter-spacing: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.header-s-003 .logo-row .search .change-wrap .search-submit:hover {
  background-color: #46c099;
  color: #fff; }
.header-s-003 .logo-row .search .change-wrap .search-submit i {
  font-size: 26px; }
.header-s-003 .logo-row .search .virtual-button {
  height: 46px;
  width: 46px;
  min-width: auto;
  line-height: 46px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 10px rgba(107, 107, 107, 0.098); }
.header-s-003 .logo-row .search .virtual-button i {
  font-size: 22px; }
.header-s-003 .logo-row .search .virtual-button:hover {
  background-color: #34858a; }
.header-s-003 .logo-row .party-bar {
  height: 46px;
  width: 120px;
  line-height: 46px;
  display: block;
  margin-top: 9px;
  color: #ffffcc;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(255, 51, 0, 0.2);
  background: linear-gradient(135deg, #ff3333 0%, #ffcc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#FFFF3333', endColorstr='#FFFFCC00'); }
.header-s-003 .logo-row .party-bar:hover {
  background: linear-gradient(135deg, #ff3333 0%, #ffcc00 100%); }
.header-s-003 .logo-row .party-bar i {
  margin-right: 4px;
  color: #f7ea2c; }
.header-s-003 .nav {
  position: relative;
  z-index: 1000;
  height: 60px;
  border-top: 1px solid #e4e4e4; }
.header-s-003 .nav .nav-ul {
  font-size: 0;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-ideograph; }
.header-s-003 .nav .nav-ul:after {
  content: '';
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
  line-height: 0; }
.header-s-003 .nav .nav-ul > li {
  display: inline-block;
  line-height: 60px;
  text-align: left;
  text-align-last: auto;
  -moz-text-align-last: auto;
  -webkit-text-align-last: auto;
  text-justify: auto; }
.header-s-003 .nav .nav-ul > li > a {
  position: relative;
  display: block;
  font-size: 18px; }
.header-s-003 .nav .nav-ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1000;
  width: 0;
  height: 4px;
  margin: auto;
  background-color: #e3c26e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.header-s-003 .nav .nav-ul > li > a:hover {
  color: #e3c26e; }
.header-s-003 .nav .nav-ul > li > a:hover:after {
  width: 100%; }
.header-s-003 .nav .nav-ul > li.cur > a {
  font-weight: bold; }
.header-s-003 .nav .nav-ul > li.cur > a:after {
  width: 100%; }





.float-bg {
  width: 60px;
  height: 5px;
  background: #9ae097;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

/* 用slick写的首页图轮播 */
.banner-s-001 {
  position: relative;
  height: 600px; }
.banner-s-001 .index-banner-s-001 {
  min-width: 1200px;
  height: 600px;

  overflow: hidden; }
.banner-s-001 .index-banner-s-001 .background-img {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.banner-s-001 .index-banner-s-001 .background-img a.banner-link {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 600px; }
.banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: 600px;
  margin: auto; }
.banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
  display: block;
  opacity: 0;
  width: 1200px;
  height: 600px;
  margin-left: -100px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s; }
.banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
  opacity: 1;
  margin-left: 0; }
.banner-s-001 .index-banner-s-001 .slick-dots {
  width: 1200px;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1000;
  margin: auto;
  text-align: center; }
.banner-s-001 .index-banner-s-001 .slick-dots li {
  width: 30px;
  height: 6px;
  background-color: #fff;
  border-radius: 6px;
  border: 0px solid #fff; }
.banner-s-001 .index-banner-s-001 .slick-dots li + li {
  margin-left: 5px; }
.banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
  width: 30px;
  height: 6px;
  background-color: #ffc258; }
.banner-s-001 .slick-arrow-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  height: 0; }
.banner-s-001 .slick-arrow-wrap .layout {
  position: relative;
  max-width: 1200px;
  min-width: 1200px;
  width: 1200px;
  height: 0;
  margin-left: auto;
  margin-right: auto; }
.banner-s-001 .slick-arrow-wrap .layout .prev, .banner-s-001 .slick-arrow-wrap .layout .next {
  position: absolute;
  top: -37px;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  background-color: #000 \9;
  opacity: 0.15 \9;
  filter: alpha(opacity=15); }
.banner-s-001 .slick-arrow-wrap .layout .prev:hover, .banner-s-001 .slick-arrow-wrap .layout .next:hover {
  background-color: #34858a; }
.banner-s-001 .slick-arrow-wrap .layout .prev {
  left: 0px; }
.banner-s-001 .slick-arrow-wrap .layout .next {
  right: 0px; }




.service-s-003 {
  position: relative;
  min-width: 1200px;
  height: 240px;
  background-color: #f8f8f8; }
.service-s-003 .service-bg1, .service-s-003 .service-bg2 {
  position: absolute;
  width: 586px;
  height: 144px;
  background-repeat: no-repeat;
  background-position: center; }
.service-s-003 .service-bg1 {
  left: 0;
  top: 0;
  background-image: url(../images/service-bg1.png); }
.service-s-003 .service-bg2 {
  right: 0;
  bottom: 0;
  background-image: url(../images/service-bg2.png); }
.service-s-003 .layout {
  position: relative;
  height: 240px; }
.service-s-003 .service-s-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  z-index: 2; }
.service-s-003 .service-s-wrap .service-item {
  position: relative;
  float: left;
  width: 290px;
  height: 220px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center; }
.service-s-003 .service-s-wrap .service-item + .service-item {
  margin-left: 13px; }
.service-s-003 .service-s-wrap .service-item > i, .service-s-003 .service-s-wrap .service-item > u {
  display: block;
  text-align: center; }
.service-s-003 .service-s-wrap .service-item > i {
  padding: 40px 0 20px;
  line-height: 80px;
  color: #34858a;
  font-size: 80px; }
.service-s-003 .service-s-wrap .service-item > u {
  font-size: 20px;
  color: #34858a; }
.service-s-003 .service-s-wrap .service-item .con-wrap {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  margin: auto;
  padding: 0px 20px 0;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.service-s-003 .service-s-wrap .service-item .con-wrap > span {
  display: block;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 20px; }
.service-s-003 .service-s-wrap .service-item .con-wrap > span i {
  margin-right: 10px;
  color: #34858a;
  font-size: 40px;
  vertical-align: top; }
.service-s-003 .service-s-wrap .service-item .con-wrap a {
  display: block;
  height: 28px;
  margin-top: 5px;
  line-height: 28px;
  border: 1px solid #34858a;
  color: #34858a;
  text-align: center;
  font-size: 16px;
  border-radius: 5px; }
.service-s-003 .service-s-wrap .service-item .con-wrap a:hover {
  background-color: #34858a;
  color: #fff; }
.service-s-003 .service-s-wrap .service-item.service-item1 {
  background-image: url(../images/service-item1-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item1 .con-wrap {
  background-image: url(../images/service-item1-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item2 {
  background-image: url(../images/service-item2-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item2 i {
  color: #1fc0ca; }
.service-s-003 .service-s-wrap .service-item.service-item2 .con-wrap {
  background-image: url(../images/service-item2-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item2 .con-wrap i {
  color: #1fc0ca; }
.service-s-003 .service-s-wrap .service-item.service-item2 .con-wrap a {
  color: #1fc0ca;
  border-color: #1fc0ca; }
.service-s-003 .service-s-wrap .service-item.service-item2 .con-wrap a:hover {
  background-color: #1fc0ca;
  color: #fff; }
.service-s-003 .service-s-wrap .service-item.service-item3 {
  background-image: url(../images/service-item3-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item3 i {
  color: #46c099; }
.service-s-003 .service-s-wrap .service-item.service-item3 .con-wrap {
  background-image: url(../images/service-item3-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item3 .con-wrap i {
  color: #46c099; }
.service-s-003 .service-s-wrap .service-item.service-item3 .con-wrap a {
  color: #46c099;
  border-color: #46c099; }
.service-s-003 .service-s-wrap .service-item.service-item3 .con-wrap a:hover {
  background-color: #46c099;
  color: #fff; }
.service-s-003 .service-s-wrap .service-item.service-item4 {
  background-image: url(../images/service-item4-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item4 i {
  color: #a65151; }
.service-s-003 .service-s-wrap .service-item.service-item4 .con-wrap {
  background-image: url(../images/service-item4-bg.png); }
.service-s-003 .service-s-wrap .service-item.service-item4 .con-wrap i {
  color: #a65151; }
.service-s-003 .service-s-wrap .service-item.service-item4 .con-wrap a {
  color: #a65151;
  border-color: #a65151; }
.service-s-003 .service-s-wrap .service-item.service-item4 .con-wrap a:hover {
  background-color: #a65151;
  color: #fff; }
.service-s-003 .service-s-wrap .service-item:hover .con-wrap {
  height: 220px;
  padding: 20px 20px 0; }

.lt-index {
  color: #999;
  font-size: 0;
  text-align: center; }
.lt-index span, .lt-index a {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #ccc;
  font-size: 16px;
  line-height: 1; }
.lt-index span:last-child, .lt-index span:first-child, .lt-index a:last-child, .lt-index a:first-child {
  border: none; }
.lt-index span:last-child, .lt-index a:last-child {
  padding-right: 0; }
.lt-index span.cur, .lt-index a.cur {
  padding: 3px 6px;
  background: #34858a;
  color: #fff;
  border: none; }
.lt-index span:first-child {
  padding-left: 0; }

h2.tab-tit-left .news-title a {
  font-size: 32px;
  font-weight: normal; }
h2.tab-tit-left .news-title a:hover {
  color: #9d2222; }
h2.tab-tit-left .news-title u {
  position: absolute;
  display: block;
  margin-top: 6px;
  color: #e6e6e6;
  line-height: 30px;
  font-weight: normal;
  font-size: 32px;

}
h2.tab-tit-left .news-title-second {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  line-height: 30px;
  text-align: center;
  font-weight: normal; }
h2.tab-tit-left .news-title-second.cur {
  background-color: #34858a;
  color: white; }
h2.tab-tit-left .news-title-second:hover {
  background-color: #34858a;
  color: white; }

h2.tab-tit-left .two-hover:hover {
  background-color: #9d2222;
  color: white;
}
h2.tab-tit-left .two-hover.cur {
  background-color: #9d2222;
  color: white;
}
h2.tab-tit-left .news-title-more {
  display: block;
  border: 1px solid #9d2222;
  width: 110px;
  height: 32px;
  border-radius: 5px;
  margin-top: 15px; }
h2.tab-tit-left .news-title-more i {
  color: #9d2222;
  position: relative;
  font-size: 17px;}
h2.tab-tit-left .news-title-more u {
  font-size: 16px;
  color: #9d2222;
  position: relative;
  left: 15px;
  font-weight: normal;
  line-height: 29px;
}
h2.tab-tit-left .news-title-more:hover {
  background-color: #9d2222; }
h2.tab-tit-left .news-title-more:hover i {
  color: #fff; }
h2.tab-tit-left .news-title-more:hover u {
  color: #fff; }

h2.left-tit {
  position: relative;
  z-index: 100;
  height: 50px !important;
  font-weight: normal; }
h2.left-tit a.fl {
  position: relative;
  font-size: 32px;
  line-height: 1; }
h2.left-tit a.fl + a {
  margin-left: 30px; }
h2.left-tit a.fl + a:before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 1px;
  width: 1px;
  height: 32px;
  background-color: #e4e4e4; }
h2.left-tit a.fl.cur {
  font-weight: bold;
  color: #8a5d43; }
h2.left-tit a.more {
  line-height: 30px;
  display: inline-block;
  width: 105px;
  height: 30px;
  font-size: 16px;
  color: #8a5d43;
  background-image: url(../images/biankuang.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
h2.left-tit a.more i {
  margin-left: 3px;
  margin-right: 5px;
  color: #8a5d43;
  font-size: 22px;
  vertical-align: middle; }
h2.left-tit a.more:hover {
  color: #46c099; }
h2.left-tit a.more:hover i {
  color: #46c099; }
h2.left-tit u {
  position: absolute;
  display: block;
  margin-top: 35px;
  color: #e6e6e6;
  line-height: 30px;
  font-weight: normal;
  font-size: 32px;

}

.news-s-008 {
  min-width: 1200px;
  height: 467px;
  padding: 50px 0;
  overflow: hidden; }
.news-s-008 .right-news .news-slider {
  height: 380px;
  margin: 0 -12px; }
.news-s-008 .right-news .news-slider .slick-list, .news-s-008 .right-news .news-slider .slick-track {
  min-width: 1224px;
  padding-top: 10px; }
.news-s-008 .right-news .news-slider .news-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 266px !important;
  height: 360px;
  margin: 0 13px 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #b2dbd4; }
.news-s-008 .right-news .news-slider .news-item a.img-wrap, .news-s-008 .right-news .news-slider .news-item img {
  display: block;
  width: 100%;
  height: 158px;
  border-radius: 4px 4px 0 0; }
.news-s-008 .right-news .news-slider .news-item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.news-s-008 .right-news .news-slider .news-item a.img-wrap {
  margin: -1px -1px 0;
  overflow: hidden; }
.news-s-008 .right-news .news-slider .news-item a.img-wrap:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03); }
.news-s-008 .right-news .news-slider .news-item time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: block;
  padding: 0px 25px;
  color: #abcdcf;
  font-size: 20px;
}
.news-s-008 .right-news .news-slider .news-item time.noimg {
  padding: 0px 25px; }
.news-s-008 .right-news .news-slider .news-item u {
  display: block;
  min-height: 96px;
  padding: 25px 25px 0; }
.news-s-008 .right-news .news-slider .news-item u.noimg {
  padding: 25px 25px 0; }
.news-s-008 .right-news .news-slider .news-item u a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 32px;
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }
.news-s-008 .right-news .news-slider .news-item u a:hover {
  color: #34858a; }
.news-s-008 .right-news .news-slider .news-item p {
  margin-bottom: 0;
  padding: 10px 25px 0;
  font-size: 12px;
  text-align: justify;
  color: #7f7f7f;
  line-height: 22px;
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }
.news-s-008 .right-news .news-slider .news-item:hover {
  background-image: url(../images/news-cur.png);
  background-repeat: no-repeat;
  background-position: right bottom; }
.news-s-008 .right-news .news-slider .prev, .news-s-008 .right-news .news-slider .next {
  box-sizing: border-box;
  position: absolute;
  top: -83px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #a65151;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #a65151;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.news-s-008 .right-news .news-slider .prev:hover, .news-s-008 .right-news .news-slider .next:hover {
  color: #fff;
  background-color: #a65151; }
.news-s-008 .right-news .news-slider .prev {
  right: 62px; }
.news-s-008 .right-news .news-slider .next {
  right: 12px; }

.dm-wrap {
  min-width: 1200px;
  height: 307px;
  padding: 50px 0;
  background-image: url(../images/dm-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
.dm-wrap h2.tab-tit-left .news-title a {
  color: #fff; }
.dm-wrap h2.tab-tit-left .news-title-more {
  border-color: #46c099; }
.dm-wrap h2.tab-tit-left .news-title-more i {
  color: #46c099; }
.dm-wrap h2.tab-tit-left .news-title-more u {
  color: #fff; }
.dm-wrap h2.tab-tit-left .news-title-more:hover {
  background-color: #46c099; }
.dm-wrap h2.tab-tit-left .news-title-more:hover i {
  color: #fff; }
.dm-wrap .dm-slider {
  height: 210px;
  margin: 40px -24px 0; }
.dm-wrap .dm-slider .dm-item {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 24px 100px;
  border-radius: 8px;
  background-color: rgba(31, 192, 202, 0.5); }
.dm-wrap .dm-slider .dm-item a {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 8px; }
.dm-wrap .dm-slider .dm-item a i, .dm-wrap .dm-slider .dm-item a u {
  display: block;
  text-align: center; }
.dm-wrap .dm-slider .dm-item a i {
  padding-top: 25px;
  color: #45dfb1;
  font-size: 50px;
  line-height: 70px; }
.dm-wrap .dm-slider .dm-item a u {
  padding: 0 10px;
  color: #fff;
  font-size: 16px; }
.dm-wrap .dm-slider .dm-item a:hover {
  background-color: #1fc0ca; }
.dm-wrap .dm-slider .slick-dots {
  box-sizing: border-box;
  bottom: 0px;
  padding: 0 0;
  text-align: center; }
.dm-wrap .dm-slider .slick-dots li {
  width: 40px;
  height: 8px;
  background-color: #aaa;
  border-radius: 2px;
  background-image: none; }
.dm-wrap .dm-slider .slick-dots li.slick-active {
  background-color: #e3c26e;
  background-image: none; }

.doctor-s-001 {
  min-width: 1200px;
  height: 427px;
  padding: 40px 0 50px;
  overflow: hidden;
  background-color: #edf7f5; }
.doctor-s-001 .inside-doctor-wrap {
  height: 340px;
  margin: 30px 0px 0; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider {
  height: 340px;
  margin: 0 -12px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .slick-list {
  padding-top: 10px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info {
  float: left;
  width: 180px !important;
  height: 318px;
  margin: 0 0px 100px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img {
  box-sizing: border-box;
  display: block;
  width: 180px;
  height: 265px;
  padding-top: 20px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img::before {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 6px;
  top: -20px;
  margin: auto;
  background-color: #46c099; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img span, .doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img img, .doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img strong, .doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img u {
  display: block; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img span {
  position: relative;
  width: 130px;
  height: 190px;
  margin: auto;
  overflow: hidden; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img span .party {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 30px;
  background-image: url(../images/dq.png);
  background-repeat: no-repeat;
  background-position: center; }

.party-m-a{
  position: relative;
}
.party-m {
  position: absolute;
  left: 0;
  top: -8.5rem;
  z-index: 1;
  width: 40px;
  height: 30px;
  background-image: url(../images/dq.png);
  background-repeat: no-repeat;
  background-position: center;
}
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img img {
  width: 130px;
  height: 190px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doctor-tit {
  min-height: 54px;
  text-align: center;
  line-height: 27px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doctor-tit strong {
  font-size: 18px;
  color: #34858a;
  font-weight: normal; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doctor-tit u {
  color: #999; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info:hover a.doctor-img img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03); }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info:hover a.doctor-img .doctor-tit strong {
  color: #e3c26e;
  font-weight: bold; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department {
  height: 49px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 4px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department a {
  max-width: 100%;
  line-height: 49px;
  font-size: 16px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department a:hover {
  font-weight: bold; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department a + a:before {
  content: '/';
  display: inline-block;
  margin-right: 3px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info:hover .doctor-department {
  border-color: #e3c26e; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .doctor-info:hover a.doctor-img::before {
  background-color: #e3c26e; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .prev, .doctor-s-001 .inside-doctor-wrap .doctor-slider .next {
  position: absolute;
  top: 150px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000 \9;
  opacity: 0.2 \9;
  filter: alpha(opacity=20);
  border-radius: 5px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .prev:hover, .doctor-s-001 .inside-doctor-wrap .doctor-slider .next:hover {
  background-color: #e3c26e; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .prev {
  left: -40px; }
.doctor-s-001 .inside-doctor-wrap .doctor-slider .next {
  right: -40px; }

.doc-check-s-003 .form-item {
  display: inline-block;
  min-height: auto;
  margin-right: 4px;
  vertical-align: middle; }
.doc-check-s-003 .form-item .form-input .department-select {
  position: relative; }
.doc-check-s-003 .form-item .form-input .select-input, .doc-check-s-003 .form-item .form-input .btn {
  box-sizing: border-box;
  display: block;
  width: 150px;
  height: 44px;
  padding: 0 16px;
  line-height: 44px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 3px;
  border: none;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e4e4e4; }
.doc-check-s-003 .form-item .form-input a.select-input {
  padding-right: 27px; }
.doc-check-s-003 .form-item .form-input .select-input i {
  margin-left: 8px;
  position: relative;
  top: 1px;
  right: 10px;
  opacity: .4;
  filter: aplha(opacity=40);
  transform: scale(1.25);
  position: absolute; }
.doc-check-s-003 .form-item .form-input .btn {
  background-color: #a65151;
  text-align: center; }
.doc-check-s-003 .form-item .form-input .btn i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: bottom; }
.doc-check-s-003 .form-item .form-input .btn:hover {
  background-color: #613030; }
.doc-check-s-003 .form-item .form-input select::-ms-expand {
  display: none; }
.doc-check-s-003 .form-item .form-input select.select-input {
  padding-right: 30px;
  background-image: url(../images/select-bg-black.png);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none; }
.doc-check-s-003 .form-item .form-input select.select-input option {
  color: #666; }

.notice-s-008 {
  min-width: 1200px;
  padding: 20px 0;
  overflow: hidden; }
.notice-s-008 .right-news .notice-slider {
  margin: 0px 3px;}
.notice-s-008 .right-news .notice-slider .notice-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 380px;
  height: 75px;
  margin: 0 14px 30px;
  padding-left: 90px; }
.notice-s-008 .right-news .notice-slider .notice-item time {
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 70px;
  height: 75px;
  color: #34858a;
  background-image: url(../images/time-bg.png);
  background-repeat: no-repeat;
  background-position: center; }
.notice-s-008 .right-news .notice-slider .notice-item time small, .notice-s-008 .right-news .notice-slider .notice-item time strong {
  display: block;
  text-align: center;
  line-height: 1; }
.notice-s-008 .right-news .notice-slider .notice-item time small {
  padding-top: 20px;
  font-size: 12px; }
.notice-s-008 .right-news .notice-slider .notice-item time strong {
  padding-top: 5px;
  font-size: 28px; }
.notice-s-008 .right-news .notice-slider .notice-item u {
  display: block;
  min-height: 52px; }
.notice-s-008 .right-news .notice-slider .notice-item u a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }
.notice-s-008 .right-news .notice-slider .notice-item u a:hover {
  color: #34858a; }
.notice-s-008 .right-news .notice-slider .notice-item span {
  color: #34858a; }

.technology-s-001 {
  min-width: 1200px;
  height: 560px;
  padding: 30px 0 50px;
  background-color: #fff; }
.technology-s-001 .left-technology {
  position: relative;
  width: 780px;
  height: 445px;
  padding-top: 115px;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }
.technology-s-001 .left-technology .left-tit {
  position: absolute;
  left: 0;
  top: 115px;
  border-bottom: 0; }
.technology-s-001 .left-technology .technology-slider {
  width: 780px; }
.technology-s-001 .left-technology .technology-slider .technology-item {
  position: relative;
  float: left;
  width: 390px;
  height: 445px;
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s; }
.technology-s-001 .left-technology .technology-slider .technology-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #34858a;
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s; }
.technology-s-001 .left-technology .technology-slider .technology-item a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 390px;
  height: 445px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  background-image: url(../images/news-cur.png);
  background-repeat: no-repeat;
  background-position: right bottom; }
.technology-s-001 .left-technology .technology-slider .technology-item a span, .technology-s-001 .left-technology .technology-slider .technology-item a img {
  display: block;
  width: 390px;
  height: 214px; }
.technology-s-001 .left-technology .technology-slider .technology-item a span {
  margin: -1px -1px 0;
  overflow: hidden; }
.technology-s-001 .left-technology .technology-slider .technology-item a img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.technology-s-001 .left-technology .technology-slider .technology-item a u.tit {
  min-height: 56px;
  margin: 15px 20px;
  font-size: 18px;
  color: #274357;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }
.technology-s-001 .left-technology .technology-slider .technology-item a time {
  display: block;
  margin: 0px 20px;
  font-size: 12px;
  color: #A3B4C1;
  line-height: 12px; }
.technology-s-001 .left-technology .technology-slider .technology-item a p {
  margin: 0px 20px 20px;
  color: #999;
  text-align: justify;
  line-height: 22px;
  max-height: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }
.technology-s-001 .left-technology .technology-slider .technology-item:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03); }
.technology-s-001 .left-technology .technology-slider .technology-item:hover u.tit {
  color: #34858a; }
.technology-s-001 .left-technology .technology-slider .technology-item.slick-current {
  height: 330px;
  margin-top: 115px; }
.technology-s-001 .left-technology .technology-slider .technology-item.slick-current:after {
  width: 390px; }
.technology-s-001 .left-technology .technology-slider .technology-item.slick-current a {
  border-right: 0; }
.technology-s-001 .left-technology .technology-slider .prev, .technology-s-001 .left-technology .technology-slider .next {
  box-sizing: content-box;
  position: absolute;
  top: 68px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #90353f;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #90353f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.technology-s-001 .left-technology .technology-slider .prev:hover, .technology-s-001 .left-technology .technology-slider .next:hover {
  background-color: #90353f;
  color: #fff; }
.technology-s-001 .left-technology .technology-slider .prev {
  left: 0px; }
.technology-s-001 .left-technology .technology-slider .next {
  left: 50px; }
.technology-s-001 .right-health {
  box-sizing: border-box;
  width: 420px;
  height: 560px;
  padding: 110px 30px 0;
  background-repeat: no-repeat;
  background-position: top center; }
.technology-s-001 .right-health h2.left-tit {
  border-bottom: 0; }
.technology-s-001 .right-health h2.left-tit a.fl {
  color: #fff; }
.technology-s-001 .right-health h2.left-tit a.fl:after {
  background-color: #fff; }
.technology-s-001 .right-health h2.left-tit a.more {
  line-height: 50px;
  color: #fff; }
.technology-s-001 .right-health h2.left-tit a.more i {
  color: #fff; }
.technology-s-001 .right-health h2.left-tit a.more:hover {
  color: #46c099; }
.technology-s-001 .right-health h2.left-tit a.more:hover i {
  color: #46c099; }
.technology-s-001 .right-health .news-lists {
  width: 360px;
  margin: 20px auto 0; }
.technology-s-001 .right-health .news-lists li {
  height: 52px; }
.technology-s-001 .right-health .news-lists li + li {
  margin-top: 17px; }
.technology-s-001 .right-health .news-lists li a {
  display: block;
  position: relative;
  padding-left: 70px; }
.technology-s-001 .right-health .news-lists li a time {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border: 1px solid #fff; }
.technology-s-001 .right-health .news-lists li a time span, .technology-s-001 .right-health .news-lists li a time strong {
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center; }
.technology-s-001 .right-health .news-lists li a time span {
  margin: 8px 0 3px;
  font-size: 12px; }
.technology-s-001 .right-health .news-lists li a time strong {
  font-size: 24px; }
.technology-s-001 .right-health .news-lists li a u {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }
.technology-s-001 .right-health .news-lists li a:hover time {
  border-color: #e3c26e; }
.technology-s-001 .right-health .news-lists li a:hover time span, .technology-s-001 .right-health .news-lists li a:hover time strong {
  color: #e3c26e; }
.technology-s-001 .right-health .news-lists li a:hover u {
  color: #e3c26e; }

.two-column-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.columns-s {
  min-width: 1200px;
  padding: 50px 0; }
.columns-s h2.tit-left {
  height: 32px;
  line-height: 32px;
  font-weight: normal; }
.columns-s h2.tit-left a.fl {
  font-size: 23px;
  color: #fff; }
.columns-s h2.tit-left a.fl:hover {
  color: #46c099; }
.columns-s h2.tit-left a.more {
  position: relative;
  font-size: 16px;
  color: #000; }
.columns-s h2.tit-left a.more:after {
  content: '';
  display: block;
  position: absolute;
  right: 100px;
  top: 16px;
  width: 30px;
  height: 1px;
  background-color: #fff; }
.columns-s h2.tit-left a.more u {
  color: #fff;
  line-height: 30px;
  font-weight: normal;
  margin-top: 35px;
}
.columns-s h2.tit-left a.more i {
  margin-left: 5px;
  vertical-align: top;
  font-size: 20px;
  color: #fff; }
.columns-s h2.tit-left a.more:hover u, .columns-s h2.tit-left a.more:hover i {
  color: #46c099; }
.columns-s .left-video-party .video-wrap .column-item {
  box-sizing: border-box;
  width: 25%;
  height: 169px;
  padding: 56px 28px 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.columns-s .left-video-party .video-wrap .column-item.column-item0 {
  background-color: #a86e6e;
  background-image: url(../images/column-item0.png);
  background-repeat: no-repeat;
  background-position: center; }
.columns-s .left-video-party .video-wrap .column-item.column-item1 {
  background-color: #bda874;
  background-image: url(../images/column-item1.png);
  background-repeat: no-repeat;
  background-position: center; }
.columns-s .left-video-party .video-wrap .column-item.column-item2 {
  background-color: #70a867;
  background-image: url(../images/column-item2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.column-item3 {
  background-color: #629ea3;
  background-image: url(../images/column-item2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.column-item4 {
  background-color: #718aaf;
  background-image: url(../images/column-item2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.column-item5 {
  background-color: #b08ec9;
  background-image: url(../images/column-item2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.column-item6 {
  background-color: #d2cba2;
  background-image: url(../images/column-item2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.column-item7 {
  background-color: #a0c69b;
  background-image: url(../images/column-item2.png);
  background-repeat: no-repeat;
  background-position: center;
}


.footer-info{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 35px;
}
.footer-s-004 {
  background: linear-gradient(179deg, #8abde4 0%, #3f9ce2 80%, #1c75b8 100%);
  background-color: rgba(0, 0, 0, 0);
  min-width: 1200px;
  background-color: #333333;
}

.tab-pannel-wrap {
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
.tab-pannel-wrap .tab-pannel {
  display: none; }
.tab-pannel-wrap .tab-pannel:first-child {
  display: block; }



.gotop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
.gotop i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 30px;
  border-radius: 3px; }
.gotop:hover {
  background-color: #34858a; }

.order-info > i {
  font-weight: normal;
  font-size: 110px;
  line-height: 1.5;
  margin-right: 10px;
  color: #00a539;
  display: block; }

.aside-s-001 {
  position: fixed;
  right: 10px;
  top: 160px;
  z-index: 1001;
  width: 80px; }

.aside-s-001 .aside-bar {
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.aside-s-001 a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  color: #00948d;
  text-align: center;
  margin-bottom: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff; }

.aside-s-001 a i {
  display: block;
  width: 80px;
  height: 50px;
  line-height: 57px;
  text-align: center;
  font-size: 40px; }

.aside-s-001 a span {
  font-size: 12px;
  line-height: 1;
  display: inline-block; }

.aside-s-001 a .img-wrap {
  display: none;
  position: absolute;
  left: -140px;
  top: 0;
  width: 110px;
  min-height: 110px;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.aside-s-001 a .img-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: -16px;
  border: 8px solid transparent;
  border-left-color: #fff;
  margin-top: -8px; }

.aside-s-001 a .img-wrap img {
  width: 110px;
  height: 110px; }

.aside-s-001 a .img-wrap u {
  display: block;
  text-align: center;
  color: #555; }

.aside-s-001 a .phone-menu {
  display: none;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 4px 20px;
  position: absolute;
  top: 0;
  right: 90px;
  text-align: left; }

.aside-s-001 a .phone-menu p {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin: 0; }

.aside-s-001 a .phone-menu p span {
  display: block; }

.aside-s-001 a .phone-menu p:last-child {
  border: none; }

.aside-s-001 a .phone-menu:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 80px;
  background-color: transparent;
  top: 0;
  right: -10px; }

.aside-s-001 a:hover {
  background-color: #00948d; }



.aside-s-001 a:hover .img-wrap {
  animation: popFadeIn 0.5s;
  display: block; }

.aside-s-001 a:hover .phone-menu {
  animation: popFadeIn 0.5s;
  display: block; }

.aside-s-001 a:hover i {
  animation-name: pulse;
  -webkit-animation-name: pulse; }

.aside-s-001 a.gotop {
  display: none;
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: 1002;
  width: 80px;
  height: 80px;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px; }

.aside-s-001 a.gotop i {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #00948d;
  font-size: 30px;
  border-radius: 3px; }

.aside-s-001 a.gotop:hover {
  background-color: #00948d; }

.aside-s-001 a.gotop:hover i {
  color: #fff; }

.aside-s-001 .right-zxtw{
  background-image: url(../images/right-tw.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.aside-s-001 .right-zxtw:hover{
  background-image: url(../images/right-tw1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-zxtw:hover > i{
  background-image: url(../images/right-tw1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-zxtw:hover > span{
  color: #fff;
}
/*右侧挂号*/
.aside-s-001 .right-yygh{
  background-image: url(../images/right-yygh.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.aside-s-001 .right-yygh:hover{
  background-image: url(../images/right-yygh1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-yygh:hover > i{
  background-image: url(../images/right-yygh1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-yygh:hover > span{
  color: #fff;
}
/*右侧公众号*/
.aside-s-001 .right-gzh{
  background-image: url(../images/right-gzh.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.aside-s-001 .right-gzh:hover{
  background-image: url(../images/right-gzh1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-gzh:hover > i{
  background-image: url(../images/right-gzh1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-gzh:hover > span{
  color: #fff;
}

/*右侧top顶部*/
.aside-s-001 .right-top{
  background-image: url(../images/right-top.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.aside-s-001 .right-top:hover{
  background-image: url(../images/right-top1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-top:hover > i{
  background-image: url(../images/right-top1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-top:hover > span{
  color: #fff;
}
.right-gzh:hover > .r_ewm{
  opacity:1;
  visibility: unset;
}
/*右侧微博*/
.aside-s-001 .right-wb{
  background-image: url(../images/right-wb.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.aside-s-001 .right-wb:hover{
  background-image: url(../images/right-wb1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-wb:hover > i{
  background-image: url(../images/right-wb1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 68%;
}
.right-wb:hover > span{
  color: #fff;
}
.right-wb:hover > .r_ewm{
  opacity:1;
  visibility: unset;
}



.r_ewm {
  position: absolute;
  width: 120px;
  height: 127px;
  top: -47%;
  margin-top: 3px;
  right: 94px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  opacity:0;
  -webkit-filter: alphha(opacity=0);
  filter: alphha(opacity=0);
  visibility: hidden;
}
.r_ewm img{
  margin-top: -44%;
  width: 100%;
}
.r_ewm::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.xwzx-list{
  margin-top: 42px;
}

.xwzx-list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 260px !important;
  height: 360px;
  margin: 0 10px 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #b2dbd4;
}
.xwzx-list li:hover {
  background-image: url(../images/news-cur.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.xwzx-list-img{
  height: 171px;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.xwzx-list-img img{
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xwzx-list li img:hover{
  transform: scale(1.1);
}
.xwzx-list li em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: block;
  padding: 0px 25px;
  color: #abcdcf;
  font-size: 20px;
}

.xwzx-list-p{
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 32px;
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  min-height: 96px;
  padding: 25px 25px 0;
}

.ks-m-search-doctor{
  display: none;
}
.xfkp-zl{
  background-image: url("../images/two-bg.png");
}
.xfbk-list{
  margin-top: 50px;

}


.xfkp-m{
  display: block;
}

.xfbk-list-lb div img{
  width: 100%;
}
/*医院概况*/
.yygk-div{
  background-image: url(../images/20250425.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 240px;
}
.yygk-div-1{

  padding-top: 80px;
}
.yygk-all-width{
  width: 1200px;
  margin: 0 auto;
}
.yygk-div-2{

  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 44px;
}
.yygk-div-1 h2{
  color: #fff;
  font-size: 36px;
}
.yygk-div-2 ul li a{
  font-size: 16px;
  color: #fff;
}
.clearfix{
  position: relative;
}

.yygk-div-2 ul li.cur a {
  font-weight: bold;
}
.yygk-div-2 ul li.cur::after {
  content: '';
  display: block;
  position: absolute;
  left: 26px;
  right: 26px;
  top: -7px;
  height: 5px;
  background-color: #f2c34a;
}
.yygk-div-2 ul {
  display: flex;
}
.yygk-div-2 ul li{
  position: relative;
  padding: 0px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);

}
.yygk-yyjj{
  padding: 50px 0;
}

.yygk-yyjj-1{
  display: flex;
  justify-content: space-between;
  height: 20px;
  line-height: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.yygk-yyjj-1 h3{
  font-size: 21px;
  position: relative;
}
.yygk-yyjj-1 h3::after {
  background-color: #34858a;
  height: 5px;
  width: 32px;
  bottom: -19px;
  left: 0;
  position: absolute;
  content: '';
}
.yygk-yyjj-2 p{
  padding: 20px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
}

.yygk-yyjj-3 a{
  width: 123px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  display: block;
  margin-top: 27px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background-color: #34858a;
}
.yygk-yyjj-3 a:hover {
  background-color: #3fa2a8;
}
.yygk-ld{
  background-color: #f2f2f2;
  padding: 40px 0;
}
.yygk-ld-2{
  padding: 50px 0;
}
.yygk-ld-2-ul{
  display: flex;
  justify-content: center;
}
.yygk-ld-2-ul li{
  background: #fff;
  padding: 20px;

}
.yygk-ld-2-ul li  img {
  width: 140px;
  height: 190px;
  display: block;
}
.yygk-ld-2-ul li h4{
  background: #038bc6;
  color: #fff;
  padding: 0 5px 5px;
}
.yygk-ld-3{
  display: flex;
  justify-content: center;
}
.yygk-ld-3-yyjs1{
  padding: 50px;
  background: #fff;
}
.yygk-ld-3 p{
  font-size: 16px;
  line-height: 28px;
  color: #46c099;
  text-indent: 2em;
}
.yygk-ld-3-yyjs1,.yygk-ld-3-yyjs2{
  height: 180px;
}
.yygk-ld-3-yyjs1 {
  padding: 50px;
  background: #fff;
  width: 500px;
  float: left;
}
.yygk-ld-3-yyjs2{
  width: 600px;
  float: right;
}
.mySwiper-yyhj {
  width: 600px;
  height: 280px;
}
.mySwiper-yyhj-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease; /* 为 transform 属性添加过渡效果 */
}
/*环境*/
.yygk-jyhj{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.yygk-jyhj div{
  width: calc((100% - 2*15px) / 3);
}
.yygk-jyhj div img{
  width: 100%;
}
.yygh-content{
  margin-top: 20px;
}
.zoom-slow {
  transition: transform 0.5s ease;
}
.zoom-slow:hover {
  transform: scale(1.1);
}
.yygk-jyhj-div1 {
  height: 218px;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.yygk-jyhj img{
  transition: transform 0.5s ease;
  width: 100%;
  object-fit: cover;
}
.pf-img{
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.pf-img1 {
  position: fixed;
  z-index: 1000000;
  top: 15%;
  bottom: 0;
  width: 100%;
  display: none;
}
.pf-img1 div{
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.pf-img1 div p{
  text-align: right;
  font-size: 43px;
  font-weight: bold;
  position: absolute;
  right: -34px;
  top: -16px;
}
.pf-img1 img{
  width: 800px;
}
.yygh-ff{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
}
.yygh-form{
  width: 740px;
  margin: 0 auto;
}
.yygh-form ul{
  display: flex;
  flex-wrap: wrap;
}
.yygh-form ul li{
  width: calc((100% - 20px)/2);
  margin-bottom: 3%;
}
.yygh-form .ms{
  width: 100% !important;
}
.yygh-form .ms-text{
  width: 77%;
  height: 6rem;
}
.yygh-ff1-div{
  color: #00917f;
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  letter-spacing: 13px;
  margin: 32px 0;
}
.yygh-form ul li i{
  color: #ee0000;
}

.yygh-form ul li span {
  display: inline-block;
  width: 82px;
  text-align: justify;
  line-height: 3px;
}

.yygh-form ul li span::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.yygh-form ul li input{
  border: 1px solid #b5b5b5;
  height: 33px;
  border-radius: 7px;
  width: 60%;
}
.np{
  width: 5% !important;
  height: auto !important;
}
.yygh-form .yygh-input-jzsj{
  width: 38%;
}
.yygh-form .yygh-select-jzsj{
  width: 22%;
  margin-left: -8px;
  height: 33px;
}
.yygh-form .doctor_sel {
  width: 60%;
  padding-left: 2%;
  padding-right: 2%;
  height: 33px;
  line-height: 40px;
  border: 1px solid #ccc !important;
  border-radius: 5px;
}
.ms-p{
  line-height: 5rem !important;
  margin-right: 2%;
}
.yygh-button{
  width: 52%;
  height: 40px;
  background: #00917f;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  border: none;
  margin: 0 auto;
  display: block;
}
/* 鼠标划入时的样式 */
.mySwiper-yyhj-img:hover img {
  transform: scale(1.1);
}

#container {
  height: 27rem;
  width: 50%;
  margin: 0 auto;
}
.yygh-content-bottom{
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 10px;
  margin-bottom: 3%;
}
.yygh-content-bottom-div1{
  line-height: 50px;
}
.yygh-content-bottom-div1 p{

}
.yygh-content-bottom-div2{
  width: 10%;
}
.yygh-content-bottom-div2 img{
  width: 100%;
}

/*医院概况结束*/
/*科室列表*/
.department-tablist {
  margin-top: 35px;
}
.tab-pannel {
  padding-bottom: 30px;
  margin: 0 -15px;
  overflow: hidden;
}
.tab-pannel > li {
  width: 380px;
  height: 187px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 19px 29px;
  float: left;
  margin: 0 15px 30px;
  transition: border-color 0.8s;
  -webkit-transition: border-color 0.8s;
}

.department-tit {
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}
.clearfix::before, .clearfix::after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both;
}
.department-tit h3 {
  font-size: 20px;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.department-tit h3 a {
  max-width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.department-tit h3::after {
  content: '';
  background-color: #34858a;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32px;
  height: 5px;
}
.department-info {
  overflow: hidden;
  margin-top: 20px;
}
.yygk-all{
  background: #fff;
}
.ks-list-all{
  width: 1200px;
  margin: 0 auto;
}
.yyks-div {
  background-image: url(../images/20250425.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 240px;
}
.yyks-div-1 {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}

.yyks-div-1 h2 {
  color: #fff;
  font-size: 36px;
}
.ks-tab-nav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ks-tab-nav a{
  width: 50%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 55px;
  height: 55px;
  font-weight: bold;
}
.ks-tab-nav .ks-tab-nav-xz{


  flex: 1;
  background-color: #f2f2f2;



  border: 1px solid #ddd;
  border-left: none;
  box-sizing: border-box;
}
.ks-tab-nav-cur{
  background: linear-gradient(135deg, #34858a 0%, #19517f 100%);
  color: #fff;
}
.kslist-ul-xs{
  display: none;
}
.kslist-ul-cur{
  display: block;
}

/*详情*/
.department-setting {
  width: 170px;
  height: 58px;
  position: relative;
}
.department-menu {
  display: none;
  width: 480px;
  padding: 20px;
  position: absolute;
  border-radius: 3px;
  right: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}
.department-menu::before {
  content: "◆";
  font-size: 35px;
  line-height: 0;
  position: absolute;
  top: 1px;
  right: 38px;
  color: #fff;
  z-index: -1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.tab-tit {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  line-height: 24px;
}
.tab-tit-home {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 24px;
}
.cur {
  border-bottom-color: #34858a;
}
.tab-con {
  font-size: 13px;
}
.tab-con li {
  display: none;
  text-align: justify;
  margin-right: -10px;
  line-height: 2;
}
.tab-con li a {
  white-space: nowrap;
  margin-right: 10px;
  border-bottom: 1px dashed transparent;
}
.ksxq-btn {
  display: block;
  height: 58px;
  color: #fff;
  line-height: 58px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
}
.ksxq-btn:hover + .department-menu {
  display: block;
}
.department-menu:hover{
  display: block;
}
.yyks-xq-div1{
  background: linear-gradient(135deg, #34858a 0%, #19517f 100%);
}
.yyks-xq-div2{
  background: linear-gradient(135deg, #34858a 0%, #19517f 100%);
}
.yyks-xq-div2 .yyks-xq-div2-title{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  letter-spacing: 10px;
  line-height: 184px;
}
.yyks-xq-div2-title span a,.yyks-xq-div2-title span{
  color: #fff;
  font-size: 36px;
}
.yyks-xq-div2-title span:first-child{
  font-weight: bold;
}
.yyks-xq-div3{
  border-bottom: 1px solid #eee;
}
.yyks-content{
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  padding: 0px 15px;
  text-indent: 2em;
  line-height: 30px;
}
.yyks-dq-qz{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 15px;
}
.yyks-dq-qz ul {
  display: flex;
  flex-wrap: wrap;
}
.yyks-dq-qz ul li{
  color: #999;
}
.yyks-dq-qz ul li a{
  color: #444;
}
.yyks-doctor-list{
  padding: 10px 0;
}

.yyks-xq-nav{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.yyks-xq-nav-div1 ul{
  display: flex;
}
.yyks-xq-nav-div1 ul li{

  padding: 10px 15px;
  line-height: 38px;
}
.yyks-xq-nav-div1 ul li a{
  font-size: 16px;
  color: #fff;
}
.ksxq-cur{
  position: relative;
  font-weight: bold;
}
.yyks-xq-nav-div1 li.ksxq-cur a::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #f2c34a;
}
.yyks-xq-div4{
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.yyks-xq-div4{
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.yyks-xq-div4-1 img{
  width: 100%;
}
.yyks-xq-div4-1,.yyks-xq-div4-2{
  width: 600px;
}
/*科室结束*/
/*医生列表*/
.ys-list{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.ys-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ys-list ul li{
  height: 290px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  text-align: center;
  margin-bottom: 32px;
  transition: border-color .3s,box-shadow .3s;
  width: calc((100% - 6 * 10px) / 7);
}
.ys-list ul li:hover {
  box-shadow: 0px 10px 30px rgba(3, 165, 96, 0.2);
  border-color: #34858a;
}
.ys-list-a{
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  position: relative;
}
.ys-list-a img {
  width: 100%;
  height: 200px;
  display: block;
  transition: transform 1s;
}
.ys-list-a:hover img {
  transform: scale(1.1);
}

.ys-list-tit{
  display: block;
  margin: 10px auto;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #34858a;
}
.ys-list-tit::after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #34858a;
  display: block;
  margin: 8px auto;
}

.doctor-ks-list-top{
  margin: 15px 0;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 10px 15px;
}
.doctor-ks-list{
  display: flex;
}
.doctor-ks-list-div{
  font-size: 16px;
  height: 24px;
  color: #aeafaf;
  text-align: center;
  line-height: 32px;
  width: 10%;
}
.doctor-ks-list-div1{
  width: 90%;
}
.doctor-ks-list-div-ul li a{
  height: 24px;
  margin-right: 2%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
}
.doctor-ks-list-div-ul li a.cur{
  color: #fff;
  padding: 0 8px;
  background: #d7d7d7;
}

.doctor-ks-list-div-ul li a:hover {
  color: #34858a;
}

.doctor-xztj{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  min-height: 35px;

}
.doctor-xztj-div1-span{
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin-right: 11px;
}
.doctor-xztj a:hover {
  background: #03a560;
}
.doctor-xztj a {
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  line-height: 30px;
  border-radius: 3px;
  margin-bottom: 4px;
  padding: 0 10px;
  background: #3a9399;
  color: #fff;
}
.doctor-num{
  font-weight: 400;
  color: #34858a;
  padding: 0 7px;
}
.doctor-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.doctor-list ul li{
  width: calc((100% - 3 * 10px) / 4);
}
.doctor-list-div1{
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.doctor-list-div1-img{
  width: 85px;
  height: 116px;
  overflow: hidden;
  border-radius: 5px;
}
.doctor-list-div1-img img{
  width: 100%;
}
.doctor-list-div1-name{
  width: 175px;
  line-height: 28px;
  height: auto;
  padding-left: 15px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.doctor-list-div1-name span{
  display: block;
}
.doctor-m-scms{
  display: none !important;
}
.doctor-list-div1-name h3 {
  font-size: 18px;
}
.doctor-list-div1-name h3 {
  font-size: 18px;
  font-weight: bold;

}
.doctor-list-div1-name h3 a{
  color: #34858a;
}

.doctor-list-div1-name h3 a:hover {
  color: #03a560;
}
.doctor-list{
  margin-top: 15px;
}
.doctor-list li {
  width: 276px;
  height: 263px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-top-color: rgb(229, 229, 229);
  border-right-color: rgb(229, 229, 229);
  border-bottom-color: rgb(229, 229, 229);
  border-left-color: rgb(229, 229, 229);
  padding: 19px;
  margin-bottom: 30px;
  transition: all .3s;
  transition: border-color .3s, box-shadow .3s;
}
.doctor-list li:hover {
  border-color: #34858a;
  box-shadow: 0px 10px 30px rgba(52, 133, 138, 0.2);
}


.doctor-list-div2 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;
  font-size: 14px;
}
.doctor-list-div2{
  margin-top: 15px;
}


/*详情*/
.ys-xq{
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  margin-bottom: 12px;
}
.ys-xq-div1 {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
}
.ys-xq-tx-left{
  display: flex;
  width: 75%;
  border-right: 1px solid #eee;
  margin-right: 2%;
}
.ys-xq-tx-right{
  width: 13%;
}
.ys-xq-tx-right p{
  text-align: center;
}
.ys-xq-tx-left-tx{
  margin-right: 20px;
}
.ys-xq-tx-left-tx img,.ys-xq-tx-right img{
  width: 100%;
}
.ys-xq-tx-left-tx{
  width: 20%;
}
.ys-xq-tx-left-name{
  width: 80%;
}
.ys-xq-tx-left-name h1 {
  font-size: 28px;
  color: #34858a;
  line-height: 44px;
  margin-bottom: 8px;
}
.ys-xq-tx-left-name p{
  font-size: 15px;
}

.ys-xq-tx-left-name p i{
  color: #999;
}

.ys-xq-2-js1{
  width: 1200px;
  margin: 0 auto;
}
.ys-xq-2-js-div1 h2{
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.ys-xq-2-js-div2{
  padding: 20px 0;
}
.ys-xq-2-js-div2 p{
  font-size: 16px;
  text-align: left;
  text-indent: 2em;
}
.ys-xq-3{
  width: 1200px;
  margin: 0 auto;
}
.ys-xq-3-js1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ys-xq-3-js-div1,.ys-xq-3-js-div2{
  width:48%;
}
.ys-xq-3-js-div1 h4,.ys-xq-3-js-div2 h4{
  width: 98%;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}
.ys-xq-3-js1 ul li{
  height: 54px;
  border-bottom: 1px #eee solid;
  line-height: 54px;
}
.ys-xq-3-js1 ul li a{
  display: flex;
  justify-content: space-between;
}
.ys-xq-3-js1 ul li a span{
  display: block;
}


.ys-xq-2{
  padding: 25px 0;
  margin-bottom: 20px;
}





/*医生列表结束*/


/*文章列表*/


.news-list-li{
  display: flex;
  margin: 1% 0;
  padding: 1% 0;
  border-bottom: 1px dashed #cdcdcd;

}
.news-list-li-div1{
  width: 23%;
  margin-right: 20px;
}
.news-list-li-div1 img{
  width: 100%;
  height: 200px;
}
.news-list-li-div2{
  width: 77%;
}
.news-list-li-div2-wutu{
  width: 100%;
}
.news-list-li-div2-1 h2{
  font-size: 20px;
  margin-bottom: 15px;
}
.news-list-li-div2-1 p{
  color: #797979;
  line-height: 20px;
  margin-bottom: 0;
  height: 43px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-list-li-div2-2 p{
  color: #999;
}
.pager{
  display: flex;
  justify-content: center;
  padding: 28px;
}
.pager em{
  padding: 10px;
  background: #eee;
  border-radius: 10px;
  margin-right: 7px;
}
.pager a:hover{
  background: #d7d6d6;
}
.pager a{
  background: #eee;
  border-radius: 10px;
  margin-right: 7px;
  min-width: 25px;
  padding: 10px;
  text-align: center;
}
.pager a.cur {
  background: #34858a;
  color: #fff !important;
}


/*详情*/
.content-title{
  line-height: 2.5;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.content .news-info, .pic-show .news-info {
  color: #999;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.content-mark{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.content-mark .date{
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
}
.content .link{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 25px 0;
}
.font-bg i{
  padding-right: 26px;
  position: relative;
  cursor: pointer;
}
.date .min::after {
  background-position: 0px center;
}
.date .max::after{
  background-position: -50px center;
}
.date i::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../images/minmax.png) no-repeat 0 center;
  background-position-x: 0px;
  background-position-y: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.content .news-info .content-mark span{
  font-size: 14px;
  margin: 0 22px;
}
.news-info{
  display: flex;
  justify-content: space-between;
}
.content .news-content{
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #646464;
}
.content .news-content p{
  text-indent: 2em;
  color: #707070;
  font-size: 18px;
  line-height: 2;
}
.content{
  box-shadow: 0 0 10px #ccc;
  padding: 10px 30px;
  font-size: 18px;
  margin: 25px 0;
}
.news-content img{
  display: block;
  margin: 0 auto;

}
.news-content video{
  margin: 0 auto;
  display: block;
  width: 100%;
}

.bdsharebuttonbox a{
  background-image: url(../images/icons_0_24.png) !important;
  width: 24px;
  padding-left: 24px !important;
}
.bds_weixin{
  background-position: 0 -1612px;
}
.bds_tsina{
  background-position: 0 -104px;
}
.bds_qzone{
  background-position: 0 -52px;
}

.article-block{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 70px;
}
.caption{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.list-box .list{
  margin-top: 24px;
}
.article-block .list-box {
  width: 590px;
}
.list-box .item{
  height: 200px;
}
.aubox,.list-box {
  width: 48%;
}
.aubox .item{
  display: flex;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px 12px 0;
  margin-top: 24px;
  height: 190px;
}
.aubox .img{
  width: 412px;
  margin-right: 14px;
}
.aubox .img img{
  width: 100%;
}
.inner .h2{
  padding: 2px 0;
}

.inner .h2 span{
  font-size: 18px;
  font-weight: bold;
}
.inner .p{
  font-size: 15px;
  color: #626262;
  height: 80px;
  line-height: 25px;
  overflow: hidden;
}
.ys-position{
  margin: 8px 0;
  font-size: 14px;
}

.list .item{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.aricle-doctor {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 2px 0;
}
.aricle-doctor a{
  display: block;
  width: 30%;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}

.pubc-more {
  font-size: 12px;
  color: #474747;
  width: 90px;
  line-height: 22px;
  height: 22px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  border-radius: 10px;
  float: right;
  margin-top: -4px;
}


.aricle-doctor a:nth-child(1){
  background: #5cabff;
}
.aricle-doctor a:nth-child(2){
  background: #20dfb3;
}
.aricle-doctor a:nth-child(3){
  background: #ffd152;
}

/*文章列表结束*/

.fixed-tips {
  position: fixed;
  z-index: 99999; }
.fixed-tips .fixed-tips-item {
  position: relative; }
.fixed-tips .fixed-tips-item .close-fTip {
  position: absolute;
  right: 8px; }

.fixed-tips-righttop {
  top: 0;
  right: 0; }

.fixed-tips-rightbottom {
  bottom: 0;
  right: 0; }

.fixed-tips-lefttop {
  top: 0;
  left: 0; }

.fixed-tips-leftbottom {
  left: 0;
  bottom: 0; }

.m-top,.ys-xq-shanchang2,.news-list-tj{
  display: none;
}
.nav-san{
  display: block;
}
.nav-all{
  display: none;
}
.dm-wrap-m-ks{
  display: block;
}
.m-level-2{
  display: none;
}
.dm-wrap-m-ks{
  display: none;
}
.banner-link img{
  width: 100%;
}
.pc-banner{
  display: block;
}
.m-doctor-s,.web-banner{
  display: none;
}

.m-news-{
  display: block;
}
.m-news-1,.m-news-2,.m-footer,.m-djyd-xfkp-none,.is-bd-doctor,.kp_article,.ys-xq-shanchang1{display: none}
.address-info u{
  color: #1a1919;
}
@media (max-width: 768px) {
  body {
    background: #efeff4;
  }
  .m-news-2{
    margin-top: 1rem;
  }
  .m-news-1,.m-news-2,.m-doctor-s,.dm-wrap-m-ks,.m-footer,.news-list-tj{
    display: block;
  }
  .news-s-008,.ys-xq-shanchang1-m,.notice-s-008,.aside-s-001,.technology-s-001,.two-column-wrap,.right-phone-qr,.footer-s-004,.color-share,.logo-row-div3,.m-nav-haver{
    display: none;
  }


  .m-level-2{
    display: block;
    background: #fff;
  }
  .header-s-003 .logo-row {
    padding: 20px 0;
    background: #fff;
    width: 100%;
  }
  .header-s-003 {
    background-color: #efeff4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

.home-yygh-form{
  color: #fff;
  font-size: 17px;
  text-align: center;
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1% 0;
  margin-bottom: 5%;
  font-weight: bold;
}
  .m-top{
    display: block;
    height: .5rem;
    background: linear-gradient(135deg, #41999e 0%, #41ac8a 100%);
  }
  .layout {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo a{
    width: 50%;
  }
  .header-s-003 .logo-row .logo img {
    display: block;
    height: auto;
    width: 80%;
  }
  .weixin-pc {
    display: none;
  }
  .header-s-003 .logo-row .qr-code-btn {
    margin: 0px 0 0 0px;
  }
  .nav-san{
    float: right;
  }
  .header-s-003 .nav {
    display: none;
  }

  .menu-icon {
    width: 28px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 1rem;
    padding-top: .5rem;
  }
  .logo-row div:first-child img {
    width: 90%;
  }
  .line {
    width: 100%;
    height: 4px;
    background-color: #00a18a;
    border-radius: 2px;
  }
  .nav-all{
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    /*transform: translateY(-100%);*/
    transition: transform 0.3s ease-in-out;
    z-index: 999999;

    overflow-y: auto;
  }

  .nav-list{
    padding: 0 1rem;
  }
  .nav-top-0{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem .5rem;
  }
  .nav-top-0 div{
    height: 2.5rem;
  }
  .nav-top-0 img{
    width: 88%;
  }
  .cross {
    position: relative;
    width: 3rem;
  }

  .cross::before,
  .cross::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
  }

  .cross::before {
    transform: translateY(-50%) rotate(45deg);
  }

  .cross::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .nav-top-1{
    display: flex;
    justify-content: space-between;
    font-size: 16px;

  }
  .padding{
    padding: 15px 0 0px;
  }
  .right-a{
    display: block;
    width: 70%;
    text-align: right;
  }
  .right-a a{
    width: 100%;
    display: block;
  }
  .nav-top-1 a{
    width: 48%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #34858a 0%, #46c099 100%);
  }
  .nav-top-2 div:first-child{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .nav-top-2-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav-top-2-ul li{
    width: 40%;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin: .6rem 0;
  }
  .banner-s-001 .index-banner-s-001 .background-img {
    width: 100%;
    min-width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .banner-s-001 {
    position: relative;
    height: auto;
  }
  .banner-s-001 .index-banner-s-001 {
    min-width:unset;
    height: auto;
    overflow: hidden;
  }
  .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
    position: relative;
    display: block;
    width: 100%;
    min-width: unset;
    height: auto;
  }
  .pc-banner{
    display: none;
  }
  .web-banner{
    display: block;
  }
  .banner-link img{
    width: 100%;
  }
  .service-s-003 {
    position: relative;
    min-width: 1200px;
    height: 240px;
    background-color: #f8f8f8;
    display: none;
  }
  .m-level-2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .m-level-2 ul li{
    width: 25%;
    font-size: 14px;
  }
  .m-level-2 ul li div{
    text-align: center;
    color: #797979;
    font-size: 14px;
    margin-top: 3%;
  }
  .m-level-2 ul li div img{
    margin: 0 auto;
    width: 50%;
  }

  .ks-m-search-doctor{
    display: block;
    background: linear-gradient(135deg, #34858a 0%, #46c099 100%);
    margin-top: 3%;
    padding-top: 5%;
    padding-bottom: 1rem;
  }
  .form-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .form-input {
    color: #fff;
    position: relative;
    padding: 0 5%;
  }
  .form-input input {
    border: none;
    color: #fff;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding-left: 26px;
    padding-right: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
    width: 79%;
    top: -4px;
    font-size: 1rem;
  }
  .form-input::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    transform: scaleY(0.5);
    background-color: #fff;
  }
  .search-expert-wrap .clinic-form .form-item .form-btn button.btn {
    height: 39px;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 30px;
  }
  .m-djyd{
    background-image: url(../images/home-party-hbg.jpg);
    background-size: 100% auto;
    height: 16vh;
  }
  .h2-title {
    text-align: center;
    font-weight: normal;
    padding: 14px 0;
    padding-top: 55px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .m-djyd .h2-title{
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
    height: 22px;
    line-height: 1;
  }
  .m-djgz-lb{
    margin: 4% 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: -4%;
    background: #fff;
    padding: 5% 0;
  }
  .m-djgz-lb a{
    width: 92%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #c50c11;
    border: 2px solid #c50c11;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
  }

  .m-djgz-lb a::after {
    content: '';
    width: 30px;
    height: 3px;
    overflow: hidden;
    background: #c50c11;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -15px;
  }
  .m-xfkp-a a{
    color: #c50c11;
    box-shadow: none;
    border: 1px solid #c50c11;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    display: block;
    border-radius: 15px;
    line-height: 29px;
    margin: 11px 15px;
  }
  .xfkp-m-img img{
    width: 100%;
  }
  .m-djyd-xfkp-none{
    display: block;
  }
  .h2-title a{
    color: #fff;
  }
  .m-djyd .h2-title a::after {
    content: '';
    width: 30px;
    height: 3px;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
  /*keshi*/
  .dm-wrap{
    display: none;
  }
  .ks-list{
    text-align: center;
    font-weight: normal;
    padding: 30px 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .ks-list a {
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
    height: 34px;
    line-height: 1;
  }

  .ks-list a::after {
    content: '';
    width: 30px;
    height: 3px;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;

  }
  .dm-wrap-m-ks{
    margin-top: 10px;
    background: linear-gradient(135deg, #34858a 0%, #46c099 100%);
  }
  .ks-list-nav{
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: -8px;
    padding: 5% 0;
  }

  .ks-list-nav a{
    width: 40%;
    text-align: left;
    border: 1px solid #34858a;

    margin: 2%;
    padding: 3px 5px 3px 14px;
    border-image: linear-gradient(135deg, #09b78b 0%, #17ac9a 100%) 1;
    color: #666;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
  }
  .ks-list-nav a:last-child:nth-child(odd) {
    width: 89%;
  }
  .ks-list-nav a::before {
    content: '·';
    margin-right: 3px;
    font-weight: bold;
    color: #ccc;
  }

  .m-ks-nav-top{
    background: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding-bottom: 2%;
  }
  .m-ks-nav-top-div{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
  .m-ks-nav-top-div a{
    width: 50%;
    display: block;
    padding: 5% 0;
    text-align:center;
    font-size: 14px;
    color: #000;
  }
  .m-ks-nav-top-div .m-ks-nav-top-div-cur1{
    position: relative;
    color: #34858a;
  }
  .m-ks-nav-top-div .m-ks-nav-top-div-cur1::after {
    right: 0;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #34858a;
    opacity: 1;
    position: absolute;
    content: ' ';
  }
  .m-ks-nav-top-div-cur1{
    display: flex;
  }
  .doc-check-s-003{
    display: none;
  }
  .doctor-s-001 {
    display: none;
  }
  .m-doctor-s{
    position: relative;
    z-index: 1;
    background: #fff;
    background: linear-gradient(135deg, #34858a 0%, #46c099 100%);
  }
  .m-doctor-s-1{
    background:#fff;
    display: flex;
    justify-content: space-between;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 4% 3% 0;
  }
  .doctor-f1{
    font-size: 18px;
    color: #555555;
    font-weight: 700;
    position: relative;
    padding-left: 14px;
  }

  .doctor-f1::before {
    content: '';
    width: 5px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 17%;
    background: linear-gradient(135deg, #09b78b 0%, #17ac9a 51%, #0067ce 100%);
  }
  .doctor-f2{
    font-size: 13px;
    color: #868686;
    line-height: 2rem;
  }
  .m-doctor-s-2{
    background: #fff;
    padding: 3% 0;
  }
  .m-doctor-s-2 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 2%;
    justify-content: flex-start;
    gap: 10px;
  }
  .depart{
    height: 14px;
    line-height: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
  }
  .expert-tit{
    text-align: center;
    line-height: 1.4rem;
  }
  .expert-tit strong{
    font-size: 16px;
    color: #555;
    font-weight: normal;
  }
  .expert-tit .title{
    color: #999;
    font-size: 12px;
  }
  .expert-tit strong::after {
    content: '';
    height: 2px;
    width: 15px;
    display: block;
    margin: 0 auto;
    background-color: #34858a;
    margin-top:3%;
  }
  .m-doctor-s-2 ul li {
    width: calc((100% - 2 * 10px) / 3);
    padding-bottom: 3%;
  }
  .m-doctor-s-2 ul li img{
    width: 100%;
    height: 157px;
  }
  .m-news-1-banner{
    overflow: hidden;
    width: 100%;
  }
  .m-news-1-banner img{
    width: 100%;
  }
  .m-news-1 {
    display: block;
    margin-top: 1rem;
    background: #fff;
  }
  .m-news-1-list-nav{
    display: flex;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
  }
  .m-news-1-list-nav-all{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
    z-index: 90;
    width: 100%;
    margin: 0 auto;
    margin-top: -13px;
    background: #fff;
  }
  .m-news-1-list-nav a{
    width: 33%;
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 55px;
  }
  .m-news-1-list-nav-span{
    color: #34858a;
  }
  .m-news-1-list-nav a::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
    height: 2px;
    width: 30px;
    background: #34858a;
    opacity: 0;
  }
  .m-news-1-list-nav-span::after{
    opacity: 1 !important;
  }
  .m-news-1-list-ul .m-news-1-list-ul-a {
    display: flex;
    justify-content: space-between;
  }
  .m-news-1-list-ul a div:first-child{
    width: 70%;
  }
  .m-news-1-list-ul a div:last-child{
    width: 30%;
  }
  .m-news-1-list-ul a div:last-child img{
    width: 100%;
    height: 75px;
    border-radius: 3px;
  }
  .bkss{
    width: 100% !important;
  }
  .m-news-1-list-ul-div1 h4{
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    display: -webkit-box;
    height: 48px;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-news-1-list-ul-div1 span{
    font-size: 13px;
    color: #999;
  }
  .m-news-1-list-ul li{
    padding:2%;
    border-bottom: 1px solid #eee;
    margin: 0 2%;
  }
  .m-news-1-list-ul{
    display: none;
    padding-bottom: 5%;
  }
  .active {
    display: block;
  }
  .scan-more{
    height: 31px;
    border: 1px solid #34858a;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #34858a;
    display: block;
    border-radius: 15px;
    line-height: 29px;
    margin: 11px 15px;
    box-shadow: 0px 1px 10px rgba(52, 133, 138, 0.29);
  }
  .m-footer{
    background: #212121;
    margin-bottom: 5rem;
  }
  .m-footer p{
    color: #fff;
  }
  .m-footer a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
  }
  .m-footer .m-footer-div{
    padding: 2% 5%;
  }
  .m-footer .gotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "iconfont";
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 6rem;
    right: 10px;
    z-index: 1000;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
  .xiangmugai {
    height: 5rem;
    width: 100%;
    max-width: 640px;
    bottom: 0px;
    background: #f0f0f0;
    position: absolute;
    position: fixed !important;
    margin: 0px auto;
    top: expression(documentElement.scrollTop+250);
    text-align: center;
    z-index: 99999;
    padding: 0 0 0 0;
    display: block;
  }

  .xiangmugai ul{
    display: flex;
  }
  .xiangmugai ul li{
    width: 33%;
  }
  .xiangmugai ul li img{
    width: 100%;
  }
  /*医院概况*/
  .yygk-all-width {
    width: 100%;
  }
  .yygk-ld-3 {
    display: block;

  }
  .yygk-yyjj-3 a {
    margin: 0 auto;
  }
  .yygk-ld-3-yyjs1 {
    padding: 2%;
    width: 96%;
    float: unset;
  }
  .yygk-ld-3-yyjs2 {
    width: 100%;
    float: unset;
  }
  .yygk-ld-3 img{
    width: 100%;
  }
  .yygk-yyjj {
    padding: 2%;
    width: 95% !important;
  }
  .yygk-ld {
    background-color: #f2f2f2;
    padding: 40px 0;
    padding: 2%;
    width: 95% !important;
  }
  .yygk-ld-3 div {
    height: auto;
  }
  .yygk-div-2 ul li {
    padding: 0px 3%;
  }

  .mySwiper-yyhj {
    width:100%;
    height: 280px;
  }
  .mySwiper-yyhj-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease; /* 为 transform 属性添加过渡效果 */
  }
  .yygh-content-bottom-div1 {
    line-height: 2rem;
    width: 70%;
  }
  .yygh-content-bottom-div2 {
    width: 30%;
  }
  /* 鼠标划入时的样式 */
  .mySwiper-yyhj-img:hover img {
    transform: scale(1.1);
  }

  .yygk-yyjj img{
    max-width: 100%;
  }
  .yygk-div-2{
    display: none;
  }
  .yygk-div {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
  }
  .yygk-div-1 h2 {
    color:unset;
    font-size: 1.2rem;
  }
  .yygk-div-1 {
    padding: 2%;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-bottom: 2%;
    width: 96%;
  }
  .yygk-jyhj {
    display: block;
  }
  .yygk-jyhj div {
    width: 100%;
    margin-bottom: 3%;
  }
  .yygh-content{
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .pf-img1 div {
    width: 96%;
  }
  .pf-img1 div img{
    width: 100%;
  }
  #container {
    height: 15rem;
    width: 100%;
    margin: 0 auto;
  }

  .yygh-form {
    width: 100%;
  }
  .yygh-form ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .yygh-form ul li {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 5%;
  }
  .ms-p {
    line-height: 4rem !important;
    margin-right: 2%;
  }
  .yygh-ff1-div {
    color: #00917f;
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 4px;
    margin: 28px 0;
  }
  .yygh-ff {

  }
  .yygh-form ul li span {
    width: 24%;
  }
  .yygh-form ul li input {
    width: 70%;
  }

  .yygh-form .yygh-input-jzsj {
    width: 47%;
  }
  .yygh-form .yygh-select-jzsj {
    width: 22%;
  }
  .yygh-form .doctor_sel {
    width: 70%;
  }
  .yygh-form .ms-text {
    width: 70%;
    height: 5rem;
  }
  /*医院概况结束*/
  /*科室列表*/
  .ks-list-all {
    width: 90%;
    margin: 0 auto;

  }
  .tab-pannel > li {
    width: 97%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 19px 29px;
    float: left;
    margin: 0 5px 30px;
    transition: border-color 0.8s;
    -webkit-transition: border-color 0.8s;
  }
  .tab-pannel {
    padding-bottom: 30px;
    margin: 0 0px;
    overflow: hidden;
  }
  /*详情*/
  .yyks-xq{
    background: #fff;
  }
  .yyks-xq-nav {
    width: 96%;
    padding: 0 2%;
  }
  .department-setting {
    width: 100%;
  }
  .department-menu {

    width: 100%;
    padding: 6px;
  }
  .ksxq-btn {
    padding: 0 .6rem;
  }
  .yyks-xq-div2 .yyks-xq-div2-title {
    width: 100%;
    line-height: 6vh;
  }
  .yyks-dq-qz {
    width: 96%;
    padding: 5% 2%;
  }
  .yyks-content {
    width: 96%;
  }
  .yyks-div {
    min-height: unset;
  }
  .yyks-div-1 {
    padding-top: 0px;
    width: 100%;
  }
  .yyks-div-1 h2 {
    color: #fff;
    font-size: 1.5rem;
  }
  .yyks-xq-div2-title span a, .yyks-xq-div2-title span {
    font-size: 1.2rem;
  }
  .yyks-xq-div4 {
    display: block;
    width: 100%;
  }
  .yyks-xq-div4-1, .yyks-xq-div4-2 {
    width: 100%;
  }
  .yyks-content {
    margin: 0 auto;
    text-align: unset;
    padding: 0px;
    text-indent: 2em;
  }
  .yyks-xq-nav-div1 ul li a {
    font-size: 14px;
  }

  /*科室结束*/
  /*医生列表*/
  .ys-list{
    width: 100%;
  }
  .ys-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ys-list ul li {
    width: 45%;
    margin-right: 2%;
    margin: auto;
    margin-bottom: 5%;
  }
  .doctor-list-div1-img {
    height: auto;
    width: 30%;
  }
  .doctor-list-div1-name {
    width: 70%;
    line-height: 1.5rem;
  }
  /*详情*/
  .ys-xq-2-js1 {
    width: 100%;
    margin: 0 auto;
  }
  .ys-xq {
    width: 96%;
    margin: 0 auto;
  }
  .ys-xq-2{
    width: 96%;
    margin: 0 auto;
  }
  .ys-xq-tx-left-tx{
    width: 15%;
  }
  .ys-xq-tx-left-name{
    width: 24%;
  }
  .ys-xq-tx-left-name em{
    padding: 3%;
    color: #34858a;
    font-size: .9rem;
  }
  .ys-xq-shanchang1{
    position: relative;
    opacity: 1;
    display: block;
    height: 3.1rem;
    line-height: 1.5rem;
    overflow: hidden;
  }
  .ys-xq-shanchang2{
    opacity: 0;
    display: none;
    transition: transform .3s;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    padding: 12px;
    color: #555;
    text-align: justify;
    z-index: 1;
    transform: translateY(15px);
    box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    font-size: 12px;
  }
  .ys-xq-shanchang2-opened {
    opacity: 1;
    display: block;
    transform: translateY(-4px);
  }
  .ys-xq-shanchang2::before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .doctor-ks-list {
    display: flex;
    flex-wrap: wrap;
  }
  .doctor-ks-list-div {
    width: 24%;
  }
  .doctor-ks-list-div1 {
    width: 76%;
  }
  .doctor-list ul li {
    width: 100%;
  }
  .doctor-list-div2{
    display: none;
  }
  .doctor-m-scms{
    display: block !important;
  }
  .doctor-m-scms{
    height: 44px;
    overflow: hidden;
  }
  .doctor-list-div1-name span{
    color: #444;
  }

  .doctor-list li {
    width: 100%;
    height: auto;
    float: unset;
    box-sizing: border-box;
    border: unset;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    padding: 0 10px;
    margin-bottom: 0px;
    transition: all .3s;
    transition: border-color .3s, box-shadow .3s;
  }
  .ys-xq-tx-left-name p {
    font-size: 15px;
    width: 97%;
  }

.kp_article {
  margin-bottom: 2%;
  display: block;
}
  .kp_article .tit {
    font-size: 20px;
    margin: 8% 3% 0 3%;
    font-weight: bold;
  }
  .kp_article .tit::before {
    right: 2px;
    border-bottom: 1px solid #50aba0;
  }
  .kp_article .tit::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #50aba0;
  }
  .kp_article .tit::after, .kp_article .tit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 126px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu_son ul {
    margin: 4% auto;
    display: flex;
    flex-direction: row;
  }
  .menu_son .xz_son {
    background: #e5f9f9;
    color: #50aba0;
  }
  .menu_son ul li {
    width: 20%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    margin: 2% 0 0 3%;
    background: #f8f8f8;
    text-align: center;
    color: #919191;
    font-size: 15px;
  }
  .article_lists {
    margin: 3% 3%;
  }
  .article_lists ul li {
    border-bottom: 1px solid #f1f1f1;
  }
  .article_titles {
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    color: #000000;
    margin-bottom: .8%;
  }
  .article_description {
    line-height: 1.4rem;
    color: #666666;
    font-size: .8rem;
    margin-bottom: 1%;
  }
  .article_click {
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
  }
  .article_click span {
    display: block;
    font-size: .6rem;
    color: #a3a3a3;
    margin-bottom: 1%;
  }

  .kp_article .tit {
    position: relative;
  }
  .article_click i {
    background-image: url('../images/click.png');
    color: #8E8E8E;
    line-height: 1rem;
    padding-left: 1.2rem;
    background-size: 1.2rem;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .ys-xq-3{
    display: none;
  }

  /*医生列表结束*/
  /*文章列表*/
  .news-list{
    width: 98%;
    margin: 0 auto;
  }
  .news-list-li-div1 {
    width: 30%;
    margin-right: 3%;
  }
  .news-list-li-div1 img{
    width: 100%;
    height: 5rem;
  }
  .news-list-li-div2 {
    width: 67%;
  }
  .news-list-li-div2-wutu {
    width: 100%;
  }
  .news-list-li-div2-1 h2{
    font-size: 16px;
    margin-bottom: 6%;
    line-height: 1.4rem;
    font-weight: normal;
    height: 3rem;
  }
  .news-list-li-div2-1 p {
    display: none;
  }
  .news-list-li-div2-2 p {
    color: #999;
    margin: 0 0 2%;
    font-size: 13px;
  }

  /*详情*/
  .article-block{
    display: none;
  }
  .content {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0px;
  }
  .content-mark {
    width: 100%;
  }
  .content .news-content {

    font-size: 16px;
    color: #646464;
    padding: 0 3%;
    padding-top: 5%;
  }
  .content .link {
    display: block;
    padding: 5% 2%;
  }
  .content .link span{
    display: block;
    padding: 2% 0;
  }
  .content .news-info .content-mark span {
    margin: 0 3%;
  }
  .content-title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding: 8px 0;
    color: #555;
  }
  .news-list-tj{
    background: #fff;
    width: 96%;
    margin: 2% auto;
    padding: 2%;
  }
  .news-list-tj h4 {
    font-size: 18px;
    color: #666;
    font-weight: 400;
  }
  .news-tj-li {
    position: relative;
    overflow: hidden;
    padding: 11px 0px;
    -webkit-touch-callout: none;
    border-bottom: 1px solid #eee;
  }
  .news-tj-li h5{
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
  .news-mark{
    color: #999;
    font-size: 13px;
    line-height: 1;
    height: 13px;
    margin-top: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .news-content img {
    max-width: 100%;
    height: auto;
  }
  .body_box {
    width: 100%;
  }
  .pager {
    display: flex;
    justify-content: center;
    padding: 5px 6px;
  }
  .pager a {
    background: #eee;
    border-radius: 10px;
    margin-right: 2px;
    min-width: 25px;
    padding: 6px;
    text-align: center;
    height: 26px;
  }
  .pager em {
    padding: 10px;
    background: #eee;
    border-radius: 10px;
    margin-right: 7px;
    height: 18px;
  }
  .is_yes_img{
    display: flex;
  }
  .is_yes_img div:first-child{
    width: 70%;
  }
  .is_yes_img div:last-child{
    width: 30%;
  }
  .is_yes_img div:last-child img{
    width: 100%;
    height: 5rem;
  }
  .content .news-content {
    border-top: 1vw solid #4abfc6;
  }
  .is-bd-doctor{
    display: block;
    border-top: 1px solid #eee;
    padding: 5% 3% 0;
  }
  .is-bd-doctor-div1{
    display: flex;
  }
  .is-bd-doctor-div2 ul{
    display: flex;
  }
  .is-bd-doctor-div2 ul li{
    width: 33%;
    text-align: center;
    border: 1px solid #eee;
    background: #979595;
    padding: 1.5% 0;
    border-radius: 10px;
  }
  .is-bd-doctor-div2 ul li a{
    width: 100%;
    display: block;
  }
  .is-bd-doctor-div2 ul li:nth-child(1){
    background: #5cabff;
  }
  .is-bd-doctor-div2 ul li:nth-child(1) a{
    color: #fff;
  }
  .is-bd-doctor-div2 ul li:nth-child(2){
    background: #20dfb3;
  }
  .is-bd-doctor-div2 ul li:nth-child(2) a{
    color: #fff;
  }
  .is-bd-doctor-div2 ul li:nth-child(3){
    background: #ffd152;
  }
  .is-bd-doctor-div2 ul li:nth-child(3) a{
    color: #fff;
  }
  .is-bd-doctor-div2{
    margin: 3% 0;
  }
  .is-bd-doctor-div1-2 div:first-child{
    margin-bottom: 5%;
  }
  .is-bd-doctor-div1-2 div:last-child p{
    font-size: .9rem;
    line-height: 1.5;
  }
  .div1-2-name{
    font-weight: bold;
  }
  .div1-2-grade_job{

  }

  .is-bd-doctor-div3 p{
    font-size: .9rem;
    line-height: 1.5rem;
    padding-bottom: 4%;
  }
  .is-bd-doctor-div1-1{
    width: 30%;
    margin-right: 4%;
  }
  .is-bd-doctor-div1-2{
    width: 66%;
  }
  .is-bd-doctor-div1 div:first-child img{
    width: 100%;
  }



  /*文章列表结束*/
}

