@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  min-width: 750px;
  font-family: "PingFangSC-Regular", "Microsoft Yahei", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
  background: #ededed;
}
body.bg-fff {
  background: #fff;
}
body.pt0 {
  padding-top: 0;
}
body.on {
  overflow: hidden;
}
input {
  outline: none;
}
textarea {
  outline: none;
  resize: none;
}
img {
  max-width: 100%;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.container {
  width: 750px;
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.bg-fff {
  background: #fff;
}
.f0 {
  font-size: 0;
}
.c-orange {
  color: #ee7800;
}
/* ===============public=================== */
/* header */
.header {
  position: fixed;
  left: 50%;
  right: 0;
  top: 0;
  margin-left: -375px;
  width: 750px;
  z-index: 100;
  padding: 30px 48px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .a-logo img {
  height: 60px;
}
.header-bream {
  width: 48px;
  height: 40px;
  position: relative;
  z-index: 101;
  padding-top: 18px;
  cursor: pointer;
}
.header-bream span,
.header-bream::before,
.header-bream:after {
  background-color: #ec7820;
  height: 5px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream span {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.header-bream::before,
.header-bream:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
}
.header-bream::before {
  top: 2px;
}
.header-bream::after {
  bottom: 2px;
}
.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header-bream.on::before {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-bream.on::after {
  bottom: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle {
  position: fixed;
  right: 0;
  top: 120px;
  bottom: 0;
  z-index: 100;
  width: 356px;
  padding-bottom: 20px;
  overflow: auto;
  background: #fff;
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-toggle.on {
  transform: translateX(0);
}
.nav-list li {
  border-bottom: 1px solid #e5e5e5;
}
.nav-list li a {
  display: block;
  padding: 30px 20px;
  color: #333333;
  font-size: 26px;
}
.nav-list li a span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.nav-list li a.on {
  color: #ee7800;
}
.public-mc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.footer-bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 90;
  width: 750px;
  margin-left: -375px;
  padding-left: 60px;
  padding-right: 60px;
  background: #ec7820;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
}
.footer-a1,
.footer-a2 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding-bottom: 12px;
}
.footer-a1 .span-icon,
.footer-a2 .span-icon {
  margin-bottom: 9px;
}
.footer-a1 .span-icon img,
.footer-a2 .span-icon img {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.footer-a1 {
  padding-top: 16px;
}
.footer-a2 .span-icon {
  border: 14px solid #ec7820;
  margin-top: -42px;
  border-radius: 50%;
  margin-bottom: 0;
}
.footer-a2 .span-icon img {
  width: 80px;
  height: 80px;
}
/* ===============index=================== */
.banner > .swiper-pagination-bullets {
  bottom: 37px;
}
.banner > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #ec7820;
  opacity: 0.5;
}
.index-news {
  display: flex;
  justify-content: space-between;
  padding: 11px 20px;
}
.index-news .div-title {
  font-size: 22px;
  color: #ee7800;
  line-height: 32px;
  font-style: italic;
  width: 110px;
  background-image: url('../images/line-01.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.index-news .div-cont {
  width: 527px;
  background-image: url('../images/line-01.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 34px;
}
.index-news .a-more {
  font-size: 18px;
  color: rgba(55, 55, 55, 0.5);
  line-height: 32px;
}
.index-news-swiper {
  height: 32px;
  overflow: hidden;
}
.index-news-a1 {
  font-size: 18px;
  color: #666;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-fenlei {
  display: flex;
  flex-wrap: wrap;
}
.index-fenlei-a1 {
  width: 33.33%;
  text-align: center;
  background: #fff;
  padding: 29px 20px 35px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.index-fenlei-a1:nth-child(3n+1) {
  border-left: none;
}
.index-fenlei-a1 .span-icon img {
  height: 87px;
}
.index-fenlei-a1 .span-txt {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  margin-top: 9px;
}
.index-enter {
  padding: 45px 20px 42px;
}
.index-enter .index-more {
  margin-top: 34px;
}
.index-title .cn {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.index-title .en {
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin-top: 11px;
}
.index-title .en bdo {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #ccc;
}
.index-title .en .bdo-before {
  right: 100%;
  margin-right: 15px;
}
.index-title .en .bdo-after {
  left: 100%;
  margin-left: 15px;
}
.index-enter-tab {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.index-enter-tab::after {
  content: " ";
  position: absolute;
  bottom: 11px;
  width: 100%;
  height: 1px;
  background: #ededed;
  z-index: 0;
}
.index-enter-tab a {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 22px;
  color: #333;
  line-height: 1;
  margin: 0 40px;
  text-align: center;
}
.index-enter-tab a::before,
.index-enter-tab a::after {
  content: " ";
  position: absolute;
  bottom: 11px;
  height: 1px;
  background: #fff;
  display: none;
}
.index-enter-tab a .span-icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 15px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/icon-10.png');
}
.index-enter-tab a:first-child::before {
  width: 500px;
  right: 50%;
  display: block;
}
.index-enter-tab a:last-child::after {
  width: 500px;
  left: 50%;
  display: block;
}
.index-enter-tab a.on {
  color: #ee7800;
}
.index-enter-tab a.on .span-icon {
  background-image: url('../images/icon-10h.png');
}
.index-enter-nr {
  margin-top: 43px;
}
.index-enter-nr .div-nr-01 {
  display: none;
}
.index-enter-nr .div-nr-01:first-child {
  display: block;
}
.index-enter-art {
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.index-enter-art .mg1 {
  margin-bottom: 23px;
  border-radius: 10px;
}
.index-more {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fecc9a;
  font-size: 18px;
  color: #ec7820;
}
.index-six {
  padding: 43px 20px;
}
.index-six-tab {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: auto;
  margin-top: 42px;
}
.index-six-tab a {
  display: block;
  background: #ededed;
  font-size: 22px;
  color: #333;
  min-width: 114px;
  padding: 0 15px;
  text-align: center;
  line-height: 44px;
  margin-left: 5px;
}
.index-six-tab a:first-child {
  margin-left: 0;
}
.index-six-tab a.on {
  color: #fff;
  background: #ee7800;
}
.index-six-des {
  background: #ee7800;
  padding: 0 40px;
  overflow: hidden;
}
.index-six-des .div-nr-01 {
  display: none;
  overflow: hidden;
}
.index-six-des .div-nr-01:first-child {
  display: block;
}
.index-six-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 10px;
  margin-left: 5px;
  margin-right: -17px;
}
.index-six-list li {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-top: 5px;
  padding-left: 32px;
  padding-right: 6px;
  background: url('../images/icon-15.png') left center no-repeat;
}
.index-six-cont {
  margin-top: 30px;
}
.index-six-cont .div-nr-01 {
  display: none;
}
.index-six-cont .div-nr-01:first-child {
  display: block;
}
.index-six-01 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-six-01 .span-img {
  width: 354px;
  border-radius: 10px;
}
.index-six-01 .span-cont {
  width: 326px;
  padding-top: 10px;
}
.index-six-01 .span-cont .bdo-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.index-six-01 .span-cont .bdo-des {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-six-01 .index-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-team {
  padding: 43px 20px 0;
}
.index-team-tab {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.index-team-tab a {
  display: block;
  width: 140px;
  line-height: 48px;
  border: 1px solid #ededed;
  border-radius: 10px;
  text-align: center;
  font-size: 21px;
  color: #666;
  margin-left: 12px;
  margin-right: 12px;
}
.index-team-tab a.on {
  background: #ee7800;
  border-color: #ee7800;
  color: #fff;
}
.index-team-bottom {
  padding-top: 23px;
}
.index-team-bottom .div-nr-01 {
  display: none;
}
.index-team-bottom .div-nr-01:first-child {
  display: block;
}
.index-team-list {
  display: flex;
  justify-content: center;
}
.index-team-a1 {
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ffd09f;
  border-radius: 50%;
  margin: 20px 19px 0;
}
.index-team-a1.on {
  -webkit-box-shadow: 0 5px 18px rgba(238, 120, 0, 0.15);
  -moz-box-shadow: 0 5px 18px rgba(238, 120, 0, 0.15);
  box-shadow: 0 5px 18px rgba(238, 120, 0, 0.15);
}
.index-team-nr {
  position: relative;
  margin-top: 42px;
  background: #fafafa;
  padding-top: 46px;
}
.index-team-nr .div-nr-01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -9999;
}
.index-team-nr .div-nr-01.on {
  position: static;
}
.index-team-swiper {
  padding-left: 75px;
  padding-right: 75px;
}
.index-team-swiper .swiper-button-prev,
.index-team-swiper .swiper-button-next {
  width: 25px;
  height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-team-swiper .swiper-button-prev::after,
.index-team-swiper .swiper-button-next::after {
  display: none;
}
.index-team-swiper .swiper-button-prev {
  left: 22px;
  background-image: url('../images/arrow-left.png');
}
.index-team-swiper .swiper-button-next {
  right: 45px;
  background-image: url('../images/arrow-right.png');
}
.index-team-01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.index-team-01 .div-cont {
  width: 335px;
  padding-top: 35px;
  padding-bottom: 42px;
}
.index-team-01 .div-cont .div-title {
  font-size: 16px;
  color: #333;
}
.index-team-01 .div-cont .div-title .b-name {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-right: 13px;
}
.index-team-01 .div-cont .span-info {
  font-size: 16px;
  color: #fefefe;
  line-height: 24px;
  padding: 8px 20px;
  border-radius: 3px;
  background: #ee7800;
  margin-top: 20px;
}
.index-team-01 .div-cont .div-des {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  height: 60px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 17px;
}
.index-team-01 .div-cont .div-more {
  margin-top: 23px;
  font-size: 0;
}
.index-team-01 .div-cont .div-more a {
  display: inline-block;
  width: 128px;
  line-height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 18px;
  color: #999;
  background: #fff;
  text-align: center;
  margin-left: 24px;
}
.index-team-01 .div-cont .div-more a:first-child {
  margin-left: 0;
  color: #ee7800;
  border-color: #ffcd96;
}
.index-team-01 .div-img {
  width: 196px;
  background-size: cover;
  background-repeat: no-repeat;
  background: left bottom;
}
.index-team-01 .div-img img {
  width: 100%;
}
.index-booking {
  padding: 43px 20px;
}
.index-booking-form {
  width: 380px;
}
.index-booking-list {
  padding-top: 27px;
}
.index-booking-list li {
  margin-top: 20px;
}
.index-booking-list li.li1 .label-01 .span-title {
  padding-left: 0;
}
.index-booking-list .label-01 {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.index-booking-list .label-01 .span-title {
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 16px;
  line-height: 46px;
  color: #b2b2b2;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.index-booking-list .label-01 .put-01 {
  border: none;
  outline: none;
  background: none;
  resize: none;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 16px;
}
.index-booking-list .label-01 .text-01 {
  height: 180px;
}
.index-booking-list .but-01 {
  border: none;
  outline: none;
  background: none;
  width: 260px;
  height: 48px;
  background: #ee7800;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
}
.index-map {
  padding: 43px 20px;
}
.index-map-cont {
  padding-top: 40px;
}
.index-map-cont .div-txt {
  text-align: center;
  font-size: 14px;
  color: #ee7800;
  line-height: 22px;
}
.index-map-cont .div-txt .span-num {
  font-size: 22px;
}
.index-map-cont .div-img {
  margin-top: 35px;
}
.index-environment {
  padding: 43px 20px;
}
.index-environment-nr .div-nr-01 {
  display: none;
}
.index-environment-nr .div-nr-01:first-child {
  display: block;
}
.index-environment-tab {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  overflow: auto;
  margin-top: 8px;
}
.index-environment-tab a {
  font-size: 22px;
  color: #fff;
  background: #ffcd9a;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  margin-left: 3px;
  min-width: 175px;
}
.index-environment-tab a:first-child {
  margin-left: 0;
}
.index-environment-tab a.on {
  color: #fff;
  background: #ee7800;
}
.index-links {
  padding: 43px 20px 93px;
}
.index-links-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.index-links-list li {
  width: 164px;
  margin-left: 107px;
  margin-top: 10px;
}
.index-links-list li:nth-child(3n+1) {
  margin-left: 0;
}
.index-links-list li:last-child a {
  background: none;
  padding-right: 0;
  font-size: 16px;
  color: #ec7820;
}
.index-links-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-right: 20px;
  background: url('../images/line-02.png') right bottom no-repeat;
}
.index-links-list li a img {
  min-width: 100%;
  max-height: 90%;
}
/* =============== 集团新闻 =================== */
.public-menu {
  padding-right: 100px;
  border-top: 1px solid #f2f2f2;
  font-size: 0;
  height: 80px;
  overflow: hidden;
}
.public-menu a {
  display: inline-block;
  font-size: 24px;
  color: #333;
  width: 25%;
  line-height: 80px;
  text-align: center;
}
.public-menu a.on {
  color: #EE7800;
  background: url('../images/line-03.png') center bottom 4px no-repeat;
}
.public-menu .a-more {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  font-size: 20px;
  color: #ee7800;
  width: 100px;
  line-height: 40px;
  background: none;
}
.public-menu .a-more::before {
  content: " ";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 12px;
  background: url('../images/bg-01.png') left -10px no-repeat;
}
.public-menu.on {
  height: auto;
}
.banner-inside img {
  width: 100%;
}
.news-list {
  padding-top: 26px;
  padding-bottom: 50px;
}
.news-list li {
  margin-top: 23px;
}
.news-list li:first-child {
  margin-top: 0;
}
.news-a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.news-a1 .span-img {
  width: 41.97%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-a1 .span-cont {
  width: 58.03%;
  padding: 0 25px;
}
.news-a1 .bdo-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
.news-a1 .bdo-des {
  font-size: 18px;
  line-height: 30px;
  color: #999;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.news-a1 .bdo-date {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.news-a1 .bdo-date i {
  font-style: normal;
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #feca92;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}
/* =============== 集团新闻-内容页 =================== */
.news-art {
  padding: 30px 20px 26px;
  border-top: 1px solid #ededed;
}
.news-art .div-title {
  font-size: 38px;
  line-height: 60px;
  color: #333;
}
.news-art .div-info {
  font-size: 22px;
  line-height: 32px;
  color: #999;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-art .div-art {
  font-size: 24px;
  line-height: 50px;
  color: #333;
  margin-top: 50px;
}
.news-recomm {
  padding: 38px 20px 60px;
  border-top: 1px solid #ededed;
}
.news-recomm-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-recomm-title .span-title {
  font-size: 24px;
  color: #ee7800;
  padding-left: 36px;
  line-height: 28px;
  background: url('../images/bg-02.png') left center no-repeat;
}
.news-recomm-title .a-more {
  font-size: 20px;
  color: #999;
  line-height: 1;
}
.news-recomm-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.news-recomm-list li {
  width: 300px;
  margin-top: 24px;
}
.news-recomm-a1 .span-img {
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-recomm-a1 .span-img img {
  max-width: 100%;
  max-height: 100%;
}
.news-recomm-a1 .span-title {
  font-size: 22px;
  line-height: 32px;
  color: #666;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* =============== 公益动态 =================== */
.gy-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 60px;
}
.gy-list li {
  width: 345px;
  margin-top: 20px;
}
.gy-a1 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(201, 201, 201, 0.75);
  -moz-box-shadow: 0 4px 8px rgba(201, 201, 201, 0.75);
  box-shadow: 0 4px 8px rgba(201, 201, 201, 0.75);
}
.gy-a1 .span-cont {
  padding: 14px 20px 27px;
}
.gy-a1 .bdo-title {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gy-a1 .bdo-des {
  letter-spacing: 4px;
  font-size: 18px;
  line-height: 28px;
  color: #999;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* =============== 公益视频 =================== */
.gyvideo-list {
  padding: 0 20px 60px;
}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}
.gyvideo-01 {
  position: relative;
  margin-top: 17px;
  height: 422px;
}
.gyvideo-01 img {
  width: 100%;
  height: 422px;
}
.gyvideo-01 video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.gyvideo-01 .video-play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: url('../images/video-mc.png') center no-repeat;
}
.gyvideo-01 .span-title {
  position: absolute;
  left: 22px;
  top: 15px;
  right: 22px;
  z-index: 10;
  font-size: 28px;
  color: #fff;
}
/* =============== 公益服务 =================== */
.gy-service-main {
  padding: 40px 20px 60px;
}
.gy-service-title .span-cn {
  position: relative;
  font-size: 28px;
  z-index: 2;
  color: #323232;
  font-weight: bold;
}
.gy-service-title .span-cn i {
  font-size: 20px;
  font-style: normal;
  margin-left: 10px;
  margin-right: 10px;
}
.gy-service-title .span-en {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  font-size: 38px;
  font-weight: bold;
  font-family:Arial;
  color: rgba(202, 202, 202, 0.18);
  line-height: 1;
  letter-spacing: 3px;
}
.gy-service-des {
  font-size: 18px;
  line-height: 38px;
  color: #323232;
  padding: 30px 15px;
  border: 1px solid #dde3e6;
  margin-top: 54px;
  letter-spacing: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 32px rgba(239, 233, 241, 0.6);
  -moz-box-shadow: 0 5px 32px rgba(239, 233, 241, 0.6);
  box-shadow: 0 5px 32px rgba(239, 233, 241, 0.6);
}
.gy-service-list {
  padding-top: 15px;
}
.gy-service-list li {
  display: flex;
  justify-content: space-between;
  padding: 28px 42px 15px;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  margin-top: 25px;
}
.gy-service-a1 {
  width: 290px;
}
.gy-service-a1 .span-img {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gy-service-a1 .span-img img {
  max-width: 100%;
  max-height: 100%;
}
.gy-service-a1 .span-title {
  font-size: 20px;
  color: #1d202a;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 10px;
}
.gy-service-ggw {
  margin-top: 53px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  padding: 20px;
}
.gy-service-ggw i {
  font-size: 20px;
  font-style: normal;
}
/* =============== 公益服务 =================== */
.gy-service-01 {
  margin-top: 80px;
}
.gy-service-01:first-child {
  margin-top: 0;
}
.gy-service-gying {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dde3e6;
  border-radius: 10px;
  margin-top: 50px;
  -webkit-box-shadow: 0 5px 32px rgba(239, 233, 241, 0.6);
  -moz-box-shadow: 0 5px 32px rgba(239, 233, 241, 0.6);
  box-shadow: 0 5px 32px rgba(239, 233, 241, 0.6);
}
.gy-service-gying .div-img {
  width: 49%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gy-service-gying .div-cont {
  width: 51%;
  padding: 30px 35px;
  font-size: 18px;
  line-height: 38px;
  color: #323232;
  letter-spacing: 6px;
}
.gy-service-gying .div-cont .div-title {
  font-size: 22px;
  color: #ee7800;
}
.gy-service-gying .div-cont .div-des {
  margin-top: 3px;
}
.gy-service-wrc {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  margin-left: -5px;
  margin-right: -5px;
}
.gy-service-wrc-a1 {
  width: 230px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
}
.gy-service-wrc-a1 .span-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gy-service-wrc-a1 .span-img img {
  max-width: 100%;
  max-height: 100%;
}
.gy-service-wrc-a1 .span-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-top: 5px;
}
.gy-service-smile {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 65px;
  white-space: nowrap;
  overflow: auto;
}
.gy-service-smile-a1 {
  display: inline-block;
  width: 290px;
  margin: 35px 10px 20px 10px;
  padding-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
}
.gy-service-smile-a1 .span-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
  width: 178px;
  height: 171px;
  border-radius: 10px;
  overflow: hidden;
}
.gy-service-smile-a1 .span-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.gy-service-smile-a1 .span-title {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  display: block;
  white-space: normal;
}
/* =============== 小小牙医 =================== */
.small-img {
  padding-top: 65px;
}
.small-form {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  -webkit-box-shadow: 0 11px 51px rgba(158, 170, 195, 0.2);
  -moz-box-shadow: 0 11px 51px rgba(158, 170, 195, 0.2);
  box-shadow: 0 11px 51px rgba(158, 170, 195, 0.2);
}
.small-form .div-img {
  width: 42.65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.small-form .div-cont {
  width: 57.35%;
  padding: 21px 35px 18px;
}
.small-form .div-title {
  font-size: 20px;
  color: #323232;
  line-height: 30px;
  font-weight: bold;
}
.small-form .ul-list {
  padding-top: 12px;
}
.small-form .ul-list li {
  padding-top: 10px;
}
.small-form .ul-list li .span-txt {
  font-size: 16px;
  color: #fc5f62;
  line-height: 48px;
  margin-left: 12px;
}
.small-form .ul-list li.li1 {
  display: flex;
  justify-content: space-between;
}
.small-form .put-01 {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 16px;
  line-height: 46px;
  font-size: 18px;
}
.small-form .put-01::placeholder {
  color: #b2b2b2;
}
.small-form .put-01.ling {
  width: 160px;
}
.small-form .a-01 {
  width: 48.85%;
  height: 45px;
  border: none;
  background: #ec7820;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.small-form .a-01 img {
  margin-left: 10px;
}
.small-form .a-01.but-01 {
  background: #fda073;
}
/* =============== 医院简介 =================== */
.intro-department {
  padding: 40px 25px;
}
.intro-title {
  font-size: 28px;
  color: #ee7800;
  line-height: 1;
  font-weight: bold;
  background: url('../images/line-04.png') left bottom no-repeat;
}
.intro-des {
  font-size: 20px;
  line-height: 44px;
  color: #333;
  letter-spacing: 2px;
  margin-top: 30px;
}
.intro-num {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.intro-num .div-01 {
  flex: 1;
  text-align: center;
  background: url('../images/line-05.png') left center no-repeat;
  font-weight: bold;
}
.intro-num .div-01:first-child {
  background: none;
}
.intro-num .span-01 {
  font-size: 16px;
  line-height: 28px;
}
.intro-num .span-01 .bdo-num {
  font-size: 28px;
}
.intro-num .span-txt {
  font-size: 18px;
  color: #666;
  line-height: 1;
  font-weight: normal;
  margin-top: 12px;
}
.intro-linian {
  padding: 60px 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.intro-linian-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
  margin-left: -8px;
  margin-right: -8px;
}
.intro-linian-list li {
  width: 100%;
  padding-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.intro-linian-list .li-5 {
  width: 50%;
}
.intro-linian-01 {
  background: rgba(232, 146, 68, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.intro-linian-01 .span-icon {
  width: 146px;
}
.intro-linian-01 .div-cont {
  width: calc(100% - 46px);
  padding-right: 20px;
}
.intro-linian-01 .div-title {
  font-size: 20px;
  line-height: 30px;
}
.intro-linian-01 .div-des {
  margin-top: 4px;
}
.intro-environment {
  padding: 40px 25px 60px;
}
.intro-environment-cont {
  display: flex;
  justify-content: space-between;
}
.intro-environment-01 {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.intro-environment-01 .div-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 101px;
}
.intro-environment-01 .div-icon img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 0 24px rgba(239, 120, 0, 0.05);
  -moz-box-shadow: 0 0 24px rgba(239, 120, 0, 0.05);
  box-shadow: 0 0 24px rgba(239, 120, 0, 0.05);
}
.intro-environment-01 .div-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.intro-environment-scroll {
  margin-top: 37px;
}
.intro-environment-scroll img {
  width: 100%;
}
.intro-environment-scroll > .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
}
.intro-environment-scroll > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.intro-environment-scroll .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  background: #ffcd9a;
  cursor: pointer;
  border-radius: 0;
}
.intro-environment-scroll .swiper-pagination-bullet-active {
  background: #ee7800;
}
/* ===============牙齿矫正=================== */
.banner-zt > .swiper-pagination-bullets {
  bottom: 20px;
}
.banner-zt > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.banner-zt .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #747474;
  cursor: pointer;
  border-radius: 12px;
  opacity: 1;
}
.banner-zt .swiper-pagination-bullet-active {
  width: 47px;
  background: #ffa06e;
}
.correct-main {
  padding-bottom: 60px;
}
.correct-01 {
  padding-top: 80px;
}
.correct-intro {
  padding: 40px 0 115px;
}
.correct-title {
  position: relative;
  padding-bottom: 30px;
  background: url('../images/line-06.jpg') center bottom no-repeat;
}
.correct-title .span-cn {
  position: relative;
  z-index: 10;
  font-size: 28px;
  color: #ee7800;
  line-height: 1;
}
.correct-title .span-en {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(178, 178, 178, 0.18);
  font-weight: bold;
}
.correct-intro-cont {
  position: relative;
  margin-top: 190px;
  padding: 176px 20px 67px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.correct-intro-cont .div-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -148px;
}
.correct-intro-cont .div-img img {
  width: 656px;
  height: 261px;
}
.correct-intro-cont .div-des {
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}
.correct-intro-zz {
  padding-top: 40px;
}
.correct-title2 {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 15px;
  background: url('../images/line-08.png') center bottom no-repeat;
  letter-spacing: 2px;
}
.correct-des {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  letter-spacing: 2px;
  margin-top: 30px;
}
.correct-des .span-01 {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 30px;
}
.correct-img {
  margin-top: 50px;
}
.correct-intro-zz-list {
  margin-top: 60px;
  height: 170px;
  background: url('../images/line-07.png') center bottom no-repeat;
  display: flex;
}
.correct-intro-zz-list li {
  width: 122px;
  margin-left: 60px;
}
.correct-intro-zz-list li:first-child {
  margin-left: 39px;
}
.correct-intro-zz-list li:first-child .correct-intro-zz-01 {
  top: 0;
}
.correct-intro-zz-list li:first-child .correct-intro-zz-01 .div-img {
  transform: rotate(-5deg);
}
.correct-intro-zz-list li:nth-child(2) .correct-intro-zz-01 {
  margin-top: 17px;
}
.correct-intro-zz-list li:nth-child(2) .correct-intro-zz-01 .div-img {
  transform: rotate(5deg);
}
.correct-intro-zz-list li:nth-child(3) .correct-intro-zz-01 {
  margin-top: 46px;
}
.correct-intro-zz-list li:nth-child(3) .correct-intro-zz-01 .div-img {
  transform: rotate(-10deg);
}
.correct-intro-zz-list li:nth-child(4) .correct-intro-zz-01 {
  margin-top: 6px;
}
.correct-intro-zz-list li:nth-child(4) .correct-intro-zz-01 .div-img {
  transform: rotate(-10deg);
}
.correct-intro-zz-01 {
  position: relative;
  padding-bottom: 48px;
  background: url('../images/icon-24.png') bottom center no-repeat;
}
.correct-intro-zz-01 .div-img {
  width: 122px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 4px 8px rgba(47, 47, 47, 0.32);
  -moz-box-shadow: 0 4px 8px rgba(47, 47, 47, 0.32);
  box-shadow: 0 4px 8px rgba(47, 47, 47, 0.32);
}
.correct-intro-zz-01 .div-img img {
  min-width: 100%;
  max-height: 100%;
}
.correct-intro-zz-01 .div-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 20px;
  color: #333;
  line-height: 1;
  margin-top: 16px;
  text-align: center;
}
.correct-question-list {
  margin-top: 24px;
}
.correct-question-list li {
  border-bottom: 1px dashed #f2f2f2;
}
.correct-question-list li a {
  position: relative;
  padding-right: 188px;
  display: block;
  padding-left: 42px;
  background: url('../images/icon-25.png') 12px center no-repeat;
  font-size: 20px;
  color: #666;
  line-height: 56px;
}
.correct-question-list li a span {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
.correct-case-scroll {
  margin-top: 35px;
}
.correct-case-scroll > .swiper-pagination-bullets {
  position: relative;
  margin-top: 30px;
}
.correct-case-scroll > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.correct-case-scroll .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #747474;
  cursor: pointer;
  border-radius: 12px;
  opacity: 1;
}
.correct-case-scroll .swiper-pagination-bullet-active {
  width: 47px;
  background: #ffa06e;
}
.correct-yuyue-a {
  height: 54px;
  line-height: 54px;
  color: #fff;
  background: url('../images/bg-06.png') center no-repeat;
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 2px;
}
.correct-four-list {
  padding: 8px 20px 0;
}
.correct-four-list li {
  margin-top: 32px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(47, 47, 47, 0.32);
  -moz-box-shadow: 0 0 4px rgba(47, 47, 47, 0.32);
  box-shadow: 0 0 4px rgba(47, 47, 47, 0.32);
}
.correct-four-a1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25.14%;
  padding-right: 21.89%;
  overflow: hidden;
}
.correct-four-a1 .div-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25.14%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.correct-four-a1 .div-cont {
  width: 100%;
  padding: 56px 45px;
}
.correct-four-a1 .div-title {
  font-size: 28px;
  color: #666;
  line-height: 38px;
}
.correct-four-a1 .div-des {
  font-size: 18px;
  color: #ec7820;
  line-height: 28px;
  margin-top: 4px;
}
.correct-four-a1 .div-jg {
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.89%;
  font-size: 28px;
  color: #fff;
  background: url('../images/bg-08.png') left center no-repeat;
}
/* ===============牙齿种植=================== */
.repair-one-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.repair-one-list li {
  width: 345px;
  margin-top: 25px;
}
.repair-one-01 {
  width: 100%;
  height: 280px;
  border-radius: 10px;
}
.repair-one-01 img {
  width: 100%;
}
.repair-one-01 .div-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.repair-one-01 .div-title {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 12px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  color: #666;
  line-height: 50px;
  border-radius: 5px;
  font-weight: 700;
}
.repair-case {
  padding-left: 20px;
  padding-right: 20px;
}
.repair-case-01 {
  padding-top: 60px;
}
.repair-case-a1 {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: #ee7800;
  border-radius: 10px;
  margin: 40px 30px 0;
}
.repair-case-menu-list {
  width: 224px;
  border-bottom: 1px solid #e1e1e1;
}
.repair-case-menu-list li {
  border-top: 1px solid #e1e1e1;
}
.repair-case-menu-list li a {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  height: 98px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 15px;
  background: #f2f2f2;
}
.repair-case-menu-list li a::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffa06e;
}
.repair-case-menu-list li a.on {
  background: #fff;
}
.repair-case-menu-list li a.on::before {
  height: 16px;
}
.repair-case-right {
  width: 420px;
}
.repair-case-right .div-img img {
  width: 100%;
  height: 206px;
}
.repair-case-right .div-title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 18px;
  color: #ec7820;
  letter-spacing: 3px;
}
.repair-case-right .div-des {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  letter-spacing: 2px;
  margin-top: 3px;
}
.repair-case-right .div-start {
  margin-top: 10px;
}
.repair-case-right .div-start .span-title {
  width: 90px;
  text-align-last: justify;
  font-size: 16px;
  color: #666;
}
.repair-case-right .div-start img {
  margin-left: 7px;
}
.repair-case-nr .div-nr-01 {
  display: none;
}
.repair-case-nr .div-nr-01:first-child {
  display: block;
}
.repair-case-zx {
  margin-top: 40px;
}
.repair-case-zx .div-01 {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
}
.repair-case-zx .div-01 .a-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  height: 54px;
  font-size: 18px;
  color: #fff;
  background: #ec7820;
}
.repair-case-zx .div-01 .a-01:first-child {
  background: #fda073;
}
.repair-case-zx .div-01 .a-01 img {
  margin-left: 9px;
}
/* ===============拔牙=================== */
.extraction-center-xj {
  margin-top: 40px;
}
.extraction-center-xj .correct-img {
  margin-top: 40px;
}
.extraction-scroll {
  margin-top: 30px;
  width: 100%;
}
.extraction-scroll .swiper-slide {
  width: 444px;
}
.extraction-scroll .swiper-slide-active .extraction-a1 .span-title {
  background: #ffa06e;
}
.extraction-a1 {
  width: 100%;
  height: 327px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}
.extraction-a1 .span-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  overflow: hidden;
  background: #fab794;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.extraction-why-a1 {
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
}
.extraction-why-a1 .div-word {
  width: 377px;
  padding: 139px 10px 22px;
  padding-top: 139px;
  background: url('../images/bg-11.png') center top no-repeat;
}
.extraction-why-a1 .div-word .div-des {
  font-size: 16px;
  line-height: 34px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}
.extraction-why-a1 .div-word .div-more {
  font-size: 18px;
  color: #fff;
  height: 60px;
  background: #ffa06e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.extraction-why-a1 .div-word .div-more img {
  margin-left: 10px;
}
.extraction-why-02 {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.extraction-why-02 .div-img {
  margin-top: 20px;
  width: 347px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ===============医生团队=================== */
.team-filter {
  display: flex;
  justify-content: space-between;
  padding-left: 43px;
  padding-right: 43px;
  border-bottom: 1px solid #f6f6f6;
}
.team-filter a {
  display: inline-block;
  font-size: 24px;
  color: #666;
  padding-right: 40px;
  background-image: url('../images/icon-28.png');
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 78px;
}
.team-filter a.on {
  color: #ee7800;
  background-image: url('../images/icon-28h.png');
}
.team-list {
  margin-bottom: 60px;
}
.team-list li {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 30px;
  padding-right: 30px;
}
.team-list li .a-zixun {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  width: 110px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fca174;
  border-radius: 8px;
  font-size: 22px;
  color: #ee7800;
}
.team-a1 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}
.team-a1 .div-img {
  width: 17.82%;
  margin-top: 10px;
}
.team-a1 .div-img img {
  width: 100%;
  border-radius: 50%;
}
.team-a1 .div-cont {
  width: 77.97%;
  position: relative;
  padding-top: 12px;
}
.team-a1 .div-cont .div-title {
  font-size: 32px;
  color: #333;
  line-height: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 140px;
}
.team-a1 .div-cont .div-title .span-zw {
  font-size: 22px;
  color: #999;
  margin-left: 22px;
}
.team-a1 .div-cont .div-des {
  position: relative;
  font-size: 22px;
  line-height: 38px;
  color: #666;
  margin-top: 12px;
  max-height: 76px;
  overflow: hidden;
}
.team-a1 .div-cont .span-toggle {
  position: absolute;
  top: 100%;
  right: 0;
  color: #ec7820;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  font-size: 22px;
}
.doctor-intro .team-list {
  margin: 0;
}
.doctor-intro .team-list li {
  border-bottom: none;
}
.doctor-intro .team-a1 {
  padding-bottom: 20px;
}
.doctor-intro .team-a1 .div-img {
  margin-top: 5px;
}
.doctor-intro .team-a1 .div-cont {
  padding-top: 5px;
}
.doctor-intro .team-a1 .div-cont .div-des {
  max-height: inherit;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.doctor-intro .team-a1 .div-cont .span-toggle {
  display: none;
}
.doctor-intro-title {
  font-size: 24px;
  color: #ee7800;
  padding-left: 35px;
  background: url('../images/bg-02.png') left center no-repeat;
  margin-bottom: 18px;
}
.doctor-intro-01 {
  padding: 25px 30px 23px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
  margin-top: 20px;
}
.doctor-intro-01 .div-des {
  font-size: 20px;
  line-height: 38px;
  border-top: 1px solid #f6f6f6;
  padding-top: 28px;
}
.doctor-intro-02 {
  padding: 40px 20px 80px;
}
.doctor-intro-02 .doctor-intro-title {
  margin-bottom: 0;
}
.doctor-doctors {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 42px;
  white-space: nowrap;
  overflow: auto;
}
.doctor-doctors-a1 {
  display: inline-block;
  width: 260px;
  margin: 60px 20px 40px 20px;
  padding-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(12, 13, 10, 0.1);
  -moz-box-shadow: 0 0 40px rgba(12, 13, 10, 0.1);
  box-shadow: 0 0 40px rgba(12, 13, 10, 0.1);
  white-space: normal;
}
.doctor-doctors-a1 .span-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.doctor-doctors-a1 .span-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.doctor-doctors-a1 .span-title {
  margin-top: 32px;
  padding: 0 20px;
}
.doctor-doctors-a1 .span-title .bdo-title {
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
.doctor-doctors-a1 .span-title .bdo-cont {
  font-size: 18px;
  color: #999;
  line-height: 28px;
  margin-top: 11px;
}
.doctor-doctors-a1 .span-title .bdo-des {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
}
.doctor-doctors-a1 .span-title .bdo-more {
  font-size: 14px;
  color: #ec7820;
  text-align: right;
}
/* ===============来院路线=================== */
.hospital-route-menu {
  padding-left: 22px;
  padding-right: 22px;
  border-bottom: 2px solid #f6f6f6;
}
.hospital-route-menu-arrow {
  position: absolute;
  top: 15px;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 29px rgba(207, 207, 207, 0.26);
  -moz-box-shadow: 0 0 29px rgba(207, 207, 207, 0.26);
  box-shadow: 0 0 29px rgba(207, 207, 207, 0.26);
}
.hospital-route-menu-arrow.hospital-route-menu-prev {
  left: 22px;
  background-image: url('../images/icon-left.png');
}
.hospital-route-menu-arrow.hospital-route-menu-next {
  right: 22px;
  background-image: url('../images/icon-right.png');
}
.hospital-route-menu-scroll {
  margin-left: 80px;
  margin-right: 80px;
}
.hospital-route-menu-scroll .swiper-slide {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hospital-route-menu-scroll .swiper-slide .a-01 {
  display: block;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  min-width: 80px;
  padding: 0 15px;
  border-radius: 3px;
  text-align: center;
}
.hospital-route-menu-scroll .swiper-slide .a-01.on {
  background: #ec7820;
  color: #fff;
}
.hospital-route-list {
  padding: 4px 20px 60px;
}
.hospital-route-list li {
  margin-top: 20px;
}
.hospital-route-a1 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 24px 16px;
  -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.hospital-route-a1 .div-img {
  width: 32.89%;
  padding: 9px 7px;
  border: 1px solid #eaeaea;
}
.hospital-route-a1 .div-img img {
  width: 100%;
  height: 212px;
  border-radius: 3px;
}
.hospital-route-a1 .div-cont {
  width: 63.86%;
}
.hospital-route-a1 .span-title {
  font-size: 22px;
  color: #333;
  line-height: 32px;
}
.hospital-route-a1 .span-des {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 16px;
  padding-right: 16px;
}
.hospital-route-a1 .span-des bdo {
  margin-top: 4px;
}
.hospital-route-a1 .i-01 {
  font-style: normal;
  width: 134px;
  height: 40px;
  background: #feca92;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-top: 12px;
  margin-right: 16px;
}
/* ===============M站-根管治疗=================== */
.rct-effect {
  padding-top: 44px;
}
.rct-effect-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #d9d9d9;
}
.rct-effect-list li .div-img {
  position: relative;
  width: 209px;
  padding-left: 9px;
  padding-bottom: 9px;
}
.rct-effect-list li .div-img::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 9px;
  right: 9px;
  bottom: 0;
  background: #ffa06e;
}
.rct-effect-list li .div-img .span-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rct-effect-list li .div-cont {
  width: 462px;
}
.rct-effect-list li .div-cont .div-title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  background: #ffa06e;
  padding: 5px 15px;
}
.rct-effect-list li .div-cont .div-des {
  font-size: 18px;
  line-height: 40px;
  color: #333;
  margin-top: 20px;
}
.rct-effect-list li:nth-child(2n) .div-img {
  order: 1;
  padding: 0 9px 9px 0;
}
.rct-effect-list li:nth-child(2n) .div-img::before {
  left: 9px;
  top: 9px;
  right: 0;
  bottom: 0;
}
/* ===============M站-根管治疗=================== */
.therapy-center-list {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  padding-top: 7px;
}
.therapy-center-list li {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  margin-top: 20px;
  min-height: 220px;
  padding: 24px 23px 25px 194px;
  display: flex;
  align-items: center;
}
.therapy-center-list li:first-child {
  margin-top: 0;
}
.therapy-center-list li .div-img {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/bg-14.png') left center no-repeat;
}
.therapy-center-list li .div-img img {
  max-width: 80%;
  max-height: 90%;
}
.therapy-center-list li .div-cont .div-title .span-01 {
  display: inline-block;
  background: #f8924c;
  color: #fff;
  padding: 5px 22px;
  font-size: 20px;
  line-height: 30px;
}
.therapy-center-list li .div-cont .div-zl {
  font-size: 16px;
  line-height: 26px;
  color: #fda073;
  margin-top: 8px;
}
.therapy-center-list li .div-cont .div-des {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-top: 13px;
}
.therapy-center-list li:nth-child(2n) {
  padding: 24px 194px 25px 23px;
}
.therapy-center-list li:nth-child(2n) .div-img {
  left: auto;
  right: 0;
  background: url('../images/bg-15.png') right center no-repeat;
}
.therapy-center-list li:nth-child(2n) .div-cont {
  text-align: right;
}
.therapy-technology-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  background: #f8f8fa;
  border-radius: 25px;
  margin-top: 40px;
}
.therapy-technology-list li {
  width: 20%;
  padding-bottom: 19px;
}
.therapy-technology-list li .div-img img {
  width: 99px;
  height: 99px;
}
.therapy-technology-list li .div-txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 9px;
  text-align: center;
}
.therapy-methods {
  display: flex;
  justify-content: space-between;
}
.therapy-methods .repair-case-menu-list {
  display: flex;
  flex-direction: column;
}
.therapy-methods .repair-case-menu-list li {
  flex: 1;
}
.therapy-methods .repair-case-menu-list li a {
  height: 100%;
}
.therapy-methods .repair-case-right {
  width: 445px;
}
.therapy-methods .repair-case-right .div-des {
  color: #282828;
}
/* ===============美白=================== */
.whitening-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 144px 28px 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.whitening-center .div-cont {
  padding: 20px 17px;
  background-color: rgba(255, 255, 255, 0.74);
  border: 2px solid #fff;
  border-radius: 5px;
}
.whitening-center .div-cont .div-title {
  font-size: 28px;
  color: #ee7800;
  line-height: 38px;
}
.whitening-center .div-cont .div-info {
  line-height: 30px;
  margin-top: 12px;
}
.whitening-center .div-cont .div-info .span-01 {
  font-size: 20px;
  margin: 0 10px;
}
.whitening-center .div-cont .div-info .span-01 img {
  margin-left: 4px;
}
.whitening-center .div-cont .div-des {
  font-size: 16px;
  line-height: 30px;
  color: #484848;
  margin-top: 12px;
}
.whitening-center + .correct-img {
  margin-top: 37px;
}
/* ===============补牙=================== */
.filling-shuzhi-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.filling-shuzhi-cont .div-img {
  width: 39.71%;
  border-radius: 6px;
}
.filling-shuzhi-cont .div-img img {
  width: 100%;
}
.filling-shuzhi-cont .div-cont {
  width: 56.33%;
}
.filling-shuzhi-cont .div-title {
  font-size: 24px;
  color: #333;
  line-height: 34px;
}
.filling-shuzhi-cont .ul-list {
  padding-top: 8px;
}
.filling-shuzhi-cont .ul-list li {
  font-size: 16px;
  color: #404040;
  line-height: 34px;
  margin-top: 7px;
}
.filling-shuzhi-cont .ul-list li .span-title {
  position: relative;
  background: #ffa06e;
  color: #fff;
  margin-right: 15px;
  padding: 0 10px;
}
.filling-shuzhi-cont .ul-list li .span-title::before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-5px);
  width: 5px;
  height: 10px;
  background: url('../images/icon-35.png') center no-repeat;
}
.filling-repair-list1 {
  margin-top: 40px;
}
.filling-repair-list1 li {
  margin-top: 20px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  border-radius: 60px;
  padding: 10px 24px;
}
.filling-repair-list1 li:first-child {
  margin-top: 0;
}
.filling-repair-list1 li .div-cont {
  float: left;
  text-align: right;
  width: 536px;
}
.filling-repair-list1 li .div-cont .div-title {
  font-size: 18px;
  color: #ee7800;
  line-height: 28px;
}
.filling-repair-list1 li .div-cont .div-des {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 3px;
}
.filling-repair-list1 li .div-img {
  float: right;
  width: 106px;
  border-radius: 50%;
}
.filling-repair-list1 li .div-img img {
  width: 106px;
  height: 106px;
}
.filling-repair-list1 li:nth-child(even) .div-cont {
  float: right;
  text-align: left;
}
.filling-repair-list1 li:nth-child(even) .div-img {
  float: left;
}
.filling-repair-list2 {
  padding-top: 7px;
}
.filling-repair-list2 li {
  position: relative;
  min-height: 153px;
  display: flex;
  align-items: center;
  padding: 25px 40px 25px 256px;
  background: #fff7ef;
  margin-top: 20px;
}
.filling-repair-list2 li .div-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 236px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.filling-repair-list2 li .div-cont {
  text-align: center;
  width: 100%;
}
.filling-repair-list2 li .div-cont .div-title {
  font-size: 24px;
  line-height: 34px;
  color: #ee7800;
}
.filling-repair-list2 li .div-cont .div-des {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 7px;
}
.filling-repair-list2 li:nth-child(even) {
  padding: 25px 256px 25px 40px;
}
.filling-repair-list2 li:nth-child(even) .div-img {
  left: auto;
  right: 0;
}
/* ===============洁牙=================== */
.scaling-washing-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.scaling-washing-cont img {
  width: 100%;
}
.scaling-washing-cont .div-img {
  width: 485px;
}
.scaling-washing-cont .div-img img {
  height: 503px;
}
.scaling-washing-cont .div-right {
  width: 200px;
}
.scaling-washing-cont .div-right .div-01 {
  margin-top: 11px;
}
.scaling-washing-cont .div-right .div-01:first-child {
  margin-top: 0;
}
.scaling-washing-cont .div-right img {
  height: 120px;
}
.scaling-washing-cont .div-right .div-txt {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background: #ffa06e;
  padding: 7px 15px;
}
.filling-shuzhi-list {
  padding-top: 16px;
}
.filling-shuzhi-list li {
  position: relative;
  padding: 16px 18px 25px 270px;
  border: 1px solid #e2e2e2;
  margin-top: 26px;
  min-height: 186px;
}
.filling-shuzhi-list li .div-img {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.filling-shuzhi-list li .div-cont {
  width: 100%;
}
.filling-shuzhi-list li .div-cont .div-title {
  font-size: 22px;
  color: #666;
  line-height: 32px;
}
.filling-shuzhi-list li .div-cont .div-info {
  font-size: 18px;
  color: #ec7820;
  line-height: 28px;
  margin-top: 5px;
}
.filling-shuzhi-list li .div-cont .div-des {
  font-size: 16px;
  color: #999;
  line-height: 34px;
  margin-top: 12px;
}
.filling-shuzhi-list li:nth-child(even) {
  padding: 16px 270px 25px 18px;
}
.filling-shuzhi-list li:nth-child(even) .div-img {
  left: auto;
  right: 0;
}
/* ===============牙齿修复简介=================== */
.restoration-list li {
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 25px 95px 25px 250px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: right center;
}
.restoration-list li .div-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.restoration-list li .div-cont {
  width: 100%;
}
.restoration-list li .div-cont .div-title {
  font-size: 18px;
  line-height: 28px;
  color: #ee7800;
}
.restoration-list li .div-cont .div-des {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-top: 8px;
}
.restoration-list li:nth-child(even) {
  padding: 25px 250px 25px 95px;
  background-color: #fff;
  background-position: left center;
}
.restoration-list li:nth-child(even) .div-img {
  left: auto;
  right: 0;
}
.restoration-list li:nth-child(even) .div-cont {
  text-align: right;
}
.repair-yx {
  padding-top: 40px;
}
.repair-yx-title {
  font-size: 18px;
  line-height: 52px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.repair-yx-title a {
  display: inline-block;
  width: 220px;
  color: #666;
  border: 1px solid #f2f2f2;
  border-left: none;
}
.repair-yx-title a:first-child {
  border-left: 1px solid #f2f2f2;
}
.repair-yx-title a span {
  display: inline-block;
  background: none;
}
.repair-yx-title a.on {
  background: #f2f2f2;
}
.repair-yx-title a.on span {
  display: inline-block;
  padding-left: 24px;
  background: url('../images/line-09.jpg') left center no-repeat;
}
.repair-yx-cont {
  position: relative;
  margin-top: 40px;
  background: #050409;
  border-radius: 10px;
  overflow: hidden;
}
.repair-yx-cont .div-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.repair-yx-cont .div-cont {
  width: 220px;
  padding-top: 28px;
  padding-bottom: 20px;
  margin-right: 45px;
}
.repair-yx-cont .div-cont .div-title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.repair-yx-cont .div-cont .div-des {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  margin-top: 20px;
}
.repair-yx-cont .div-cont .div-des .span-01 {
  font-size: 15px;
  color: #fff;
}
.repair-yx-btn {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
.repair-yx-btn .a-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  height: 54px;
  font-size: 18px;
  color: #fff;
  background: #ec7820;
}
.repair-yx-btn .a-01:first-child {
  background: #fda073;
}
.repair-yx-btn .a-01 img {
  margin-left: 9px;
}
.repair-yx-nr-01 {
  display: none;
}
.repair-yx-nr-01:first-child {
  display: block;
}
/*# sourceMappingURL=style.css.map */