.full {
  overflow: hidden;
  background-color: #f3f3f3;
}
.hospital {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 18px;
}
.hospital .hospital-label {
  display: flex;
  align-items: center;
  margin-right: 4px;
  color: #333;
}
.hospital .hospital-label img {
  display: block;
  margin-right: 2px;
  height: 22px;
}
.swiper .swiper-fn,
.swiper-link .swiper-fn {
  position: relative;
}
.swiper .banner-button-prev,
.swiper-link .banner-button-prev,
.swiper .banner-button-next,
.swiper-link .banner-button-next {
  position: absolute;
  top: 279px;
  z-index: 2;
  width: 62px;
  height: 62px;
  cursor: pointer;
}
.swiper .banner-button-prev,
.swiper-link .banner-button-prev {
  background: url("../static/image/p.png") center/cover no-repeat;
}
.swiper .banner-button-next,
.swiper-link .banner-button-next {
  right: 0;
  background: url("../static/image/n.png") c enter/cover no-repeat;
}
.swiper .banner-pagination,
.swiper-link .banner-pagination {
  position: absolute;
  bottom: -566px !important;
  z-index: 2;
  transform: translateX(50%);
}
.swiper .banner-pagination .swiper-pagination-bullet,
.swiper-link .banner-pagination .swiper-pagination-bullet {
  border-radius: 24px;
  background: #fff;
  opacity: 1;
}
.swiper .banner-pagination .swiper-pagination-bullet-active,
.swiper-link .banner-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ab7038;
}
.swiper .swiper-slide,
.swiper-link .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-banner {
  height: 620px;
}
.submit-form {
  position: relative;
  z-index: 3;
  display: flex;
  overflow: hidden;
  margin-top: -45px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 24px 50px 0 rgba(153,153,153,0.32);
}
.submit-form .tab {
  width: 260px;
}
.submit-form .tab .tab-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 131px;
  background-color: #f5f5f5;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.submit-form .tab .tab-item span {
  display: block;
}
.submit-form .tab .tab-item .item-name {
  font-size: 32px;
}
.submit-form .tab.tab-item-active-1 .tab-item:nth-child(1) {
  background-color: #fff;
  color: #ab7038;
}
.submit-form .tab.tab-item-active-1 .tab-item:nth-child(2) {
  border-top-right-radius: 24px;
}
.submit-form .tab.tab-item-active-2 .tab-item:nth-child(2) {
  background-color: #fff;
  color: #ab7038;
}
.submit-form .tab.tab-item-active-2 .tab-item:nth-child(1) {
  border-bottom-right-radius: 24px;
}
.submit-form .content {
  flex: 1;
  padding: 27px 60px;
}
.submit-form .content .content-item {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  height: 100%;
}
.submit-form .content .content-item .input-block {
  display: flex;
  flex: 1;
}
.submit-form .content .content-item .form-item {
  align-items: center;
  margin-right: 40px;
}
.submit-form .content .content-item .form-item:last-child {
  padding-right: 0;
}
.submit-form .content .content-item label {
  display: block;
  margin-bottom: 14px;
  min-width: 52px;
  font-size: 18px;
}
.submit-form .content .content-item input[type='text'],
.submit-form .content .content-item input[type='date'] {
  padding: 16px;
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  line-height: 28px;
}
.submit-form .content .content-item input[type='text']:hover,
.submit-form .content .content-item input[type='date']:hover,
.submit-form .content .content-item input[type='text']:focus,
.submit-form .content .content-item input[type='date']:focus {
  border-color: #ab7038;
}
.submit-form .content .content-item .submit-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background: #ab7038;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  cursor: pointer;
}
.submit-form .content .content-item .submit-btn span {
  display: block;
}
.service-list {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}
.service-list .service-item {
  flex: 1;
  margin-left: 16px;
  padding: 37px 0;
  border: 1px solid rgba(153,153,153,0.4);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s;
}
.service-list .service-item:first-child {
  margin-left: 0;
}
.service-list .service-item:hover {
  border-color: #ab7038;
  box-shadow: 0 0 50px 0 rgba(153,153,153,0.32);
}
.service-list .service-item:hover p {
  color: #ab7038;
}
.service-list .service-item img {
  margin: auto;
  margin-bottom: 10px;
  width: 130px;
  height: 130px;
}
.service-list .service-item p {
  font-weight: bold;
  font-size: 24px;
}
.intro {
  padding-top: 74px;
  height: 604px;
  background: #f5f5f5 url("../static/image/intro2.png") left center/cover no-repeat;
}
.intro .container {
  display: flex;
}
.intro .intro-left {
  flex: 1;
  margin-right: 114px;
}
.intro .intro-left .intro-logo {
  margin-bottom: 10px;
  height: 76px;
}
.intro .intro-left .intro-txt {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.intro .intro-left .intro-3 {
  margin-bottom: 50px;
}
.intro .intro-left .more {
  border-color: #fff;
  color: #fff;
}
.intro .intro-left .more:after {
  background: url("../static/image/ar-white.png") center/cover no-repeat;
}
.intro .intro-right {
  margin-top: 34px;
}
.intro .intro-right .intro-border {
  position: relative;
  width: 610px;
  height: 438px;
  border: 1px solid #ab7038;
  border-radius: 10px;
}
.intro .intro-right .intro-border .intro-video {
  position: absolute;
  right: 26px;
  bottom: 26px;
  overflow: hidden;
  width: 610px;
  height: 445px;
  border-radius: 10px;
  background-color: #fff;
}
.intro .intro-right .intro-border .intro-video video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.fn {
  margin: 100px auto;
}
.fn .fn-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 44px;
}
.fn .fn-title:after,
.fn .fn-title:before {
  margin: 0 22px;
  width: 130px;
  height: 1px;
  background: #999;
  content: '';
}
.fn-list {
  display: flex;
  justify-content: space-between;
}
.fn-list .fn-item {
  flex-basis: 19%;
  padding: 55px 0;
  border: 1px solid rgba(153,153,153,0.4);
  border-radius: 16px;
  transition: all 0.3s;
}
.fn-list .fn-item:hover {
  border-color: #ab7038;
  box-shadow: 0 0 50px 0 rgba(153,153,153,0.32);
}
.fn-list .fn-item:hover p {
  color: #ab7038;
}
.fn-list .fn-item img {
  margin: auto;
  margin-bottom: 16px;
  width: 88px;
  height: 88px;
}
.fn-list .fn-item p {
  color: #333;
  text-align: center;
  font-size: 24px;
}
.zh-list {
  display: flex;
  display: none;
  justify-content: space-between;
  margin-bottom: 60px;
}
.zh-list .zh-item {
  display: flex;
  flex-basis: 22%;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.zh-list .zh-item:hover,
.zh-list .zh-item-on {
  background-color: #ab7038;
}
.zh-list .zh-item:hover .zh-item-content,
.zh-list .zh-item-on .zh-item-content {
  background: url("../static/image/zh_white.png") left center/37px auto no-repeat;
}
.zh-list .zh-item:hover .zh-item-content h4,
.zh-list .zh-item-on .zh-item-content h4,
.zh-list .zh-item:hover .zh-item-content p,
.zh-list .zh-item-on .zh-item-content p {
  color: #fff;
}
.zh-list .zh-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 37px;
  height: 80px;
  background: url("../static/image/zh.png") left center/37px auto no-repeat;
}
.zh-list .zh-item-content h4 {
  color: #333;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.zh-list .zh-item-content p {
  color: #999;
  font-size: 16px;
  line-height: 22px;
}
.zh-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 37px;
  background: url("../static/image/zh.png") left center/auto 60px no-repeat;
}
.zh-title h4 {
  color: #333;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.zh-title p {
  color: #999;
  font-size: 16px;
  line-height: 22px;
}
.zh-container {
  margin-bottom: 40px;
}
.zh-content {
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
.zh-content .zh-txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 34px;
  padding-left: 60px;
}
.zh-content .zh-txt .h5 {
  margin-bottom: 20px;
  font-size: 32px;
}
.zh-content .zh-txt .zh-txt-list {
  margin-bottom: 40px;
  font-size: 18px;
}
.zh-content .zh-txt .zh-txt-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  line-height: 28px;
}
.zh-content .zh-txt .zh-txt-list li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  content: '';
}
.zh-content .zh-img {
  width: 856px;
  height: 480px;
}
.zh-content .zh-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zh-content-on {
  display: flex;
}
.honor-container {
  display: flex;
}
.honor-container .honor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.honor-container .honor-list .honor-item {
  overflow: hidden;
  margin-right: 14px;
  margin-bottom: 14px;
  width: 227px;
  border-radius: 8px;
  background-color: #f3f3f3;
}
.honor-container .honor-list img {
  width: 227px;
  height: 148px;
  transition: all 0.3s;
  object-fit: cover;
}
.honor-container .honor-list img:hover {
  transform: scale(1.05);
}
.honor-container .honor-list p {
  display: -webkit-box;
  overflow: hidden;
  padding: 10px 20px;
  height: 64px;
  background-color: #f3f3f3;
  text-align: center;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 /* 这里是超出几行省略 */;
}
.love-container img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: contain;
}
.love-container .love-item,
.love-container .love-item2 {
  background-color: #f5f5f5;
}
.love-container .love-item:hover,
.love-container .love-item2:hover {
  z-index: 2;
}
.love-container .love-item:hover img,
.love-container .love-item2:hover img {
  transform: scale(1.5);
}
.love-container .love-item,
.love-container .love-empty {
  position: relative;
  display: block;
  margin-bottom: 8px;
  margin-left: 8px;
  width: 56px;
  height: 56px;
}
.love-container .love-item2 {
  margin-bottom: 8px;
  margin-left: 8px;
  width: 141px;
  height: 141px;
}
.love-container .love-row {
  display: flex;
}
.love-container .love-row-center {
  justify-content: center;
}
.more {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 20px 50px;
  border: 1px solid #999;
  border-radius: 100px;
  color: #333;
  font-size: 20px;
}
.more:after {
  display: block;
  width: 50px;
  height: 28px;
  background: url("../static/image/ar.png") center/cover no-repeat;
  content: '';
  transition: all 0.5s;
}
.more:hover {
  border-color: #ab7038;
  color: #ab7038;
}
.more:hover:after {
  transform: translateX(5px);
}
.friend-link {
  background-color: #f0f0f2;
}
.friend-link .swiper-link {
  position: relative;
  overflow: hidden;
  padding: 15px 44px;
}
.friend-link .swiper-link .swiper-slide {
  width: 240px;
  height: 80px;
  background-size: contain;
}
.friend-link .swiper-link .link-button-prev,
.friend-link .swiper-link .link-button-next {
  position: absolute;
  top: 24px;
  z-index: 2;
  width: 24px;
  height: 62px;
  cursor: pointer;
}
.friend-link .swiper-link .link-button-prev {
  left: 0;
  background: url("../static/image/l-s.png") center/cover no-repeat;
}
.friend-link .swiper-link .link-button-next {
  right: 0;
  background: url("../static/image/r-s.png") center/cover no-repeat;
}
