﻿body {
  color: #656565;
  font-family: "微软雅黑";
}
a:link,
a:visited,
aactive {
  color: #656565;
}
h4 {
  color: #4b4b4b;
  text-transform: uppercase;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.navbar {
  background: #fff;
  margin-bottom: 0;
  border-bottom: none;
}
.navbar .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100px;
}
.navbar .tips {
  line-height: 40px;
  background: #0971ce;
  color: #fff;
}
.navbar .tips a:link,
.navbar .tips a:visited,
.navbar .tips a:active {
  color: #fff;
}
.navbar .tips a:hover {
  color: #fff;
}
.navbar .tips .pull-right {
  padding-right: 25px;
}
.navbar .tips .pull-right a {
  margin-left: 10px;
}


.search-bd{list-style: none;margin: 20px 0;text-align: center;}
.search-bd li:hover{cursor: pointer;color: #fff;background-color: #0d74d0;text-decoration: underline}
.search-bd li{display: inline-block;margin: 0 20px;padding: 0 20px;line-height: 36px;}
.search-bd li.selected{color: #fff;background-color: #0d74d0;}

.search-hd .pholder{display: inline-block;}
.search-hd .s2,.jq22-search-form .search-hd #s2{display: none;}


@media (max-width: 768px) {
  .navbar .navbar-brand {
    height: 50px;
    padding: 8px 0;
  }
  .navbar .navbar-brand img {
    height: 34px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-collapse.collapse {
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar .navbar-header .navbar-brand img {
    height: 60px;
  }
  .navbar .navbar-nav > li > a {
    padding: 40px 12px;
  }
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
    height: 140px;
  }
  .navbar .navbar-default .navbar-toggle {
    background: #000;
  }
  .navbar .navbar-nav > li {
    position: relative;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
  }
  .navbar .navbar-nav > li > a:after {
    content: "";
    visibility: hidden;
    position: absolute;
    height: 2px;
    left: 10px;
    right: 10px;
    bottom: 30px;
    background: #1075cf;
  }
  .navbar .navbar-nav > li > a:hover:after {
    visibility: visible;
  }
}
.banner {
  padding: 0;
}
.banner img {
  width: 100%;
}
.banner .swiper-container {
  width: 100%;
}
.banner .swiper-container .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  width: 40px;
}
.moduleWrapper {
  padding: 40px 0;
}
.moduleWrapper .col-sm-4:hover > .module {
  border-color: #1075cf;
}
.moduleWrapper .col-sm-4:hover > .module > span > i {
  color: #1075cf;
}
.moduleWrapper .module {
  text-align: center;
  color: #909090;
  padding: 30px 0;
  height: 360px;
  margin: 0 10%;
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.moduleWrapper .module > span > i {
  font-size: 4em;
  color: #dddddd;
  transition: all 0.2s ease-in-out;
}
.moduleWrapper .module > h4 > span {
  padding: 5px 10px;
  border-bottom: 1px solid #dddddd;
  width: auto;
  color: #909090;
  display: inline-block;
}
.moduleWrapper .module > p {
  line-height: 2em;
}
.moduleWrapper .module > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 980px) {
  .moduleWrapper .module {
    padding: 50px 0;
    min-height: 240px;
  }
}
.doctors,
.profile {
  padding: 50px 0;
}
.doctors .container > h2,
.profile .container > h2,
.doctors .container > h4,
.profile .container > h4 {
  text-align: center;
  text-transform: uppercase;
}
.doctors .container > h2,
.profile .container > h2 {
  font-size: 24px;
  color: #444444;
}
.doctors .container > h4,
.profile .container > h4 {
  font-size: 15px;
  color: #c1c1c1;
}
.doctors .container .text-primary,
.profile .container .text-primary {
  color: #1075cf;
}
.doctors .container .text-primary a:link,
.profile .container .text-primary a:link,
.doctors .container .text-primary a:visited,
.profile .container .text-primary a:visited,
.doctors .container .text-primary a:active,
.profile .container .text-primary a:active {
  color: #1075cf;
}
.doctors .container .text-primary a:hover,
.profile .container .text-primary a:hover {
  color: #1075cf;
}
.doctors .container .teamPhoto,
.profile .container .teamPhoto {
  position: relative;
}
.doctors .container .teamPhoto img.point1,
.profile .container .teamPhoto img.point1 {
  position: absolute;
  left: 30px;
  top: 160px;
  -webkit-animation: team-ball1 5s infinite alternate;
          animation: team-ball1 5s infinite alternate;
}
.doctors .container .teamPhoto img.point2,
.profile .container .teamPhoto img.point2 {
  position: absolute;
  right: 68px;
  bottom: 0;
  -webkit-animation: team-ball2 5s infinite alternate;
          animation: team-ball2 5s infinite alternate;
}
.doctors {
  background: #f6f6f6;
}
.doctors .listWrapper {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .doctors .listWrapper {
    height: 510px;
  }
}
.doctors .listWrapper .prev,
.doctors .listWrapper .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 510px;
  font-size: 46px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  .doctors .listWrapper .prev,
  .doctors .listWrapper .next {
    display: block;
  }
}
.doctors .listWrapper .prev {
  left: 0;
  background: url(../image/arrow-left.png) no-repeat center center;
}
.doctors .listWrapper .prev:hover {
  background-position-x: 0;
}
.doctors .listWrapper .next {
  right: 0;
  background: url(../image/arrow-right.png) no-repeat center center;
}
.doctors .listWrapper .next:hover {
  background-position-x: right;
}
.doctors .listWrapper .scrollWrapper {
  /*
            .swiper-slide-active{
                position: absolute;
                left: -14px;
            }

            */
}
@media (min-width: 992px) {
  .doctors .listWrapper .scrollWrapper {
    margin: 0 40px;
  }
}
.doctors .listWrapper .scrollWrapper .swiper-wrapper {
  padding: 40px 0;
}
.doctors .listWrapper .scrollWrapper .swiper-slide {
  text-align: center;
}
.doctors .listWrapper .scrollWrapper .swiper-slide > div {
  margin: 0px auto;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 21px;
  width: 280px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: #cae0f4 0 0 15px;
  height: 430px;
}
.doctors .listWrapper .scrollWrapper .swiper-slide > div img {
  width: 240px;
  height: 240px;
}
.doctors .listWrapper .scrollWrapper .swiper-slide > div h4 {
  margin: 36px 0;
  padding: 0;
}
.doctors .listWrapper .scrollWrapper .swiper-slide > div p {
  line-height: 1.7em;
  font-size: 12px;
}
@media (min-width: 768px) {
  .doctors .listWrapper .scrollWrapper .swiper-slide > div:hover,
  .doctors .listWrapper .scrollWrapper .swiper-slide > div.hover {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media (min-width: 768px) {
  .doctors .listWrapper .scrollWrapper .swiper-slide > div {
    width: 232px;
  }
  .doctors .listWrapper .scrollWrapper .swiper-slide > div img {
    width: 190px;
    height: 190px;
  }
}
.doctors .listWrapper .scrollWrapper .swiper-slide-next > div {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.profile .container .profileContentWrapper {
  margin: 50px 40px;
}
.profile .container p {
  line-height: 2em;
}
.profile .container p img {
  width: 100%;
  display: block;
  height: auto;
}
.profile .container .btn {
  margin-top: 50px;
}
.profile .container .btn:hover {
  border-color: transparent;
  background: #42b8f6;
  color: #fff;
}
footer {
  background: #f3f3f3;
  font-size: 12px;
}
footer > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer > .container h4 {
  text-transform: uppercase;
}
footer > .container .attention p {
  margin: 20px 0;
}
footer > .container .attention p a {
  color: #7f7f7f;
  text-decoration: none;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}
footer > .container .attention p a:hover {
  background: #7f7f7f;
  color: #fff;
}
footer > .container .row {
  margin-top: 20px;
  line-height: 25px;
}
footer > .copyright {
  background: #fff;
  height: 36px;
  line-height: 36px;
}
.doctor h3,
.profile h3,
.contact h3 {
  margin-top: 10px;
}
.doctor h4,
.profile h4,
.contact h4 {
  color: #cbcbcb;
}
/*内页砖家列表*/
.contentWrapper {
  padding: 50px 0;
}
.contentWrapper .container-title {
  margin-bottom: 50px;
}
.contentWrapper .container-title h4 {
  color: #e4e4e4;
  text-align: center;
}
.contentWrapper .thumbnail {
  border: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 2px;
}
.description {
  line-height: 1.7em;
}
.description img {
  max-width: 100%;
}
dl.article {
  border: 1px solid #dddddd;
  float: left;
  text-align: center;
}
dl.article > dt,
dl.article > dd {
  text-align: center;
}
dl.blogs {
  float: none;
  background: none;
  border: none;
  height: 135px;
  position: relative;
  padding: 0 80px 20px 0;
  border-bottom: 1px solid #ccc;
}
dl.blogs > dt {
  width: 240px;
  height: 115px;
  float: left;
}
dl.blogs > dt img {
  width: 100%;
  height: 100%;
}
dl.blogs > dd.time {
  float: left;
  width: 80px;
  margin: 0 30px;
  font-size: 28px;
  padding-top: 25px;
  line-height: 30px;
  height: 100%;
  box-sizing: border-box;
}
dl.blogs > dd.time > span {
  font-size: 14px;
}
dl.blogs > dd > h3 {
  font-weight: 500;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #656565;
}
dl.blogs > dd > p {
  font-size: 12px;
}
dl.blogs > dd.more {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
dl.blogs > dd.more > a {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #989898;
}
dl.blogs > dd.more > a:before {
  content: "";
  position: absolute;
  border: 2px solid #989898;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -6px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
dl.blogs > dd.more > a:hover {
  border: 1px solid #1d7dd3;
  background: #1d7dd3;
  color: #fff;
}
dl.blogs > dd.more > a:hover:before {
  border-right-color: #fff;
  border-top-color: #fff;
}
dl.blogs:hover > dd.more {
  border: 1px solid #1d7dd3;
  background: #1d7dd3;
  color: #fff;
}
dl.blogs:hover > dd.more > a {
  border: 1px solid #1d7dd3;
  background: #1d7dd3;
}
dl.blogs:hover > dd.more > a:before {
  border-right-color: #fff;
  border-top-color: #fff;
}
@-webkit-keyframes team-ball1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes team-ball1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes team-ball2 {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes team-ball2 {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.loginpage .loginContainer {
  background: url(../image/loginbg.jpg) no-repeat center center;
  padding: 130px 0 100px;
}
.loginpage .loginContainer .loginWrapper {
  margin: 0 auto;
  height: 400px;
  width: 600px;
}
.loginpage .loginContainer .loginWrapper > .title {
  background: url(../image/logintitle.png) no-repeat left center;
  height: 80px;
}
.loginpage .loginContainer .loginWrapper > .content {
  position: relative;
  min-height: 200px;
  margin-top: 15px;
}
.loginpage .loginContainer .loginWrapper > .content h3 {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 50px;
}
.loginpage .loginContainer .loginWrapper > .content:before {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  right: 260px;
  top: 20px;
  bottom: 0;
}
.loginpage .loginContainer .loginWrapper > .content > .codeWrapper {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 160px;
  text-align: center;
}
.loginpage .loginContainer .loginWrapper > .content > .codeWrapper > h3 {
  text-align: left;
  padding-left: 10px;
}
.loginpage .loginContainer .loginWrapper > .content > .codeWrapper img {
  border: 5px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  box-sizing: border-box;
}
.loginpage .loginContainer .loginWrapper > .content > .codeWrapper > p {
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.loginpage .loginContainer .loginWrapper > .content .form-item {
  position: relative;
  width: 285px;
  margin-bottom: 15px;
}
.loginpage .loginContainer .loginWrapper > .content .form-item > input {
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.loginpage .loginContainer .loginWrapper > .content .form-item > input::-webkit-input-placeholder {
  color: #fff;
}
.loginpage .loginContainer .loginWrapper > .content .form-item > input:focus {
  outline: none;
}
.loginpage .loginContainer .loginWrapper > .content .form-item > button {
  box-sizing: border-box;
  width: 100%;
  background: #1d7dd3;
  padding: 0;
  border: 1px solid #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 18px;
}
.loginpage .loginContainer .loginWrapper > .content .form-item > button:focus {
  outline: none;
}
.loginpage .loginContainer .loginWrapper > .content .form-item.error {
  position: absolute;
  bottom: -85px;
  display: none;
}
.loginpage .loginContainer .loginWrapper > .content .form-item.error > div {
  box-sizing: border-box;
  width: 100%;
  background: none;
  padding: 0;
  border: 1px solid #f90303;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  color: #f90303;
  text-align: center;
  font-size: 14px;
}
.loginpage .datepicker {
  min-width: 290px;
}
.loginpage .datepicker table {
  width: 100%;
}
.loginpage .table-condensed > thead > tr > th {
  width: 40px;
}
.loginpage .datepicker table tr td span.active.active,
.loginpage .datepicker table tr td.active.active {
  background: #1d7dd3;
}
.loginpage .datepicker-dropdown.datepicker-orient-left:after,
.loginpage .datepicker-dropdown.datepicker-orient-bottom:after,
.loginpage .datepicker-dropdown.datepicker-orient-top:before {
  left: 50%;
  margin-left: -7px;
}
.userContainer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.userContainer .col-content {
  border-left: 1px solid #86b9e7;
  min-height: 400px;
}
.userContainer .userinfo {
  text-align: center;
}
.userContainer .userinfo img {
  width: 98px;
  height: 98px;
  margin: 0 auto;
}
.userContainer .userinfo p {
  margin: 20px 0;
  color: #0d74d0;
}
.userContainer .nav {
  margin-top: 50px;
  margin-right: -15px;
}
.userContainer .nav > li {
  margin-bottom: 10px;
}
.userContainer .nav > li > a:active,
.userContainer .nav > li > a:visited,
.userContainer .nav > li > a:link {
  background: #cecece;
  line-height: 24px;
  border-radius: 10px 0 0 10px;
  padding-left: 80px;
}
.userContainer .nav > li > a:hover {
  background: #0d74d0;
  color: #fff;
}
.userContainer .nav > li.active a {
  background: #0d74d0;
  color: #fff;
}
.aboutWrapper ul.items {
  list-style: none;
  margin: 20px 0;
  text-align: center;
}
.aboutWrapper ul.items > li {
  display: inline-block;
  margin: 0 20px;
}
.aboutWrapper ul.items > li a:link,
.aboutWrapper ul.items > li a:visited,
.aboutWrapper ul.items > li a:active {
  color: #656565;
}
.aboutWrapper ul.items > li a:hover {
  color: #fff;
}
.aboutWrapper ul.items > li a {
  padding: 0 20px;
  line-height: 36px;
  display: block;
}
.aboutWrapper ul.items > li a:hover {
  background: #0d74d0;
  color: #fff;
}
.aboutWrapper ul.items > li.active a {
  background: #0d74d0;
  color: #fff;
}
.aboutWrapper .description {
  min-height: 400px;
  line-height: 2em;
}
.aboutWrapper .description > h3,
.aboutWrapper .description > h4 {
  color: #0d74d0;
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.aboutWrapper .description > h4 {
  font-size: 16px;
}
.aboutWrapper .description .oddImgWrapper > dl {
  list-style: none;
  margin: 70px 0;
  padding: 0;
  position: relative;
}
.aboutWrapper .description .oddImgWrapper > dl > dt {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0;
  top: -30px;
}
.aboutWrapper .description .oddImgWrapper > dl > dt img {
  width: 100%;
  height: 100%;
}
.aboutWrapper .description .oddImgWrapper > dl > dd {
  text-align: left;
  height: 140px;
  box-sizing: border-box;
  margin-left: 130px;
  padding: 25px 50px 25px 100px;
  background: #f9f9f9;
  border-radius: 0 20px 20px 0;
  width: 80%;
}
.aboutWrapper .description .oddImgWrapper > dl > dd > h2 {
  font-size: 22px;
}
.aboutWrapper .description .oddImgWrapper > dl > dd > p {
  color: #b2b2b2;
  font-size: 16px;
}
.aboutWrapper .description .oddImgWrapper > dl:nth-child(even) {
  text-align: right;
}
.aboutWrapper .description .oddImgWrapper > dl:nth-child(even) > dt {
  left: auto;
  right: 0;
}
.aboutWrapper .description .oddImgWrapper > dl:nth-child(even) > dd {
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  margin-right: 130px;
  padding-left: 50px;
  padding-right: 100px;
}
.aboutWrapper .description ul.envImgList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aboutWrapper .description ul.envImgList > li {
  float: left;
  box-sizing: border-box;
  width: 16%;
  margin: 0 0.66% 10px 0;
  height: 120px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.aboutWrapper .description ul.envImgList > li > h3 {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.aboutWrapper .description ul.envImgList > li > h3:first-child {
  margin-top: 30px;
  font-size: 20px;
}
.aboutWrapper .description ul.envImgList > li > h3:last-child {
  font-weight: normal;
  font-size: 18px;
}
.aboutWrapper .description ul.envImgList > li:nth-child(6n) {
  margin-right: 0;
}
.aboutWrapper .description ul.envImgList > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.aboutWrapper .description ul.envImgList > li > a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .aboutWrapper .description ul.envImgList > li {
    width: 30%;
    margin-right: 3.33%;
  }
  .aboutWrapper .description ul.envImgList > li:nth-child(3n) {
    margin-right: 0;
  }
}
.aboutWrapper .description .treatmentService h3 {
  margin: 0;
  text-decoration: none;
}
ul.families {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.families > li {
  display: inline-block;
  font-size: 14px;
  margin: 0px 30px 15px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
ul.families > li > a {
  display: block;
  border-radius: 15px;
  background: #f5f5f5;
  color: #656565;
  white-space: nowrap;
  transition: background 0.2s ease-in-out;
}
ul.families > li > a:hover {
  background: #0d74d0;
  color: #fff;
  text-decoration: none;
}
.galleryWrapper > .item {
  width: 25%;
  float: left;
}
.galleryWrapper > .item > .wrapper {
  margin: 10px 10px 20px;
}
.galleryWrapper > .item > .wrapper img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: #e1e1e1 0 0 5px;
}
.galleryWrapper > .item > .wrapper img:hover {
  opacity: 0.6;
}
ul.treatmentService > li {
  width: 20%;
  height: 228px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-top: 84px;
}
ul.treatmentService > li > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  background-size: cover;
}
ul.treatmentService > li > a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
ul.treatmentService > li > h3 {
  color: #0076bf;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
ul.treatmentService > li > h3:last-child {
  color: #cce4f2;
  text-transform: uppercase;
  font-weight: normal;
}
.topExperts {
  margin: 40px auto;
}
.topExperts > dl {
  width: 48%;
  float: left;
}
.topExperts > dl:first-child {
  margin-right: 4%;
}
.topExperts > dl > dt {
  width: 230px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.topExperts > dl > dt img {
  max-width: 100%;
  box-shadow: #e1e1e1 0 0 10px;
}
.topExperts > dl > dt h3 {
  font-weight: normal;
  color: #656565;
  margin: 20px 0 0;
  font-size: 18px;
}
.topExperts > dl > dt p {
  font-size: 12px;
  color: #b2b2b2;
  margin: 0;
  line-height: 25px;
  font-weight: normal;
}
.topExperts > dl > dt hr {
  margin: 10px auto 0;
  width: 40px;
  color: #0076bf;
}
.topExperts > dl > dd {
  line-height: 1.8em;
}
.topExperts > dl > dd .summary {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .topExperts > dl > dt {
    float: none;
    margin: 0 auto;
  }
}
.Doctors {
  margin: 40px auto;
}
.Doctors > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Doctors > ul > li {
  float: left;
  width: 210px;
  text-align: center;
  margin-right: 100px;
  margin-bottom: 50px;
}
.Doctors > ul > li:nth-child(4n) {
  margin-right: 0;
}
.Doctors > ul > li h3 {
  font-weight: normal;
  color: #656565;
  margin: 20px 0 0;
  font-size: 18px;
}
.Doctors > ul > li p {
  font-size: 12px;
  color: #b2b2b2;
  margin: 0;
  line-height: 25px;
  font-weight: normal;
}
.Doctors > ul > li p.summary {
  color: #656565;
  font-size: 14px;
}
.Doctors > ul > li hr {
  margin: 10px auto;
  width: 40px;
  color: #0076bf;
}
.Doctors > ul > li img {
  box-shadow: #e1e1e1 0 0 15px;
}
.nurse {
  margin: 40px auto;
}
.nurse > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nurse > ul li {
  float: left;
  margin-right: 35px;
  margin-bottom: 40px;
}
.nurse > ul li:nth-child(5n) {
  margin-right: 0;
}
.nurse > ul li img {
  box-shadow: #e1e1e1 0 0 15px;
}
.nurse.col3 > ul {
  text-align: center;
}
.nurse.col3 > ul li {
  display: inline-block;
  float: none;
  margin-right: 100px;
}
.nurse.col3 > ul li:nth-child(5n) {
  margin-right: 100px;
}
.nurse.col3 > ul li:last-child {
  margin-right: 0;
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.mask .code {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -190px;
  width: 190px;
  padding: 15px;
}
.mask .code img {
  width: 100%;
}
.mask .code > p {
  margin: 15px 0  0;
  line-height: 30px;
  text-align: center;
}
.mask .code1 {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 30%;
  width: 190px;
  padding: 15px;
}
.mask .code1 img {
  width: 100%;
}
.mask .code1 > p {
  margin: 15px 0  0;
  line-height: 30px;
  text-align: center;
}
.pager {
  text-align: left;
}
.pager > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.pager > ul:before,
.pager > ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.pager > ul > li {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  position: relative;
  /*&:last-child{
                > a{
                    &:before{
                        content:"";
                        position: absolute;
                        border:2px solid #989898;
                        width: 10px;
                        height: 10px;
                        left: 50%;
                        top: 50%;
                        margin-left: -7px;
                        margin-top: -6px;
                        border-left-color: transparent;
                        border-bottom-color: transparent;
                        transform: rotate(45deg);
                    }
                    &:hover{
                        &:before{
                            border-right-color: #fff;
                            border-top-color: #fff;
                        }
                    }
                }
            }*/
}
.pager > ul > li > a {
  position: relative;
  display: block;
  border: 1px solid #989898;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.pager > ul > li > a:hover {
  border: 1px solid #1d7dd3;
  background: #1d7dd3;
  color: #fff;
}
.pager > ul > li.disabled > a {
  border: 1px solid #1d7dd3;
  background: #1d7dd3;
  color: #fff;
}
.pager > ul > li.disabled > a:hover {
  border: 1px solid #1d7dd3;
  background: #1d7dd3;
  color: #fff;
}
