.notice-col{padding:10px 0 0 0;}
.outcall{padding-top:10px;height:420px;}
.swi-zj-sy{width:1200px;}
.doctor-col .right-btn{
    width: 112px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    border: none;
    display: block;
    color: #fff;
    text-align: left;
    cursor: pointer;
    padding: 0 16px;
    background-color: #ff8400;
}
.doctor-col{position: relative;z-index:1000;}
.doctor-col .right-btn i{font-size:14px;}
.doctor-col .right-btn:focus{outline:0;}

.home-notice-wrap {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.notice-row .tab-pannel-wrap {
  height: 132px;
}
.notice-row .notice-row-dots {
  position: absolute;
  top: -55px;
  right: 0;
  width: 200px;
}
.notice-row .notice-row-dots .slick-dots {
  position: static;
  text-align: right;
}
.notice-row .notice-row-dots .slick-dots li {
  background-color: #cdcdcd;
}
.notice-row .notice-row-dots .slick-dots li.slick-active {
  background-color: #ff8400;
}
.notice-row .notice-row-slider {
  margin-right: -20px;
  height: 147px;
  padding-top:10px;
}

.notice-row .notice-row-slider .notice-row-slider-item {
  display: block;
  width: 288px !important;
  height: 132px;
  float: left;
  margin-right: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background-color: #fff;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}
.notice-row .notice-row-slider .notice-row-slider-item:hover {
  border-color: #4392e3;
  -webkit-box-shadow: 0px 10px 10px rgba(67,146,227, 0.2);
  box-shadow: 0px 10px 10px rgba(67,146,227, 0.2);
  
}
.notice-row .notice-row-slider .notice-row-slider-item .notice-row-item-mark {
  color: #999;
  margin-bottom: 15px;
}
.notice-row
  .notice-row-slider
  .notice-row-slider-item
  .notice-row-item-mark
  .fl {
  font-size: 32px;
  line-height: 1;
  float:left;
}
.notice-row
  .notice-row-slider
  .notice-row-slider-item
  .notice-row-item-mark
  .fl:after {
  content: "";
  background-color: #4392e3;
  width: 25px;
  height: 3px;
  display: block;
  margin-top: 8px;
}
.notice-row
  .notice-row-slider
  .notice-row-slider-item
  .notice-row-item-mark
  .fr {
  font-size: 13px;
  line-height: 42px;
  width: 120px;
  text-align: right;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float:right;
}
.notice-row .notice-row-slider .notice-row-slider-item h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  height: 40px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}


.home-service-wrap .home-service {
  width: 1200px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 220px;
  padding: 33px 0;
  margin-top:10px;
}
.clear-col{height:12px;}
.home-service-wrap .home-service li {
  float: left;
  width: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.home-service-wrap .home-service li a img{
    width:40px;
}

.home-service-wrap .home-service li a {
  display: block;
  text-align: center;
  position: relative;
  height: 69px;
}
.home-service-wrap .home-service li a i {
  position: relative;
  z-index: 1;
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 44px;
  text-align: center;
  color: transparent;
  color: #209089 \0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(135deg, #09b78b 0%, #007cc6 70%, #0067ce 100%);
  background: none \0;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
}
.home-service-wrap .home-service li a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  line-height: 1;
  font-size: 15px;
}
.home-service-wrap .home-service li a:hover {
  color: #0067ce;
}
.home-service-wrap .home-service li a:hover img {
  transform-origin: center;
  animation: tada 1 0.8s;
}
.home-service-wrap .home-service li:nth-child(11) {
  border-left: none;
}
.home-service-wrap .home-service li + li {
  border-left: 1px solid #e5e5e5;
}


.home-doctor-wrap {
  height: 470px;
  padding: 8px 0 28px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(
    2deg,
    rgb(181 211 241 / 22%) 0%,
    rgb(216 228 239 / 25%) 30%
  );
  background-size: contain;
}
.home-doctor-wrap .doctor-nav-wrap .list-tit {
  border-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 3;
}
.home-doctor-wrap .doctor-nav-wrap .list-tit a.fl {
  color: #fff;
}
.home-doctor-wrap .doctor-nav-wrap .list-tit a.fl:after {
  height: 5px;
  width: 32px;
  bottom: -18px;
  left: 0;
  position: absolute;
  content: "";
  background-color: #4ab8fd;
}
.home-doctor-wrap .doctor-nav-wrap .list-tit .clinic-form {
  height: 30px;
  text-align: right;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .list-tit
  .clinic-form
  .form-item
  .form-input
  .select-input {
  color: #666;
  background-color: #fff;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .list-tit
  .clinic-form
  .form-item
  .form-input
  select.select-input {
  background-image: url(../images/select-bg-black.png);
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow {
  position: absolute;
  bottom: -9px;
  z-index: 2;
  height: 0;
  width: 100%;
  text-align: center;
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button {
  border: none;
  font-size: 0;
  color: #fff;
  width: 20px;
  height: 15px;
  line-height: 15px;
  margin-left: 10px;
  background-color: transparent;
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button:before {
  font-size: 22px;
  font-family: "iconfont";
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button.slick-prev {
  margin-right: 75px;
  position: relative;
  left: 15px;
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button.slick-prev:before {
  content: "\ea8c";
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button.slick-next {
  margin-left: 80px;
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button.slick-next:before {
  content: "\e64d";
}
.home-doctor-wrap .doctor-nav-wrap .home-doctor-arrow button:hover {
  color: #ff8400;
}
.home-doctor-wrap .doctor-nav-wrap .doctor-list-wrap {
  overflow: hidden;
}
.home-doctor-wrap .doctor-nav-wrap .doctor-list-wrap .doctor-list-item {
  width: 178px;
  height: 290px;
  margin-right: 26px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 17px;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-doctor-wrap .doctor-nav-wrap .doctor-list-wrap .doctor-list-item:hover {
  border-color: #e4e4e4;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item:hover
  .doctor-thumb
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-doctor-wrap .doctor-nav-wrap .doctor-list-wrap .doctor-list-item:after {
  content: "";
  background-color: #4ab8fd;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 65px;
  top: -1px;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-thumb {
  display: block;
  width: 144px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-thumb
  img {
  display: block;
  width: 144px;
  height: 200px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-infos {
  margin-bottom: 8px;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-infos
  .doctor-name {
  display: block;
  font-size: 16px;
  color: #4392e3;
  font-weight: 700;
  line-height: 35px;
  height: 35px;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-infos
  .doctor-name:hover {
  color: #1678ad;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-infos
  span {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  height: 20px;
}
.home-doctor-wrap
  .doctor-nav-wrap
  .doctor-list-wrap
  .doctor-list-item
  .doctor-department {
  line-height: 1;
  margin-top: 18px;
}
.home-doctor-wrap .doctor-nav-wrap .doctor-list-wrap.slick-slider {
  overflow: visible;
}
.home-doctor-wrap .doctor-nav-wrap .doctor-list-wrap .slick-dots {
  bottom: -35px;
}
.home-doctor-wrap .home-doctor.loading {
  background: url(../images/loadingex.gif) center no-repeat;
  width: 100%;
  height: 250px;
  background-size: 14%;
}



@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}


.mixture-box {
  background-color: rgba(245, 245, 245, 0.96);
  height: 488px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}
.mixture-box2 {
  background-color: rgba(245, 245, 245, 0.96);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom:20px;
}
.mixture-box .list-item .list-tit a.fl {
  font-weight: 400;
}
.mixture-box .mixture-item {
  width: 370px;
  height: 396px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.mixture-box .mixture-item .mixture-item-img.loading {
  background: url(../images/loadingex.gif) center no-repeat;
  width: 100%;
  height: 138px;
  background-size: 20%;
}
.mixture-box .mixture-item .mixture-item-img .thumb-wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mixture-box .mixture-item .mixture-item-img .thumb-wrap img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.mixture-box .mixture-item .mixture-item-img a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mixture-box .mixture-item.couple {
  width: 400px;
}
.mixture-box .mixture-item.couple .mixture-item-img a span {
  padding-right: 45px;
}

.mixture-box .mixture-item.fl {
  margin-right: 30px;
  float:left;
}

.mixture-box .mixture-item.fr{float:right;}

.mixture-box .mixture-item .mixture-item-img {
  margin-bottom: 10px;
}
.mixture-box .mixture-item .mixture-item-img a {
  display: block;
  position: relative;
  width: 330px;
  height: 138px;
  color: #fff;
}
.mixture-box .mixture-item .mixture-item-img a img {
  display: block;
  width: 100%;
  height: 100%;
}
.mixture-box .mixture-item .mixture-item-img a span {
  line-height: 38px;
  height: 66px;
  padding-top: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mixture-box .mixture-item .mixture-item-img a:first-child {
  margin-right: 22px;
}

.mixture-box .mixture-item .mixture-item-img.couple a{
    width:154px;
    float:left;
}

.mixture-box .mixture-item.couple .mixture-item-img.couple a {
  width: 169px;
  float: left;
}



.mixture-box .mixture-item .mixture-item-img.couple a span {
  padding-top: 28px;
  height: 66px;
  background-position-y: center;
}
.mixture-box .mixture-item .mixture-item-txt.loading {
  width: 100%;
  height: 132px;
  background-size: 20%;
}

.list-item .list-tit .fr{float:right;}


.mixture-box .mixture-item .mixture-item-txt{padding:14px 0;}

.mixture-box .mixture-item .mixture-item-txt a{padding:6px 0;display:inline-block;}

.mixture-box .mixture-item .mixture-item-txt a:before {
  content: "";
  width:4px;height:4px;border-radius: 50%;
  background: #03a560;
  display: inline-block;
  margin-right: 6px;
}


.list-item .list-content {
  margin-top: 20px;
  position: relative;
}

.list-item {
  position: relative;
}
.list-item .list-tit {
  height: 36px;
  line-height: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e4e4;
}
.list-item .list-tit a.fl {
  display: inline-block;
  line-height: 20px;
  color: #666;
  font-weight: bold;
  height: 20px;
  margin-bottom: 18px;
  position: relative;
  font-size: 20px;
}
.list-item .list-tit a.fl i {
  font-size: 24px;
  color: #03a560;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.list-item .list-tit a.fl:hover {
  color: #4392e3;
}
.list-item .list-tit a.fl.cur {
  color: #363636;
  font-weight: bold;
}
.list-item .list-tit a.fl.cur:after {
  background-color: #03a560;
  height: 5px;
  width: 32px;
  bottom: -18px;
  left: 0;
  position: absolute;
  content: "";
}
.list-item .list-tit a.more i {
  color: #0096d7;
  margin-left: 8px;
  font-size: 22px;
  float: right;
  margin-top:-2px;
}


@media only screen and (max-width: 640px)
{
  .home-service-wrap .home-service{width:100%;height:auto;display:none;}
  .home-service-wrap .home-service li{
    width:33.333%;
   }  
   .clear-col{height:0;}
}











